@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

@font-face {
    font-family: '';
    src: url('../fonts/gotham-book.eot');
    src: local('☺'), 
    url('../fonts/gotham-book.woff') format('woff'), 
    url('../fonts/gotham-book.ttf') format('truetype'),
    url('../fonts/gotham-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '';
    src: url('../fonts/.eot');
    src: local('☺'), 
    url('../fonts/.woff') format('woff'), 
    url('../fonts/.ttf') format('truetype'),
    url('../fonts/.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, p{
	margin:0px;	
	color: #666666;									/* Base Font Color */
    font-family: "", Helvetica, sans-serif; 
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
	line-height: 1.5em; 	
}
html {
    scroll-behavior: smooth;
}

.text-on-colored-background,
.text-on-colored-background p {
    color: white;
}

a {
    color: #f48d33;		
    font-size: 18px;							/* Website Link Color */
}
a:hover {
    color: #f48d33;		
    font-size: 18px;							/* Website Link Color */
}
img { 
    max-width: 100%; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: "", Helvetica, sans-serif;	
	font-weight: 300;								/* Font Weight for HEadings */
	color: #010641;									/* Accent Color for Headings */ 
    margin-bottom: 0;
}
h1{
    font-size: 48px;
    text-align:center;
}	
h3 { 
    font-size: 22px; 
}

.lm-button{
	text-align:center;
	padding:40px 0;
}
.SolidButton{
	color: #fff;
    background: #09AEAA;                         /* Button Color at Rest */
    border-color: #09AEAA;						 /* Button Border Color at Rest */	
    opacity: 1;
    border-radius: 50px;
	padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
	text-decoration:none;
	font-size: 18px;
	font-family: 'Montserrat',sans-serif;
	display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
}
.SolidButton:hover{
    background: #09AEAA;						/* Button Color on Hover */			
    border-color: #09AEAA;						 /* Button Border Color on Hover */
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.section-with-solid-gradient {
    background-image: linear-gradient(-90deg, #7C99ADF2  0%, #6e7a82D9 100%) !important;     /* #599fd2 for blue and #623595 for purple */
    
}
.floatLeft { 
    float: left; 
} 
.rightMargin20 { 
    margin-right: 20px; 
}
.icon28 { 
    font-size: 28px;  
} 
.bigIcon { 
    font-size: 50px; 
}
.fade_rule {
    height: 3px;
    background-color: #7C99AD;
    width: 60%;
    margin: 0 auto;
    border-radius: 100%;
    background-image: linear-gradient(left, white 2%, #7C99AD 50%, white 98%);
    background-image: -o-linear-gradient(left, white 2%, #7C99AD 50%, white 98%);
    background-image: -moz-linear-gradient(left, white 2%, #7C99AD 50%, white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #7C99AD 50%, white 98%);
    background-image: -ms-linear-gradient(left, white 2%, #7C99AD 50%, white 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #7C99AD), color-stop(0.98, white));
}

.whiteText { 
    color: #fff; 
}
.small-h2 h2, 
h2.small-h2 { 
    font-size: 28px; 
}
.small-h1 h1, 
h1.small-h1 { 
    font-size: 32px; 
}
.section60{
    padding: 60px 0;
}
.section40 { 
    padding: 40px 0px;  
}
.section30 { 
    padding:30px 0px;  
}
.top-bottom-margin-10 { 
    margin: 10px 0; 
}
.tick_style_icon { 
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	width: 1.25em;
	float: left;
	height: 0;
}
.tick_style_text {
	margin-left: 0;
	display: inline-block;
	float: left;
	padding-left: 5px;
}
ul.tick_style { 
	list-style-type: none; 
    margin: auto;
 }

ul.tick_style li {
	font-size: 18px; 
	display: inline-block;
	margin-bottom:20px; 
    font-family: "", Helvetica, sans-serif !important;	
}

ul.tick_style li svg {
    margin-left: -1.2em;
}

ul.fontSize18 li, ul.fontSize18 li a {
    font-size: 18px;
}

ul.fontSize21 li, ul.fontSize21 li a {
    font-size: 21px;
    line-height: 1.429em;
}

.bottom-margin-40 { margin-bottom: 40px; }
.bottom-margin-35 { margin-bottom: 35px; }
.bottom-margin-20 { margin-bottom: 20px; }
.bottom-margin-10 { margin-bottom: 10px; }
.bottom-margin-15 { margin-bottom: 15px; }
.bottom-margin-25 { margin-bottom: 25px; }
.bottom-margin-30 { margin-bottom: 30px; }
.top-margin-35 { margin-top: 35px; }
.top-margin-20 { margin-top: 20px; }
.top-margin-25 { margin-top: 25px; }
.top-margin-50 { margin-top: 50px; }
.bottom-padding-0 { padding-bottom: 0; }
.top-padding-15 { padding-top: 15px; }
.top-padding-30 { padding-top: 30px; }
.top-padding-20 { padding-top: 20px; }



.blackHeading {
	color: #353535;
}
.mainheader { 
    font-size: 34px; 
}

.CircleIMG {
    border-radius: 50%;
}

.alignCenter { 
    text-align: center; 
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.footer-text{
	background-color: #7C99AD;
    padding: 25px 0;
}
.leadmagnetfooter{
	color: #fff;
	text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.leadmagnetfooter a{
	color: #fff;
	text-decoration:none;
}
.leadmagnetfooter a:hover{
	color: #fff;
	text-decoration:underline;
}
iframe { 
    border: none; 
    max-width: 100%; margin: auto; 
}

.stickybottombar {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #09AEAA;
    color: white;
    text-align: center;
    padding: 6px 0;
}

.stickybottombar p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.stickybottombar a {
    color: #09AEAA;
    display: inline-block;
    background: #fff;                         /* Button Color at Rest */
    border-color: #fff;                      /* Button Border Color at Rest */      
    opacity: 1;
    border-radius: 6px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    text-decoration:none;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px !important;
    font-weight: 700;
    line-height: 1.66666666667;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, sans-serif;
}

.v-center {
    align-self: center;
}
.hideondesktop {
    display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 500px; /* Could be more or less, depending on screen size */
  max-width: 100%; 
}
.modal-content iframe {
	border: none; 
	width: 450px;
	min-height: 500px;
	max-width: 100%;
	height: auto;
}
.modal-content iframe body img { 
    max-width: 418px; 
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.container-footer {
    max-width: 900px;
}
.subheader {
    font-size: 34px;
}
.banner-title {
    font-size: 38px;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.top-margin-40 {
    margin-top: 40px;
}
.top-padding-10 {
    padding-top: 10px;
}
.social-link-div {
    text-align: center;
}
.social-link-div a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.section-4 {
    padding-top: 50px;
}


@media (max-width: 991px) {
    .welcome-video{
        padding: 0px 60px 0px 60px;
    }
    .stickybottombar p {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .stickybottombar a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .mobile-text-center {
        text-align: center;
    }
    .hideondesktop {
        display: block;
    }
    .rightMargin20 {
        margin-right: 0;
    }
    .md-bottom-margin-25 {
        margin-bottom: 25px;
    }
    .section-4 {
        padding-bottom: 60px;
    }
    .md-bottom-margin-10 {
        margin-bottom: 10px;
    }
    .md-bottom-margin-30 {
        margin-bottom: 30px;
    }
    .md-top-margin-40 {
        margin-top: 40px;
    }
    .replay-page .section-2 {
        padding-bottom: 5px;
    }
    .md-top-margin-30 {
        margin-top: 30px;
    }
    .md-bottom-margin-20 {
        margin-bottom: 20px;
    }
    .md-bottom-margin-17 {
        margin-bottom: 17px;
    }
}

@media (max-width: 720px) {

	.mainheader { 
        font-size: 34px; 
    }

}

@media (max-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hideonmobile{
    	display:none;
    }
    .floatLeft {
        float: none;
    }
    .centeronmobile{
    	text-align: center;
    }
    .mobilepaddingbottom {
        padding-bottom: 10px;
    }
    .fullwidthformobile .col-md-8{    
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fullwidthformobile .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .textcenterinmobile{
        text-align:center;
    }
    .mobilepaddingleft{
        padding-left: 20px;
    }
    .mobilepaddingleft0{
        padding-left: 0px;
    }
    .mobilepadding{
        padding: 15px 0;
    }
    .welcome-video {
        padding: 0px 0px 0px 0px;
    }
    .md-top-margin-10 {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {

    .hideondesktop {
        display:block;
    }
    .floatLeft {
        float: none;
    }
    .sm-bottom-margin-25 {
        margin-bottom: 25px;
    }

}