/**GENERAL**/

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

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

h1 {font-size: 3.2rem; line-height: 3.5rem;}
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: 150px;
background-color: #139335;
height: 2px;
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: "vollkorn-sc", sans-serif;
font-weight: 600;
font-style: normal;
text-decoration: none !important;	
	margin-bottom:10px;
}

.logo {
max-width: 150px;
  width: 100%;
}

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

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

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

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

.white-background .cta {
padding: 12px 18px 14px 18px;
  background: #ffffff;
  color: #112B40;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #112B40;
}
.white-background .cta:hover{
	background: #073e65;
	color:#fff;
	transition: 0.5s;	
	border: solid 2px #073e65;
}


/**BLUE BACKGROUND**/
.blue-background {
color:#ffffff;
background-color:#497B91;
}

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

.blue-background .cta {
	padding:12px 18px 14px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #ffffff;
}
.blue-background .cta:hover{
	background: #ffffff;
	color:#497B91;
	transition: 0.5s;	
	border: solid 2px #ffffff;
}
/**DARK BLUE BACKGROUND**/
.dark-blue-background {
color:#ffffff;
background-color:#112B40;
}

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

.dark-blue-background .cta {
	padding:12px 18px 14px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #ffffff;
}
.dark-blue-background .cta:hover{
	background: #ffffff;
	color:#497B91;
	transition: 0.5s;	
	border: solid 2px #ffffff;
}
/**LIGHT BLUE BACKGROUND**/
.light-blue-background {
color:#2B2B2B;
background-color:#A4BDC8;
}

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

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

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

.light-blue-background .cta {
padding: 12px 18px 14px 18px;
  background: transparent;
  color: #112B40;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #112B40;
}
.light-blue-background .cta:hover{
	background: #073e65;
	color:#A4BDC8;
	transition: 0.5s;	
	border: solid 2px #073e65;
}

/**TRANSPARENT DARK BACKGROUND**/
.transparent-dark-background {
color:#ffffff;
background-color: rgba(29, 62, 89, 0.5);
}

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

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

