/* Design by Simplicity Media - https://simplicity.media */

html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
html {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  
  margin: 0px;
}
.noscroll { 
	overflow: hidden;
}

.text-center{text-align:center!important;}
.bold{font-weight: bolder;}
.larger{font-size: 3.5rem;}
.mobile{display: none;}
.mobile-2{display: none;}
.green{color:#08a5a5!important; }

.header{background: #fff;}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.review{padding-top:30px;}

.Button--campaign{
  position: absolute;
  right: 0;
  margin:15px;
  font-size:1rem;
  font-weight:700;
  line-height:2.5rem;
  background-color:#08a5a5!important;
  border-radius:6px;
  padding:0em 1.5em;
  text-align:center!important;
  text-decoration:none;
  color:#fff!important;
  -webkit-font-smoothing:auto;
  border:2px solid transparent;
  display:inline-block;
  -webkit-transition:background-color 400ms cubic-bezier(0.19, 1, 0.22, 1),border-color 400ms cubic-bezier(0.19, 1, 0.22, 1),padding-left 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition:background-color 400ms cubic-bezier(0.19, 1, 0.22, 1),border-color 400ms cubic-bezier(0.19, 1, 0.22, 1),padding-left 400ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor:pointer;
}

.Button--campaign:hover{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-image: linear-gradient(to bottom,#08a5a5,#0cc1c1)}

.logo{max-width:300px;padding: 15px;}
.line{height:1.25px;background-color:#08A5A5;}
.scroll-to{display: block; height: 50px; margin-top: -20px; visibility: hidden;}

.main {
  font-size: 0;
}
.main .column.left,
.main .column.right {
  background: #fff;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  min-height: 0;
  vertical-align: top;
}
@media (min-width: 641px) {
    .main .column.left,
    .main .column.right {
      display: inline-block;
      width: 50%;
      min-height: 100vh;
    }
    .main .column.left {
      position: fixed;  
    }
    .main .column.right {
      margin-left: 50%;
    }
}

.video-banner {
  display: block;
}
@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 8.5rem;
}
.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.0em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}
@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
   .video-banner .video-banner-img {
  margin-top: 0px;
}
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  
  display: block;
  width: 2.5em;
  height: 2.5em;
  
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.0);
	transform: translateX(-50%) translateY(-50%) scale(1.0);
  
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
  
  background-color: #330099;
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 0px auto;
  padding: 1.5rem;
}
@media (min-width: 641px) {
  .content {
    margin: 3.75rem auto; 
    padding: 2.5rem;
  }
}

.content h1,
.content h2,
.content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}
.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1.0em;
  
  margin: 0 0 0.5rem 0;
}
@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}
.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  margin-top: 2em;
}


/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  text-decoration: none;
  
  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */
  margin: 1rem 1rem; /* gutters */
  overflow: hidden; /* clipping */
  position: relative; /* enable positioning for inner content */
  font-size: 1rem; /* reset the font size */
  
  -webkit-transform: scale(1.0);
	transform: scale(1.0);
  box-shadow: 0 0 0 rgba(0,0,0,0.0);
  
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
.content .video-thumb:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13,1,61,0.35);
}
.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  
  background: #2b2b2b;
}

.lg-bnnr{text-align: center;margin-top: 10px; margin-bottom: 30px;}
.lg-bnnr-m{text-align: center;margin-top: 30px; margin-bottom: 10px;}
.lg-container{margin-left: auto; margin-right: auto;}
.mbimgg{max-width: 100px; margin: 1.5%; width: 17%; height: auto;}

@media (max-width: 641px){
   .header{display: grid; text-align: center;}
  .logo{margin-left: auto; margin-right: auto;}
  .Button--campaign {position: relative;}
  .desktop{display: none!important;}
  .mobile{display: block;}
}

.cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form textarea, .cognito .c-forms-form select {border-radius:5px;}


.submit{
  height: calc(1.5em + 1.25rem + 2px);
  width: 95%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  padding: 13px 10px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    display: block;
    background:linear-gradient(to bottom,#04ff23,#0abb20);
    background-color: #04ff23;
    margin-left: auto; margin-right: auto;
  margin-top: 20px;
  margin-bottom: 15px;
box-shadow: 0 3px 3px 0 rgba(50,50,50,.25);
  
}

/*Pulse*/
.c-button {
  margin-top: 30px; width: 100%; padding: 20px !important; border-radius: 10px !important; font-size: 1.3rem; border-color: #ccc; 
  min-width: 150px; background-image: linear-gradient(180deg, #ff9900, #ff4700);
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.c-button:hover{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-image: linear-gradient( 180deg, #ffdd40, #ff8d00);
  animation: pulse-a infinite 2s cubic-bezier(0.1, 0, 0, 1.26);
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 1; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 1; } }


.cognito .c-progress-section {display: none;}
.cognito .c-action { float:none; display: inline-flex;}

.h-dt{margin-top: 30px; text-align: center;} 
.button {
  position: relative;
  color: white;
  background-color: #08A5A5;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid white;
  border-radius: 15px;
  padding: 15px 60px;
  box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
  transition: .5s all ease-in-out; 
}

.button:hover{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-image: linear-gradient(to bottom,#08a5a5,#0cc1c1);
}
.button-pulse-a {
  animation: pulse-a 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(8, 165, 165, 0.46);
}
@keyframes pulse-a {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); 
  }
}


/* Video Modal */
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: #08a5a5a1; 

  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
  
	margin: 0 auto;

	overflow-y: visible;

	background: #000;
  
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}


@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

.close-video-modal {
	display: block;
    position: absolute;
    left: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

iframe#vid {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

.show-video-modal .video-modal {
	opacity: 1.0;

	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}

.p-vid{
  width: 100%;
  height: 100%;
  border-width: 0px;
}

.footer{background-color: #333;}
.row-mb {width: 95%;
margin-left:auto;
margin-right: auto;
padding-top: 25px;
display: flex;
padding-bottom: 20px;
justify-content:center;
color: #fff;
}

.col-l{width:55%;}
.col-r{width:43%;}
.f-logo img{max-width: 250px; margin-bottom: 20px;}
.f-banner{text-align: center;}
.f-banner img{max-width: 150px; margin-bottom: 20px;}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h2 { margin-bottom: .5rem;}

h6{font-size: 1rem;
margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;}

@media (min-width: 640px) and (max-width: 873px) {
  .row-mb{display: block;}
  .col-l{width:100%; text-align: center;}
  .col-r{width:100%; text-align: center;}
}



@media (max-width: 438px) {
  .row-mb{display: block;}
  .col-l{width:100%; text-align: center;}
  .col-r{width:100%; text-align: center;}
}

.mbt{margin-bottom:15px;}