/*
Theme Name: Wyoming Seat Belt 2024
Theme URI: 
Author: Heinrich
Version: 1.0
*/
/* 
:::::::::: COLORS :::::::::
*/
/* ___ theme ___ */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.black {
  color: #000 !important;
}

.white {
  color: #FFF !important;
}

.dark-grey {
  color: #343637 !important;
}

.mid-grey {
  color: #C8C8C8 !important;
}

.light-grey {
  color: #F7F7FA !important;
}

.blue {
  color: #212259 !important;
}

/* ___ backgrounds ___ */
.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-light-grey {
  background-color: #F7F7FA !important;
}

.bg-mid-grey {
  background-color: #C8C8C8 !important;
}

.bg-dark-grey {
  background-color: #343637 !important;
}

.bg-blue {
  background-color: #212259 !important;
}

/* ___ borders ___ */
.border-black-thin {
  border: #000 1px solid;
}

.border-top-black-thin {
  border-top: #000 1px solid;
}

.border-bottom-black-thin {
  border-bottom: #000 1px solid;
}

.border-white-thin {
  border: #FFF 1px solid;
}

.border-top-white-thin {
  border-top: #FFF 1px solid;
}

.border-bottom-white-thin {
  border-bottom: #FFF 1px solid;
}

.border-light-grey-thin {
  border: #F7F7FA 1px solid;
}

.border-top-light-grey-thin {
  border-top: #F7F7FA 1px solid;
}

.border-bottom-light-grey-thin {
  border-bottom: #F7F7FA 1px solid;
}

.border-mid-grey-thin {
  border: #C8C8C8 1px solid;
}

.border-top-mid-grey-thin {
  border-top: #C8C8C8 1px solid;
}

.border-bottom-mid-grey-thin {
  border-bottom: #C8C8C8 1px solid;
}

.border-dark-grey-thin {
  border: #343637 1px solid;
}

.border-top-dark-grey-thin {
  border-top: #343637 1px solid;
}

.border-bottom-dark-grey-thin {
  border-bottom: #343637 1px solid;
}

.border-blue-thin {
  border: #212259 1px solid;
}

.border-top-blue-thin {
  border-top: #212259 1px solid;
}

.border-bottom-blue-thin {
  border-bottom: #212259 1px solid;
}

* {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #343637;
}

h1 {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 5.3125rem;
  line-height: 5.5rem;
}

h2 {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 2.625rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 14px !important;
  }
}
p.large {
  font-size: 1.25rem;
}
p.small {
  font-size: 0.875rem;
}

strong, b {
  font-weight: 600;
}

