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

/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
}

p {
	/*color:#2B2B2B;	*/
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.4rem;
}

li {
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
}

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

h1 {font-size: 2.8rem;}
h2{font-size: 2.5rem;}
h3{font-size: 1.9rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}

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{
	/*text-transform: uppercase;*/
	font-size:1.3rem;
	display:inline-block;
	font-family: "questa-sans", sans-serif;
	border-radius: 5px;
	box-shadow: 3px 3px 4px #959595;
}

.logo-on-scroll {
	transition:0.5s;
	max-width: 100px !important;
	position:initial !important;
}

.logo {
	transition:0.5s;
	width: 100%;
	max-width: 250px;
	position: fixed;
	z-index:3;
}


.logo-text {
font-size: 4rem;
color: #3872B3;
font-weight: bold;
margin-top: 3.5%;
/*margin: 25px 0px;*/
text-shadow: 2px 2px 3px #b8b8b8;
font-family: "questa-sans", sans-serif;
}

.menu-column {margin-top: 1%;}

.home-page-header {display: none;}

.show-on-tablet {display:none;}


/**WHITE BACKGROUND**/
.white-background {
color: rgb(42,47,116);
background-color:#ffffff;
}

/*.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5 {color:#032c48;}*/

.white-background hr {background-color: #3872B3; margin: 0;}

.white-background a {color: #3872B3; text-decoration: none;}
.white-background a:hover {color: #1B7F88;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #1B7F88;}

.white-background .cta {
	padding:15px 18px 15px 18px;
	background: #3872B3;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	/*border: solid 4px #073e65;*/
}
.white-background .cta:hover{
	background: #2A2F74;
	color:#fff;
	transition: 0.5s;	
	/*border: solid 4px #0c67a8;*/
}


/**DARK BLUE BACKGROUND**/
.dark-blue-background {
color:#FFFFFF;
background-color:#2A2F74;
}

.dark-blue-background hr {background-color: #EEE816; margin: 0;}

.dark-blue-background a {color: #EEE816; text-decoration: none;}
.dark-blue-background a:hover {color: #B7CDE6;}
.dark-blue-background a:hover h2, .dark-blue-background a:hover h3, .dark-blue-background a:hover h4 {color: #B7CDE6;}


/**BLUE BACKGROUND**/
.blue-background {
color:#FFFFFF;
background-color:#3872B3;
}

.blue-background hr {background-color: #FAF7C2; margin: 0;}

.blue-background a {color: #FAF7C2; text-decoration: none;}
.blue-background a:hover {color: #FFF;  text-decoration: underline;}
.blue-background a:hover h2, .blue-background a:hover h3, .blue-background a:hover h4 {color: #FFF;  text-decoration: underline;}


/**BLUE GRADIENT BACKGROUND**/
.blue-gradient-background {
color:#FFFFFF;
background: rgb(56,114,179);
background: linear-gradient(180deg, rgba(56,114,179,1) 0%, rgba(42,47,116,1) 100%);
}

.blue-gradient-background hr {background-color: #FAF7C2; margin: 0;}

.blue-gradient-background a {color: #FAF7C2; text-decoration: none;}
.blue-gradient-background a:hover {color: #FFF;  text-decoration: underline;}
.blue-gradient-background a:hover h2, .blue-gradient-background a:hover h3, .blue-gradient-background a:hover h4 {color: #FFF;  text-decoration: underline;}


/**DARK TO LIGHT BLUE GRADIENT BACKGROUND**/
.dark-light-blue-gradient-background {
color:#FFFFFF;
background: rgb(42,47,116);
background: linear-gradient(180deg, rgba(42,47,116,1) 0%, rgba(56,114,179,1) 100%);
}

.dark-light-blue-gradient-background hr {background-color: #FAF7C2; margin: 0;}

.dark-light-blue-gradient-background a {color: #FAF7C2; text-decoration: none;}
.dark-light-blue-gradient-background a:hover {color: #FFF;  text-decoration: underline;}
.dark-light-blue-gradient-background a:hover h2, .dark-light-blue-gradient-background a:hover h3, .dark-light-blue-gradient-background a:hover h4 {color: #FFF;  text-decoration: underline;}


/**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#333333;
background-color:#B7CDE6;
}

.light-blue-background hr {background-color: #22285E; margin: 0;}

.light-blue-background a {color: #22285E; text-decoration: none;}
.light-blue-background a:hover {color: #285180;}
.light-blue-background a:hover h2, .light-blue-background a:hover h3, .light-blue-background a:hover h4 {color: #285180;}


/**YELLOW BACKGROUND**/
.yellow-background {
color:#2A2F74;
background-color:#EEE816;
}

.yellow-background hr {background-color: #196E76; margin: 0;}

.yellow-background a {color: #2A2F74; text-decoration: none;}
.yellow-background a:hover {color: #196E76;}
.yellow-background a:hover h2, .yellow-background a:hover h3, .yellow-background a:hover h4 {color: #196E76;}


/**TEAL BACKGROUND**/
.teal-background {
color:#2E2E2E;
background-color:#23A6B2;
}

.teal-background hr {background-color: #232961; margin: 0;}

.teal-background a {color: #232961; text-decoration: none;}
.teal-background a:hover {color: #232961; text-decoration: underline;}
.teal-background a:hover h2, .teal-background a:hover h3, .teal-background a:hover h4 {color: #232961; text-decoration: underline;}


/**YELLOW BORDERS**/
.yellow-border-top {
    border-top: solid 5px #EEE816;
}
.yellow-border-bottom {
    border-bottom: solid 5px #EEE816;
}


/**HOME PAGE**/
.home-slideshow {
  height: 65vh;
  min-height: 720px;
}

.home-grid-row {
	margin-top: -95px;
    z-index: 10;
    position: relative;
}


/*
***************************************************
HOME PAGE GRID
***************************************************
*/
.home-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 15rem;
}


.home-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}

.home-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.home-tile-image-link{
	text-decoration: none;
}

.home-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	
}

.home-tile-description{
	padding:5px 15px 15px 20px;
}

.home-tile-description p{
	font-size: 1.6rem;
	margin: 10px 0px;
}

.home-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}


/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=tel]
 {
	max-width:500px;
	width: 100%;
	padding: 10px;	
	border: 1px solid #2B2B2B;
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: calibri, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:500px;
	width: 100%;
	border: 1px solid #2B2B2B;	
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#2B2B2B;
	display: inline-block;
	background: #ffffff;
}


select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#2B2B2B;
	color: #fff;
}

input[type=submit]{
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.2px;
	/*text-transform: uppercase;*/
	font-size:1.3rem;
	margin-top:10px;
	display:inline-block;
	border:none;
	padding:10px 15px;
	background: #80c0d2;
	color:#fff;
	transition: 0.5s;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #bce6fb;
	color:#5e5e5e;
	transition: 0.5s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B2B2B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2B2B2B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #2B2B2B;
}

.name_2{
	display: none !important;
}


/**IN THIS SECTION**/

.yn-yr-adran-hon 
h2 	{font-size: 1.8rem;}



/**FOOTER**/

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

footer{
    margin-top: auto;
}

.footer h2 {font-size: 2.2rem;}

/*
***************************************************
NEWS LISTING PAGE
***************************************************
*/
.news-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 15rem;
}


.news-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}

.news-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.news-tile-image-link{
	text-decoration: none;
}

.news-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	
}

.news-tile-description{
	padding:5px 15px 15px 20px;
}

.news-tile-description h2{
	font-size: 1.2rem;
}
.news-tile-description p{font-size: 1.05rem}

.news-tile-description hr{
	background-color: #EEE816;
    margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}


/**COPYRIGHT**/



/**PROJECT SEVEN**/

.p7AMM, .p7AMM, .p7AMM, .p7AMM, .p7AMM ul li, .p7AMM ul ul li {font-family: "questa-sans", sans-serif;}

.home-grid-row .hmy-content {
  padding: 5px;
}





/**RESPONSIVE**/

@media only screen and (max-width: 1605px) {
	.news-grid {flex-basis: 25% !important;}
}

@media only screen and (max-width: 1300px) {
	.home-slideshow {
    height: 45vh;
    min-height: 540px;
}
	
	.logo {
	max-width: 200px;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
	.news-grid {flex-basis: 33% !important;}
	
}

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

@media only screen and (min-width: 0px) and (max-width: 1100px) {
	.home-grid {flex-basis: 50% !important;}
	
}

@media only screen and (min-width: 0px) and (max-width: 1005px) {
.news-grid {flex-basis: 50% !important;}

}

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

}

@media only screen and (min-width: 0px) and (max-width: 900px) {
	.home-slideshow {
    height: 35vh;
    min-height: 400px;
}
	
		.logo {
	max-width: 150px;
	}
	
}

@media only screen and (max-width: 800px) {
	.logo {
	max-width: 125px;
	}
}


@media only screen and (max-width: 700px) {
	.news-grid {flex-basis: 100% !important;}
	
	.news-image-tile-image {
    height: 20rem;
}
	
	.hide-on-mobile {display:none;}
	
	.top-row .width-50 {width:50% !important; float: left !important;}
	
	.copyright p {text-align: left;}
	
	.home-slideshow {
    height: 25vh;
    min-height: 350px;
}
	
	h1 {font-size: 2.2rem;}
	h2 {font-size: 2.1rem;}
	h3 {font-size: 1.4rem;}
	h4 {font-size: 1.3rem;}
	h5 {font-size: 1.2rem;}
	p {font-size:1.1rem;}
	li {font-size:1.1rem;}
	body {font-size:1.1rem;}
	
	.logo {margin-top: 1%;
	max-width: 100px;
		position: initial !important;
	}
	
	.logo-menu-row .width-25 {text-align: center !important;}
	.logo-menu-row .width-75 {text-align: center !important;}
	.logo-menu-row .width-75 .amm-right {text-align: center !important;}
	
	.mobile-side-padding {padding: 5px 30px !important;}
	
}

@media only screen and (max-width: 600px) {
	.home-grid {flex-basis: 50% !important;}
	
	.home-grid-row {margin-top: 0px;}

}

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