@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body.logged-in {
	position: relative;
	top: 0px;
}

.hc-hero {
  position: relative;
  height: 75vh;
  min-height: 400px;
  background-color: #3c5fa1;
	overflow: hidden;
}

.hc-hero-new-bkg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
	  transition: all 1s ease-in-out;
}

.hc-hero-info-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65%;
  padding-right: 80px;
  padding-bottom: 60px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}



.hc-hero-h1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hc-hero-p {
  max-width: 600px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 24px;
}

.hc-button, #menu-item-3655 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(#14366d), to(#3c5fa1));
  background-image: linear-gradient(90deg, #14366d, #3c5fa1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
	    border: 1px solid transparent;
}

.hc-button:hover, #menu-item-3655 a:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #14366d;
  background-color: transparent;
  background-image: none;
  color: #14366d;
}

.hc-button.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #14366d;
  background-image: none;
  color: #14366d;
  cursor: pointer;
}

.hc-button.secondary:hover {
  background-color: #14366d;
  color: #fff;
}

.hc-button.side-margin {
  margin-right: 12px;
  margin-left: 12px;
}

.hc-button.tertiary {
  margin-top: 60px;
  background-color: #fff;
  background-image: none;
  color: #14366d !important;
}

.hc-button.tertiary.testimonial-btn {
  margin-top: 0px;
  margin-left: 60px;
}

.hc-button.footer {
  margin-bottom: 16px;
  background-color: #fff;
  background-image: none;
  color: #14366d;
}

.hc-button.footer.testimonial-btn {
  margin-top: 0px;
  margin-left: 60px;
}

.hc-center-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	background: #fff;
}

.hc-center-white-less-padding {
	padding: 40px 60px;
}

.hc-center-white.gray-bkg {
  background-color: #f9fafa;
}

.hc-h2 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.hc-h2.white {
  color: #fff;
}

.hc-team-grid {
	  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-top: 48px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hc-team-single-wrap {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 365px;
  margin-bottom: 32px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.hc-team-single-wrap .hc-team-desc {margin-bottom: 23px;}

.hc-team-img {
    width: 240px;
    height: 240px;
    margin-bottom: 12px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.hc-team-name {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
}

.hc-team-role {
    margin-top: 0px;
    color: #636363;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0px;
}

.hc-email-link {
  margin-bottom: 16px;
  color: #3c5fa1;
  font-weight: 300;
  text-decoration: none;
}

.hc-email-link:hover {
  color: #14366d;
  text-decoration: underline;
}



.hc-team-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
	justify-content: center;
}

.hc-team-overlay-desc {

}

.close-trigger {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
	cursor: pointer;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger-img {
  width: 16px;
  height: 16px;
}

.hc-img-text-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-top: 48px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hc-full-img-wrap {
  overflow: hidden;
  width: 35vw;
  height: 35vw;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1005px;
  background-color: #14366d;
}
.page-template-hc-homepage .hc-team-wrap {border-radius: 10px;}
.page-template-hc-homepage .hc-team-feaured { object-position: top;}

.hc-full-img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
}

.hc-img-banner {
  position: relative;
  padding: 80px 48px;
  background-color: #222;
  font-family: Montserrat, sans-serif;
}

.hc-abs-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
}

.hc-vert-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hc-vert-wrap.left-black {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
  text-align: left;justify-content: center;
}

.hc-lead {
  width: 480px;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 32px;
}

.hc-icon-showcase-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-top: 48px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hc-icon-showcase-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.hc-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #14366d;
}

.hc-icon-showcase-icon {
  width: 140px;
  height: 140px;
}

.sub-h4 {
  padding-left: 2px;
  font-weight: 500;
  text-transform: uppercase;
	margin-bottom: 0px;
}

.hc-divider {
  width: 800px;
  height: 2px;
  max-width: 90%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #14366d;
}

.hc-checklist-showcase-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-top: 48px;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
}

.hc-checklist-showcase-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hc-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hc-checklist-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	margin-bottom: 15px;
}

.hc-icon-small {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.hc-checklist-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  width: 240px;
  height: 240px;
}

.hc-img-expand {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1005px;
  background-color: #14366d;
}

.hc-center-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #14366d;
  color: #fff;
}

.hc-center-blue.gray-bkg {
  background-color: #f9fafa;
}

.hc-form-wrap {
  width: 600px;
  max-width: 100%;
  margin-top: 48px;
}

