@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Ubuntu:wght@400;500;700&display=swap');

body, p{
    margin: 0px;
    color: #333;
    /* Base Font Color */
    font-family: "Ubuntu", Helvetica, sans-serif;
    /* Base Font Family (Body Copy Font)*/
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #010641;
    /* Color for Headings */
}

h1,
h2 {
    font-family: "Roboto", Helvetica, sans-serif;
    /* h1 and h2 do not have same family than the rest of the headings */
}

h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, sans-serif;
    /* Font for Headings */
}
.banner-h1 {
    font-size: 40px;
    color: #010641 !important;
    margin-bottom: 0 !important;
}
.banner-h2 {
    font-size: 32px;
}

.first-section-background-image {
    background-image: linear-gradient( #7DB4ABD9 0%, #D6C3C9F2 100%), url('../images/firstSection.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.top-bottom-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-shadow {
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 70%);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0 0 30px rgb(0 0 0 / 70%);
}



.text-on-colored-background,
.text-on-colored-background p {
    color: white;
}
.fontSize32{
    font-size: 32px;
}
.fontSize42{
    font-size: 42px;
}
.fontSize46{
    font-size: 46px;
}
.f-25 {
    font-size: 25px;
}

a {
    color: #f48d33;		
    font-size: 18px;							/* Website Link Color */
}
a:hover {
    color: #f48d33;		
    font-size: 18px;							/* Website Link Color */
}
img { max-width: 100%; }

