@charset "utf-8";
/* CSS Document */

html {
	font-size:16px;
}
body {
	font-family: futura-pt, Futura, Trebuchet MS, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #333;
	padding-top: 92px;
	font-size:1.3rem;
}

strong {
color: #00B2A9;
}

prize {
 color: #1A1A1A;
font-size: 4px;
}

/*SPECIAL STYLES*/
.bg-section{
	background-image:url('/images/refferal.background.jpg');
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;

}


.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.g-1,
.gx-1 {
  --bs-gutter-x: 5px;
}

 .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
height: auto;
  }

.flip-box {
background-color: transparent;
width: 100%;
height: 250px;
margin-top: 10px!important;
perspective: 1000px; /* Remove this if you don't want the 3D effect */
}


.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: left;
transition: transform 0.8s;
transform-style: preserve-3d;
}


.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}


.flip-box-front, .flip-box-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;

}



/* Style the back side */
.flip-box-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
text-align: center;



}


}
.flip-box-back ul
{padding:0px 30px 0px 50px; 
}





/*GENERAL STYLES*/
h1 {
	font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
	color:#00205B;
}
p a, .txt-lnk a {
	text-decoration: underline;
	color:#00B2A9;
	font-weight:500;
}
p a:focus, p a:hover, p a:active, .txt-lnk a:focus, .txt-lnk a:hover, .txt-lnk a:active {
	color:#FF9E1B;
}
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family:'futura-pt-bold', Futura, Trebuchet MS, Arial, sans-serif;
	font-weight:700;
	font-size:1.5rem;
	padding:.25rem 2rem;
	border:none;
}
a.btn, a.btn:hover {
	color:#fff;
	text-decoration:none;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.btn:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary.focus, .btn-secondary:focus, .btn-secondary.focus{
	background-color:#00205B;
	box-shadow: none;
}
.btn-primary{
	background-color:#3BB2A9;
}
.btn-secondary{
	background-color:#FF9E1B;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active{
	background-color:#00B2A9;
}
.more-lnk {
    text-align: center;
}
.form-control{
	border-radius:0;
	font-weight:inherit;
	border-color:#00B2A9;
	color:inherit;
}
.form-control::placeholder {
	color:#B3B3B3;
}
form .alert-danger {
    display:none;
}
a.cta-txt {
	color:#FF9E1B;
	text-decoration:underline;
	display:block;
	font-weight:500;
}
a.cta-txt:hover {
	color:#00B2A9;
}
.font-weight-med {
	font-weight:500;
}


/*NAVIGATION*/
.navbar {
	font-weight:500;
}
.navbar, .dropdown-menu {
	background-color:#fff;
}
.navbar-brand .logo-alt {
	width:37px;
}

.navbar a {
	font-size:1.5rem;
	color:#00205b;
	text-decoration:none;
}

.navbar a.nav-link.dropdown-toggle, .navbar-light .navbar-nav .show > .nav-link {
	color:#00205B;
	border-bottom:3px solid transparent;
}

.navbar .dropdown:hover a.nav-link.dropdown-toggle, .navbar-light .navbar-nav .show > .nav-item.dropdown {
	color:#00B2A9;
	border-bottom:3px solid #00B2A9;
}

.dropdown-menu {
	border:none;
	border-radius:0px;
    left: 1rem;
}
.dropdown-toggle::after {
	border:none;
}
.dropdown-item:hover {
    color: #00B2A9;
    background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
	color:#fff;
    background-color: #00B2A9;
}

/*mobile nav styles*/
.navbar-light .navbar-toggler {
	color:#00205B;
	font-size:2.5rem;
	border:none;
	z-index: 1001;
}
.navbar-brand {
	z-index:1001
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-collapse.show, .navbar-collapse.collapsing {
    width: 320px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    padding-top: 90px;
    z-index: 900;
	height: 100%;
}
.navbar-collapse.show .navbar-nav, .navbar-collapse.collapsing .navbar-nav {
	overflow: scroll;
    position: fixed;
    height: 90%;
    height: calc(100% - 90px);
	padding: 0 1.5rem 0 1.5rem;
    width: 320px;
}
.navbar-collapse.show .nav-link, .navbar-collapse.collapsing .nav-link {
	display:inline-block;
}
.navbar-collapse.show .head-lnk, .navbar-collapse.collapsing .head-lnk {
	width:85%;
	float:left;
}
.toggle-icon {
	width:15%;
}
.navbar-collapse.show a, .navbar-collapse.collapsing a {
	font-size:2rem;
	margin-bottom:2rem;
	color: #00B2A9;
}
.nav-item.dropdown i {
	width:100%;
	text-align:center;
}
.nav-overlay.show{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 899;
}

/*desktop nav styles*/
@media screen and (min-width: 768px){
	.navbar-expand-md .navbar-nav .nav-link {
		margin: .5rem 2rem 0 1rem;
		padding:0;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		margin-top:0;
	}
	.toggle-icon {
		display:none;
	}
	.navbar, .dropdown-menu {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(124,124,124,.25);
		-moz-box-shadow: 0px 0px 5px 0px rgba(124,124,124,.25);
		box-shadow: 0px 0px 5px 0px rgba(124,124,124,.25);
	}
	.nav-item.dropdown:last-of-type .dropdown-menu {
		left:auto;
		right:2rem;
	}
	.dropdown:hover .dropdown-menu{
    	display: block;
    }
}
/*NAVIGATION END*/


/*BREADCRUMBS*/
.breadcrumb {
    background-color: #fff;
    padding: 1rem 0;
    margin-bottom: 0;
    font-size: 1.125rem;
}
.breadcrumb-item a {
    color: #00B2A9;
	text-decoration:underline;
}
.breadcrumb-item a:hover {
    color: #FF9E1B;
}
.breadcrumb-item.active {
    color: #B3B3B3;
}
.breadcrumb-item + .breadcrumb-item::before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	content:"\f105";
    color: #B3B3B3;
}


/*HERO*/
.hero {
	background-color:#E9F2F2;
	padding: 20px;
}
.hero .row {
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
}
.hero img {
	display:block;
	margin: auto;
}
.hero-content h1 {
	font-size:3rem;
}
.hero-content p{
	font-size: 2rem;
}
.hero-content form .col-sm {
	padding:0 0 1rem 0;
}
.hero-content .col-sm.submit {
	padding-right:0;
}
.hero-content .form-control {
	padding: .25rem 1rem;
	font-size:1.5rem;
	height:auto;
}
.hero-content .btn {
	padding: .25rem .75rem;
	width:100%;
    max-width: 400px;
}

@media screen and (max-width: 768px){
	.hero {
		position:relative;
	}
	.hero.hphero::before {
		content:"";
		background-image: url("../images/hero-recolored-550x397.png");
		background-repeat: no-repeat;
		background-position:125%;
		background-size:50%;
      	position: absolute;
      	top: 0;
      	right: 0;
      	bottom: 0;
      	left: 0;
		opacity: 0.15;
	}
	.hero:first-of-type .row{
		margin:0;
	}
}
@media screen and (max-width: 576px){
	.hero.hphero::before {
		background-position:100px bottom;
		background-size:100%;
      	position: absolute;
	}
}

/*PAGE SECTIONS*/
.section {
	padding: 3rem 0 4rem 0;
}
.section.bg-color {
	background-color:#E9F2F2;
	margin: 0 -15px;
}
.section-inner {
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
.bg-color .section-inner {
    padding: 0 15px;
}
.section.display h2{
	font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
	color:#00205B;
	text-align:center;
	font-size:2.25rem;
}
.sxn-intro {
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}
.sxn-head {
	font-weight:500;
	font-size:2rem;
	line-height: 2.5rem;
}
.benefit {
	text-align:center;
	margin-top: 2rem;
    max-width: 350px;
}
.benefit i {
	color:#7A9A01;
	font-size:6rem;
	background-color: #F9FFE4;
	width:10rem;
	height:10rem;
	border: 1rem solid #7A9A01;
	border-radius: 1000px;
	position:relative;
}
.sxn-block .benefit {
	margin-top: 0;
	max-width:100%;
}
.benefit-alt i {
	color:#00205B;
	background-color: #E9F2F2;
	border-color: #00205B;
}
.benefit i:before {
	width: 10rem;
    position: absolute;
    left: -1rem;
	top:1rem;
}
.benefit .fa-bullseye {
	font-size:10rem;
}
.benefit .fa-bullseye:before {
	height:10rem;
	top:-1rem;
}
.benefit .fa-tags {
	font-size:5.3rem;
}
.benefit .fa-tags:before {
	height:5.3rem;
	top:1.5rem;
	left: -0.75rem;
}
.sxn-block {
	margin:2.5rem auto;
	max-width:1000px;
}
.section a.btn {
	display:block;
	max-width: 400px;
	margin: 2rem auto 0 auto;
}
.article {
	padding:2rem 1rem 0 1rem;	
    max-width: 350px;
}
.article-inner, .img-border {
	border: 1px solid #00B2A9;
	padding: 1rem;
}
.article .article-inner {
    height:100%;
}
.section.display .article-inner {
	margin-bottom: -3.5rem;
}
.article img {
	margin-bottom: 1rem;
}
.article .btn {
	width:90%;
}
.section form {
	background-color:#fff;
	padding: 2rem;
	max-width: 700px;
}
.section .form-group {
	max-width:500px;
	margin: 0 auto;
}
.section .form-control {
	font-size:1.125rem;
	margin-bottom:1rem;
}
.mand {
	color:#FF9E1B;
}
.section form .btn-primary {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 2rem auto 0 auto;
}
.section:last-of-type {
	padding-bottom:6rem;
}
.sxn-narrow {
	margin:0 auto;
	max-width:800px;
}
.bg-glyphs i:before {
	position: absolute;
    font-size: 500px;
    color: #E9F2F2;
    z-index: -10;
}
.bg-glyphs i:first-of-type:before {
    top: 700px;
    left: -250px;
}
.bg-glyphs i:last-of-type:before {
    top: 1400px;
    right: -250px;
	
}

/*FEATURE CARDS*/
.feature-card {
    margin-top: 2rem;
    padding: 1rem;
    background-color:#E9F2F2;    
    border: 1px solid #00B2A9;
}
.more-lnk.btn {
    background-color: #00B2A9;
    width: 100%;
    text-transform: none;
    font-family: 'futura-pt', Futura, Trebuchet MS, Arial, sans-serif;
    font-weight: 500;
}
.more-lnk.btn:hover, .more-lnk.btn:active, .more-lnk.btn.btn-primary:not(:disabled):not(.disabled):active, .more-lnk.btn.btn-primary:focus, .more-lnk.btn.btn-primary.focus {
	background-color:#FF9E1B;
}

/*TRAINING VIDEOS*/
.vidLink {
    background-color: #fff;
    border: none;
    padding: 0;
    margin-bottom: 1rem;
    position: relative;
    display: block;
    width: 100%;
}
.vidLink:focus {
    outline: 5px auto #FF9E1B;
    outline-offset: 3px;
}
.vidLink .img-fluid {
    margin-bottom: 0;
}

.vidLink i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    font-size: 5rem;
    color: #00205B;
    text-align: center;
    background-color:rgba(255,255,255,0.5);
}
.vidLink i::before {    
    position: relative;
    top: 28.125%;
}
.vidLink:hover i, .vidLink:focus i {
    color:#00B2A9;
    background:transparent;
}

#videoModal .modal-content {
    border: none;
    border-radius: 0;
}
#videoModal .modal-dialog {
    max-width: 1000px;
}
#videoModal .modal-footer {
    border-top: none;
    padding-top: 0;
    justify-content: flex-start;
}
.modal-content button.close {
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    opacity: 1;
    color: #fff;
    border-radius: 100px;
    background-color: #333;    
    width: 1.7rem;
    height: 1.7rem;
    z-index: 10000;    
    font-size: 1rem;
    text-shadow: none;
}
.modal-content .close:not(:disabled):not(.disabled):hover, .modal-content .close:not(:disabled):not(.disabled):focus {
    background-color: #FF9E1B;  
    opacity: 1;
}