a {
  color: #195FAD;
  font-weight: 500;
}
.head-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .head-wrap.darken-mobile-header {
    background: linear-gradient(rgba(0, 20, 101, 0.6), rgba(0, 20, 101, 0.4), rgba(0, 20, 101, 0));
    height: 100px;
  }
}
.head-wrap .head {
  background: #FFF;
  border: #EFF5FE 1px solid;
  border-top: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(13, 63, 69, 0.2) 0 2px 13px;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-wrap .head .menu-item {
  text-align: center;
  position: relative;
  transition: 1s;
}
.head-wrap .head .menu-item a {
  font-weight: 600;
  color: #001465;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  padding-bottom: 8px;
}
.head-wrap .head .menu-item a.current, .head-wrap .head .menu-item a:hover {
  border-bottom: 2px solid #F5BA18;
}
.head-wrap .head .menu-item.logo-wrap a:hover {
  border-bottom: none;
}
.head-wrap .head .menu-item .logo {
  width: 140px;
  margin-top: 4px;
}
.head-wrap .head .menu-item .logo.scrolled {
  width: auto;
  height: 96px;
}
.head-wrap .m-header {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .head-wrap .m-header {
    display: block;
  }
}
.head-wrap .m-header a.m-menu-toggle {
  position: absolute;
  right: 16px;
  top: 32px;
  width: 24px;
  height: 24px;
  background: url("assets/images/burger.png");
  background-size: 100%;
}
.head-wrap .m-header a.m-menu-toggle.isDown {
  background: url("assets/images/close.png");
  background-size: 100%;
  right: 16px;
  top: 32px;
  width: 24px;
  height: 24px;
}
.head-wrap .m-header a.m-menu-toggle img {
  width: 24px;
}
.head-wrap .m-header .menu-item a img.m-head-logo {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 144px;
}
.head-wrap .m-header .m-menu {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 68px;
  right: -300px;
  width: 300px;
  height: 220px;
  z-index: 999;
  text-align: center;
  padding-top: 16px;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.head-wrap .m-header .m-menu a {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #212259;
}
.head-wrap .m-header .logo {
  width: 128px;
  margin-top: 12px;
  margin-left: 1rem;
}
.head-wrap .m-header .logo.scrolled {
  width: auto;
  height: 96px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 90px;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hide767 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show768 {
    display: none !important;
  }
}

::-moz-placeholder {
  color: #343637;
  opacity: 1;
  font-size: 1rem;
}

::placeholder {
  color: #343637;
  opacity: 1;
  font-size: 1rem;
}

.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0;
  top: -196px;
}

input[type=text],
input[type=submit] {
  font-size: 1rem;
}

.wpcf7-spinner {
  display: none;
}

.full-width {
  width: 100%;
  position: relative;
}

.btn {
  display: inline-block;
  margin-top: 2rem;
  border-radius: 5px;
  padding: 0.75rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.btn.btn-primary {
  background: #001465;
  border: #001465 2px solid;
  color: #FFF;
}
.btn.btn-primary:hover {
  background: #FFF;
  color: #001465;
}
.btn.btn-secondary {
  background: #F5BA18;
  border: #F5BA18 2px solid;
  color: #001465;
  font-weight: 500;
}
.btn.btn-secondary:hover {
  border: #001465 2px solid;
}

a.blue-btn,
a.white-btn {
  background: #212259;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

a.white-btn {
  background-color: #ffffff;
  color: #212259;
}

.content {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.head-dash-b,
.head-dash-w {
  padding-left: 50px;
  position: relative;
}
.head-dash-b:before,
.head-dash-w:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 2px;
  background-color: #1C75BC;
}

.head-dash-w:before {
  background-color: #ffffff;
}

.hero-img {
  display: flex;
  align-items: center;
  width: 100%;
  margin: -120px 0 0;
  padding: 15rem 0 10rem;
  min-height: 240px;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hero-img {
    padding: 10rem 0 5rem;
  }
}
.hero-img .hero-txt {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .hero-img .hero-txt {
    text-align: center;
    width: 90%;
  }
}
.hero-img .hero-txt h6 {
  color: #FFF;
  margin-bottom: 0.65rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.hero-img .hero-txt h1 {
  color: #FFF;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero-img .hero-txt h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.hero-img .hero-txt p {
  color: #FFF;
  font-weight: 500;
}

.page-brief {
  background: #F5BA18;
  paddinG: 5rem 0;
}
.page-brief h2 {
  color: #001465;
}

.page-info {
  margin: 5rem 0 4rem;
}
.page-info h2 {
  color: #001465;
}

.bio-wrap {
  margin-bottom: 5rem;
}
.bio-wrap .member {
  background-color: #EFF5FE;
  padding: 5.5rem 2rem 2rem;
  margin-bottom: 1.5rem;
}
.bio-wrap .member .m-img {
  vertical-align: top;
  width: 200px;
  display: inline-block;
}
.bio-wrap .member .m-img img {
  width: 167px;
  height: auto;
}
.bio-wrap .member .member-bio {
  display: inline-block;
  width: calc(100% - 210px);
  margin-top: -3.5rem;
}
@media screen and (max-width: 767px) {
  .bio-wrap .member .member-bio {
    width: 100%;
    margin-top: 1rem;
  }
}
.bio-wrap .member .member-bio p,
.bio-wrap .member .member-bio p em {
  color: #343637;
}
.bio-wrap .member .member-bio .yrm-more-button-wrapper span,
.bio-wrap .member .member-bio .yrm-less-button-wrapper span {
  text-align: right;
  text-transform: uppercase;
  color: #343637;
  font-weight: 500 !important;
  margin-right: 1rem;
}

.res-page.hp-res-wrap {
  background-color: #FFF;
  height: auto;
}

.feat-vid-wrap {
  background-color: #EFF5FE;
  padding: 6rem 4rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .feat-vid-wrap {
    display: block;
    padding: 4rem 2rem;
  }
}
.feat-vid-wrap .feat-vid-copy {
  width: 40%;
  padding: 1rem 4rem;
}
@media screen and (max-width: 860px) {
  .feat-vid-wrap .feat-vid-copy {
    width: 100%;
    padding: 0;
  }
}
.feat-vid-wrap .feat-vid-copy h2 {
  color: #001465;
}
.feat-vid-wrap .feat-vid {
  width: 60%;
}
.feat-vid-wrap .feat-vid video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .feat-vid-wrap .feat-vid {
    width: 100%;
    margin-top: 2rem;
  }
}

.slick-wrap {
  padding: 2rem 0;
}
.slick-wrap .slick-slide {
  position: relative;
}
.slick-wrap .slick-slide:before {
  content: url("assets/images/play.png");
  position: absolute;
  top: -65px;
  left: -20px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 30px;
  z-index: 9;
  opacity: 0.85;
}
.slick-wrap .slick-slide p {
  margin-bottom: 0;
}
.slick-wrap .slick-slide img {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

#video-gallery.main-display {
  margin-bottom: 2rem;
}
#video-gallery h2 {
  color: #001465;
}

.partner-wrap {
  padding: 6rem 0 3rem;
}
.partner-wrap .partner-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 14px;
  border-radius: 5px;
}
@media screen and (max-width: 699px) {
  .partner-wrap .partner-row {
    flex-direction: column;
  }
}
.partner-wrap .partner-row .partner-icon {
  display: inline-block;
  width: 22%;
}
@media screen and (max-width: 699px) {
  .partner-wrap .partner-row .partner-icon {
    width: 100%;
  }
}
.partner-wrap .partner-row .partner-icon img {
  width: 72%;
  height: auto;
  margin: 0 14% 0 14%;
}
@media screen and (max-width: 699px) {
  .partner-wrap .partner-row .partner-icon img {
    display: block;
    width: 200px;
    margin: 1.5rem auto;
  }
}
.partner-wrap .partner-row .partner-info {
  display: inline-block;
  width: 78%;
  background-color: #EFF5FE;
  padding: 1.25rem 2rem 1.25rem 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 699px) {
  .partner-wrap .partner-row .partner-info {
    width: 100%;
  }
}
.partner-wrap .partner-row .partner-info .partner-contact {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .partner-wrap .partner-row .partner-info .partner-contact {
    flex-direction: column;
  }
}
.partner-wrap .partner-row .partner-info .partner-contact .p-column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .partner-wrap .partner-row .partner-info .partner-contact .p-column {
    width: 100%;
  }
}
.partner-wrap .partner-row .partner-info .partner-link {
  padding: 0.75rem 0;
  text-align: right;
  text-transform: uppercase;
}
.partner-wrap .partner-row .partner-info .partner-link a {
  color: #343637;
  text-decoration: none;
  font-weight: 600;
}
.partner-wrap .partner-row .partner-info .partner-link a:after {
  content: url(assets/images/wysbc-arrow.png);
  padding: 4px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .partner-wrap .partner-row .partner-info .partner-link a:after {
    content: url(assets/images/wysbc-arrow-sm.png);
  }
}

