@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');



body, p{
	margin:0px;	
	color: #666666;									/* Base Font Color */
    font-family: 'Raleway', sans-serif;  	/* Base Font Family */
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
	line-height: 1.5em; 	
}
.first-section-background-image {
    background-image: linear-gradient( #a7d8dfD9 0%, #9dcdd5F2 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!important;
}
.fontSize38{
    font-size: 38px!important;
}
.fontSize46{
    font-size: 46px;
}

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: 'PT Serif', serif; 			/* Font for Headings */
	font-weight: 800;								/* Font Weight for HEadings */
	color: #A7D7DE;									/* Accent Color for Headings */ 
}	
.fontsize42 {font-size: 42px!important; }
.fontsize38 {font-size: 38px!important; }
h3 { font-size: 22px; }
.lm-button{
	text-align:center;
	padding:40px 0;
}
.SolidButton{
	color: #fff;
    background: #b70e57;                         /* Button Color at Rest */
    border-color: #b70e57;						 /* 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: 'Raleway', sans-serif;
	display: inline-block;
}
.SolidButton:hover{
    background: #700935;						/* Button Color on Hover */			
    border-color: #700935;						 /* Button Border Color on Hover */
    font-size: 20px; 
}
.section-with-solid-gradient {
    background-image: linear-gradient(-90deg, #a7d8df 0%, #9dcdd5 100%) !important;     /* #599fd2 for blue and #623595 for purple */
}
.section-with-light-background {
	background-color: #f9f9f9;
}
.floatLeft { float: left; } 

.icon28 { font-size: 28px;  } 
.bigIcon { font-size: 50px; }
.fade_rule {
    height: 3px;
    background-color: #b70e57;
    width: 60%;
    margin: 0 auto;
    border-radius: 100%;
    background-image: linear-gradient(left, white 2%, #b70e57 50%, white 98%);
    background-image: -o-linear-gradient(left, white 2%, #b70e57 50%, white 98%);
    background-image: -moz-linear-gradient(left, white 2%, #b70e57 50%, white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #b70e57 50%, white 98%);
    background-image: -ms-linear-gradient(left, white 2%, #b70e57 50%, white 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #b70e57), color-stop(0.98, white));
}
.boldText { font-weight: bold;}
.fontSize28 { font-size: 26px;}
.whiteText { color: #625F5F; }
.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;  }
.section60 { padding: 60px 0px;  }
.section30 { padding:30px 0px;  }
.section2	0 { padding:30px 0px;  }
.top-bottom-margin-10 { margin: 10px 0; }

.container-footer {
    max-width: 900px !important;
}

.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.4em;
	display: inline-block;
	float: left;
	padding-left: 0px;
}
ul.tick_style { 
	list-style-type: none; 
    max-width: 600px;
    margin: auto;
 }

ul.tick_style li {
    font-family: 'Raleway', sans-serif;   	/* Base Font Family */
	font-size: 18px; 
	display: inline-block;
	margin-bottom:20px; 
}

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;
}


h1{
		
		font-size: 48px;
		color: #353535;
		text-align:center;
	}
.LM_3col_section h2{
	margin: 20px auto;
    text-align: center;
	font-size: 23px;
}
.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-7 { margin-bottom: 7px; }
.blackHeading {
	color: #353535;
}
.mainheader { font-size: 42px; }
#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: #2a4854;
}
.leadmagnetfooter{
	color: #fff;
	text-align: center;
    padding: 27px 0;
    font-size: 18px;
}
.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: #60ac03 ;
    color: white;
    text-align: center;
}

.stickybottombar p {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}

.stickybottombar a {
    background: #fff !important;
    color: #60ac03 ;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-center {
    align-self: center;
}




/* 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;
}

@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: #60ac03  ; }
.SolidButton2{
	color: #60ac03  ;
    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;
	font-family: 'Muli',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: #60ac03  ;
					 /* Button Border Color on Hover */
    font-size: 15px; 
}


@media (max-width:768px) and (min-width:426px) {
	.tabimagesize{
		max-width: 65%;
	}
}

@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;
	}
	.mobilebottompadding20{
			padding-bottom: 20px;		
	}
	.mobilebottompadding40{
			padding-top: 40px;		
	}	
	.mobiletoppadding0{
			padding-bottom: 0px!important;		
	}	
	.desktopmarginetop15{
    margin-bottom: 15px;
	}	
		.mobilebottommargine{
    margin-bottom: 30px;
	}
		.mobilebottommargine0{
    margin-bottom: 0px;
	}	
	.stickybottombar p {
		font-size: 12px;
	}	
	.mobilemarginetop10{
    margin-top: 10px;
	}	
	.mobilepaddingtop20{
    padding-top: 20px!important;
	}	
	.mobilemarginebottom25{
    margin-bottom: 25px;
	}
	.mobilemarginebottom20{
    margin-bottom: 20px;
	}		
	
}
@media (min-width: 769px){
	.desktopmarginetop{
    margin-top: 20px;
	}
	.desktopmarginetop35{
    margin-top: 20px;
	}
	.desktopmarginetop35{
    padding-bottom: 20px!important;
	}	
	.desktopmarginetop35new{
    margin-top: 20px;
	}	
		.desktopmarginetop50{
    margin-top: 50px;
	}
	.desktopmarginetop15{
    margin-bottom: 25px;
	}
	.rightMargin20 { margin-right: 20px; }	
	.desktoppadding{
    padding-left: 60px;
    padding-right: 60px;	
	}
}

@media (max-width: 768px){
	.welcome-video {
		padding: 0px 0px 0px 0px;
	}
	.mobilepaddingbottom20{
		padding-bottom: 20px;
	}
	.bottommarginmobile20 {
		margin-bottom: 20px!important;
	}
	.bottommarginmobile15 {
		margin-bottom: 15px!important;
	}	
	.bottompaddingmobile50 {
		padding-bottom: 50px!important;
	}	
	.mobileleftrightpadding{
	padding-left: 10px;
	padding-right: 10px;
	}
}

@media (min-width: 769px){
.welcome-video{
	    padding: 0px 60px 0px 60px;
}
}

@media (max-width: 425px) {
	.mobilepaddingtop15{
		padding-top: 15px;
	}
}
