/**GENERAL**/

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

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

h1, h2, h3, h4, h5 {
font-family: "duper", sans-serif;
font-weight: 700;
	margin: 25px 0px 20px 0px;
}

h1 {font-size: 2.7rem; line-height: 2.9rem;}
h2{font-size: 2.4rem; line-height: 2.6rem;}
h3{font-size: 1.9rem; line-height: 2.1rem;}
h4{font-size: 1.8rem; line-height: 2.0rem;}
h5{font-size: 1.6rem; line-height: 1.8rem;}

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: "duper", sans-serif;
font-weight: 700;
text-decoration: none !important;	
text-transform: uppercase;
  box-shadow: 0 4px 15px -6px #000;	
border-radius: 7px;	
}

.logo {
max-width: 200px;
  width: 100%;
  margin-bottom: -100px;
  z-index: 3;
  position: relative;
  margin-top: -200px;
	 transition-duration: 0.5s;
}

.slide p {
font-family: "duper", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 25px 0px 20px 0px;
  font-size: 2.7rem;
  line-height: 2.9rem;
  background-color: rgba(255, 204, 0, 0.9);
  padding: 30px !important;
  display: inline-block;
  box-shadow: 0 4px 15px -6px #000;
border-radius: 7px;	
}

.box-shadow {box-shadow: 0 4px 15px -6px #000;}

.border-radius {border-radius: 10px;}

.hide-on-desktop {display:none;}

/**WHITE BACKGROUND**/
.white-background {
color:#021c64;
background-color:#ffffff;
}

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

.white-background hr {background-color: #021c64; margin: 0;margin-bottom: 10px;}

.white-background a {color: #021c64; text-decoration: underline;}
.white-background a:hover {color: #2D5BD7;}

.white-background .cta {
	padding:12px 18px 12px 18px;
	background: #ffffff;
	color:#021C64;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #021C64;
}
.white-background .cta:hover{
	background: #021C64;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #021C64;
}

/**BLUE BACKGROUND**/
.blue-background {
color:#ffffff;
background-color:#022DA1;
}

/*.blue-background h1, .blue-background h2, .blue-background h3, .blue-background h4, .blue-background h5 {color:#ffffff;}*/

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

.blue-background a {color: #ffffff; text-decoration: underline;}
.blue-background a:hover {color: #FFCC00;}

.blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #022DA1;
	color:#FFCC00;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #FFCC00;
}
.blue-background .cta:hover{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}
/**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#ffffff;
background-color:#2D5BD7;
}

/*.light-blue-background h1, .light-blue-background h2, .light-blue-background h3, .light-blue-background h4, .light-blue-background h5 {color:#ffffff;}*/

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

.light-blue-background a {color: #ffffff; text-decoration: underline;}
.light-blue-background a:hover {color: #FFE169;}
.light-blue-background h1 a:hover, .light-blue-background h2 a:hover, .light-blue-background h3 a:hover, .light-blue-background h4 a:hover, .light-blue-background h5 a:hover {color: #FFE169;}

.light-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #2D5BD7;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #ffffff;
}
.light-blue-background .cta:hover{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}

/**DARK BLUE BACKGROUND**/
.dark-blue-background {
color:#ffffff;
background-color:#021C64;
}

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

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

.dark-blue-background a {color: #ffffff; text-decoration: underline;}
.dark-blue-background a:hover {color: #FFCC00;}

.dark-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #021C64;
	color:#FFCC00;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #FFCC00;
}
.dark-blue-background .cta:hover{
	background: #FFCC00;
	color:#2B2B2B;
	transition: 0.5s;	
	border: solid 4px #FFCC00;
}

/**YELLOW BACKGROUND**/
.yellow-background {
color:#2B2B2B;
background-color:#FFCC00;
}

.yellow-background h1, .yellow-background h2, .yellow-background h3, .yellow-background h4, .yellow-background h5 {color:#021c64;}

.yellow-background hr {background-color: #021c64; margin: 0;}

.yellow-background a {color: #2B2B2B; text-decoration: underline;}
.yellow-background a:hover {color: #022da1;}

.yellow-background .cta {
	padding:12px 18px 12px 18px;
	background: #FFCC00;
	color:#021C64;
	transition: 0.5s;
	display: inline-block;
	border: solid 4px #021C64;
}
.yellow-background .cta:hover{
	background: #021C64;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #021C64;
}

/**TOP-ROW & FOOTER**/

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

footer{margin-top: auto;}

.footer ul {
  list-style: none;
padding-left:0px;
}
.footer li {margin-bottom: 10px !important;}

.clip-footer {clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.custom-shape {
            position: relative;
            background-color: #fc0;
clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
            display: flex;
        }

.border-span {
            width:100%;
clip-path: polygon(29% 0%, 100% 0%, 100% 100%, 4% 100%);
           background-color: #fc0;
        }

.top-row a {text-decoration: none !important;}

.quick-links a {text-decoration: none !important;}

.top-row .width-100 {
  padding-top: 1px;
  padding-bottom: 0px;
  }

/**SPACING & BORDERS**/
.spacing {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.spacing-sm{
   padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.spacing-ss{
padding-top: 240px;
  padding-bottom: 240px;
}

.spacing-sub {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.links .width-70 {border-radius: 0px 10px 10px 0px;}

.links .width-30 {border-radius: 10px 0px 0px 10px;}

.boxes .right {border-radius: 0px 10px 10px 0px;}

.boxes .left {border-radius: 10px 0px 0px 10px;}

.search-icon {margin-right: 5px;}

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

.p7AMM.amm-rootlinks-blue ul a {
  background-color: rgb(2, 45, 161) !important;
  color: #FFF !important;
}

.p7AMM.amm-rootlinks-blue ul a:hover, .p7AMM.amm-rootlinks-blue ul a:focus, .p7AMM.amm-rootlinks-blue ul a.amm-trigger.open {color: #fc0 !important;}

.p7AMM li a {font-size: 20px !important;}

.p7ISM.ism-border .ism-outer-wrapper {border: 0px ;}

.p7ISM.ism-root-skyblue .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-skyblue, .p7ISM.ism-arrow-skyblue .ism-arrow-left, .p7ISM.ism-arrow-skyblue .ism-arrow-right, .ism-pags-color-skyblue.ism-paginator a, .ism-pags-hover-skyblue.ism-paginator a:hover, .ism-pags-down-skyblue.ism-paginator a.down {
  background-color: rgb(255, 255, 255) !important;
}

.p7ISM.ism-root-white .ism-outer-wrapper, .p7ISM .ism-panel.ism-panel-white, .p7ISM.ism-arrow-white .ism-arrow-left, .p7ISM.ism-arrow-white .ism-arrow-right, .ism-pags-color-white.ism-paginator a, .ism-pags-hover-white.ism-paginator a:hover, .ism-pags-down-white.ism-paginator a.down {
  background-color: rgb(255, 204, 0) !important;
}
.sub-main a.p7AP4-01 {
	background-color: #022DA1;
	color: #FFF;
	background-image: url(../p7ap4/img/p7AP4_east_white.png);
	box-shadow: inset 0px 4px 4px rgba(255,255,255,0.02);
}
.sub-main a.p7AP4-01:hover {
	background-color: #021C64;
	color: #fff;
	background-image: url(../p7ap4/img/p7AP4_south_white.png);
	box-shadow: inset 0px 28px 3px rgba(255,255,255,0.025);
}
.sub-main a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_white.png);
	background-color: #2D5BD7;
	color: #FFF;
}
.sub-main a.p7AP4-01.ap4Trigs_down:hover {
	background-color: #2D5BD7;
	color: #FFF;
}

.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01 {border-bottom: 4px solid #fc0;}

.sub-main a.p7AP4-01.current_mark {font-weight: normal;}

.sub-main li.agm-current-category {font-weight: normal;}

.sub-main .agm-white .agm-section.agm-down a {border-color: rgb(255,255,0);}

.sub-main .agm-caption {background-color: rgba(2, 28, 100,0.9);}

.sub-main .p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
  line-height: 1.7rem;
  font-size: 1.2rem;
  text-transform: capitalize;
	text-decoration: none !important;
	/*border-radius: 20px 2px 20px 2px;*/
	border-bottom: 2px solid #fc0;;
}

.sub-main div.mbx-thumbs li img {max-height: 240px; border-radius: 5px;}
/**letters**/

.letters ul {
  list-style: none;
padding-left:0px;
}
.letters li {margin-bottom: 10px !important;}

/**IN THIS SECTION**/
.in-this-section h2{font-size: 1.9rem; line-height: 2.1rem;}
.its-grid img {border-radius: 5% 5% 70% 70%; margin-top: -30px;}
.its-grid .hmy-section {padding-top:10px;}
.its-grid h2 {font-size: 1.8rem; line-height: 2rem;}
.its-grid a {color: #ffffff; text-decoration: none !important;}
.its-grid a:hover {color: #FFE169 !important;}

/**SPLASH**/
.splash-top-row {padding: 5px;}
.splash-copyright p {font-size: 1.2rem;line-height:1.4rem;}
.splash-spacing {margin-top: 3%;margin-left: 1%; margin-right: 1%;}
.splash-row .lbm-column {padding: 50px;}
.splash-logo {width: 100%; max-width: 200px;}

/**BACKGROUND**/

.cefndir {
    background-image: url("../images/background.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 60vh;
}

.cefndir-splash {
    background-image: url("../images/background.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 91vh;
}

/**IMAGE TITLE**/

.image-tile-margin {margin-top: 30px;}

.image-tile-image-left {
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: 30.6rem;
border-radius: 10px 0px 0px 10px;	
}

.image-tile-image-left img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.image-tile-image-right {
	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: 27rem;
margin-bottom: 0px;
}

.image-tile-image-right img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

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

/**SUB PAGES**/
.yellow-border {border-bottom: 7px solid #fc0;}


/*
***************************************************
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 !important;}

.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.5rem; line-height: 1.7rem}
.news-tile-description p{font-size: 1.2rem; line-height: 1.4rem}

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



/*
***************************************************
LINKS LISTING PAGE
***************************************************
*/
.links-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;
}

.links-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;		
}

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

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

.links-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 4px 15px -6px #000;
  background-color: rgba(255, 255, 255, 0.7);
border-radius: 15px;	
}

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

.links-tile-description h3{font-size: 1.4rem;}

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

.quick-links a h3 {color: #021C64; text-decoration: none;}
.quick-links a p {color: #021C64; text-decoration: none;}

.quick-links a:hover h3 {color: #022DA1;}
.quick-links a:hover p {color: #022DA1;}

.quick-links .fa-duotone {margin-top:30px;}

.quick-links {padding-top: 34px !important;}

.social .width-100 {margin-bottom: 15px;}

/**WAVE**/
.light-blue-wave {
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.light-blue-wave svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 180px;
}

.light-blue-wave .shape-fill {fill: #0443F1;}

.blue-wave {
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
margin-top: -150px;	
}

.blue-wave svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 150px;
}

.blue-wave .shape-fill {fill: #022DA1;}


.blue-row {
  height: 20px;
	background-color: #022DA1;
border-bottom: 10px solid #fc0;	
}

/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number]
 {
	max-width:500px;
	width: 98%;
	padding:10px;	
	border: 1px solid #191010;
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem; 
	 margin-bottom:15px;
	 display: inline-block;
	 margin-top: 5px;
	 border-radius: 5px;
}

textarea{
	max-width:500px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
	margin-top: 5px;
	border-radius: 5px;
  }

select {
	max-width:514px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "gesta", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
	margin-top: 5px;
	border-radius: 5px;
}


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-size:1.3rem;
	display:inline-block;
font-family: "duper", sans-serif;
font-weight: 700;
text-decoration: none !important;	
text-transform: uppercase;
  box-shadow: 0 4px 15px -6px #000;	
border-radius: 7px;
	padding:12px 18px 12px 18px;
	background: #ffffff;
	color:#021C64;
	transition: 0.5s;
	border: solid 4px #021C64;
	font-style: normal;
	letter-spacing: 1.2px;
	margin-top:15px;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #021C64;
	color:#fff;
	transition: 0.5s;	
	border: solid 4px #021C64;
}

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

::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;
}

.mobile_only {
    visibility: hidden;
    display: none;
}


/**RESPONSIVE**/

@media only screen and (max-width: 1440px) {
.quick-links .fa-5x { font-size: 4em;}	
	
body, p, li {
font-size:1.2rem;
line-height: 1.4rem;
}

h1 {font-size: 2.4rem; line-height: 2.6rem;}
h2{font-size: 1.9rem; line-height: 2.1rem;}
h3, .in-this-section h2, .its-grid h2{font-size: 1.7rem; line-height: 1.9rem;}
h4{font-size: 1.6rem; line-height: 1.8rem;}
h5{font-size: 1.5rem; line-height: 1.7rem;}

.cta{font-size:1.2rem;}
	
.news-tile-description h2{font-size: 1.4rem; line-height: 1.6rem}
	
	input[type=submit]{font-size:1.2rem;}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select {font-size:1.2rem;}
	
	.slide p {
  font-size: 2.2rem;
  line-height: 2.4rem;
}
	
	.spacing, .spacing-sub{
   padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.spacing-sm{
   padding-top: 30px !important;
    padding-bottom: 30px !important; 
}
.spacing-ss{
padding-top: 120px;
    padding-bottom: 125px;
}
	.cefndir, .cefndir-splash {
background-attachment: none !important;
background-size: contain;
  background-repeat: repeat;
}
}

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

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

@media only screen and (min-width: 1020px) and (max-width: 1280px) {
	.staff-grid .hmy-section {flex-basis: 25% !important;}
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.links .ism-panels-4 .ism-panel {min-width: 33.333%;}
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none !important;}
		  .footer .width-50 {
    width: 70% !important;
    float: left !important;
  }
	  .footer .width-20 {
    width: 30% !important;
    float: left !important;
  }
.slideshow .width-100 {text-align: center;}	
		
}

@media only screen and (min-width: 775px) and (max-width: 1200px) {
.its-grid .hmy-section {flex-basis: 33% !important;}
}

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

@media only screen and (min-width: 650px) and (max-width: 1020px) {
	.staff-grid .hmy-section {flex-basis: 33% !important;}
}

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

@media only screen and (min-width: 0px) and (max-width: 990px) {
	.news-tile-description {min-height:140px;}
}

@media only screen and (min-width: 450px) and (max-width: 960px) {
	.links .ism-panels-4 .ism-panel {min-width: 50% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 920px) {
	.news-grid .hmy-section {flex-basis: 50% !important;}
	.news-tile-description {min-height:auto;}
}

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

@media only screen and (min-width: 0px) and (max-width: 900px) {
	.spacing-ss{
padding-top: 150px;
  padding-bottom: 10px;
}
.boxes .left{
    width: 50% !important;
    float: left !important;
	min-height: 36rem;
	border-radius: 10px 0px 0px 0px;
  }

.boxes .center{
    width: 50% !important;
    float: left !important;
	min-height: 36rem;
	border-radius: 0px 10px 0px 0px;
  }

.boxes .right{
    width: 100% !important;
    float: left !important;
	border-radius: 0px 0px 10px 10px;
  }	
}

@media only screen and (max-width: 840px) {
.logo {
margin-bottom: -55px;
    margin-top: -200px;
    max-width: 150px;
    width: 100%;
	 transition-duration: 0.5s;
}
}

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

@media only screen and (max-width: 800px) {
.boxes .left{min-height: 33rem;  }
.boxes .center{min-height: 33rem;}
.its-row .width-70, .its-row .width-30 {width: 100%; float: left;}	
.its-row .width-30 {margin-top: 10px;}	
}

@media only screen and (min-width: 490px) and (max-width: 775px) {
.its-grid .hmy-section {flex-basis: 50% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 705px) {
.sub-main div.mbx-thumbs li img {max-height: 110px;}
}

@media only screen and (max-width: 700px) {
	
.desktop_only {
    visibility: hidden;
    display: none;
}

.mobile_only {
    visibility: visible;
    display: block;
}
    
.mobile_only .paging-prev {
    padding: 0 !important;
}	
	
	.hide-on-mobile {display:none !important;}
	.mobile-side-padding {padding: 10px 30px !important;}
		.hide-on-desktop {display:block !important;}
	
	body, p, li {
font-size:1.1rem;
line-height: 1.3rem;
}

h1 {font-size: 2.0rem; line-height: 2.2rem;}
h2{font-size: 1.7rem; line-height: 1.9rem;}
h3, .in-this-section h2, .its-grid h2{font-size: 1.5rem; line-height: 1.7rem;}
h4{font-size: 1.4rem; line-height: 1.6rem;}
h5{font-size: 1.3rem; line-height: 1.5rem;}

.cta{font-size:1.1rem;}
	
.news-tile-description h2{font-size: 1.3rem; line-height: 1.5rem}
.news-tile-description p{font-size: 1.1rem; line-height: 1.3rem}
	
	input[type=submit]{font-size:1.1rem;}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select {font-size:1.1rem;}
	
  .spacing, .spacing-sub {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
.spacing-sm{
   padding-top: 20px !important;
    padding-bottom: 20px !important;
}

	.social .width-100 {margin-bottom: 0px;}
	
.footer .width-50 {
    width: 100% !important;
    float: left !important;
 padding-bottom: 0px;
  }
	  .footer .width-20 {
    width: 100% !important;
    float: left !important;
		 padding-top: 0px; 
		  padding-bottom: 0px; 
  }
  .slide p {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }	
	.top-row .width-100 {
  padding-top: 1px;
padding-bottom: 1px;
		background-color: #022da1;	
}
	.menu-logo .width-70 {
margin-top: -84px;
}
	.logo {
max-width: 76px;
    width: 100%;
 margin-bottom: 10px;
    margin-top: -60px;
}
  .p7AMM.amm-responsive .amm-toolbar {background-color: transparent;  }

  .p7AMM.amm-responsive .amm-toolbar a:hover {opacity: 0.7;  }

  .p7AMM.amm-responsive .amm-toolbar a {opacity: 1;  }	
	
  .p7AMM.amm-responsive ul.opened { margin-top: 25px;  }
	
.spacing-ss {padding-top: 150px;padding-bottom: 40px;}
	
.boxes .left{
    width: 100% !important;
    float: left !important;
	min-height: auto;
	border-radius: 0px 0px 0px 0px;
  }

.boxes .center{
   width: 100% !important;
    float: left !important;
	min-height: auto;
	border-radius: 0px 0px 0px 0px;
  }

.boxes .right{
    width: 100% !important;
    float: left !important;
	border-radius: 0px 0px 0px 0px;
  }
	
	.links .width-70 {border-radius: 0px 0px 0px 0px;}
	.links .width-30 {border-radius: 0px 0px 0px 0px;}
  .image-tile-image-left {
    height: 0rem;
    border-radius: 0px 0px 0px 0px;
  }
	.mobile-left {text-align: left;}
	/*hr {margin-left: 0px !important;}*/
	.croeso .cta {margin-bottom: 20px;}
	
	.cefndir {background-image: none; min-height: 0px;}
	
	.splash-logo {max-width: 150px;}

}

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

@media only screen and (min-width: 495px) and (max-width: 650px) {
	.staff-grid .hmy-section {flex-basis: 50% !important;}
}

@media only screen and (max-width: 600px) {
	.quick-links .fa-5x {font-size: 3em;}
}

@media only screen and (min-width: 0px) and (max-width: 495px) {
	.staff-grid .hmy-section {flex-basis: 100% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 490px) {
.its-grid .hmy-section {flex-basis: 100% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
	.links .ism-panels-4 .ism-panel {min-width: 100% !important;}
}

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