.contact-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin: -120px 0 0;
}
@media screen and (max-width: 1023px) {
  .contact-wrap {
    flex-direction: column;
  }
}
.contact-wrap .c-hero-img {
  display: flex;
  align-items: center;
  width: 45%;
  background-size: cover;
  background-position: center center;
  padding-top: 4rem;
}
.contact-wrap .c-hero-img * {
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .c-hero-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrap .c-hero-img {
    padding: 12rem 0 3rem;
  }
}
.contact-wrap .c-hero-img .c-hero-txt {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .c-hero-img .c-hero-txt {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .contact-wrap .c-hero-img .c-hero-txt {
    margin-top: -25rem;
  }
}
.contact-wrap .c-hero-img .c-hero-txt h6 {
  color: #FFF;
  margin-bottom: 0.65rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contact-wrap .c-hero-img .c-hero-txt h1 {
  color: #FFF;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact-wrap .c-hero-img .c-hero-txt h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.contact-wrap .c-hero-img .c-hero-txt p {
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .c-hero-img .c-hero-txt h1,
  .contact-wrap .c-hero-img .c-hero-txt h6,
  .contact-wrap .c-hero-img .c-hero-txt p {
    text-align: center;
  }
}
.contact-wrap .contact {
  padding: 12rem 0 6rem;
  width: 60%;
  height: auto;
  background-color: #EFF5FE;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrap .contact {
    padding: 4rem 0;
  }
}
.contact-wrap .contact h2 {
  color: #001465;
}
.contact-wrap .contact .contact-form {
  width: 60%;
  margin-left: 4rem;
}
.contact-wrap .contact .contact-form input[type=text],
.contact-wrap .contact .contact-form input[type=email],
.contact-wrap .contact .contact-form textarea {
  width: 100%;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 2px solid #C8C8C8;
  background-color: #FFF;
  color: #343637;
  font-size: 1rem;
  font-weight: 300;
}
.contact-wrap .contact .contact-form input[type=text]::-moz-placeholder, .contact-wrap .contact .contact-form input[type=email]::-moz-placeholder, .contact-wrap .contact .contact-form textarea::-moz-placeholder {
  color: rgb(174.5, 174.5, 174.5);
}
.contact-wrap .contact .contact-form input[type=text]::placeholder,
.contact-wrap .contact .contact-form input[type=email]::placeholder,
.contact-wrap .contact .contact-form textarea::placeholder {
  color: rgb(174.5, 174.5, 174.5);
}
.contact-wrap .contact .contact-form .c-submit {
  display: inline-block;
  margin-top: 2rem;
  border-radius: 5px;
  padding: 0.75rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  background: transparent;
  border: #001465 2px solid;
  color: #001465;
}
.contact-wrap .contact .contact-form .c-submit:hover {
  background: #001465;
  color: #FFF;
}
@media screen and (max-width: 1279px) {
  .contact-wrap .contact .contact-form {
    width: 80%;
    margin-left: 10%;
  }
}

.blog-wrap {
  width: 100%;
  padding: 3rem 0;
}
.blog-wrap .b-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrap .b-row .b-tile {
  flex-basis: 30%;
  margin: 0 auto 2rem auto;
  background-color: #212259;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .blog-wrap .b-row .b-tile {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  .blog-wrap .b-row .b-tile {
    flex-basis: 100%;
  }
}
.blog-wrap .b-row .b-tile * {
  color: #FFF;
}
.blog-wrap .b-row .b-tile .b-img img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrap .b-row .b-tile .b-excerpt {
  padding: 1.5rem 1rem 2.5rem;
}
.blog-wrap .b-row .b-tile .b-excerpt .readmore {
  position: absolute;
  bottom: 8px;
  right: 1rem;
  text-align: right;
}