.subh-p {
  width: 480px;
  max-width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.img-link-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 240px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #14366d;
  text-decoration: none;
  cursor: pointer;
}

.hc-img-bkg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
}

.hc-img-bkg:hover {
  opacity: 0.2;
}

.img-link-text {
  position: relative;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hc-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hc-2-col-p {
  margin-bottom: 36px;
}

.hc-hp-testimonial-form-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #14366d;
  font-family: Montserrat, sans-serif;
}

.hc-test-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
	width: 100%;
}

.hp-test-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 100%;
  padding-right: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}.hp-test-slider-wrap h3.hc-h3 {padding-left: 60px;}

.hp-small-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-right: 32px;
  padding-bottom: 36px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #3c5fa1;
}

.hc-h3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.hc-test-slider {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 24px;
  background-color: transparent;
}

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
}

.hidden-slider-arrow {
  display: none;
}

/* Form */
.form-embed {
  width: 100%;
  margin-top: 25px;
 padding: 25px;
}
.form-embed input[type="text"], .form-embed input[type="email"], .form-embed textarea {
    border-radius: 25px !important;
    background-color: #375999 !important;
    color: #fff !important;
    border: none !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.form-embed input[type="text"]::placeholder, .form-embed input[type="email"]::placeholder, .form-embed textarea::placeholder {
	color: #fff !important;
}

.form-embed .field-group i {
	color: #fff !important;
}
.form-embed input[type="submit"] {
    background-color: #fff !important;
    color: #14366d !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border: 1px solid transparent !important;
    border-radius: 50px;
    padding: 5px 30px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px !important;
}
.form-embed input[type="submit"]:hover {
	 border: 1px solid #14366d !important;
}

.form-embed .wpcf7-not-valid-tip {
    color: yellow !important;
    font-size: 12px !important;
}

.form-embed  .wpcf7 form.invalid .wpcf7-response-output {
    border-color: yellow !important;
    color: yellow !important;
    font-size: 12px !important;
    border-width: 1px !important;
    padding: 15px !important;
	text-align: center !important; }

.test-slide-mask {
  height: auto;
}

.hc-test-quote-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 160px;
  height: 160px;
  opacity: 0.3;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hc-test-quote-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 160px;
  height: 160px;
  opacity: 0.3;
}

.testimonial-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 36px 120px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-style: italic;
}

.hc-testimonial-text {
  max-width: 100%;
  color: #fff;
}

.testimonial-slide {
  height: auto;
}

.cert-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-left: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cert-logo {
  height: 120px;
  margin-right: 10px;
}

.hc-hp-blue-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-top: 80px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.hc-hp-stat {
  margin-right: 24px;
  margin-left: 24px;
  text-align: center;
}

