body, p{
	margin:0px;	
	color: #595959;									/* Base Font Color */
    font-family: "proxima-nova", Arial, sans-serif;   	/* Base Font Family */
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
	line-height: 1.5em; 
}
a {
    color: #00b097;									/* Website Link Color */
}
a:hover {
    color: #f68d2e;									/* Website Link Color */
}

h1, h3, h4, h5, h6 {
	font-family: 'proxima-nova',sans-serif; 			/* Font for Headings */
	font-weight: 300;								/* Font Weight for HEadings */
	color: #039a88;									/* Accent Color for Headings */ 
}	

h2{
	font-family: 'proxima-nova',sans-serif; 			/* Font for Headings */
	font-weight: 300;								/* Font Weight for HEadings */
	color: #87027B;									/* Accent Color for Headings */ 
}
.lm-button{
	text-align:center;
	padding:40px 0;
}
.lm-button2{
	text-align:center;
	padding:20px 0;
}
.SolidButton{
	color: #fff;
    background: #faaf40;                         /* Button Color at Rest */
    border-color: #faaf40;						 /* Button Border Color at Rest */	
    opacity: 1;
    border-radius: 0px;
	padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
	text-decoration:none;
	font-size: 16px;
	font-family: 'proxima-nova',sans-serif;
	display: inline-block;
}
.SolidButton:hover{
    background: #00b097;						/* Button Color on Hover */			
    border-color: #00b097;						 /* Button Border Color on Hover */
    font-size: 16px; 
}
a.SolidButton:hover { text-decoration: none; color: #fff; }
.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: 1.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 {
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 16px; 
	display: inline-block;
	margin-bottom:20px; 
}

h1{
		
		font-size: 48px;
		color: #353535;
		text-align:center;
	}
.LM_3col_section h2{
	margin: 20px auto;
    text-align: center;
	font-size: 23px;
}
.bottom-margin-35 { margin-bottom: 35px; }
.bottom-margin-10 { margin-bottom: 10px; }
.bottom-margin-20 { margin-bottom: 20px; }
.blackHeading {
	color: #353535;
}
.mainheader { font-size: 40px; }
#logo-img{
	margin:50px 0px;
	max-width: 100%;
}

#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; }
.footer-text{
	background-color: #131313;
}
.leadmagnetfooter{
	color: #c2c2c2;
	text-align: center;
    padding: 27px 0;
    font-size: 18px;
}
.leadmagnetfooter a{
	color: #1db79e;
	text-decoration:none;
}
.leadmagnetfooter a:hover{
	color: #f68d2e;
	text-decoration:underline;
}
iframe { border: none; max-width: 100%; margin: auto; }


/* 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: 15% 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: 450px;
	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-8,  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}
@media (max-width: 768px){
.col-md-8, .col-md-4, .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.logo{
	    text-align: center;
}

}

.header-text{
	text-align: center; margin-bottom: 100px;font-weight: bold;
}