/*FOOTER*/
footer {
	background-color:#00205B;
	color:#E9F2F2;
	margin: 0 -15px;
	padding: 2rem;
}
.footer-inner {
	max-width: 1280px;
	margin:0 auto;
}
footer .col-md-5, footer .col-sm-4 {
	margin-bottom:2rem;
}
footer .sxn-head {
	font-size:1.5rem;
	margin-bottom:0;
}
footer p {
	font-size:1.125rem;
}
footer .btn-secondary {
	font-size:1.3rem;
	max-width:160px;
	background-color:#00B2A9;
}
footer .btn:hover, footer .btn-secondary:not(:disabled):not(.disabled):active {
	background-color:#FF9E1B;
}
footer li {
    margin-bottom: .5rem;
    line-height: normal;
}
footer a {
	color:#E9F2F2;
}
footer a:hover {
	color: #E9F2F2;
}
footer .social-links a {
	color:#00B2A9;
	font-size:2.5rem;
	padding-right: .5rem;
}
footer .social-links a:hover {
	color:#FF9E1B;
}
.footer-addr {
	padding:1.5rem 0;
	border-top: 1px solid #4C657A;
	border-bottom: 1px solid #4C657A;
	margin-bottom: 1.5rem;
}
.footer-addr span {
	padding: 0 .5rem;
	display:block;
}
.footer-addr p {
	font-size:1.3rem;
	margin-bottom:0;
	text-align:center;
}
.footer-bottom {
	max-width:650px;
	margin: 0 auto;
}
.footer-bottom p {
	text-align:center;
	font-size:1rem;
}
.footer-bottom p a {
	color:#E9F2F2;
	font-weight:300;
}
.footer-bottom a:not(.email-lnk), .copyright {
	padding: 0 .5rem;
	line-height:2rem;
	text-decoration:none;
}



/*GENERAL MEDIA QUERIES*/
@media screen and (max-width:992px) {
	html {
		font-size:14px;
	}
}