.stat-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.stat-label {
  margin-top: 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.hc-featured-slider {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: transparent;
}

.slide-nav-hidden {
  display: none;
}

.hidden-icon {
  display: none;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slider-icon {
  width: 32px;
  height: 32px;
}

.hc-featured-slide {
  width: 100%;
}

.hc-featured-slider-mask {
  overflow: hidden;
  padding-right: 80px;
  padding-left: 80px;
}

.hc-featured-slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-border-line {
  width: 2px;
  height: 100px;
  background-color: #636363;
}

.hc-team-feature-title {
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 26px;
}

.featured-team-name {
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.hc-hp-locations-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #14366d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.hc-hp-locations-feature.gray-bkg {
  background-color: #f9fafa;
}

.hp-location-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hp-location-wrap-single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-wrap-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.location-title {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}

.hp-address {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.hp-location-sub {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.hp-hours {
  font-size: 18px;
  line-height: 24px;
}

.location-barrier {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-color: #3c5fa1;
}

.logo-img {
  width: 16%;
}

.hc-main-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.hp-img-link {
  position: relative;
  z-index: 2;
min-width: 245px;	
}

.nav-logo {
  height: 80px;
}

.nav-link-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
	
}

.list-level-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.list-level-one.cta {
  margin-left: 12px;
}

.nav-parent-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}



.nav-bkg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #14366d;
}

.hc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 60px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.footer-logo-link {
  width: 240px;
}

.image-2 {
  width: 240px;
  height: 100px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-nav-list li {  width: 50%;
}

.footer-nav-list li a {
    color: #14366d;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}
.footer-nav-list li a:hover {
	color: #ccc;
}

.footer-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-left: 6px;
    color: #fff;
    background: #395794;
    border-radius: 100%;
    text-align: center;
	border: 1px solid #395794;
}

.footer-social-link:hover {
	color: #395794; background: #fff;
}

.footer-social-link .fab {
	position: relative;
	top: 5px;
}

.footer-icon {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 991px) {
	.column {
		width: 100% !important;
	}
	.hp-test-slider-wrap h3.hc-h3 {padding-left: 0px;}
	.cert-logo-wrap {margin-left: 0px;}
	.footer-logo-link {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}
	.location-wrap-single {
		display: block;
		text-align: center;
	}
	.footer-nav-list li {
		width: 100%;
	}
	.hc-footer .nav-parent-link {
		align-items: center !important;
	}
  .hc-hero {
    min-height: auto;
  }

  .hc-hero-info-wrap {
    padding-right: 48px;
    padding-left: 48px;
  }

  .hc-hero-h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .hc-button.tertiary.testimonial-btn {
    margin-left: 0px;
  }

  .hc-button.footer.testimonial-btn {
    margin-left: 0px;
  }

  .hc-center-white {
    padding-right: 48px;
    padding-left: 48px;
  }

  .hc-team-single-wrap {
    width: 100%;
    max-width: none;
    position: relative;
}

  .hc-icon-showcase-single {
    width: 50%;
  }

  .hc-center-blue {
    padding-right: 48px;
    padding-left: 48px;
  }

  .img-link-grid-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .img-link {
    width: 300px;
    height: 300px;
    margin: 16px;
  }

  .hc-hp-testimonial-form-feature {
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .hc-test-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hp-test-slider-wrap {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hp-small-form-wrap {
    width: 100%;
    min-width: auto;
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid #3c5fa1;
    border-left-style: none;
  }

  .slider-nav {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-slider-content {
    padding-right: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hc-hp-blue-stats {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hc-hp-stat {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .hc-featured-slider {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .arrow-wrapper {
    width: 32px;
  }

  .hc-featured-slider-mask {
    padding-right: 32px;
    padding-left: 32px;
  }

  .hc-featured-slide-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hc-hp-locations-feature {
    padding-right: 48px;
    padding-left: 48px;
  }

  .logo-img {
    width: 50%;
  }

 /* .hc-main-nav {
    display: none;
  } */

  .hc-footer {
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-2 {
    margin-bottom: 36px;
  }

  .footer-nav-list {
    margin-bottom: 32px;
  }

  .footer-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
	.hc-hero-h1 {
    font-size: 30px;
    line-height: 42px;
}
}

@media screen and (max-width: 767px) {
	.hc-main-nav svg {
		max-width: 170px;
	}
  .hc-hero {
    height: auto;
    min-height: auto;
  }

  .hc-hero-info-wrap {
    position: relative;
    height: auto;
    min-height: auto;
    padding: 160px 24px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }



  .hc-hero-p {
    max-width: 100%;
  }

  .hc-center-white {
    padding: 48px 24px;
  }

  .hc-team-img {
    width: 180px;
    height: 180px;
  }

  .hc-img-text-col-wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .hc-full-img-wrap {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .hc-img-banner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hc-vert-wrap.left-black {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hc-checklist-showcase-wrap {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hc-checklist-showcase-list {
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hc-center-blue {
    padding: 48px 24px;
  }

  .img-link {
    width: 200px;
    height: 200px;
  }

  .img-link-text {
    font-size: 20px;
  }

  .hc-test-quote-left {
    width: 100px;
    height: 100px;
  }

  .hc-test-quote-right {
    width: 100px;
    height: 100px;
  }

  .testimonial-slider-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hc-featured-slider {
    padding-bottom: 24px;
  }

  .slide-nav-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #14366d;
    color: #14366d;
  }

  .arrow-wrapper {
    display: none;
  }

  .hc-featured-slider-mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hc-hp-locations-feature {
    padding: 48px 24px;
  }

  .hp-location-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hp-location-wrap-single {
    width: 100%;
  }

  .location-barrier {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 2px;
  }
}

@media screen and (max-width: 479px) {
  .hc-hero-h1 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
  }

  .hc-button.side-margin {
    margin: 6px 0px;
  }

  .hc-center-white {
    padding-top: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .hc-team-grid {
    margin-top: 24px;
  }

  .hc-team-single-wrap {
    width: 100%;
  }

  .hc-team-img {
    width: 240px;
    height: 240px;
  }

  .hc-full-img-wrap {
    width: 90vw;
    height: 90vw;
  }

  .hc-img-banner {
    padding: 60px 16px;
  }

  .hc-icon-showcase-single {
    width: 100%;
  }

  .hc-checklist-showcase-list {
    width: 100%;
  }

  .hc-checklist-img-wrap {
    width: 240px;
    height: 240px;
  }

  .hc-center-blue {
    padding-top: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .img-link {
    width: 240px;
    height: 240px;
  }

  .hc-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hc-hp-testimonial-form-feature {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hp-test-slider-wrap {
    max-width: 100%;
  }

  .hc-test-slider {
    max-width: 100%;
  }

  .test-slide-mask {
    max-width: 100%;
  }

  .testimonial-slider-content {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-slide {
    max-width: 100%;
  }

  .cert-logo-wrap {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cert-logo {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .hc-featured-slider {
    padding-bottom: 32px;
  }

  .hc-featured-slide-item {
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .featured-border-line {
    display: none;
  }

  .hc-hp-locations-feature {
    padding-top: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .location-wrap-single {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-img {
    width: 48%;
    margin-bottom: 12px;
  }
}

/* .hc-hero-new-bkg:hover {
	 transform: scale(1.1);
    transition: all 1s ease-in-out;
} */

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
	z-index: 9999;
}

nav ul li {
  display: inline-block;
}

nav ul li a {

  text-decoration: none !important;
  padding: 15px;
  display: block;
}

nav ul li a:hover {
color: #ccc;
}

nav ul ul {
  position: absolute;
  min-width: 200px;
background: #fff;
  display: none;
	top: 48px;
}

nav ul ul li a {
	color: #14366d !important;
}

nav ul ul li a:hover {
	color: #ccc !important;
}

nav ul ul li{
  display: block;

}

nav ul li:hover ul{
  display: block;
}

nav ul li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}

 nav div{

  color: #fff;
  font-size: 32px;
  padding: 0.6em;
  cursor: pointer;
  display: none;
}

.menu-item-has-children a {
	position: relative;
	padding-right: 30px;
}

.menu-item-has-children a:hover {
	color: #14366d;
	background: #fff;
}

.menu-item-has-children a:after {
    content: "\25bc";
    position: absolute;
    right: 10px;
    font-size: 12px !important;
}

.dropdown-nav a:after {
	 content: none;
}


@media screen and (max-width: 991px){
	#menu-item-3655 a {
		background: inherit;
		display: block;
		padding: 15px;
		border-radius: 0px;
		border: none;	
	}
	#menu-item-3655 a:hover {
		background: inherit;
		display: block;
		padding: 15px;
		border-radius: 0px;
		border: none;	
		color: #ccc;
	}
	.hc-test-quote-left, .hc-test-quote-right {
		display: none;
	}
	.testimonial-slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline;
    width: 80%;
    height: auto;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-style: italic;
    text-align: center;
}
	.nav-parent-link {
		width: 100%;
		align-items: flex-start;
	}
	
	#main-menu .nav-parent-link {
			border-bottom: solid 1px #204683;
		padding: 15px !important;
	}
	
	.menu-item-has-children a:hover {
    color: #ccc;
    background: inherit;
}
  nav div {
    display: block;
	  position: relative;
	  z-index: 9999;
  }
  nav ul {
    display: none;
    position: absolute !important;
    background: #14366d;
	left: 0px;
	width: 100%;
	top: 90px;
	z-index: 100001 !important;
	  
  }
  nav ul li {
    display: block;
  }
  
  nav ul ul {
        background: #184282;
  /*  display: block !important; */
    position: unset !important;
  }
	.hc-main-nav {
    position: fixed;
    z-index: 100001;
    background: #14366d;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 6px;
}
	
	nav ul ul li a {
		color: #fff !important;
		padding-left: 24px !important
	}
	
	.nav-link-list {
		display: none;
	}
	.menu-item-has-children a {
		padding-right: 12px;
	}
	.menu-item-has-children a:after {
		content: none;
	}
}

@media screen and (max-width: 1200px) {
	nav ul li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	nav ul li a {
    font-size: 15px;
    padding: 6px 10px !important;
}
	.logo-rotator {
		display: none;
	}
}

/* Alt Sections */
.new-checklist {flex-direction: column;}
.alt-section {width: 100%; display: flex; flex-direction: row; margin-top: 50px; margin-bottom: 50px;}
.alt-half {
    width: 50%;
    display: flex;
    align-content: center;
    height: auto;
    justify-content: center;
}
.alt-half .hc-img-expand{width: 400px; height: 400px;display: flex; align-items: center;}
.alt-half .hc-img-expand img {object-position: top;
}
.alt-section:nth-of-type(even){
flex-direction: row-reverse;	
}
.alt-half-right {
	align-items: flex-end;
}
.alt-section:nth-of-type(even) .alt-half-right{	align-items: flex-start;}
.alt-interior-sections .alt-half {align-items: flex-end}
.alt-interior-sections:nth-of-type(even) .alt-half-right {align-items: flex-start}
	@media screen and (max-width: 991px) {
		.alt-section {
			 flex-direction: column-reverse !important;
			margin: 0px;
		}
	.alt-half {
    width: 100%;
		align-items: center !important;
}
	.alt-half .hc-img-expand {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
    height: 300px;
}
		.alt-interior-sections .alt-half {align-items: center !important}
		.hc-checklist-showcase-list {    align-items: flex-start !important}
			.hc-form-wrap {margin-top: 0px;}
}
/* Testimonials */
.thememount-testimonial-text {
	background: transparent;
    border-left: none;
    padding: 0px;
    margin: 0px;
}
.thememount-boxes-row-wrapper {
	margin-top: 50px;
}

/* Locations */
.location-details {
	padding-left: 60px;
}

.location-details h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.location-details a {
	text-decoration: underline;
}
.location-details a:hover {
	color: #ccc;
}
.location-details a, .location-details p {
	color: #fff;
}
.location-details .hc-button {
	margin: 0px; display: inline-block;text-decoration: none;
}
.location-details .hc-button:hover {
	color: inherit;
}
@media screen and (max-width: 991px) {
	.location-details {
		padding-left: 0px;
	}
}

/* New Styles - Jordan Nov 12th 2021 */

/* Gradient BG */

.grad-bg {
    background: linear-gradient(-45deg, #4dc5d8, #4759a8, #29337d, #22a6d4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Title Font Change */

h1, h2, h3, h4 {
	font-family: 'Abril Fatface', cursive !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
}

/* Blue Green image Border */
.hc-img-expand, .img-link, .hc-full-img-wrap {
	    border: 5px solid #4dc5d8;
}

.hc-img-expand:after {
	background-color: #faf7f0;
	position: absolute;
}

.bokeh {
    background-image: url('https://scottomelchiorre.com/wp-content/uploads/2021/11/smg-bokeh-bg.jpg?id=3943');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.hc-form-wrap {margin-top: 0px;}

.hc-hero-new-bkg {opacity: .3;}

.nav-parent-link {font-size: 14px;}

.hc-lead {
    width: 100%;
    max-width: 1000px;
    margin-top: 32px;
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 30px;
}

.hc-center-white.gray-bkg, .hc-footer  {
    background-color: #faf7f0;
}

.hc-button, #menu-item-3655 a {
	background-image: none;
	background-color: #3c4165
}

.footer-social-link {
    background: #3c4165;
    border: 1px solid #3c4165;
}

/*Animations*/

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

@media screen and (max-width: 1250px) {
	.nav-parent-link  {padding: 5px;}
}

@media screen and (max-width: 1250px) {
	.nav-parent-link  {padding: 5px;}
	.hp-img-link {min-width: 150px;}
}

/* End of Animations */

.sub-h4 {margin-bottom: 15px; }

.hc-test-slider {
    opacity: 1 !important;
}

/* New Checklist Styling */
.no-pad {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.full-checklist {
	max-width: none;
}

.checklist-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.checklist-section .sub-h4 {
	color: #3c4165;
	
}

.checklist-section p {
    margin-top: -20px;
    color: #3c4165;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.alt-section-p-fix p {
	margin-top: inherit;
}

.alt-section-p-fix h3 {
	color: #3c4165
}



.checklist-section:nth-of-type(even){
	background-color: #faf7f0;
}


.checklist-section .container{
	display: flex;
	flex-direction: row;
}

.checklist-section:nth-of-type(even) .container{
	flex-direction: row-reverse
}

.new-check-item {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    margin-bottom: 0px;
    color: #3c4165;
    font-size: 18px;
    line-height: 24px;
}

.hc-checklist-showcase-list h3 {
	 color: #3c4165;
	margin-bottom: 40px;
}

.alt-section {
	margin-bottom: 0px;
	margin-top: 0px;
}

.hc-checklist-showcase-wrap {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hc-button.tertiary {
	margin-top: inherit;
}
.hp-hours {
	margin-bottom: 20px;
}

.img-link-text {
	font-size: 12px;
}

.img-link {
	width: 275px;
	height: 275px;
}

.hc-hp-blue-stats {
   
   margin-top: 30px; 
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #3c5fa1;
}

.hp-img-link {max-width: 245px;}


.page-template-hc-location .hc-hero {
	height: auto;
	min-height: 400px;
} 

.page-template-hc-location .hc-hero-info-wrap {
	min-height: 50%;
}

.hilite a.nav-parent-link {background-color: #fff; color: #14366d;}

@media screen and (max-width: 1250px) {
	.img-link {
	width: 250px;
	height: 250px;
}
}


@media screen and (max-width: 991px) {
	.checklist-section .container, .checklist-section:nth-of-type(even) .container {
		flex-direction: column;
	}
	.alt-half-right {
		order: -1;
	}
	.hc-checklist-showcase-list {
		align-items: center !important;
		text-align: center;
	}
	.hc-checklist-showcase-list .hc-checklist-single{
		text-align: left;
		width: 100%;
		margin-left: 20px;
	}
	.hp-location-wrap-single a {
		color: #fff !important;
	}
	.page-template-hc-location .hc-hero {
    min-height: 270px;
}
	.menu-item-has-children .nav-parent-link:after {
    content: "\25bc";
    position: absolute;
    right: 10px;
    font-size: 11px !important;
    display: block !important;
}
	.dropdown-nav .nav-parent-link:after {content: none;}
	
	.hilite a.nav-parent-link {background-color: inherit; color: inherit;}
}

.nav-parent-link:hover {cursor: pointer;}



.hc-team-single-wrap .hc-button.secondary {
    color: #fff;
}

.hc-team-single-wrap .hc-button.secondary:hover {
   background-color: transparent;
	color: #14366d;
}



@media screen and (max-width: 1250px) {
.nav-parent-link {
    padding: 8px;
    font-size: 12px;
}
	nav ul ul {
    top: 40px;
}
}

.rotate-90::after { 
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.interior-slider-wrap {
	    width: 100%;
    text-align: center;
    padding:20px;
    align-items: center;
}

.interior-slider-wrap h3.hc-h3 {
    padding-left: 0px !important;
}

.interior-slider-wrap .testimonial-slide {
    text-align: center;
}

.interior-slider-wrap .testimonial-slide .testimonial-slider-content {
    align-items: center;
    padding: 30px;
}
.interior-slider-wrap  .slider-nav{
	  display: block;
	padding-left: 0px;
}

.interior-slider-wrap  .hc-button.tertiary.testimonial-btn{
	margin-left: 0px;
}

.interior-slider-wrap .thememount-box-img {
    max-width: 200px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

/* Home Feature */
.home-feature {width: 100%; float: left;}

.home-feature-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-right: 5px solid #4dc5d8;
    height: 700px;
}

.hf-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.hf-container a {
	display: inline-block;
}

.hf-col {
    min-height: 700px;
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 991px) {
	.hf-col {
		width: 100%;
		min-height: 0px;
	}
	.home-feature-left img  {
		width: 100%; height: auto; border-right: none; border-bottom: 5px solid #4dc5d8;
	}
	.hf-container {
    position: unset;
    padding: 60px;
    transform: none;
    width: 100%;
}
}
.mission-logo {
	max-width: 150px;
	margin-top: 20px;
	margin-bottom: -30px
}

.hp-address a {color: #fff;}

.hp-address a:hover {color: #fff; text-decoration: underline;}

.loc-visit {margin-top: 20px !important;}

/* Testimonial Reviews */
.leave-review {
	
}
.leave-review a {
	display: inline-block;margin: 5px;
}

.leave-review p{
	text-align: center;
	
}

/* Single Post */
.single-content-hc {
	padding: 40px;
}
.single-content-hc .hc-button {
	display: inline-block;
}
.hero-single p {
	    max-width: 600px;
    margin-bottom: 36px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 24px;
}
.tm-vc_cta3-content p {
	text-align: justify;
}

.error404 header {
	display: none;
}