.transparent-dark-background a {color: #ffffff; text-decoration: underline;}
.transparent-dark-background a:hover {color: #132C40;}


.transparent-dark-background .cta {
	padding:12px 18px 14px 18px;
	background: transparent;
	color:#ffffff;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #ffffff;
}
.transparent-dark-background .cta:hover{
	background: #ffffff;
	color:#497B91;
	transition: 0.5s;	
	border: solid 2px #ffffff;
}

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

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

.white-transparent-background hr {background-color: #112B40; margin: 0;}

.white-transparent-background a {color: #2B2B2B; text-decoration: underline;}
.white-transparent-background a:hover {color: #004379;}

.white-transparent-background .cta {
	padding:12px 18px 14px 18px;
	background: #ffffff;
	color:#112B40;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #112B40;
}
.white-transparent-background .cta:hover{
	background: #112B40;
	color:#fff;
	transition: 0.5s;	
border: solid 2px #112B40;
}

/**TRANSPARENT DARK BACKGROUND**/
.news-banner-background {
color:#112B40;
background-color: rgba(238, 250, 255, 0.6);
	padding-bottom: 43px;
}

.news-banner-background h1, .news-banner-background h2, .news-banner-background h3, .news-banner-background h4, .news-banner-background h5 {color:#112B40; text-underline-offset: 4px;}
.news-banner-background a:hover h2, .news-banner-background a:hover h3, .news-banner-background a:hover h4 {color: #000; text-decoration: none; text-underline-offset: 4px;}

.news-banner-background hr {background-color: #112B40; margin: 0;}

.news-banner-background a {color: #112B40; text-decoration: underline;}
.news-banner-background a:hover {color: #000;}

.news-banner-background .cta {
	padding:12px 18px 14px 18px;
	background: transparent;
	color:#112B40;
	transition: 0.5s;
	display: inline-block;
	border: solid 2px #112B40;
	margin-top:20px;
}
.news-banner-background .cta:hover{
	background: #112B40;
	color:#7998A9;
	transition: 0.5s;	
	border: solid 2px #112B40;
}

.news-banner {
  min-height: 450px;
  width: 100%;
  height: 52rem;
  margin: 0;
    margin-bottom: 0px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}

.news-banner-1-item {
  min-height: 0px;
  width: 100%;
  height: 48rem;
  margin: 0;
    margin-bottom: 0px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}
 
/*.news-banner-1-item .news-banner-overlay {
  position: absolute;
  transition: 0.5s;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(29, 62, 89, 0.9);
  height: auto;
  width: 100%;
}*/

.news-banner-overlay {
  position: absolute;
  transition: 0.5s;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(29, 62, 89, 0.9);
  height: 100%;
  width: 100%;
}

/**TOP ROW & MAIN IMG**/
.top-row a {text-decoration: none !important;}

.fideo-title {
font-family: "vollkorn-sc", sans-serif;
font-weight: 600;
font-style: normal;
	text-transform: uppercase;
	margin: 25px 0px 20px 0px;
font-size: 4.0rem;
  line-height: 4.2rem;
}

.fideo-text p {
font-family: "source-sans-3", sans-serif;
font-style: normal;
	font-size:1.5rem;	
	line-height: 1.7rem;
font-weight: 600;	
}
.top-row p {
  font-weight: 600;
  padding-right: 12px;
}


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

.logos-title {
display:none;
}

.logos-footer {
max-width: 150px;
  width: 100%;
}

/**SPACING & BORDERS**/
.ss-margin{
 margin-top: 180px;
    margin-bottom: 240px;
}

.white-box-margin {
  margin-top: -70px;
  z-index: 100;
  position: relative;
	padding-top:70px;
	padding-bottom:70px;
	  margin-bottom: -70px;
box-shadow: 0 4px 15px -6px #535353;	
}

.logos-box-margin {
  z-index: 100;
  position: relative;
  margin-bottom: -30px;
margin-top: -30px;
	box-shadow: 0 4px 15px -6px #535353;	
}
.spacing-sm{
 padding-top: 50px;
padding-bottom: 50px;
}

.spacing{
 padding-top: 70px;
padding-bottom: 70px;
}

.spacing-image-bk{
padding-top: 150px;
padding-bottom: 100px;
}

.footer-margin {
  margin-top: 50px;
  padding-bottom: 1px;
}
.border-navy {
  border: 2px solid #112B40;
}

.border-white {
  border: 2px solid #fff;
}
.border-bottom-white {
  border-bottom: 2px solid #fff;
}

.blue-border-top {
  border-top: 20px solid #497b91;
}

.blue-border-top-sub {
  border-top: 10px solid #497b91;
}

 .news-banner h3 {
    margin-top: 0px;
  }
/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

.p7AMM.amm-rootlinks-black ul a {
  background-color: transparent;
  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: transparent;
  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;
  color: #000;
}
.ism-pad-30 .ism-content {
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.p7AMM li a {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 1.3rem;
font-weight: 600;	
}

.fa-language {margin-left: 7px;}
.fa-camera-movie {margin-right: 8px;}

.fa-sailboat { color: #112b40;}
.p7AMM.amm-subs-blue ul ul { background-color: #1D3E59;}

.p7AMM.amm-subs-blue ul ul a:hover, .p7AMM.amm-subs-blue ul ul a:focus, .p7AMM.amm-subs-blue ul ul a.amm-trigger.open {
  background-color: rgb(255, 255, 255);
  color: #1D3E59;
}

.p7AMM.amm-rootlinks-black ul a:hover, .p7AMM.amm-rootlinks-black ul a:focus, .p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
  background-color: rgb(255,255,255);
  color: #1D3E59;
}

.p7SOM-01.som-toolbar a {
  color: #FFF !important;
  background-color: transparent !important;
  background: transparent !important;
  margin-top: 26px;
}

.som-toolbar a { font-size: 3.2em;}

.p7SOM-01 ul { background: rgba(17, 43, 64,0.9);}

.p7SOM-01 .som-header {
  border-bottom: 1px solid #497b91;
  background-color: transparent;
  color: #FFF;
}

.p7SOM-01 a.trig_closed { background-image: url("../p7som/img/som-right-light.gif");}

.p7SOM a.trig_closed, .p7SOM a.trig_open { font-size: 100%;}
.p7SOM-01 ul a.trig_open {
  background-color: #fff;
  color: #112B40;
}

.p7SOM-01 a.trig_open { background-image: url("../p7som/img/som-down-dark.gif");}

.p7SOM-01 ul a:hover {
  background-color: #497b91;
  color: #FFF;
}

.p7SOM-01 ul {
  background: rgba(17, 43, 64,0.9);
  padding: 12px;
}

.p7SOM-01 .som-header:hover {
  background-color: transparent;
  color: #FFF;
}

.ism-pad-20 .ism-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p7ISM { margin-top: 20px;}

.som-toolbar.som-top-left a, .som-toolbar.som-top-right a {
  padding-left: 0px;
background-color: rgba(29, 62, 89, 0.15) !important;
  padding: 0px;
  border-radius: 5px;	
}
/**PARALLAX**/

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


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

.text-box {height: 24rem;}

.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: 16rem;
margin-bottom: 0px;
border: 6px solid #fff;	
}

.list-grid .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: auto;
margin-bottom: 0px;
border: 6px solid #fff;	
}

.image-tile-image-right img, .list-grid .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;
}

.image-tile-image-full {
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;
}

.image-tile-image-full 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);	
}

/*
***************************************************
SERVICES LISTING PAGE
***************************************************
*/
.services-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;
}


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

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

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

.services-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);
	border: 4px solid #FFF;
}

.services-tile-description{
	padding:5px 15px 15px 20px;
	  background-color: #ffffff;
}

.services-tile-description h2{
font-size: 1.5rem;
	color: #112B40;
}

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

.services-tile-image-link-container a {color: #112B40; text-decoration: none;}
.services-tile-image-link-container a:hover  {color: #112B40; text-decoration: none;}
.services-tile-image-link-container h2 {color:#112B40; text-decoration: none;}
.services-tile-image-link-container p {color:#112B40; text-decoration: none; }
.services-tile-image-link-container a:hover h2 {color: #112B40; text-decoration: none !important;}


/**Sub page**/
.spacing-title-sub {margin-bottom: 20px !important;}

.ss-margin-sub{
 margin-top: 170px;
margin-bottom: 170px;
}

.sub-main a.p7AP4-01 {
	background-color: #497B91;
	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: #66778A;
	color: #fff;
	background-image: url(../p7ap4/img/p7AP4_south_white.png);
	box-shadow: inset 0px 28px 3px rgba(255,255,255,0.025);
	border-bottom: 4px solid #112B40 !important;
}
.sub-main a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_white.png);
	background-color: #112B40;
	color: #fff;
}
.sub-main a.p7AP4-01.ap4Trigs_down:hover {
	background-color: #112B40;
	color: #fff;
}
.sub-main a.p7AP4-01.current_mark {
	font-weight: normal;
}
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01.ap4last, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01.p7AP4_ext.ap4last {
  border-bottom: 4px solid #112B40;
}

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

.sub-main .agm-white .agm-section.agm-down a {border-color: rgb(73, 123, 145);}

.sub-main .agm-caption {background-color: rgb(17, 43, 64);}

.sub-main .p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
  line-height: 1.7rem;
  font-size: 1.3rem;
  text-transform: capitalize;
 text-decoration: none;
}

/**IN THIS SECTION**/
.its {margin-top: -40px;}
.its h2 {font-size: 1.9rem; line-height: 2.1rem;}

.its-tiles-grid hr {margin:auto;}
.its-tiles-grid .hmy-section .white-background {border: solid 2px #112b40 !important;}
.its-tiles-grid i {margin-top: 20px;}

/**LIST DETAILS PAGE**/
.list-grid {margin-bottom: 10px;}

/*
***************************************************
STAFF LISTING PAGE
***************************************************
*/
.staff-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: 24rem;
}


.staff-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;		*/
}

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

.staff-tile-image-link{
	text-decoration: none !important;
}

.staff-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);	*/
}

.staff-tile-description{
	padding:5px 10px;
  background-color: #497B91;
	color: #fff;
  width: 85%;
  margin-top: -55px;
  z-index: 5;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: auto;
	min-height: 155px;
}

.staff-tile-description h2, .staff-tile-description p{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #fff;
}

.staff-tile-description h2 a, .staff-tile-description p a{
	color: #fff;
	text-decoration: none;
}

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

.berth-app-grid .hmy-content {
    padding: 5px 20px;
}

.tide-times h2 {font-size: 1.4rem;
  line-height: 1.6rem;}

/**RESPONSIVE FORM**/

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

input::placeholder {font-size:1.3rem; font-family: "source-sans-3", sans-serif; }

textarea{
	max-width:500px;
	width: 98%;
	border: 1px solid #191010;	
	font-family: "source-sans-3", 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;
  }

select {
	max-width: 523px;
  	width: 103%;
	border: 1px solid #191010;	
	font-family: "source-sans-3", 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;
}

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 14px 18px;
  background: #ffffff;
  color: #112B40;
  transition: 0.5s;
  display: inline-block;
  border: solid 2px #112B40;
	text-transform: uppercase;
	font-size:1.3rem;
	font-family: "vollkorn-sc", sans-serif;
font-weight: 600;
font-style: normal;
text-decoration: none !important;	
	margin-bottom:10px;
}

input[type=submit]:hover{
	background: #073e65;
	color:#fff;
	transition: 0.5s;	
	border: solid 2px #073e65;
}

select option:focus, select option:hover, select option:active, select option {
  background: #112B40;
  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;
}

/**************************
****FOOTER LOGO********/

.footer-logo{
    max-width: 190px;
    padding: 15px;
}
.footer-gwynedd h2  {
	font-size: 1.9rem!important;
    line-height: 2.3rem;
text-align: center;}

.footer-gwynedd {
	border-left: 3px #fff solid;		}

.footer-gwynedd-margin{ 
    margin-top: 50px;
    padding-bottom: 25px;
}


/**RESPONSIVE**/

/**DESKTOP**/

.hide-on-desktop {display:none!important;}
.display-on-desktop {display:block!important;}

@media only screen and (min-width: 1860px) and (max-width: 1900px) {
.top-row p { padding-right: 34px;}
}

@media only screen and (min-width: 1830px) and (max-width: 1860px) {
.top-row p { padding-right: 45px;}
}


@media only screen and (min-width: 1800px) and (max-width: 1830px) {
.top-row p {
  padding-right: 61px;
}
}

@media only screen and (min-width: 700px) and (max-width: 1800px) {
.top-row p {
  padding-right: 68px;
}
}

@media only screen and (min-width: 1270px) and (max-width: 1600px) {
	.text-box {
  height: 26rem;
}
	.image-tile-image-left {
  height: 26rem;
}
}

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

@media only screen and (min-width: 0px) and (max-width: 1400px) {
 .white-box-margin {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media only screen and (min-width: 700px) and (max-width: 1400px) {
	.parallax {
  background-image: url("../images/background-img-tablet.jpg");
  background-attachment: fixed;
}
	.ss-margin {
  margin-top: 95px;
  margin-bottom: 170px;
}
	.ss-margin-sub{
 margin-top: 95px;
margin-bottom: 95px;
}
	
.fideo-title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}	
.fideo-text p {
  font-size: 1.3rem;
  line-height: 1.5rem;
}	
body, p, li {
font-size:1.2rem;	
line-height: 1.4rem;
}
	
	input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select,
	input::placeholder
 {font-size:1.4rem;}

h1 {font-size: 2.6rem; line-height: 2.8rem;}
h2{font-size: 2.0rem; line-height: 2.2rem;}
h3{font-size: 1.7rem; line-height: 1.9rem;}
h4, .its h2{font-size: 1.5rem; line-height: 1.7rem;}
h5{font-size: 1.4rem; line-height: 1.6rem;}

.cta, input[type=submit]{font-size:1.2rem;}	
.p7AMM li a {font-size: 1.2rem;}	
.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}	
.image-tile-image-full {
  height: 19rem;
}
.white-box-margin {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}	
.spacing-image-bk {
  padding-top: 40px;
  padding-bottom: 30px;
}
	.news-banner-1-item {
		height: 35rem;}
	
	.news-banner {height: 35rem;}
.logos-box-margin {
  margin-bottom: 0px;
  margin-top: 0px;
}
	.footer-margin {
  margin-top: 10px;
  padding-bottom: 1px;
}
	
	.news-banner-overlay {
  box-shadow: none;
  background-color: #A4BDC8;
}
	
	.news-banner-background {
  color: #112B40;
  background-color: #A4BDC8;
}
  .news-banner {
    height: 39rem;
  }	
}

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

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

		.news-grid .hmy-section {flex-basis: 100% !important;}
	
	  .news-banner {
    height: 50rem;
  }
	  .spacing-image-bk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .news-grid h3, .list-grid h3, .list-grid h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }	
 }

@media only screen and (min-width: 900px) and (max-width: 1270px) {
	.text-box {
  height: 28rem;
}
	.image-tile-image-left {
  height: 28rem;
}
}

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

@media only screen  and (min-width: 800px) and (max-width: 1230px) {
	.its-tiles-grid h2 {font-size: 1.8rem;line-height: 2.0rem;}
}

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

@media only screen and (min-width: 700px) and (max-width: 1200px) {
	.hide-on-tablet {display:none!important;}	
	.display-on-tablet {display:block!important;}
	
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
	  .news-banner {
    height: 52rem;
  }
 }
@media only screen and (min-width: 990px) and (max-width: 1090px) {
.staff-image-tile-image {height: 20rem;}
}

@media only screen and (min-width: 850px) and (max-width: 1030px) {
	/*.list-grid .image-tile-image-right {height: 17rem;}*/
}

@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: 600px) and (max-width: 1000px) {
	.home-footer-logos .hmy-section {flex-basis: 33% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
.services-tile-description h2 {
  font-size: 1.2rem;
}
	.services-image-tile-image {
  height: 11rem;
}
}

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

@media only screen and (min-width: 770px) and (max-width: 990px) {
	.staff-image-tile-image {height: 25rem;}
}

@media only screen and (min-width: 0px) and (max-width: 980px) {
	.its-cols .width-30 {width: 100%;}
	.its-cols .width-70 {width: 100%;}
	.its-cols .hmy-content {padding: 10px 20px;}
}

@media only screen  and (min-width: 550px) 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) {
.tides-grid .width-60, .tides-grid .width-40 {width: 100%; float: left;}
.tides-grid .width-60 {padding: 20px 30px 0px 30px;}
.tides-grid .width-40 {padding: 0px 30px 20px 30px;}
}

@media only screen and (min-width: 700px) and (max-width: 900px) {

.boxes .width-33 {
  width: 50%;
	float:left;
}	
	
	.boxes-2 .width-33 {
  width: 100%;
	float:left;
}	
	
		.boxes-img {display:none;}
	.ism-panel-2 {min-width: 50% !important;}	
.spacing-image-bk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
  .ss-margin, .ss-margin-sub {
    margin-top: 0px;
    margin-bottom: 20px;
  }	

.width-50 {
  width: 100%;
padding-bottom: 1px;	
}

.width-25 {
  width: 50%;
padding-top: 1px;	
padding-bottom: 1px;		
}
.footer-margin {
  margin-top: 0px;
  padding-bottom: 1px;
}	
}

@media only screen and (min-width: 740px) and (max-width: 850px) {
	/*.list-grid .image-tile-image-right {height: 15rem;}*/
}

@media only screen and (min-width: 700px) and (max-width: 850px) {
  .text-box {
    height: 26.5rem;
  }

	 .text-box-auto{
    height: auto;
  }
	
}

@media only screen and (min-width: 760px) and (max-width: 850px) {
  .news-banner {
    height: 52rem;
  }
  }

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


@media only screen and (min-width: 0px) and (max-width: 800px) {
.image-tile-image-right {height: 13rem;}
	.its-tiles-grid .hmy-section {flex-basis: 50% !important;}
	.its-tiles-grid p, .its-tiles-grid hr {display: none;}
	.its-tiles-grid .cta {font-size: 1.1rem;}
	.its-tiles-grid h2 {font-size: 1.6rem;line-height: 1.8rem;margin-top: 10px;}
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
	.staff-image-tile-image {height: 20rem;}
}

@media only screen and (min-width: 700px) and (max-width: 760px) {
	  .news-banner {
    height: 54rem;
  }
  }

@media only screen and (min-width: 700px) and (max-width: 740px) {
	/*.list-grid .image-tile-image-right {height: 13rem;}*/
	.list-grid .news-img {flex-basis: 35%;}
	.list-grid .news-text {flex-basis: 65%;}
}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none!important;}
	.display-on-mobile {display:block!important;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.logo {
  max-width: 100px;
  width: 100%;
}
	
	  .p7AMM.amm-responsive .amm-toolbar {
    background-color: transparent;
  }
 .p7AMM.amm-responsive .amm-toolbar a {
    font-size: 2.4rem;
    opacity: 1;
  }	
	
.top-row .width-70 {
  margin-top: -138px;
}
	.p7AMM li a {
  padding: 10px 20px;
}
div.p7AMM ul.amm-level-0 {
  width: 100%;
  margin-top: 20px;
}
  .fideo-title {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
.fideo-text p {
  font-size: 1.1rem;
  line-height: 1.3rem;
}	
body, p, li {
font-size:1.1rem;	
line-height: 1.3rem;
}
	
	input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select,
	input::placeholder
 {font-size:1.1rem;}

h1 {font-size: 2.0rem; line-height: 2.2rem;}
h2{font-size: 1.8rem; line-height: 2.0rem;}
h3 {font-size: 1.5rem; line-height: 1.7rem;}
h4, .its h2 {font-size: 1.3rem; line-height: 1.5rem;}
h5{font-size: 1.2rem; line-height: 1.4rem;}

.cta, input[type=submit]{
font-size:1.1rem;
}	
.p7AMM li a {
  font-size: 1.1rem;
}
.spacing {
  padding-top: 10px;
  padding-bottom: 10px;
}	
.white-box-margin {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;

}
	
	.logos-box-margin {
  margin-bottom: 0px;
  margin-top: 0px;
}
	
.image-tile-image-left {
  height: 12rem;
}	
.text-box {
  height:auto;
}	
	.ism-panel-2 {min-width: 50% !important;}	
  .spacing-image-bk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
	.news-banner-overlay {
  box-shadow: none;
  background-color: #A4BDC8;
}
	
	.news-banner-background {
  color: #112B40;
  background-color: #A4BDC8;
}	
  .image-tile-image-right {
    height: 11rem;
  }
.parallax {
  background-image: url("../images/background-img-mobile.jpg");
  background-attachment: fixed;
}	
	
	 .white-box-margin {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-grid h3,.list-grid h3, .list-grid h2 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }	
  .news-banner {
    height: 52rem;
  }
	.news-banner-1-item {
    height: 44rem;
  }
.top-row p {
  padding-right: 45px;
  padding-top: 13px;
}	
	
 .sub-main .hmy-content {padding: 10px 20px;}
	
 .list-grid .image-tile-image-right {border: 0px;}
}

@media only screen and (min-width: 0px) and (max-width: 740px) {
	/*.list-grid .image-tile-image-right {height: 13rem;}*/
	.list-grid .news-img, .list-grid .news-text {flex-basis: 100%;}
	.list-grid .news-img .hmy-content {padding-bottom: 0px;}
	.list-grid .news-text .hmy-content {padding-top: 0px;}
}

@media only screen  and (min-width: 0px) and (max-width: 650px) {
	.its-tiles-grid .hmy-section {flex-basis: 100% !important;}
	.its-tiles-grid .hmy-content {padding: 10px;}
}
@media only screen  and (min-width: 0px) and (max-width: 640px) {
.staff-tile-description{min-height: 0px;}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.home-footer-logos .hmy-section {flex-basis: 50% !important;}
}

@media only screen and (max-width: 600px) {
	
		.hide-on-mobile-portrait {display:none;}
	.ism-panel-2 {min-width: 100% !important;}
	  .services-image-tile-image {
    height: 15rem;
  }
	
		.ism-panel-3 {min-width: 50% !important;}

 .news-banner, .news-banner-1-item { height: 42rem; }
}

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

@media only screen and (max-width: 500px) {
  .news-banner, .news-banner-1-item { height: 44rem; }
 }

@media only screen and (max-width: 450px) {
  .news-banner, .news-banner-1-item { height: 46rem;  }
 }


@media only screen and (max-width: 400px) {
	.news-banner, .news-banner-1-item {height: 48rem;}
	
	  .logo {
    max-width: 70px;
    width: 100%;
  }
	  .top-row p {
    padding-right: 35px;
    padding-top: 39px;
  }
	.sub-main 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;
     }
}