  /**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#fbfbfb;
font-family: "sofia-pro-condensed", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 1.6rem;	
}

p {
font-family: "sofia-pro-condensed", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 1.6rem;
	line-height: 1.6rem;
}

li {
font-family: "sofia-pro-condensed", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 1.6rem;
}

h1, h2, h3, h4, h5 {
font-family: "sniglet", sans-serif;
font-weight: 400;
font-style: normal;
margin: 10px 0px 10px 0px;
text-transform: uppercase;	
}

h1 {font-size: 2.5rem;}
h2{font-size: 2.2rem;}
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: 2px;
border: 0;
margin-bottom: 20px !important;	
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

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

iframe {
	max-width:100%;
}

img {
	max-width:100%;
}

.cta{
	padding: 8px 8px 8px 8px;
	font-size:1.1rem;
	display:inline-block;
font-family: "sniglet", sans-serif;
font-weight: 400;
font-style: normal;
box-shadow: none !important;
text-decoration: none !important;	
}

.cta-box {
  float: right;
  margin-top: -50px;
}

.logo {
  max-width: 165px;
  width: 100%;
margin-bottom: -50px;
  position: absolute;	
}

.box-shadow {
box-shadow: 0 4px 15px -6px #535353;
  z-index: 1000;
  position: relative;	
}

.banner {
font-family: "sniglet", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #fff;
  background-color:rgba(255, 255, 255, 0.95);
  width: 100%;
  display: block;
  letter-spacing: 3px;
  padding-top: 20px;
  padding-bottom: 20px;	
}	
.cefndir {
background-image: url("/images/cefndir.jpg");
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}	
/**TOP ROW**/
.top-row-padding {
	padding-top: 45px;
  padding-bottom: 10px;
}

.menu-padding {
padding-top: 0px;
  padding-bottom: 40px;
}
/**LETTERS**/

.letter-red {
color: #F43545;
}
.letter-orange {
color: #FA8901;
}
.letter-green {
color: #aac423;
}
.letter-light-blue {
color: #26b8eb;
}
.letter-dark-blue {
color: #00418D;
}
.letter-purple {
color: #5F2879;
}
.letter-pink {
color: #eea0c7;
}

/**WHITE BACKGROUND**/
.white-background {
color:#2B2B2B;
background-color:#fbfbfb;
}

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