.b-page {
  padding: 4rem 0;
}
.b-page .post-head-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .b-page .post-head-wrap {
    flex-direction: column-reverse;
  }
}
.b-page .post-head-wrap .post-head {
  width: 75%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .b-page .post-head-wrap .post-head {
    width: 100%;
  }
}
.b-page .post-head-wrap .post-head h1 {
  font-size: 31px;
}
.b-page .post-head-wrap .social {
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .b-page .post-head-wrap .social {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.b-page .post-head-wrap .social a.share {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.b-page .post-head-wrap .social a.share:last-child {
  margin-right: 0;
}
.b-page .post-head-wrap .social .social-icon {
  width: 30px;
}

.tooltip,
.urltooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext,
.urltooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.75rem;
}

.tooltip .tooltiptext::after,
.urltooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext,
.urltooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Video Gallery specific styles */
#video-gallery.inside-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: none;
}

#video-gallery div.thumb {
  position: relative;
  float: left;
  margin: 0 0.5rem;
}

#video-gallery div.thumb img {
  max-width: 100%;
  min-height: 110px;
}

#video-gallery div.thumb p {
  position: relative;
  margin-top: 12px;
  text-align: left;
}

#video-gallery .display-wrapper {
  background: #e1e9f1;
  padding: 4rem 12rem;
  margin-top: -12px;
}