.lm-button{
	text-align:center;
	padding:40px 0;
}
.SolidButton {
    color: #fff;
    background: #7eb3ab;
    /* Button Color at Rest */
    border-color: #7eb3ab;
    /* Button Border Color at Rest */
    opacity: 1;
    border-radius: 3px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    text-decoration: none;
    font-size: 22px;
    font-family: "Ubuntu", Helvetica, sans-serif;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 4px solid rgba(0, 0, 0, 0.13);
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.SolidButton:hover {
    font-size: 22px;
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

a.SolidButton:hover {
    text-decoration: none;
    color: #fff;
}
.section-with-solid-gradient {
    background: #D7C4C9 !important;     
}
.section-with-light-background {
	background-color: #f9f9f9;
}
.floatLeft { float: left; } 
.rightMargin20 { margin-right: 20px; }
.icon28 { font-size: 28px;  } 
.bigIcon { font-size: 50px; }
.fade_rule {
    height: 3px;
    background-color: #7eb3ab;
    width: 60%;
    margin: 0 auto;
    border-radius: 100%;
    background-image: linear-gradient(left, white 2%, #7eb3ab 50%, white 98%);
    background-image: -o-linear-gradient(left, white 2%, #7eb3ab 50%, white 98%);
    background-image: -moz-linear-gradient(left, white 2%, #7eb3ab 50%, white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #7eb3ab 50%, white 98%);
    background-image: -ms-linear-gradient(left, white 2%, #7eb3ab 50%, white 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #7eb3ab), color-stop(0.98, white));
}
.boldText { font-weight: bold;}
.fontSize28 { font-size: 26px;}
.whiteText { color: #fff; }
.small-h2 h2, h2.small-h2 { font-size: 28px; }
.small-h1 h1, h1.small-h1 { font-size: 32px; }
.medium-h1 {font-size: 42px;}
a.SolidButton:hover { text-decoration: none; color: #fff; }
.section40 { padding: 40px 0px;  }
.section30 { padding:30px 0px;  }
.section2	0 { padding:30px 0px;  }
.top-bottom-margin-10 { margin: 10px 0; }

.lm-background{
	background-image: url("../images/LM-background2.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	display: inline-block;
	width: 100%;
}
.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.25em;
	display: inline-block;
	float: left;
	padding-left: 5px;
}
ul.tick_style { 
	list-style-type: none; 
    max-width: 600px;
    margin: auto;
 }

 ul.tick_style li {
     /* bulleted list font */
     font-family: "Ubuntu", Helvetica, sans-serif !important;
     font-size: 17px;
     display: inline-block;
     margin-bottom: 20px;
     line-height: 1.3em;
 }

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

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

 ul.tick_style li a {
     font-size: 17px;
     color: #4B4F69;
 }


h1{
		
		font-size: 48px;
		color: #353535;
		text-align:center;
	}
.LM_3col_section h2{
	margin: 20px auto;
    text-align: center;
	font-size: 23px;
}
.desktop-bottom-margin-45 { margin-bottom: 45px; }
.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; }
.blackHeading {
	color: #353535;
}
.mainheader { font-size: 40px; }
#logo-img{
	margin:50px 0px;
	max-width: 100%;
}
.grayImg { 
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
}
.img_with_border {
	border: 2px solid rgba(0,0,0,0.15);
    padding: 5px !important;
    background: #fff;
    margin: 20px 0;
}
#LM_grphics img { max-width: 100%; padding: 15px;   }
.lm-text{
	float: right;
    width: 60%;
}	
.lm-images{
	padding:35px;	
	float: none;
    clear: both;
    text-align: center;
}
.thumbnail_size { width: 175px; height: 175px; }
.CircleIMG {
    border-radius: 50%;
}
#col-img2{
	text-align:center;
}
.alignCenter { text-align: center; }
.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}
.footer-text{
	background-color: #383f51;
    padding: 30px 0;
}
.leadmagnetfooter{
	color: #fff;
	text-align: center;
    padding: 0 0 17px;
    font-size: 17px;
}
.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: #4C5069;
    color: white;
    text-align: center;
}

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

.stickybottombar a {
    background: #7eb3ab !important;
    color: #fff !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.stickybottombar a:hover {
    color: #fff !important;
}

.v-center {
    align-self: center;
}
.container-footer {
    max-width: 900px !important;
}



/* 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;
}

.social-link-div a span svg,
.social-link-div a i {
    font-size: 1.5em;
    color: #fff;
}
.social-link-div a {
    padding: 0 5px;
}
.social-link-div a:hover {
    text-decoration: none;
}
.f22 {
    font-size: 22px;
}
.section55 {
    padding: 55px 0;
}
.v-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-padding-60 {
    padding-bottom: 60px;
}
.f38 {
    font-size: 38px;
    margin-bottom: 0 !important;
}
.f-38 {
    font-size: 38px;
}
.top-margin-20 {
    margin-top: 20px;
}
.top-margin-50 {
    margin-top: 50px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .f-36 {
        font-size: 36px !important;
    }
}

@media only screen and (max-width: 720px) {

	.mainheader { font-size: 34px; }

}

@media (min-width: 769px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.hideondesktop{
		display:none;
}
.floatLeft {
    float: left;
}
}
@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;
}

}

.topbarcolor2{
	background-color: #ef8c02;
	z-index: 1;
	padding: 10px 0px;
}

@media (max-width: 768px){
.mobilepaddingbottom{
	    padding-bottom: 10px;
}
}
.customfont2{
	    line-height: 1;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
a.SolidButton2:hover { text-decoration: none; color: #ef8c02; }
.SolidButton2{
	color: #ef8c02;
    background: #fff;                         /* Button Color at Rest */
    border-color: #fff;						 /* Button Border Color at Rest */		
    opacity: 1;
    border-radius: 3px;
	padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
	text-decoration:none;
	font-size: 15px;
	font-family: 'Ubuntu',sans-serif;
	display: inline-block;
	letter-spacing: 1px !important;
    font-weight: 700;
    line-height: 1.66666666667;
}
.SolidButton2:hover{
    background: #fff;                         /* Button Color at Rest */
    		color: #ef8c02;
					 /* Button Border Color on Hover */
    font-size: 15px; 
}
.top-margin-40 {
    margin-top: 40px;
}
@media (max-width: 768px){
.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;
}
}

@media (max-width: 768px){
.welcome-video {
    padding: 0px 0px 0px 0px;
}
}

@media (min-width: 769px){
.welcome-video{
	    padding: 0 !important;
}
}


@media (max-width: 991px) {
    .stickybottombar p {
        font-size: 12px;
        font-weight: 400;
    }
    .stickybottombar {
        padding: 7px 0 !important;
    }
    .stickybottombar a {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .v-flex {
        display: block;
    }
    .mobile-bottom-margin-35 {
        margin-bottom: 35px;
    }
    .bottom-padding-60 {
        padding-bottom: 50px;
    }
    .mobile-no-margin-bottom {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 414px) {
    .SolidButton {
        font-size: 22px;
    }
    .custom-spacing {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }
}