@charset "utf-8";
/* CSS Document */

/**GENERAL**/

body, p, li {
	font-family: "area-normal", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
	line-height: 1.7rem;
}

h1, h2, h3, h4, h5 {
	font-family: "area-normal", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 900;
	/*margin: 25px 0px;*/
}

h1 {font-size: 2.7rem; line-height: 2.9rem;}
h2{font-size: 2.4rem; line-height: 2.6rem;margin-top: 5%; margin-bottom: 3%;}
h3{font-size: 1.9rem; line-height: 2.1rem;margin-top: 5%; margin-bottom: 3%;}
h4{font-size: 1.8rem; line-height: 2rem;margin-top: 5%; margin-bottom: 3%;}
h5{font-size: 1.6rem; line-height: 1.8rem;margin-top: 5%; margin-bottom: 3%;}

a {transition-duration: 0.5s;}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 200px;
background-color: #139335;
height: 4px;
border: 0;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

.side-padding {
    padding: 5px 30px !important;
}

.cta{
	font-size:1.3rem;
	display:inline-block;
	font-family: "area-normal", sans-serif;
	border-radius: 10px;
}

/**WHITE BACKGROUND**/
.white-background {
color:#050505;
background: rgba(255, 255, 255, 0.94);
}

.white-background hr {background-color: #FAB400; margin-top: 3%; margin-bottom: 3%;margin: auto;}

.white-background h1 {color: #191548;}

.white-background a {color: #267EA6; text-decoration: none;}
.white-background a:hover {color: #1D2A5D;}

.white-background .cta {
	padding: 18px 20px;
	background: #FAB400;
	color:#1C1C1C;
	transition: 0.5s;
	display: inline-block;
	margin-top: 15px;
}
.white-background .cta:hover{
	background: #22326D;
	color:#fff;
	transition: 0.5s;	
}

/**BLUE BACKGROUND**/
.blue-background {
color:#fff;
background-color:#191548;
}
.blue-background a {color: #FAB400; text-decoration: none;}
.blue-background a:hover {color: #6BB9DD;}


/**BACKGROUND IMAGE**/
.background-image {
 background-image: url(../images/homess-original.webp);
    background-size: cover;
    height: auto;
    min-height: 89vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #415871;
}

.background-image-row {min-height: 95vh;}

.yellow-border-bottom {border-bottom: 6px solid #FAB400;}
.yellow-border-top {border-top: 6px solid #FAB400;}

.header {padding: 14px;}

/**FOOTER**/

.p7LBM-01{
            min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{ margin-top: auto;}

.footer p {font-size:1.1rem;line-height: 1.3rem;}

/**COPYRIGHT**/


/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

div.mbx-thumbs li img {max-height: 250px; border-radius:5px; border: 0px;}


.logo {width: 100% !important;
  max-width: 175px !important;}

/**RESPONSIVE**/

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

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	
}

@media only screen  and (min-width: 1005px) and (max-width: 1205px) {
	div.mbx-thumbs li img {max-height: 200px;}
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
	body, p, li {
	font-size:1.2rem;
	line-height: 1.6rem;
}

h1 {font-size: 2.5rem; line-height: 2.9rem;}
h2{font-size: 1.9rem; line-height: 2.6rem;}
h3{font-size: 1.6rem; line-height: 2.1rem;}
h4{font-size: 1.4rem; line-height: 2rem;}
h5{font-size: 1.3rem; line-height: 1.8rem;}

.cta{font-size:1.2rem;}
	
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.main-content .ism-panel {min-width: 25% !important;}
	}

@media only screen  and (min-width: 905px) and (max-width: 1005px) {
	div.mbx-thumbs li img {max-height: 175px;}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

}


@media only screen and (min-width: 750px) and (max-width: 960px) {
	.main-content .ism-panel {min-width: 33% !important;}
	}

@media only screen  and (min-width: 550px) and (max-width: 905px) {
	div.mbx-thumbs li img {max-height: 150px;}
}

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

}

@media only screen and (max-width: 750px) {
	.main-content .ism-panel {min-width: 50% !important;}
	}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
.footer p {font-size:1.0rem;line-height: 1.2rem;}
	
body, p, li {
	font-size:1.1rem;
	line-height: 1.5rem;
}

h1 {font-size: 1.9rem;
    line-height: 2.1rem;
    margin-top: 1%;}
h2{font-size: 1.6rem; line-height: 1.8rem;}
h3{font-size: 1.4rem; line-height: 1.6rem;}
h4{font-size: 1.3rem; line-height: 1.5rem;}
h5{font-size: 1.2rem; line-height: 1.4rem;}

.cta{font-size:1.1rem;}
	
	.logo {max-width: 125px !important;}
	
}

@media only screen and (max-width: 600px) {
	
	.main-content .lbm-column {padding: 10px 10px;}

}

@media only screen  and (min-width: 400px) and (max-width: 550px) {
	div.mbx-thumbs li img {max-height: 125px;}
}

@media only screen and (max-width: 400px) {
	div.mbx-thumbs li img {max-height: 110px;}
 }

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}