.white-background hr {background-color: #032c48; margin: 0;}

.white-background a {color: #2B2B2B; text-decoration: underline dotted;}
.white-background a:hover {color: #1f67b7;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #1f67b7;}

.white-background .cta {
	background: #9fd0c6;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.white-background .cta:hover{
 background: #d9d9d9;
	color:#000;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}




/**LIGHT MINT BACKGROUND**/
.light-mint-background {
color:#000;
background-color:#9fd0c6;
}

.light-mint-background h1, .light-mint-background h2, .light-mint-background h3, .light-mint-background h4, .light-mint-background h5 {color:#2B2B2B;}

.light-mint-background hr {background-color: #032c48; margin: 0;}

.light-mint-background a {color: #2B2B2B; text-decoration: underline dotted;}
.light-mint-background a:hover {color: #1f67b7;}
.light-mint-background a:hover h2, .light-mint-background a:hover h3, .light-mint-background a:hover h4 {color: #474747;}

.light-mint-background .cta {
  background: #fff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.light-mint-background .cta:hover{
background: #D9D9D9;
	color:#000;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}



/**DARK BLUE BACKGROUND**/
.dark-blue-background {
color:#fff;
background-color:#1f67b7;
}

.dark-blue-background h1, .dark-blue-background h2, .dark-blue-background h3, .dark-blue-background h4, .dark-blue-background h5 {color:#fff;}

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

.dark-blue-background a {color: #fff; text-decoration: underline dotted;}
.dark-blue-background a:hover {color: #dfdfdf;}
.dark-blue-background a:hover h2, .dark-blue-background a:hover h3, .dark-blue-background a:hover h4 {color: #000;}

.dark-blue-background .cta {
  background: #fff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.dark-blue-background .cta:hover{
background: #D9D9D9;
	color:#000;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}

/**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#2B2B2B;
background-color:#26b8eb;
}

.light-blue-background h1, .light-blue-background h2, .light-blue-background h3, .light-blue-background h4, .light-blue-background h5 {color:#2B2B2B;}

.light-blue-background hr {background-color: #2B2B2B; margin: 0;}

.light-blue-background a {color: #2B2B2B; text-decoration: underline dotted;}
.light-blue-background a:hover {color: #575757;}
.light-blue-background a:hover h2, .light-blue-background a:hover h3, .light-blue-background a:hover h4 {color: #575757;}

.light-blue-background .cta {
  background: #fff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.light-blue-background .cta:hover{
background: #D9D9D9;
	color:#000;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}


/**GREEN BACKGROUND**/
.green-background {
color:#2B2B2B;
background-color:#aac423;
}

.green-background h1, .green-background h2, .green-background h3, .green-background h4, .green-background h5 {color:#2B2B2B;}

.green-background hr {background-color: #2B2B2B; margin: 0;}

.green-background a {color: #2B2B2B; text-decoration: underline dotted;}
.green-background a:hover {color: #5e5e5e;}
.green-background a:hover h2, .green-background a:hover h3, .green-background a:hover h4 {color: #5e5e5e;}

.green-background .cta {
  background: #fff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.green-background .cta:hover{
background: #D9D9D9;
	color:#000;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}


/**RED BACKGROUND**/
.red-background {
color:#2B2B2B;
background-color:#ff5a5a;
}

.red-background h1, .red-background h2, .red-background h3, .red-background h4, .red-background h5 {color:#2B2B2B;}

.red-background hr {background-color: #2B2B2B; margin: 0;}

.red-background a {color: #2B2B2B; text-decoration: underline dotted;}
.red-background a:hover {color: #444;}
.red-background a:hover h2, .red-background a:hover h3, .red-background a:hover h4 {color: #444;}

.red-background .cta {
  background: #fff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.red-background .cta:hover{
background: #D9D9D9;
	color:#000;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}




/**GREY BACKGROUND**/
.grey-background {
color:#2B2B2B;
background-color:#d9d9d9;
}

.grey-background h1, .grey-background h2, .grey-background h3, .grey-background h4, .grey-background h5 {color:#2B2B2B;}

.grey-background hr {background-color: #032c48; margin: 0;}

.grey-background a {color: #2B2B2B; text-decoration: underline dotted;}
.grey-background a:hover {color: #000;}
.grey-background a:hover h2, .grey-background a:hover h3, .grey-background a:hover h4 {color: #72afd1;}

.grey-background .cta {
  background: #fff;
  color: #2b2b2b;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #2b2b2b;
}
.grey-background .cta:hover{
background: #000;
  color: #fff;
  transition: 0.5s;
  border: solid 2px #2b2b2b;
}


/**TOP ROW**/
.top-row p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;

}

/**SPLASH PAGE**/

.logo-splash {
  max-width: 200px !important;
  width: 100%;
  padding-top: 120px;
	padding-bottom: 20px;
  }

.splash-image {
  color: #FFFFFF;
  background-image: url("/images/homess1.jpg");
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 45px -6px #000000;
}

.splash-background {
color:#fff;
background-color:#ffffff;
}

.splash-background h1, .splash-background h2, .splash-background h3, .splash-background h4, .splash-background h5 {color:#fff;}

.splash-background hr {background-color: #FFFFFF; margin: 0;}


.splash-background a {color: #FFFFFF; text-decoration: none; }
.splash-background a:hover {color: #d9d9d9; text-decoration: none;}
.splash-background a:hover h2, .splash-background a:hover h3, .splash-background a:hover h4 {color: #fff;}

.splash-background .cta {
padding: 14px 20px 14px 14px;
     background: #fff;
    color: #2b2b2b;
    transition: 0.5s;
    display: inline-block;
    border: solid 2px #2b2b2b;
}
.splash-background .cta:hover{
background: #d9d9d9;
  color: #000;
	transition: 0.5s;	
}

/**SLIDESHOW**/
.slideshow {
margin-top: 480px;
margin-bottom: 20px;
	padding-left: 0px;
  padding-right: 0px;	
}
/**BOXES**/
.top-box {
margin-top:20px;
margin-left: 10px;
  margin-right: 10px;	
}

.boxes {
margin-top: 0px;
}


.boxes ul {
  list-style: none;
padding-left: 0px;	
}

.boxes li {
  margin-bottom: 10px !important;
}


/**
.center-box {
  border-left: solid #fff 20px;
  border-right: solid #fff 20px;
}
**/
/**FOOTER**/

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

footer{
    margin-top: auto;
}

.footer-top {
margin-top:20px;
}

.footer-top ul {
  list-style: none;
padding-left: 0px;	
}

.footer-top li {
  margin-bottom: 10px !important;
}

.footer-padding {
  padding-bottom: 0px !important;
}

.footer-bottom p {
  margin-top: 0px !important;
 margin-bottom: 0px !important;	
}


.footer-bottom-padding {
  padding-top: 0px !important;
}


/**COPYRIGHT**/


/**PROJECT SEVEN**/

.p7AGM {
  background-color: #fbfbfb !important;
}
.p7AGM.agm-white .agm-tools {
  background-color: #fbfbfb !important;
}
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}


.hmy-content {
    padding: 10px !important;
}

.p7AMM li a {
  padding: 8px 20px !important;
  font-size: 18px !important;
font-family: "sniglet", sans-serif !important;
font-weight: 400 !important;
font-style: normal !important;	
}

.p7ISM.ism-root-black .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-black, .p7ISM.ism-arrow-white .ism-arrow-left, .p7ISM.ism-arrow-black .ism-arrow-right, .ism-pags-color-black.ism-paginator a, .ism-pags-hover-black.ism-paginator a:hover, .ism-pags-down-black.ism-paginator a.down {
  background-color: rgb(173, 197, 184) !important;
  color: #FFF;
}

.p7ISM.ism-root-black .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-black, .p7ISM.ism-arrow-black .ism-arrow-left, .p7ISM.ism-arrow-black .ism-arrow-right, .ism-pags-color-black.ism-paginator a, .ism-pags-hover-black.ism-paginator a:hover, .ism-pags-down-black.ism-paginator a.down {
  background-color: rgb(170, 206, 219) !important;
  color: #FFF;
}

.p7ISM.ism-border .ism-outer-wrapper {
  border: 0px solid !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: inherit;
}

.p7AP4-01.ap4-trig-border a.p7AP4-01 {
	border-bottom: 2px solid #fafafa !important;
}
a.p7AP4-01 {
    background-color: #dfdfdf !important;
    color: #000 !important;
   	box-shadow: inset 0px 4px 4px rgba(255,255,255,0.02);
}

.p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
    border-bottom: 1px solid #9fd0c6;}

a.p7AP4-01:hover {
    background-color: #9fd0c6 !important;
    color: #000 !important;
	box-shadow: inset 0px 28px 3px rgba(255,255,255,0.025)!important;
}

a.p7AP4-01.ap4Trigs_down:hover {
    background-color: #9fd0c6 !important;
	color: #000!important;
}

.p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
	border-bottom: 2px solid #ffffff!important;
}


.bam-bg {
  box-shadow: 0 3px 15px -6px #535353;
}




/*
*
MENU
*
*/

.menu-item{
	text-align:center;
}
.menu-icon {
	width: 100%;
  display: inline-block;
}


.menu-item p {
  margin-top: 5px;
  margin-bottom: 0px;
font-family: "sniglet", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;	
font-size: 18px !important;	
}

.red-menu a {
 color: #E12E3D !important
}

.red-menu  a:hover {
 color: #B32934 !important
}

.orange-menu a {
color: #B36100 !important;
}

.orange-menu a:hover {
color: #9F5701 !important;
}

.yellow-menu a {
  color: #d5a30d !important;
}

.yellow-menu a:hover {
  color: #916c00 !important;
}

.green-menu a {
  color: #6e7b2b !important;
}

.green-menu a:hover {
  color: #556020 !important;
}

.blue-menu a {
 color: #3E7E95 !important;
}

.blue-menu a:hover {
color: #336779 !important
}

.dark-blue-menu a {
 color: #1C6CCA !important;
}

.dark-blue-menu a:hover {
 color: #185FB3 !important;
}

.purple-menu a {
 color: #9951BB !important;	
}

.purple-menu a:hover {
 color: #5F2879 !important;	
}

.pink-menu a {
  color: #A65F83 !important;
}
.pink-menu a:hover {
  color: #8C536F !important;
}

.p7AMM.amm-rootlinks-white ul a {
  background-color: rgb(255,255,255);
  color: #000;
}

.p7AMM.amm-rootlinks-white ul a:hover {
  background-color: rgb(255,255,255) !important;
  color: #000;
}


.p7AMM.amm-subs-blue ul ul {
  background-color: rgb(255, 255, 255) !important;
}

.p7AMM.amm-sub-borders ul ul {
  border-radius: 10px !important;
    border: 2px solid #000;	
}

.p7AMM.amm-rootlinks-white ul a {
  border-radius: 10px !important;
    border: 2px solid #000;	
}
.p7AMM.amm-subs-blue ul ul a {
    color: #FFF;
    border: 0px solid !important;
}

/*
*
RESPONSIVE FORM
*
*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel]
 {
	max-width:500px;
	width: 100%;
	padding: 5px;	
	border: 1px solid #191010;
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	 margin-bottom:10px;
	 display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 85%;
	padding: 5px;	
	border: 1px solid #191010;
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	 margin-bottom:10px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 100%;
	border: 1px solid #191010;	
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	margin-bottom:10px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:500px;
	width: 100%;
	border: 1px solid #191010;	
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	margin-bottom:10px;
	padding:5px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
}


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

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

input[type=submit]{
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.2px;
	font-size:1.4rem;
	margin-top:10px;
	display:inline-block;
	border:none;
	padding:5px 10px;
	background: #80c0d2;
	color:#fff;
	transition: 0.5s;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
}

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

select option:focus, select option:hover, select option:active, select option {
  background: #dfdfdf;
  color: #000;
}

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

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

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

.name_2{
	display: none !important;
}


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


.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 5px 15px;
}

.news-tile-description h2{
	font-size: 1.2rem;
	margin-top: 5px;
	margin-bottom: 5px;
}

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

.hide-heading {display:none;}

/**RESPONSIVE**/

@media only screen and (max-width: 1350px) {
	.p7AMM li a {
  padding: 8px 15px !important;
}
	.menu-item p {
  font-size: 16px !important;
}
}

@media only screen and (max-width: 1300px) {
.logo {
    max-width: 150px !important;
    width: 100% !important; 
    margin-bottom: -50px !important; 
}

.top-row-padding {
    padding-top: 25px !important; 
    padding-bottom: 10px !important; 
}

.menu-padding {
    padding-top: 10px !important; 
    padding-bottom: 20px !important; 
}
	
.slideshow {
    margin-top: 320px !important; 
    margin-bottom: 20px !important; 
}


	
}



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

@media only screen and (min-width: 0px) and (max-width: 1180px) {
	h1 {font-size: 2.1rem;}
h2{font-size: 1.8rem;}
h3{font-size: 1.7rem;}
h4{font-size: 1.6rem;}
h5{font-size: 1.4rem;}	


	.logo {
    max-width: 135px !important;
    width: 100% !important; 
    margin-bottom: -50px !important; 
}
	
}

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


@media only screen and (min-width: 0px) and (max-width: 1030px) {
	h1 {font-size: 1.9rem;}
h2{font-size: 1.5rem;}
h3{font-size: 1.4rem;}
h4{font-size: 1.3rem;}
h5{font-size: 1.2rem;}	
.cta-box {
    float: right;
    margin-top: -44px;
    padding: 5px;
}
	
	  .p7AMM.amm-responsive .amm-toolbar {
    background-color: rgba(21, 21, 21, 0) !important;	
    color: #000 !important;
  }

  .p7AMM.amm-responsive .amm-toolbar a {
    color: #000 !important;
    opacity: 1 !important;
  }	
	  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.8 !important;
  }
  .p7AMM.amm-responsive ul.opened {
    display: block;
    margin-top: 15px !important;
  }	

.p7AMM ul li {
  padding: 3px 3px !important;
}

.p7AMM li a {
  padding: 6px 20px !important;
  font-size: 16px !important;
}
.logo {
    max-width: 100px !important;
    width: 100% !important;
    margin-bottom: -50px !important;
  }	
	.fa-stack {
  display: none !important;
}
.p7AMM.amm-sub-borders ul ul {
  border-radius: 0px !important;
    border: 2px solid #000;	
}

.p7AMM.amm-rootlinks-white ul a {
  border-radius: 0px !important;
    border: 2px solid #000;	
}
}

@media only screen and (min-width: 0px) and (max-width: 960px) {
.slideshow {
    margin-top: 180px !important; 
    margin-bottom: 20px !important; 
}	
.banner {
  font-size: 3.0rem !important;
}	
body {
font-size:1.4rem;
}

p {
font-size:1.4rem;	
line-height: 1.4rem;
}


li {
font-size:1.4rem;
}

	h1 {font-size: 1.9rem;}
h2{font-size: 1.5rem;}
h3{font-size: 1.4rem;}
h4{font-size: 1.3rem;}
h5{font-size: 1.2rem;}	


	
}

@media only screen and (max-width: 895px) {
.banner {
  font-size: 2.8rem !important;
}	
h1 {font-size: 1.5rem;}
h2{font-size: 1.2rem;}
h3{font-size: 1.1rem;}
h4{font-size: 1.1rem;}
h5{font-size: 1.0rem;}
	
.cta-box {
    float: right;
    margin-top: -41px;
    padding: 3px;
}
	
.boxes .width-33 {
    padding: 18px;
}	
}



@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.logo {
  max-width: 80px !important;
}
	@media only screen and (min-width: 0px) and (max-width: 700px) {
	.news-grid {flex-basis: 50% !important;}
}
	
	.top-row .width-50 {
    width: 50% !important;	
    float: left !important;	
	padding-top: 10px;
  }
	.menu-padding {
padding-top: 0px !important;
    padding-bottom: 10px !important;
margin-top: -50px !important;
	padding-right: 20px !important;	
	padding-left: 20px !important;	
	background-color: #9fd0c6 !important;	
}


  .p7AMM.amm-responsive .amm-toolbar {
    background-color: rgba(21, 21, 21, 0) !important;	
    color: #000 !important;
  }


.top-row-padding {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
}
	
  .p7AMM.amm-responsive .amm-toolbar a {
    color: #000 !important;
    opacity: 1 !important;
  }	
	  .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.8 !important;
  }
  .p7AMM.amm-responsive ul.opened {
    display: block;
    margin-top: 15px !important;
  }	
	
.slideshow {
  margin-top: 90px !important;
  margin-bottom: 10px !important;
}


.p7AMM ul li {
  padding: 3px 3px !important;
}

.p7AMM li a {
  padding: 6px 20px !important;
  font-size: 16px !important;
}	
body {
font-size:1.1rem;
}

p {
font-size:1.1rem;	
line-height: 1.4rem;
}


li {
font-size:1.1rem;
}


h1 {font-size: 1.5rem;}
h2{font-size: 1.2rem;}
h3{font-size: 1.1rem;}
h4{font-size: 1.1rem;}
h5{font-size: 1.0rem;}	
	
h1, h2, h3, h4, h5 {
   margin-top: 10px;
}	
		.footer-right {
    float: left !important;	
	text-align: left;
  }
.center-box {
  margin-top: 20px;
}
	.right-box {
  margin-top: 20px;
}
	.top-box {
margin-top:20px;
margin-left: 0px !important;
  margin-right: 0px !important;	
	margin-bottom:20px;	
}
.boxes .width-33 {
    padding: 30px;
}	
	.logo-splash {
  padding-top: 20px !important;	
	padding-bottom: 20px !important;	
  }
.p7AMM.amm-responsive .amm-toolbar a {
    font-size: 2.5rem !important;
  }	
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
.news-tile-image-link-container {
  padding: 2px;}
}
	@media only screen and (min-width: 0px) and (max-width: 600px){
body {
	font-size: 1.3rem !important;}
	}
	
@media only screen and (max-width: 620px) {

}

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