/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
font-family: "jali-greek-variable", sans-serif;
font-variation-settings: "wght" 400;
	font-size:1.3rem;
}

p {
font-family: "jali-greek-variable", sans-serif;
font-variation-settings: "wght" 400;
	font-size:1.3rem;	
	line-height: 1.4rem;
}

li {
font-family: "jali-greek-variable", sans-serif;
font-variation-settings: "wght" 400;
	font-size:1.3rem;
}

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

h1 {font-size: 3.0rem;}
h2{font-size: 2.5rem;}
h3{font-size: 2.1rem;}
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.1rem;
	display:inline-block;
font-family: "jali-greek-variable", sans-serif;
font-variation-settings: "wght" 400;	
text-decoration: none !important;	
}

/**WHITE BACKGROUND**/
.white-background {
color:#032c48;
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: #032c48; margin: 0;}

.white-background a {color: #032c48; text-decoration: underline;}
.white-background a:hover {color: #0079b5;}

.white-background .cta {
padding: 12px 18px 12px 18px;
  background: #13439a;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  border-top: solid 4px #13439a;
  border-bottom: solid 4px #13439a;
}
.white-background .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}


/**BLUE BACKGROUND**/
.blue-background {
color:#2B2B2B;
background-color:#0295dd;
}

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

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

.blue-background a {color: #2B2B2B; text-decoration: underline;}
.blue-background a:hover {color: #000;}

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


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

.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: #f7d300;}

.dark-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #0295dd ;
	color:#000;
	transition: 0.5s;
	display: inline-block;
border-top: solid 4px #0295dd;
  border-bottom: solid 4px #0295dd;	
}
.dark-blue-background .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}

/**YELLOW BACKGROUND**/
.yellow-background {
color:#032c48;
background-color:#f7d300;
}

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

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

.yellow-background a {color: #032c48; text-decoration: underline;}
.yellow-background a:hover {color: #13439a;}

.yellow-background .cta {
	padding:12px 18px 12px 18px;
	background: #0295dd ;
	color:#000;
	transition: 0.5s;
	display: inline-block;
border-top: solid 4px #0295dd;
  border-bottom: solid 4px #0295dd;		
}
.yellow-background .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;	
}

/**TRANSPARENT BLUE BACKGROUND**/
.transparent-blue-background {
color:#fff;
background-color: rgba(19, 67, 154,0.9);
}

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

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

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

.transparent-blue-background .cta {
	padding:12px 18px 12px 18px;
	background: #0295dd ;
	color:#000;
	transition: 0.5s;
	display: inline-block;
border-top: solid 4px #0295dd;
  border-bottom: solid 4px #0295dd;	
}
.transparent-blue-background .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}


/**WHITE TRANSPARENT BACKGROUND**/
.transparent-white-background {
color:#032c48;
background-color:rgba(255, 255, 255, 0.9);
}

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

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

.transparent-white-background a {color: #032c48; text-decoration: underline;}
.transparent-white-background a:hover {color: #0079b5;}

.transparent-white-background .cta {
	padding:12px 18px 12px 18px;
	background: #0295dd ;
	color:#000;
	transition: 0.5s;
	display: inline-block;
border-top: solid 4px #0295dd;
  border-bottom: solid 4px #0295dd;	
}
.transparent-white-background .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}

.clip-tool-ss{
clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
padding-left:80px;	
padding-right:80px;	
padding-top:30px;
padding-bottom:40px;	
border-top: solid 4px #0c67a8;
  border-bottom: solid 4px #0c67a8;	
margin-left: 30px;	
	width:40%;
}

.clip-tool{
clip-path: polygon(0% 0, 100% 0%, 95% 100%, 0% 100%);
padding-left:73px;	
padding-right:80px;	
padding-top:40px;
padding-bottom:50px;	
}

/**GREY BACKGROUND**/
.grey-background {
color:#032c48;
background-color:#f0f0f0;
}

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

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

.grey-background a {color: #032c48; text-decoration: underline;}
.grey-background a:hover {color: #0070A8;}

.grey-background .cta {
padding: 12px 18px 12px 18px;
  background: #13439a;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  border-top: solid 4px #13439a;
  border-bottom: solid 4px #13439a;
}
.grey-background .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}



/**TOP-ROW**/
  .top-row .top-left {
   margin-bottom: 0px;
  z-index: 3;
  position: relative;
	padding-top: 0px;
  }


.top-row .top-left P {
font-family: "farro", sans-serif;
font-weight: 500;
font-style: normal;
  font-size: 2.1rem;
  color: #ffffff;
  background-color: #13439a;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 4px 15px -6px #000;
  padding: 20px !important;
}


.logo {
  margin-top: -90px;
}

.logo p {
font-family: "farro", sans-serif;
font-weight: 500;
font-style: normal;
  font-size: 2.1rem;
  color: #ffffff;
  background-color: #13439a;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 4px 15px -6px #000;
  padding: 20px !important;
}


 .top-row .top-right {
  padding-top: 0px;
}

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

/**MENU**/

.menu {
  margin-top: -85px;
}


.blue-border {
  border-top: 4px solid #13439a;
}

.light-blue-border-top {
border-top: #0c67a8 solid 4px;
}

/**SLIDER**/

.croeso p, .splash h1 {
font-family: "farro", sans-serif;
font-weight: 500;
font-style: normal;
	text-transform: uppercase;
margin: 30px 0px 40px 0px !important;
  font-size: 5.0rem;
}

.first-letter-yellow {
	background: -webkit-linear-gradient(#fff, #f7d300);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**BACKGROUND**/
.bk-img-1 {
background-image: url("../images/background-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**SPACING**/

 .spacing{
  margin-top: 70px !important;
  margin-bottom: 70px !important;	 
}

 .ss-margin {
margin-top: 250px;
margin-bottom: 250px;	 
}

.top-row-margin {
  margin-top: 10px !important;
}


.menu-margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.small-pad {
  padding-top: 1px;
  padding-bottom: 1px;
}

/**FOOTER**/

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

footer{
    margin-top: auto;
}





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

.p7AMM li a {
  font-size: 1.1rem !important;
font-family: "farro", sans-serif;
font-weight: 500;
font-style: normal;
  text-transform: uppercase;
}
.p7AMM.amm-rootlinks-white ul a:hover, .p7AMM.amm-rootlinks-white ul a:focus, .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  background-color: rgb(19, 67, 154) !important;
  color: #FFF;
}

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

.p7AMM.amm-sub-borders ul ul {
  border: 0px solid rgba(0,0,0,0.75) !important;
}

.p7AMM.amm-rootlinks-white ul a:hover, .p7AMM.amm-rootlinks-white ul a:focus, .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  background-color: rgb(11, 39, 91) !important;
  color: #FFF;
}

.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: transparent !important;
  color: #000;
}
.ism-arrow-right {
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) !important;
}

.ism-arrow-left {
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) !important;
}

.p7SOM-08.som-toolbar a {
  color: #FFF !important;
  background-color: #0295dd !important;
}
.p7SOM-08.som-toolbar a {
  color: #000 !important;
}

.p7SOM-08.som-toolbar a:hover {
  color: #FFF !important;
  background-color: #0c67a8 !important;
}
.som-toolbar.som-bottom-right, .som-toolbar.som-bottom-right a {
  border-radius: 0px 0px 0px 0px !important;
}

.p7SOM-08 ul {
  background: rgba(0, 0, 0, 0.9) !important;
}

.p7SOM-08 ul a:hover, .p7SOM-08 .som-header:hover {
  background-color: #0c67a8 !important;
  color: #FFF;
}

.p7SOM-08 ul a {
  color: #FFF !important;
}


.p7SOM ul li {
  color: #fff !important;
}

.p7SOM ul li h2 {
  margin-left: 20px !important;
}

.p7SOM-08 .cta {
	padding:12px 18px 12px 18px;
	background: #0295dd ;
	color:#fff;
	transition: 0.5s;
	display: inline-block;
border-top: solid 4px #0295dd;
  border-bottom: solid 4px #0295dd;	
	  margin-left: 20px !important;
	  margin-top: 20px !important;
}
.p7SOM-08 .cta:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}
.fa-duotone::before, .fad::before {
  color: #032c48;
}

.fa-duotone::after, .fad::after {
  color: #032c48;
}

.white-background li.agm-current-category {font-weight: normal;}
.white-background .agm-white .agm-section.agm-down a {border-color: rgb(2, 149, 221);}

.white-background a.p7AP4-01 {
	background-color: #13439a;
	color: #fff;
	background-image: url(../p7ap4/img/p7AP4_east_white.png);
	text-decoration: none;
}
.white-background a.p7AP4-01:hover {
	background-color: #f7d300;
	color: #032c48;
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
}
.white-background a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
	color: #2B2B2B;
	background-color: #0295dd;
}
.white-background a.p7AP4-01.ap4Trigs_down:hover {
	background-color: #0295dd;
	color: #2B2B2B;
}


/*CURRENT MARK*/
.white-background a.p7AP4-01.current_mark {font-weight: normal;}

.white-background .ism-content a {
  border-bottom: none;
}

.white-background .agm-caption-top, .agm-caption-bottom {
background-color: #13439a !important;
}

/*
***************************************************
BOXES LISTING PAGE
***************************************************
*/
.boxes-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: 30rem;
}


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

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

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

.boxes-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);	
}

.boxes-tile-description{
padding: 0px 0px 0px 0px;
color:#ffffff;
background-color:rgba(19, 67, 154, 0.8) !important;
  position: absolute;
  transition: 0.5s;
  font-size: 2.2em;
  width: 100%;
}

.boxes-tile-description h2{
font-size: 2.0rem;
}

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

.boxes .lbm-column {padding: 20px 20px;}



/*
***************************************************
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;
	background-color: #ffffff8a;
}

.news-tile-description h2{
	font-size: 1.3rem;
}

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

.news-tile-description p{
	color:#032c48;
}

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

.news-tile-image-link-container a {text-decoration: none !important;}


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

/**IN THIS SECTION**/
.in-this-section {
margin-top: 40px;
border: solid 4px #f7d300;
}

.in-this-section h2 {
  font-size: 1.8rem;
}

/**RESPONSIVE FORM**/

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

input[type=number]
 {
	max-width:500px;
	width: 95%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "jali-greek-variable", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

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

select {
	max-width:500px;
	width: 95%;
	border: 1px solid #191010;	
	font-family: "jali-greek-variable", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem; 
	margin-bottom:15px;
	padding:10px;	
	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]{
	padding: 12px 18px 12px 18px;
	background: #13439a;
	color: #fff;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 4px #13439a;
	border-bottom: solid 4px #13439a;
	text-transform: uppercase;
	font-size:1.1rem;
	font-family: "jali-greek-variable", sans-serif;
	font-variation-settings: "wght" 400;	
	text-decoration: none !important;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.2px;
	margin-top:15px;
	border:none;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #0c67a8;
	color:#fff;
	transition: 0.5s;	
	border-top: solid 4px #0c67a8;
border-bottom: solid 4px #0c67a8;
}

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

/**SPLASH**/
.splash .clip-tool-ss {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.splash h1 {
  font-size: 4.0rem;
}

.splash .bam-wrapper {min-height: 95vh;}

/**RESPONSIVE**/



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

.clip-tool{
padding-left:30px;	
}
}

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


@media only screen and (min-width: 0px) and (max-width: 1500px) {
.logo p {
  font-size: 1.9rem;
}
.logo {
  margin-top: -85px;
}	
.top-row .top-right {
  padding-top: 0px;
  padding-bottom: 5px;
}	
}

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

@media only screen and (max-width: 1400px) {
body {
font-size:1.2rem;
}

p {
font-size:1.2rem;	
}

li {
font-size:1.2rem;
}

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

.cta{
font-size:1.1rem;	
}
.p7AMM li a {
  font-size: 1.0rem !important;
}
	
.top-row .top-left P {
  font-size: 1.7rem;
}
.croeso p, .splash h1 {
  font-size: 4.0rem;
}
.boxes-tile-description h2 {
  font-size: 1.6rem;
}
.news-tile-description h3 {
  font-size: 1.2rem;
}	
.menu {
  margin-top: -83px;
}	
 .spacing{
  margin-top: 30px !important;
  margin-bottom: 30px !important;	 
}

 .ss-margin {
margin-top: 130px;
margin-bottom: 130px;	 
}	
.boxes-image-tile-image {
  height: 20rem;
}
.bk-img-1 {
background-image: url("../images/background-img.jpg");
  background-attachment:inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-row-margin {
  margin-top: 3px !important;
}
	.logo p {
  font-size: 1.8rem;
}
 .logo {
    margin-top: -80px;
  }	
}

@media only screen and (min-width: 0px) and (max-width: 1350px) {
.white-background div.mbx-thumbs li img {max-height: 175px;}
.splash h1 {font-size: 3.0rem;}
}

@media only screen and (min-width: 0px) and (max-width: 1300px) {
  .logo p {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
	 .boxes-image-tile-image {
    height: 17rem;
  }
	.logo p {font-size: 1.5rem;}	
	
 .logo {margin-top: -75px;}	
	
	.white-background div.mbx-thumbs li img {max-height: 150px;}
	
	.bk-img-1 .news-grid .news-tile-description {min-height: 0px;}
	.white-background.news-grid .news-tile-description {min-height: 142px;}
}
@media only screen and (min-width: 0px) and (max-width: 1120px) {
	.logo p {
  font-size: 1.4rem;
}	
	
	
		 .menu-row .width-40 {
    width: 45% !important;
    float: left !important;	 
			padding-right: 0px; 
  }
	.menu-row .width-60 {
    width: 55% !important;
    float: left !important;
	padding-left: 0px; 	
  }
	
}

@media only screen and (min-width: 0px) and (max-width: 1060px) {
.splash h1 {font-size: 2.5rem;}
}

@media only screen and (min-width: 0px) and (max-width: 1050px) {
	 .top-row .top-left {
    width: 60% !important;
    float: left !important;	 
  }
	.top-row .top-right {
    width: 40% !important;
    float: left !important;
  }
	.clip-tool-ss{
	width:55%;
}
		.logo p {
  font-size: 1.3rem;
}
	
	.white-background div.mbx-thumbs li img {max-height: 125px;}
	.boxes .its .boxes-tile-description h2 {font-size: 1.3rem;}
	
}


@media only screen and (min-width: 0px) and (max-width: 970px) {
.in-this-section h2 {
  font-size: 1.5rem;
}
}

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


@media only screen and (min-width: 0px) and (max-width: 900px) {
  .top-row .top-left P {
    font-size: 1.5rem;
  }
	  .menu {
    margin-top: -76px;
  }
.top-row-margin {
  margin-top: 5px !important;
}	
}

@media only screen and (max-width: 890px) {
.boxes .its .boxes-tile-description h2 {font-size: 1.2rem;}
}

@media only screen and (max-width: 830px) {
  .top-row .top-left P {
    font-size: 1.3rem;
  }
.logo p {
  padding: 15px !important;
font-size: 1.2rem;	
}
  .logo {
    margin-top: -67px;
  }	
}

@media only screen and (max-width: 830px) {
	.boxes .its .width-33 { 
width: 50%;
float: left;
}
	
}

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

.logo p {
  padding: 10px !important;
font-size: 1.1rem;	
}
  .logo {
    margin-top: -61px;
  }	
}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.hide-on-desktop {display:block}
	.mobile-side-padding {padding: 10px 30px !important;}
	
	body {
font-size:1.1rem;
}

p {
font-size:1.1rem;	
}

li {
font-size:1.1rem;
}

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

.cta{
font-size:1.1rem;	
}
.p7AMM li a {
  font-size: 1.0rem !important;
  padding: 10px 20px;	
}
	
.top-row .top-left P {
font-size: 1.0rem;
    padding: 8px !important;
}
.croeso p {
  font-size: 3.5rem;
}
.boxes-tile-description h2 {
  font-size: 1.4rem;
}
.news-tile-description h3 {
  font-size: 1.1rem;
}	
	
	.mobile-left {
  text-align: left;
	padding-top: 0px;	
}
	
	.boxes-tile-description {
  padding: 0px 0px 0px 30px;
}

 .spacing{
  margin-top: 0px !important;
  margin-bottom: 10px !important;	 
}

 .ss-margin {
margin-top: 50px;
margin-bottom: 50px;	 
}	
	
	 .footer-mobile{
  margin-bottom: 50px !important;	 
}

	
.menu {
  margin-top: 0px;
}
	 .top-row .top-left {
    width: 60% !important;
    float: left !important;
	padding-bottom: 0px;
	padding-right: 0px;	 
  }
	.top-row .top-right {
    width: 40% !important;
    float: left !important;
padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 0px;
  }
.top-row-margin {
  margin-top: 0px !important;
}	
.p7AMM.amm-responsive .amm-toolbar {
    background-color: #fff;
  }
	 .p7AMM.amm-responsive .amm-toolbar a {
    color: #13439A !important;
    opacity: 1 !important;
  }

 .p7AMM.amm-responsive .amm-toolbar a:hover {
    opacity: 0.8 !important;
  }
.menu-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
	.mobile-menu {
  padding-top: 10px;
  padding-bottom: 10px;

}
	
.clip-tool-ss {
  clip-path: polygon(0% 0, 100% 0%, 95% 100%, 0% 100%);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: solid 4px #0c67a8;
  border-bottom: solid 4px #0c67a8;
  margin-left: 0px;
  width: 85% !important;
}
	  .boxes-image-tile-image {
    height: 15rem;
  }
	  .clip-tool {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 20px;
    padding-bottom: 25px;
	padding-right: 30px; 
  }
	
	
	 .p7SOM-08 p {
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
	.fa-2xl {
  font-size: 1.5em;
}

.fa-xl {
  font-size: 1.1em;
}
			 .menu-row .width-40 {
    width: 100% !important;
    float: left !important;	 
			padding-right: 0px; 
				padding-top: 0px;
    padding-bottom: 0px; 
  }
	.menu-row .width-60 {
    width: 100% !important;
    float: left !important;
	padding-left: 30px; 	
  }
	
.in-this-section {
border: solid 4px #f7d300 !important;
  margin: 10px;
}
.in-this-section h2 {font-size: 1.3rem;}
	
	.splash h1 {font-size: 2.2rem;}
	.splash .clip-tool-ss {
	width: 100% !important;
	margin-left: 0%;
	margin-right: 0%;
		clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}
	
	.splash .bam-wrapper {
  min-height: 100vh;
}
}
	

@media only screen and (max-width: 600px) {
.white-background div.mbx-thumbs li img {max-height: 100px;}
.news-grid .hmy-section {flex-basis: 100% !important;}
.bk-img-1 .news-grid .news-tile-description {min-height: 0px;}
.news-grid .news-image-tile-image {height: 17rem;}
.white-background.news-grid .news-tile-description {min-height: 0px;}
}

@media only screen and (max-width: 500px) {
		 .top-row .top-left {
    width: 100% !important;
    float: left !important;
	padding-bottom: 0px;
	padding-right: 30px; 
  }
	.top-row .top-right {
    width: 100% !important;
    float: left !important;
padding-bottom: 0px;
padding-top: 0px;
    padding-left: 30px;
  }
		.mobile-center {
  text-align: center;	
}
}


@media only screen and (max-width: 420px) {
 .top-row .top-left P {
    font-size: 1.1rem;
    padding: 5px !important;
  }

}





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