#video-gallery .main-display {
  margin: 0 auto 1rem;
  background: #000;
}

#video-gallery .slick-wrap {
  margin: 2rem 0 4rem;
}

#video-gallery .prev {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10rem;
  transform: translateY(-50%);
}

#video-gallery .next {
  display: block;
  position: absolute;
  right: 0px;
  top: 10rem;
  transform: translateY(-50%);
  z-index: 1000;
}

#video-gallery iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#video-gallery .aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#video-gallery .slick-list {
  margin: 0 3rem;
}

.vid-thumb-caption {
  text-align: left;
  font-weight: 500;
}

.vid-thumb-dur {
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #video-gallery .display-wrapper {
    padding: 4rem 4rem;
  }
  #video-gallery div.thumb img {
    min-height: 148px;
  }
  #video-gallery .prev, #video-gallery .next {
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  #video-gallery .display-wrapper {
    padding: 0;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.page-template-template-contact .grecaptcha-badge {
  visibility: visible;
}

/** New Footer **/
footer {
  background: #F7F7FA;
}
footer .ftr-container {
  max-width: 1170px;
  margin: 0 auto;
}
footer .ftr-container .ftr-cta {
  padding: 3rem 2rem 2rem;
}
footer .ftr-container .ftr-cta h2 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 500;
}
footer .ftr-container .ftr-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-top: #212259 1px solid;
  padding: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  footer .ftr-container .ftr-row {
    display: block;
  }
}
footer .ftr-container .ftr-row .ftr-col {
  width: 25%;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  footer .ftr-container .ftr-row .ftr-col {
    width: 100%;
    text-align: center;
  }
}
footer .ftr-container .ftr-row .ftr-col:first-child, footer .ftr-container .ftr-row .ftr-col:last-child {
  padding: 0 0;
}
footer .ftr-container .ftr-row .ftr-col.ftr-logo-wrap a:hover {
  border-bottom: none;
}
footer .ftr-container .ftr-row .ftr-col .ftr-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .ftr-container .ftr-row .ftr-col .ftr-menu li {
  padding-bottom: 1.5rem;
}
footer .ftr-container .ftr-row .ftr-col a {
  color: #343637;
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 6px;
}
footer .ftr-container .ftr-row .ftr-col a:hover {
  color: #001465;
  border-bottom: #F5BA18 2px solid;
}
footer .ftr-container .ftr-row .ftr-col h6 {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}
footer .ftr-container .ftr-row .ftr-col .ftr-address {
  margin: -1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  footer .ftr-container .ftr-row .ftr-col .ftr-address {
    margin-bottom: 2rem;
  }
}
footer .ftr-container .ftr-row .ftr-col .facebook {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  footer .ftr-container .ftr-row .ftr-col .facebook {
    width: 164px;
    margin: 0 auto 2rem;
  }
}
footer .ftr-container .ftr-row .ftr-col .facebook a:hover {
  border-bottom: none;
}
footer .ftr-container .ftr-row .ftr-col .facebook .icon {
  width: 38px;
  height: 38px;
}
footer .ftr-container .ftr-row .ftr-col.copyright p {
  margin: 0;
}
footer .ftr-container .ftr-row .ftr-col.terms {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .ftr-container .ftr-row .ftr-col.terms {
    text-align: center;
  }
}
footer .ftr-container .ftr-row .ftr-col.terms a {
  color: #343637;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}
footer .ftr-container .ftr-row .ftr-col.terms a:hover {
  color: #001465;
}
footer .ftr-container .ftr-logo {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .ftr-container .ftr-logo {
    margin-bottom: 2rem;
  }
}

/** Scroll Animation **/
.scroll-element {
  opacity: 0;
  transition: opacity 1500ms;
}

.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hp-hero {
  display: flex;
  align-items: center;
  width: 100%;
  margin: -120px 0 0;
  padding: 15rem 0 10rem;
  min-height: 240px;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hp-hero {
    padding: 10rem 0 5rem;
  }
}
.hp-hero .hp-hero-txt {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .hp-hero .hp-hero-txt {
    text-align: center;
    width: 90%;
  }
}
.hp-hero .hp-hero-txt h1 {
  color: #FFF;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .hp-hero .hp-hero-txt h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.hp-hero .hp-hero-txt h6 {
  color: #FFF;
  margin-bottom: 0.65rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.hp-hero .hp-hero-txt p {
  color: #FFF;
}

.hp-stat-wrap {
  width: 100%;
  background: #F5BA18;
}
.hp-stat-wrap .hp-stats {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 220px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 36px;
}
@media screen and (max-width: 1023px) {
  .hp-stat-wrap .hp-stats {
    padding: 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .hp-stat-wrap .hp-stats {
    display: block;
    text-align: center;
    padding: 1.5rem 0;
  }
}
.hp-stat-wrap .hp-stats h2 {
  color: #001465;
}
@media screen and (max-width: 767px) {
  .hp-stat-wrap .hp-stats p {
    margin-bottom: 2rem;
  }
}
.hp-stat-wrap .hp-stats .hp-stat {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  border-right: 1px solid #212259;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .hp-stat-wrap .hp-stats .hp-stat {
    display: block;
    width: 60%;
    border-right: none;
    border-bottom: 1px solid #212259;
    margin: 2rem auto;
  }
}
.hp-stat-wrap .hp-stats .hp-stat:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .hp-stat-wrap .hp-stats .hp-stat:last-child {
    border-bottom: none;
  }
}
.hp-stat-wrap .btnWrap {
  text-align: center;
  padding: 0rem 2rem 2rem;
}
.hp-stat-wrap .btn-primary {
  margin: 0 auto;
}

.hp-info {
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
  background: url("assets/images/watermark.png") center left no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.hp-info .info-c1 {
  width: 35%;
  text-align: center;
}
.hp-info .info-c1 .info-logo {
  width: 266px;
}
.hp-info .info-c2 {
  width: 65%;
}
.hp-info .info-c2 h2 {
  color: #001465;
}
@media screen and (max-width: 767px) {
  .hp-info {
    flex-direction: column-reverse;
    width: 92%;
  }
  .hp-info .info-c1,
  .hp-info .info-c2 {
    width: 100%;
  }
}

.hp-safe-kids {
  display: flex;
  align-items: center;
  background: #EFF5FE;
}
@media screen and (max-width: 860px) {
  .hp-safe-kids {
    display: block;
  }
}
.hp-safe-kids [class*=col-] {
  width: 50%;
}
.hp-safe-kids [class*=col-] .banner {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .hp-safe-kids [class*=col-] {
    width: 100%;
  }
}
.hp-safe-kids h2 {
  color: #001465;
}
.hp-safe-kids .col-B {
  padding: 0 4rem;
}
@media screen and (max-width: 860px) {
  .hp-safe-kids .col-B {
    padding: 4rem 2rem;
  }
}
.hp-safe-kids.hp-cp {
  flex-direction: row-reverse;
  justify-content: center;
  align-self: center;
  padding: 2rem 0;
}
.hp-safe-kids.hp-cp .col-A {
  display: flex;
  justify-content: center;
}
.hp-safe-kids.hp-cp .col-B {
  padding-left: 6rem;
}
.hp-safe-kids.hp-cp .cp-thumb {
  width: 250px;
  height: auto;
}

.hp-vid-wrap {
  background-color: #FFF;
  padding: 4rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .hp-vid-wrap {
    display: block;
    padding: 4rem 2rem;
  }
}
.hp-vid-wrap .hp-vid-copy {
  width: 40%;
  padding: 1rem 4rem;
}
@media screen and (max-width: 860px) {
  .hp-vid-wrap .hp-vid-copy {
    width: 100%;
    padding: 0;
  }
}
.hp-vid-wrap .hp-vid-copy h2 {
  color: #001465;
}
.hp-vid-wrap .hp-vid {
  width: 60%;
}
.hp-vid-wrap .hp-vid video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .hp-vid-wrap .hp-vid {
    width: 100%;
    margin-top: 2rem;
  }
}

.hp-res-wrap {
  width: 100%;
  padding: 6rem 4rem;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hp-res-wrap * {
  color: #FFF;
}
.hp-res-wrap .btn {
  margin: 3rem auto 0;
}
.hp-res-wrap .btn:hover {
  border-color: #FFF;
}
.hp-res-wrap .hp-res {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-res-wrap .hp-res .hp-res-col {
  padding: 2rem 2rem 3rem;
}
.hp-res-wrap .hp-res .hp-res-col * {
  color: #343637;
}
.hp-res-wrap .hp-res .hp-res-col h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.hp-res-wrap .hp-res .hp-res-col p {
  font-weight: 500;
}
.hp-res-wrap .hp-res .hp-res-col {
  position: relative;
  margin: 10px auto;
  display: flex;
  flex-basis: calc(50% - 20px);
  flex-direction: column;
  background-color: #ffffff;
  align-items: stretch;
  height: 360px;
  max-width: 550px;
  min-width: 315px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 14px;
  border-radius: 5px;
}
@media screen and (max-width: 860px) {
  .hp-res-wrap .hp-res .hp-res-col {
    flex-basis: 100%;
    max-width: 100%;
    min-width: unset;
    height: auto;
    padding-bottom: 6rem;
  }
}
.hp-res-wrap .hp-res .hp-res-col .res-icon {
  display: block;
  height: 80px;
  width: 80px;
  margin-bottom: 0.75rem;
}
.hp-res-wrap .hp-res .hp-res-col .hp-res-col-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
.hp-res-wrap .hp-res .hp-res-col .hp-res-col-bottom .res-cta-icon {
  margin: 0 1.5rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .hp-res-wrap .hp-res .hp-res-col .hp-res-col-bottom .res-cta-icon {
    margin: 0 1rem 0 0.25rem;
  }
}
.hp-res-wrap .hp-res .hp-res-col .hp-res-col-bottom .res-cta-icon:first-child {
  margin: 0 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .hp-res-wrap .hp-res .hp-res-col .hp-res-col-bottom .res-cta-icon:first-child {
    margin: 0 1rem 0 0;
  }
}
.hp-res-wrap .hp-res .hp-res-col .hp-res-col-bottom .res-cta-icon img {
  height: auto;
  width: 18px;
}
.hp-res-wrap .hp-res .hp-res-col .r_link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */