#shiproot .MovementCont:has(.outer) {
    background: yellow;
}
#shiproot .MovementCont:has(.full) {
    background: red;
}

div#tablewrap {
    height: 500px;
    overflow-y: scroll;
    margin: 20px 0;
}

#myChart {
    max-height: 50vh;
}

#blackrock_table tr {

color: #404040;

}



#sm-loading {
	background: white;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	color: #032b52;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    padding: 15px;
    margin-left: 0;
}


/*------------------------------------*\Search\*------------------------------------*/

.SearchShowButton {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../img/icon-mag.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background: #032b52;
    margin: 0 0 0 30px;
    cursor: pointer;
    border: none;
}


.Search {
    position: absolute;
    right: 0;
     background: #fff;
    padding: 20px;
    min-width: 20vw;
	display: none;
	
	}
	
	.Search form {
		display: flex;
		    align-items: center;
	}

.Search	input {
    background: #fff;
    width: 100%;
    padding: 15px 15px;
    border: 0;
    font-size: 18px;
    color:  #032b52;
}
	

.Search form button {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url(../img/icon-mag.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    background: #032b52;
    flex-grow: 1;
    cursor: pointer;
}


/*------------------------------------*\RESETS\*------------------------------------*/



img {
	width: 100%;
	height: auto;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.TextCenter,
.text-center {
	text-align: center;
}
.MarginTop {
	margin-top: 100px;
}
.MarginBottom {
	margin-bottom: 100px;
}
.SmallMarginTop {
	margin-top: 50px;
}
.SmallMarginBottom {
	margin-bottom: 50px;
}
.NoMargin {
	margin: 0;
}
.PaddingLeft {
	padding-left: 50px;
}
.PaddingRight {
	padding-right: 50px;
}
.LargePaddingLeft {
	padding-left: 150px;
}
.LargePaddingRight {
	padding-right: 150px;
}
.PaddingBottom {
	padding-bottom: 100px;
}
.NoPadding {
	padding: 0;
}
.TextRight {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
::-webkit-input-placeholder {
	color: #b1b1b1;
}
:-ms-input-placeholder {
	color: #b1b1b1;
}
::-moz-placeholder {
	color: #b1b1b1;
	opacity: 1;
}



::selection {
	background: black!important;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: black!important;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: black!important;
	color: #fff;
	text-shadow: none;
}
:focus {
	outline: -webkit-focus-ring-color auto 0px!important;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none!important;
}
*:focus {
	outline: none!important;
}
input {
	outline: none!important;
}
input {
	border-radius: 0;
}
input[type="button"] {
	-webkit-appearance: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	outline: -webkit-focus-ring-color auto 0px!important;
}
.cli-modal-backdrop {
	transition: opacity ease-in-out 0.9s;
}
.cli-modal-backdrop.cli-show {
	opacity: .8;
}
.Clear:before, .Clear:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.Clear:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
/*------------------------------------*\HEADER STYLES\*------------------------------------*/

header {
	width: 100%;
}
.HeaderArea {
	float: left;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 100;
/*	height: 80px;
*/}
.HeaderLogo {
	width: 180px;
	z-index: 1;
	margin: 15px 0 ;
	float: left;
}
.HeaderLogoWhite {
	width: 180px;
	z-index: 1;
	margin: 15px 0;
	float: left;
	position: absolute;
	top: -150px;
}
.MobileOffset {
	margin-top: 135px;
}
.MobileHeader, .overlay, #MobileNavigationToggle, .MobileNavigation, .MobileNavigationButton, .MobileSearch, .SearchButtonMobile, .overlay-content {
	display: none;
}
.HeaderBorderBottom {
	border-bottom:  solid 1px #032b52;
	display: flex;
    width: 100%;
    float: left;
	margin-bottom: 12px;
	justify-content: left;
	align-items: end;
}

.HeaderThirdLinks {
	display: flex;
	flex-grow: 1;
	    justify-content: right;
	margin-top: 15px;
}





/*------------------------------------*\MENU STYLES\*------------------------------------*/

.menu-item a {
	font-size: 17px;
	border-bottom: 1px solid #92774e;
}
.MobileNavigationInner .MobileNavigationButtonBack {
	left: 0;
	top: -50px;
	line-height: 35px;
	padding-left: 50px;
	color: white;
	text-transform: uppercase;
}
.MobileNavigation .depth-1 .menu#menu-main-menu>.menu-item>a {
	opacity: 0;
	pointer-events: none;
}
.MobileNavigationInner .container {
	position: relative;
}
.MobileNavigation .MobileNavigationInner {
	transition: all 300ms;
}
.MobileNavigation .menu .menu-item .sub-menu>a, .MobileNavigation .menu .menu-item {
	max-width: 100%;
}
.MobileNavigation .sub-menu li a {
	font-size: 20px;
	line-height: 25px;
	border-bottom: solid #032b52 1px;
	margin-right: 15px;
}
.MobileNavigation .sub-menu li a:hover {
	color: #032b52!important;
}
.MobileNavigation .sub-menu>a {
	font-size: 25px!important;
	line-height: 30px!important;
	border-bottom: none!important;
}
.MobileNavigation .sub-menu>a:hover {
	color: #032b52!important;
}
.MobileNavigation .depth-1 {
	background: url(../img/background-eagle2.svg) no-repeat #969696;
	background-size: 1200px;
	background-position: 90% top;
}
.MobileNavigation .menu .menu-item .sub-menu.active {
	left: 0;
	x-background: pink;
	opacity: 1;
	pointer-events: all;
}
.xsub-menu .sub-menu>a {
	opacity: 0;
	pointer-events: none;
}
.MobileNavigation .menu .menu-item .sub-menu .sub-menu {
	left: 200%;
	width: 100%;
	padding-right: 35px;
}
.MobileNavigation .menu .menu-item .sub-menu .sub-menu.active {
	left: 100%;
}
.MobileNavigationButton {
	right: 15px;
	height: 30px;
	width: 50px;
	position: absolute;
	z-index: 104;
}
.MobileNavigation {
	z-index: 100;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #032b52;
	transition: height .2s;
	background: url(../img/background-eagle.svg) no-repeat #032b52;
	background-size: 1200px;
	background-position: 90% top;
}
.MobileNavigationInner {
	position: absolute;
	top: 0;
	height: 100%;
	transition: left .2s;
	left: 0;
	width: 100%;
	padding-top: 150px;
}
.MobileNavigation .menu#menu-main-menu {
	x-background: #032b52;
	display: flex;
	flex-wrap: wrap;
}
.MobileNavigation .menu#menu-main-menu .menu-item {
	x-border-bottom: 1px solid #fff;
	flex: 100%;
}
.MobileNavigation .menu .menu-item a {
	xx-background: #032b52;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
}
.MobileNavigation .menu#menu-main-menu .menu-item a:hover {
	color: #92774e;
}
.MobileNavigation .menu-item a {
	display: block;
	padding: 10px 50px 10px 0;
	font-size: 25px;
	line-height: 30px;
	position: relative;
}
.MobileNavigation .menu .menu-item.menu-item-has-children>a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/icon-nav-arrow-right-white.svg) no-repeat center center transparent;
	background-size: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.MobileNavigation .menu .menu-item.menu-item-has-children>a:hover:before {
	background: url(../img/icon-nav-arrow-right-white.svg) no-repeat center center transparent;
	background-size: 15px;
}
.sub-menu>a {
	x-background: #032b52!important;
	xtext-align: center;
	xcolor: #fff!important;
	border-bottom: solid 1px #fff;
	font-size: 2rem;
	font-size: 1.7rem;
	margin-bottom: 1rem;
	border: 0;
}
.MobileNavigationButtonBack {
	vertical-align: middle;
	z-index: 104;
	display: none;
	position: absolute;
	top: 0;
	background: url(../img/icon-back-arrow-white.svg) no-repeat center center;
	background-size: 25px!important;
	height: 35px;
	width: 35px;
	left: 0;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}
.MobileNavigationButtonBack:hover {
	color: #032b52;
}
.MobileNavigationIsOpen .depth-1 .MobileNavigationButtonBack {
	display: block;
}
.MobileNavigation .menu {
	display: block;
	width: 50%;
	xwidth: 50vw;
}
#MobileNavigationToggle:checked+.MobileNavigationButton .MobNav:before {
	content: "";
	background: url(../img/icon-nav-close.svg) no-repeat center center!important;
	background-size: 30px!important;
	height: 30px;
	width: 35px;
	position: absolute;
	cursor: pointer;
	left: 8px;
}
#MobileNavigationToggle:checked+.MobileNavigationButton .MobNav img {
	display: none;
}
#MobileNavigationToggle:checked+.MobileNavigationButton+.MobileNavigation {
	height: 100%;
}
.MobileNavigation .menu .menu-item .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	x-display: none;
	width: 50%;
	transition: all 300ms;
	height: 100%;
	opacity: 0;
	margin-left: 15px;
}
#quicklinks {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	transition: all 300ms;
	opacity: 1;
	pointer-events: all;
	padding: 0 15px 0 25px;
}
.depth-1 #quicklinks {
	left: 0%;
	opacity: 0;
	pointer-events: none;
}
#quicklinks h3 {
	font-size: 21px;
	font-weight: 400;
	line-height: 50px;
	color: white;
	border-bottom: 1px solid #92774e;
	width: 100%;
	display: inline-block;
	margin: 0;
}
#quicklinks li {
	width: 47.5%;
	border-bottom: 1px solid #92774e;
}
#quicklinks a {
	font-size: 20px;
	padding-right: 0;
	border-bottom: 0 solid #92774e;
}
#quicklinks .SocialMediaLinks li {
	border-bottom: 0 solid #92774e;
}
#menu-quick-links-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 50px;
}
ul#menu-partners-menu .menu-item {
	width: 99.9%;
	max-width: 99.9%;
}
.MobileNavigation .depth-1 .menu .menu-item.active>a {
	color: #032b52;
}
#quicklinks .SocialMediaLinks li {
	text-align: center;
	display: inline-block;
	float: left;
	width: auto;
}
#quicklinks .SocialMediaLinks a {
	margin: 0 15px 0 0;
	line-height: 50px;
}
#quicklinks a:hover {
	color: #92774e;
}
ul#menu-partners-menu {
	width: 100%;
}
.MobileNavigation #menu-partners-menu .menu-item a:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/icon-target-arrow-red.svg) no-repeat center center transparent;
	background-size: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.menuself {
	display: none;
	color: white;
}
.menuself:first-child {
	display: block;
	color: white;
}
.Header {
	height: 50px;
}
.MobileHeader, .MobileNavigation, .MobileNavigationButton {
	display: none;
}


.HeaderSecondFlex
 {
	    display: flex;
}

#menu-main-menu-1
 {
	    display: flex;
	     justify-content: space-between;
	 height: 100%;
}

#menu-main-menu-1 li
 {
	    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 18px;
	 position: relative;
}
#menu-main-menu-1 li a
 {
padding-right: 25px;
	 border-bottom: 0;
	 padding-bottom: 15px;
	 display: block;
	 	 height: 100%;

}

#menu-main-menu-1 li a:hover,
#menu-main-menu-1 .current_page_item a,
#mmenu-main-menu-1 .current-page-ancestor a

 {
	 color: #92774e;

}

#menu-main-menu-1 li::after {
	content: "";
	width: 100%;
	height: 0;
	background: #92774e;
	position: absolute;
	display: block;
	    bottom: 0;
		transition: all 0.3s ease-in-out;

}
#menu-main-menu-1 li:hover::after {
	height: 10px;
}

#menu-main-menu-1 li ul.sub-menu {
    visibility: hidden;
    opacity: 0;
}
#menu-main-menu-1 li ul.sub-menu {
    position: absolute;
    z-index: 1001;
	background: #032b52;
	min-width: 250px;
}
#menu-main-menu-1 li ul.sub-menu li a {
	color: #fff;
	padding: 10px;
}

#menu-main-menu-1 li ul.sub-menu li a:hover {
	color: #fff;
	background: #92774e;
}

#menu-main-menu-1 li ul.sub-menu {
	padding: 5px 0;
}

#menu-main-menu-1 li ul.sub-menu li:after {
	display: none;
}

#menu-main-menu-1 li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

#menu-third-party-menu
 {
	    display: flex;
	    justify-content: right;
	 flex-basis: 60%;
	 margin-right: 25px;
}


#menu-third-party-menu > li:last-child
 {
	
}

#menu-third-party-menu li
 {
	    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 18px;
	 position: relative;
	 	 margin-left: 25px;
    margin-right: 5px;
}

#menu-third-party-menu li a
 {
	 border-bottom: 0;
	 display: block;
	 padding-bottom: 15px;
}

#menu-third-party-menu li a::after {
	content: "";
	width: 100%;
	height: 0;
	background: #92774e;
	position: absolute;
	display: block;
	    bottom: 0;
		transition: all 0.3s ease-in-out;

}

#menu-third-party-menu > li:last-child > a::before,
#menu-third-party-menu > li:nth-child(4) > a::before{
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/icon-new-window.svg) center center no-repeat;
	background-size: 13px;
    position: absolute;
    left: -20px;
    top: 2px;
}


#menu-third-party-menu li a:hover::after {
	height: 10px;
}

#menu-third-party-menu .sub-menu li::after {
	    content: "|";
    margin-left: 12px;
    position: absolute;
    right: -12px;

}
#menu-third-party-menu .sub-menu li:last-child::after {
	display: none;
}
#menu-third-party-menu .sub-menu li:last-child {
     margin-right: 0;
}

#menu-third-party-menu .sub-menu
 {
	display: flex;
}
#menu-third-party-menu .sub-menu li 
 {
    padding-bottom: 12px;
    margin-right: 20px;
    display: flex;
}
 
#menu-third-party-menu .sub-menu li a
 {
	  font-weight: 400;
}
 
#menu-third-party-menu .BlueHover .sub-menu  a:after ,
#menu-third-party-menu .BlueHover a:after 
 {
	 background: #36a9e1;
}
 
#menu-third-party-menu .OrangeHover .sub-menu  a:after ,
#menu-third-party-menu .OrangeHover a:after 
 {
	 background: #ff5800;
}
 
#menu-third-party-menu .RedNav a 
 {
	 color: #cf1f2e;
}	

#menu-third-party-menu .RedNav .sub-menu  a:after ,
#menu-third-party-menu .RedNav a:after 
 {
	 background: #cf1f2e;
}

/*------------------------------------*\TIDE TIMES\*------------------------------------*/

/*

#tidewidget {
    padding: 0!important;
    width: auto!important;
    height: 50px!important;
    border: none!important;
    background: #fff!important;
    border-radius: 0!important;
}


#tidewidget thead {
    display: none;
}



#tidewidget table tr {
     display: none;
	float: left;
	    border: none;
    padding: 0;
    color: #ffffff;
}



#tidewidget table tr:nth-child(3),
#tidewidget table tr:nth-child(5){
     display: block!important;
	     display: none!important;

}

#tidewidget tr td:nth-child(3) {
     display: none!important;
}

#tidewidget tr td {
     width: 100%!important;
	  padding: 0;
    text-align: left!important;
	    float: left!important;
}

#tidewidget td:nth-child(2){
    color: #032b52!important;
}

#tidewidget td:nth-child(1){
    color: #969696!important;
}

#tidewidget td:nth-child(1)::after {
   content: " Tide";}

#tidewidget td:nth-child(1)::before {
   content: "Next ";}

  .tide-times h3,
  .tide-times h4,
  .tide-times p,
  .tide-times thead,
.tide-times-divider 
  {
    display: none;
  }


 .tide-times table tr {
    border: 0 solid #eeeeee;
    padding: 0;
    color: #032b52;
	 width: 100px;


}




.tide-uk-widget-container table {
    margin: 0!important;
}

.tide-uk-widget-container table td {
    padding: 0!important;
}

.tide-uk-widget-container {
    margin: 0!important;
}



.TideDate {
    float: left;
    display: block;
	margin-right: 60px;
}

.TideDate p {
	margin: 0;
}
.TidesContainer {
	position: absolute;
	top: 20px;
	right: 480px;

}




.tide-times-container {
    float: left;
    display: inline-block;
}
 .tide-times td:nth-child(2),
.TideDate p:nth-child(1){
 color: #969696!important;
}


 .tide-times tr  {
    display: flex;
	 justify-content: flex-end;
	   flex-direction: column-reverse;
}

 .tide-times tbody  {
    display: flex;
	 justify-content: flex-end;


}
 .tide-times tr td:last-child {
	 display: none;

}*/

table td, table td p, .TideDate p, .HeaderLink p,  .HeaderLink2 p {
	font-weight: 700!important;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif!important;
	font-size: 18px!important;
	line-height: 18px!important;
}

#blackrock_table td {
	text-align: center;

}


#blackrock_table tr td:nth-child(2),
#blackrock_table tr th:nth-child(2){
	color: rgba(255, 99, 132, 1);

}


#blackrock_table tr td:nth-child(3),
#blackrock_table tr th:nth-child(3){
	color:rgba(255, 99, 132, 0.5);

}

#blackrock_table tr td:nth-child(5),
#blackrock_table tr th:nth-child(5){
	color:rgba(5, 99, 132, 1);

}

#blackrock_table tr td:nth-child(6),
#blackrock_table tr th:nth-child(6){
	color:rgba(5, 99, 132, 0.5);

}



.HeaderLink {
	position: absolute;
	top: 23px;
	right: 486px;
	width: 110px;
height: 53px;
}

.HeaderLink2 {
	position: absolute;
	top: 23px;
	right: 355px;
	width: 110px;
height: 53px;
}

.HeaderLink p,
.HeaderLink2 p {
	font-size: 18px!important;
	line-height: 14px!important;
}
.HeaderLink a p::after,
.HeaderLink2 a p::after{
		content: "";
	width: 100%;
	height: 0;
	background: #92774e;
	position: absolute;
	display: block;
	    bottom: 0;
		transition: all 0.3s ease-in-out;
}
.HeaderLink a:hover p::after,
.HeaderLink2 a:hover p::after{
	height: 10px;
}

.HeaderLink2 p,
.HeaderLink2 a:hover p {
	color: #cf1f2e!important;
}
.HeaderLink2 a p::after{
	background: #cf1f2e;
}


.HeaderLink a p,
.HeaderLink2 a p{
	transition: all 0.3s ease-in-out;
}
.HeaderLink a:hover p,
.HeaderLink2 a:hover p{
	color: #92774e;
}
.Search {
	
}
.SearchForm {
	border: solid 1px #969696;
	border-radius: 100px;
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
}
.SearchField, .SearchButton {
	border: none!important;
	padding: 7px 10px;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	color: #032b52;
	font-weight: 700;
}
.SearchField {
	float: left;
	width: 100%;
	padding: 7px 0 7px 10px;
}
.DocumentSearch {
	background: transparent;
	padding: 9px 40px;
	border-bottom: solid 2px #cf1f2e;
	transition: all 0.3s ease-in-out;
	position: relative;
	float: left;
	width: 100%;
}
.DocumentSearchInput {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	border: none!important;
	background: transparent;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	color: #032b52;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.DocumentSearchButton {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	color: #032b52;
	font-weight: 700;
	border: none!important;
	background: transparent;
}
/*------------------------------------*\BANNER\*------------------------------------*/

.TopBanner {
	margin-top: -44px;
}
.bannersmall, .bannersmall img {
	height: 600px;
	object-fit: cover;
}
.bannermedium, .bannermedium img {
	height: 800px;
	object-fit: cover;
}
.bannerlarge, .bannerlarge img {
	height: 1000px;
	object-fit: cover;
}
.Banner {
	position: relative;
	width: 100%;
	float: left;
}
.HomeBannerCrest {
	margin-top: -5vw;
	float: left;
	z-index: 1;
	    margin-bottom: -5vw;
	z-index: 90;
    position: relative;
}
.HomeBannerCrest img {
	height: 250px;
}
.TopBannerText {
	top: 70%;
	transform: translateY(-70%);
	position: absolute;
}
.BannerText p {
	margin: 0px 0 35px 0;
	padding: 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 80px;
	line-height: 90px;
}
body.page-id-332 .embed-container {
    padding-bottom: 38.9%;
 
}


/*------------------------------------*\SLICK  STYLES\*------------------------------------*/

.slick-slide:first-child:last-child {
	left: 100%;
}
.slick-dots button {
	display: none;
}
.slick-dots {
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
	height: 50px;
	text-align: center;
}
.slick-dots li {
	width: 80px;
	height: 3px;
	list-style-type: none;
	margin: 10px;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	display: inline-block;
	border-radius: 2px;
}
.slick-dots li:hover, .slick-dots .slick-active {
	background: #cf1f2e;
}
.NewsLinks .slick-dots,
.EventLinks .slick-dots {
	position: relative;
	bottom: auto;
	right: 0;
	left: 0;
	height: auto;
	margin-top: 50px;
}
.InsetGallery .slick-dots {
	bottom: 0;
}
.NewsLinks .slick-dots li:hover, .NewsLinks .slick-dots .slick-active {
	background: #032b52;
}
.slick-next, .slick-prev {
	transition: all 0.3s ease-in-out;
	border: 0;
	font-size: 0;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	cursor: pointer!important;
}
.slick-next {
	right: 50%;
	background: url(../img/icon-slick-arrow-right-gold.svg) center center no-repeat;
	background-size: 20px;
	margin-right: -40px;
}
.slick-next:hover {
	background-size: 25px;
}
.slick-prev {
	left: 50%;
	background: url(../img/icon-slick-arrow-left-gold.svg) center center no-repeat;
	background-size: 20px;
	margin-left: -40px;
}
.slick-prev:hover {
	background-size: 25px;
}
/*------------------------------------*\BACKGROUNDS\*------------------------------------*/

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Rajdhani', sans-serif;
}
.WhiteBack, .LightGreyBack, .DarkGreyBack, .RedBack, .BlueBack, .GoldBack, .ImageBack, .BlockBack, .OrangeBack, .HavenBlueBack, .MediumBlueBack {
	float: left;
	width: 100%;
	position: relative;
}
.WhiteBack {
	background-color: #fff;
}
.LightGreyBack {
	background-color: #CACACA;
}
.DarkGreyBack {
	background-color: #969696;
}
.RedBack {
	background-color: #cf1f2e;
}
.BlueBack {
	background-color: #032b52;
}
.GoldBack {
	background-color: #92774e;
}

.OrangeBack {
	background-color: #E84E0F;
}

.MediumBlueBack {
	background-color: #00567C;
}

.HavenBlueBack {
	background-color: #39ABDD;
}
.DotsBack {
	background-image: url(../img/background-dot.png);
	background-position: center center;
}
.CrestBack::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../img/background-eagle.svg);
	background-size: 1200px;
	background-repeat: no-repeat;
	background-position: 20% top;
}
.CrestRightBack::before {
	background-position: 110% top;
}
.NewsArrowsCont {
	display: flex;
}


.NewsArrows,
.EventsArrows {
    flex-grow: 1;
}

.NewsArrows .slick-next,
.NewsArrows .slick-prev,
.EventsArrows .slick-next,
.EventsArrows .slick-prev {
    background: #032b52;
    margin-right: 0;
    left: auto;
    right: auto;
    margin-left: 10px;
    position: relative;
	height: 100%;
	width: 58px;
	border-radius: 100px;
}

.EventsArrows .slick-next,
.EventsArrows .slick-prev {
	border: 1px solid #000;

}

.EventsArrows .slick-next:hover,
.EventsArrows .slick-prev:hover {
	background:#000;

}

.NewsArrows .slick-next,
.NewsArrows .slick-prev {
	background:#CACACA;
border: 1px solid #032b52;
}


.NewsArrows .slick-next:before,
.NewsArrows .slick-prev:before,
.EventsArrows .slick-next:before,
.EventsArrows .slick-prev:before{
	content: '';
	position: absolute;
		top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask: url(../img/icon-slick-arrow-left-gold.svg) center center no-repeat;
	    background: #fff;
		-webkit-mask-size: 30px;
    margin-left: 0;
}

.NewsArrows .slick-next:before,
.EventsArrows .slick-next:before{
 -webkit-mask: url(../img/icon-slick-arrow-right-gold.svg) center center no-repeat;
		-webkit-mask-size: 30px;
}

.NewsArrows .slick-next:before,
.NewsArrows .slick-prev:before{
	    background: #032b52;
}
.NewsArrows .slick-next:hover,
.NewsArrows .slick-prev:hover{
	    background: #032b52;
}

.NewsArrows .slick-next:hover:before,
.NewsArrows .slick-prev:hover:before{
	    background: #fff;
}

.NewsArrows .slick-next.slick-disabled,
.NewsArrows .slick-prev.slick-disabled,
.EventsArrows .slick-next.slick-disabled,
.EventsArrows .slick-prev.slick-disabled{
	opacity: 0.25;
	cursor: default!important;
}

/*------------------------------------*\BUTTONS\*------------------------------------*/

.LinkButton {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 0 15px;
}
.LeftLinkButton {
	margin: 15px 10px 0 0;
}
.LinkButton a h6, a .LinkButton h6, .button {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #032b52;
	text-transform: uppercase;
	background: transparent;
	padding: 15px 60px;
	display: block;
	margin: 0;
	border: solid 1px #032b52;
	transition: all 0.3s;
	font-weight: 600;
	text-align: center;
}
.LinkButton a:hover, .LinkButton a h6:hover, a:hover .LinkButton h6, .button:hover {
	color: #fff;
	background: #032b52;
	display: block;
}
.InlineButtons {
	margin-top: 50px;
}
/*------------------------------------*\MODULES\*------------------------------------*/

.StackedLinksOffset {
	margin-left: -25px;
	margin-right: -25px;
}

.StackedLinks {
	display: flex;
	flex-wrap: wrap;
}

.StackedLinks a {
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.StackedLinks .SubLinkArrow {
 bottom: -30px;

}


.Relative {
	position: relative;
}
.ImageBack .MarginTop, .CrestBack .MarginTop, .LargeMarginTop {
	margin-top: 210px;
}
.ImageBack .MarginBottom, .ImageBack>.SmallMarginBottom, .CrestBack>.SmallMarginBottom {
	margin-bottom: 210px;
}
.InsetSocialMediaLinks {
	border: solid 1px #032b52;
	float: right;
	padding: 15px 25px;
}
.InsetSocialMediaLinks p {
	float: left;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	margin: 2px 25px 0 0;
}
.InsetSocialMediaLinks ul {
	float: left;
	display: inline-block;
}
.BorderBottom {
	border-bottom: solid 1px #000;
	padding-bottom: 20px;
}
.FloatRight {
	float: right;
}
.Question {
	position: relative;
	background: #fff;
	padding: 20px 55px 20px 20px;
	margin-top: 35px;
}
.NewsFilter {
	background: transparent;
	padding: 10px;
	border-bottom: solid 2px #cf1f2e;
	transition: all 0.3s ease-in-out;
}
.NewsFilter:hover {
	background: #fff;
}
.Question:first-child {
	margin-top: 0;
}
.Question a {
	display: block;
	width: 100%;
}
.Question h5 {
	margin: 0!important;
	font-size: 30px;
	line-height: 35px;
}
.Question h6 {
	margin: 0!important;
}
.Question:hover {
	cursor: pointer;
}
.QuestionArrow {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 22px;
	top: 22px;
	transition: all 0.15s ease-in-out;
	margin: 0 auto;
	background: url(../img/icon-arrow-down-gold.svg) no-repeat center center;
	background-size: 30px!important;
	z-index: 65;
}
.QuestionArrow:hover, .Question:hover .QuestionArrow {
	background: url(../img/icon-arrow-down-gold.svg) no-repeat center center;
	background-size: 30px!important;
}
.Answer {
	display: none;
	padding: 0;
	background-color: #032b52;
	background-image: url(../img/background-eagle.svg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: 120% top;
}
.NewsAnswer {
	background: #fff;
	width: 100%;
	float: left;
}
.AnswerInner {
	border-left: solid 2px #92774e;
	padding-left: 35px;
}
i.rotate-icon {
	-webkit-transform: rotate(180deg)!important;
	transform: rotate(180deg)!important;
}
.CatLinks a {
	color: #032b52;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	border-bottom: solid 1px #92774e;
	font-family: 'Rajdhani', sans-serif;
	float: left;
}
.CatLinks a:hover, .Active {
	background: #032b52!important;
	color: #fff;
}
.NewsCont {
	display: block;
	float: left;
	width: 100%;
}
.FlexBlock {
	display: flex;
	flex-wrap: wrap;
}
.EventLinks .FlexBlock {
height: 100%;
}

.BlockInner {
	padding: 50px;
	background: #cf1f2e;
	float: left;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.EventLinks .BlockInner {
	padding: 25px;
	background: #fff;
}

.BlockInner h3, .BlockInner h3:hover {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
}

.EventLinks .BlockInner h3, .EventLinks .BlockInner h3:hover {
	font-size: 25px;
	line-height: 25px;
	color: #032b52;
}


.BlockInnerTop {
	align-self: flex-start;
}
.BlockInnerBottom {
	align-self: flex-end;
	width: 100%;
}
.BlockInnerBottom p {
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0;
}

.EventLinks .BlockInnerBottom p {
	color: #032b52;

}

.BlockImage {
	overflow: hidden;
}
.BlockImage img {
	object-fit: cover;
	height: 100%;
	transition: all 0.5s ease-in-out;
}
.BlockLink {
	display: block;
	width: 85%;
	float: left;
}
.BlockLink:hover .BlockImage img {
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
}
.Date {
	font-weight: 700!important;
	float: right;
	margin-left: 5px;
}
.MainNews a:nth-child(even) .FlexBlock {
	flex-direction: row-reverse;
}
.NewsCont a:nth-child(odd) {
	float: right;
}
.NewsCont a:nth-child(2n+2) .BlockInner {
	background: #92774e;
}
.NewsCont a:nth-child(3n+3) .BlockInner, .NewsLinks a:nth-child(3n+3) .BlockInner {
	background: #fff;
}
.NewsCont a:nth-child(3n+3) .BlockInner *, .NewsLinks a:nth-child(3n+3) .BlockInner * {
	color: #032b52;
}
.NewsLinks a:nth-child(2n+2) .BlockInner {
	background: #032b52;
}
.NewsLinks .BlockLink{
	margin: 0 50px;
}

.EventLinks .BlockLink{
	margin: 0 25px;
}
.pagination {
	width: 100%;
	text-align: center;
}
.pagination a {
	color: #032b52;
}
.pagination a:hover {
	color: #fff!important;
}
.page-numbers {
	min-height: 50px;
	min-width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #032b52;
	display: inline-block;
	background: transparent;
	border: solid 1px #032b52;
	margin: 5px;
	padding: 15px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
}
.pagination .dots {
	background: #fff;
	color: #032b52;
	border: solid 1px #fff;
	padding: 10px 0;
	width: 20px;
}
.pagination:hover .dots {
	background: #fff;
	color: #032b52;
	border: solid 1px #fff;
}
.page-numbers:hover, .pagination .current {
	background: #032b52;
	color: #fff;
	border: solid 1px #032b52;
}
.NewsLinks .slick-track, .EventLinks .slick-track {
	display: flex!important;
	position: relative;
}
.NewsLinks .slick-slide, .EventLinks .slick-slide {
	height: inherit!important;
	position: relative;
}
.ProfileCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.Profile {
	background: #fff;
	height: 100%;
}
.ProfileInner {
	padding: 25px 40px 50px 40px;
}
.Profile h5, .Profile h6 {
	color: #032b52;
}
.Profile p {
	color: #051e40;
}
.Profile h5 {
	margin-bottom: 0;
}
.ProfileContacts {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 25px;
}
.ProfileContacts a {
	font-weight: 700;
	    color: #032b52;

}

.ProfileContacts a span.RedAtSign {
    color: #cf1f2e;
}

.ProfileContacts a span.Domain {
    color: #032b52;
		transition: all 0.3s ease-in-out;

}
.ProfileContacts a:hover span.Domain {
    color: #92774e;
}

.Insta,
.Insta a{
	font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 18px;
	transition: all 0.3s ease-in-out;
	margin-bottom: 2px;
}

.InstaUnderline {
	border-bottom:  solid 1px #92774e;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}




.PartnerFlexCont {
	display: flex;
}

.PartnerFlexCont a   {
	padding: 25px;
	display: block;
	position: relative;
    min-height: 300px;} 

.PartnerFlexCont .PartnerLogo   {
	max-width: 300px;
} 

.PartnerLinkText {
	position: absolute;
	left: 45px;
	bottom: 25px;
	font-weight: 400;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 18px;
		transition: all 0.3s ease-in-out;

}

.EventLargeBlock .PartnerLinkText {
	position: relative;
	left: 0;
	bottom: 0;

}

.EventLargeBlock .BlockInner h3, .EventLargeBlock .BlockInner h3:hover, .EventLargeBlock .BlockInnerBottom p {
    color: #032b52;
}


.EventLargeBlock .PartnerLinkText::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/icon-new-window.svg) center center no-repeat;
    background-size: 13px;
}


.EventLargeBlock .BlockInner {
    background: #fff!important;
}

.PartnerLinkText::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/icon-new-window.svg) center center no-repeat;
    background-size: 13px;
    position: absolute;
    left: -20px;
    top: 2px;
}

.EventLinks .PartnerLinkText::before {
    content: "";
    width: 18px;
    height: 18px;
    background-size: 18px;
    left: -25px;
    top: 2px;
}
.EventLinks .PartnerLinkText {
    left: 50px;
}

.PartnerFlexCont a:hover .PartnerLinkText   {
	color: #fff;

} 


.RedAtSign {
	color: #cf1f2e;
}
.Domain {
	display: block;
}
.SubLink {
	position: relative;
	margin: 0 15px 70px 15px;
}
.SubLink h6 {
	margin: 20px 5px!important;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
	color: #032b52;
}
.SubLinkArrow {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -20px;
	background: url(../img/icon-arrow-right-gold.svg) no-repeat center center;
	background-size: cover;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.SubPageLinks {
	padding-bottom: 50px;
}
.SubPageLinks .slick-track {
	margin: auto!important;
	display: flex !important;
}
.SubPageLinks .slick-slide {
	height: inherit !important;
}
.SubLinkImage {
	overflow: hidden;
}
.SubLinkImage img {
	transition: all 0.5s ease-in-out;
}
.SubLink:hover .SubLinkImage img {
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
}
.Ribbon h3 {
	position: relative;
}
.Ribbon h3:before {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	left: -35px;
	top: 35px;
	width: 20px;
	height: 50px;
	z-index: 90;
	background: url(../img/icon-red-ribbon.svg) no-repeat top center;
	background-size: cover;
}
.PostCategories {
	display: inline-block;
	float: left;
}
.PostCategories a {
	margin-left: 5px;
}
.PostCategories a:after {
	content: ',';
}
.PostCategories a:last-child:after {
	content: '';
}
.ExpiredEvent h6 {
	background: #032b52;
	color: #fff;
	display: inline;
	padding: 5px;
}
/*------------------------------------*\CHOCOLATE STYLES\*------------------------------------*/

.chocolat-image:hover .chocolat-image:hover .GalleryCaption, .chocolat-image:hover .GalleryCrest {
	opacity: 1;
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
	cursor: zoom-out;
}
.chocolat-open {
	overflow: hidden;
}
.chocolat-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	opacity: 1;
	background: url(../img/background-eagle.svg) #032b52;
	background-size: 1200px;
	background-repeat: no-repeat;
	background-position: 20% top;
}
.chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 160;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.chocolat-zoomable .chocolat-img {
	cursor: zoom-in;
}
.chocolat-loader {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 1100;
	display: none;
}
.chocolat-content {
	position: fixed;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	z-index: 1400;
	text-align: left;
	border: none!important;
	transition: all 0.3s ease-in-out;
}
.ChocSingle {
	margin-bottom: 30px;
}
.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
}
.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
	position: absolute;
	cursor: pointer;
	z-index: 101;
	display: none;
	cursor: pointer!important;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	transition: all 0.3s ease-in-out;
}
.chocolat-wrapper .chocolat-left {
	left: 0px;
	background: url(../img/icon-arrow-left-white.svg) no-repeat center center;
	background-size: 40px;
}
.chocolat-wrapper .chocolat-right {
	right: 0px;
	background: url(../img/icon-arrow-right-white.svg) no-repeat center center;
	background-size: 40px;
}
.chocolat-wrapper .chocolat-right.active, .chocolat-wrapper .chocolat-left.active {
	display: block;
}
.chocolat-wrapper .chocolat-top {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 1700;
	margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 5px;
	background: url(../img/icon-nav-close.svg) no-repeat center center;
	background-size: 25px;
	transition: all 0.3s ease-in-out;
}
body.chocolat-open>.chocolat-overlay {
	z-index: 150;
}
body.chocolat-open>.chocolat-loader {
	z-index: 150;
}
body.chocolat-open>.chocolat-content {
	z-index: 170;
}
.ChocCont {
	align-content: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.chocolat-image {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.chocolat-image img {
	position: relative;
	float: left;
	transition: all 0.5s ease-in-out;
}
.chocolat-image:hover img {
	transform: scale(1.1);
}
.chocolat-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.chocolat-wrapper .chocolat-bottom {
	left: 0;
	right: 0;
	line-height: 20px;
	bottom: 0;
	z-index: 1700;
	text-align: center;
	position: absolute;
}
.chocolat-wrapper .chocolat-description {
	display: block;
	text-align: center;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.chocolat-pagination {
	display: none;
}
/*------------------------------------*\FONTS\*------------------------------------*/

a {
	color: #051e40;
}
a:hover {
	text-decoration: none;
	color: #051e40;
}
a:hover, a:focus {
	outline: none;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #032b52;
}
p {
	font-size: 18px;
	line-height: 25px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #032b52;
	font-weight: 400;
}
p:last-child {
	margin: 0;
}
p a {
	font-weight: 500;
	color: #032b52;
}
p a:hover {
	color: #92774e;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 35px 0;
	padding: 0px;
	color: #032b52;
	font-weight: 600;
	font-family: 'Rajdhani', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
	color: #032b52;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
	color: #032b52;
}
h1 {
	font-size: 70px;
	line-height: 80px;
	margin: 0px 0 50px 0;
}
h2 {
	font-size: 60px;
	line-height: 70px;
}
h3 {
	font-size: 50px;
	line-height: 60px;
}
h4 {
	font-size: 40px;
	line-height: 50px;
}
h5 {
	font-size: 30px;
	line-height: 35px;
}
h6 {
	font-size: 20px;
	line-height: 24px;
}
body.page-id-332 h1 {
    font-size: 50px;
    line-height: 60px;
	margin: 0px 0 50px 0;
}
h1 span {
	color: #92774e;
}
.MainContentArea li {
	list-style-type: none;
	line-height: 25px;
	color: #032b52;
	font-size: 18px;
	padding: 10px 20px;
	position: relative;
	font-weight: 400;
}
.MainContentArea li:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: 90;
	background: #92774e;
}
.MainContentArea li a {
	color: #032b52;
}
.MainContentArea li a:hover {
	color: #032b52;
}
.MainContentArea ol {
	list-style: none;
	counter-reset: my-awesome-counter;
}
.MainContentArea ol li {
	counter-increment: my-awesome-counter;
	list-style-type: none;
	padding-left: 40px;
}
.MainContentArea ol li::before {
	content: counter(my-awesome-counter) "";
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	background-size: 40px;
	width: 30px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
}
blockquote {
	display: block;
	padding: 25px 0 25px 50px;
	margin: 25px 15%;
	position: relative;
	border-left: solid 3px #92774e;
}
blockquote p {
	font-size: 20px;
	line-height: 25px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #032b52;
	font-weight: 500;
}
blockquote::before, blockquote::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
}
blockquote::before {
	left: 25px;
	background: url(../img/icon-quote-mark-before.svg) no-repeat center center;
	top: -25px;
}
blockquote::after {
	right: 25px;
	background: url(../img/icon-quote-mark-after.svg) no-repeat center center;
	bottom: -25px;
}
.Caption {
	margin-bottom: 10px;
	padding: 0;
	color: #032b52;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 2px;
}
.ImageBack *, .RedBack *, .BlueBack *, .GoldBack *, .Answer *, .AnswerInner *, .OrangeBack *, .HavenBlueBack *, .MediumBlueBack *   {
	color: #fff;
}



.AnswerInner li {
	color: #fff!important;
}
.ImageBack .LinkButton a h6, .ImageBack a .LinkButton h6, .ImageBack .button {
	color: #fff;
	border: solid 1px #fff;
}
.RedBack .InsetSocialMediaLinks, .GoldBack .InsetSocialMediaLinks, .ImageBack .InsetSocialMediaLinks, .BlueBack .InsetSocialMediaLinks {
	border: solid 1px #fff;
}
.RedBack .LinkButton a h6, .GoldBack .LinkButton a h6, .BlueBack .LinkButton a h6, .TopBannerText .LinkButton a h6, .OrangeBack .LinkButton a h6, .MediumBlueBack .LinkButton a h6, .HavenBlueBack .LinkButton a h6, .AnswerInner .LinkButton a h6    {
	color: #fff;
	border: solid 1px #fff;
}



.AnswerInner .LinkButton    {
	margin-left: 0;
		margin-bottom: 15px;
}


.BlueBack .LinkButton a h6 {
	color: #fff;
	border: solid 1px #000;
}


.RedBack .LinkButton a:hover h6, .GoldBack .LinkButton a:hover h6, .BlueBack .LinkButton a:hover h6, .AnswerInner .LinkButton a:hover h6 {
	color: #032b52;
	border: solid 1px #fff;
	background: #fff;
}


.AnswerInner .LinkButton a:hover h6 span {
	color: #032b52;
}
.BlueBack .LinkButton a:hover h6 {
	color: #fff;
	border: solid 1px #000;
	background: #000;
}

.RedBack .LinkButton a:hover h6 span, .GoldBack .LinkButton a:hover h6 span, .BlueBack .LinkButton a:hover h6 span {
	color: #032b52;
}
.RedBack .MainContentArea li, .GoldBack .MainContentArea li, .BlueBack .MainContentArea li {
	color: #fff;
}


.BlueBack .IntroTitle {
	color: #92774e;
}
.RedBack .Ribbon h3:before, .BlueBack .Ribbon h3:before {
	background: url(../img/icon-gold-ribbon.svg) no-repeat top center;
	background-size: cover;
}
.PageTitle {
	margin-bottom: 0;
}
.IntroTitle {
	margin-bottom: 10px;
	padding: 0;
	color: #032b52;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 25px;
	line-height: 30px;
}
/*------------------------------------*\Notices STYLES\*------------------------------------*/

.NoticesFlexCont, .NoticesModuleFlex {
	display: flex;
	flex-wrap: wrap;
}
.NoticesLink {
	display: block;
	width: 50%;
	float: left;
}
.NoticeCat {
	margin-bottom: 15px;
	align-self: start;
}
.NoticeTitle {
	margin-bottom: 65px;
	    width: 100%;
}
.NoticeTitle h4 {
	color: #032b52;
}
.NoticeCat li {
	font-size: 15px;
	line-height: 20px;
	color: #cf1f2e;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}
.NoticeCat li::after {
	content: ',';
}
.NoticeCat li:last-child::after {
	content: '';
}
.NoticesFlexCont h4 {
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	height: 100%;
}
.NoticesBottom {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	position: absolute;
	bottom: 0px;
}
.NoticesFlexInner {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	border-bottom: solid 1px #032b52;
	position: relative;
	align-content: start;
}
.NoticesBottom p {
	font-size: 15px;
	line-height: 20px;
	color: #92774e;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	float: left;
	margin: 0;
}
.NoticesBottom:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
	background: url(../img/icon-arrow-right-gold.svg) no-repeat center center transparent;
	background-size: cover;
	transition: all 0.5s ease-in-out;
}
.NoticesBottom p:first-child {
	width: 40%;
}
.NoticesBottom p:last-child {
	padding-right: 45px;
	width: 50%;
}
.NoticesGold {
	background-color: #92774e;
	height: 100%;
	z-index: 0;
	background: url(../img/background-eagle.svg) #92774e no-repeat right top;
	background-size: 1000px;
	background-position: 20% top;
}

.Cancelled {
	opacity: 0.3;
}


/*------------------------------------*\MOVEMENT STYLES\*------------------------------------*/

.MovementCont {
	display: flex;
	padding: 5px 0;
	    border-bottom: solid 2px #CACACA;
	
}

.MovementCont:first-child {

	    border-bottom: solid 0 #CACACA;
	
}
.MovementCont:nth-child(even) {
	background: #ededed
	
}

.MovementTop p {
	margin: 0;
	color: #92774e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 25px;
}

.Movement, .MovementTop {
	flex: 1 1 14.2857142%;
	align-items: center;
    display: flex;
    justify-content: center;
	text-align: center;
	padding: 1%;
	position: relative;
	flex-wrap: wrap;
}
.MovementTop {
	background: transparent;
	padding: 1%;
}
.Movement:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	z-index: 1;
}


.Movement:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	z-index: 1;
	background-color: #CACACA;
}

.MovementCont .Movement:last-child:after {
	display: none;
}


.Movement p {
	margin: 0;
	color: #032b52;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 25px;
	    width: 100%;
}


/*------------------------------------*\Current Weather STYLES\*------------------------------------*/

.WeatherCont {
	display: flex;
	    border-bottom: dashed 1px #CACACA;
	
}

.WeatherCont:first-child {
	    border-bottom: solid 0 #CACACA;
}

.WeatherTop p {
	margin: 0;
	color: #cf1f2e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
}

.Weather, .WeatherTop {
	flex: 1 1 14.2857142%;
	align-items: center;
    display: flex;
    justify-content: start;
	text-align: left;
	padding: 1%;
	position: relative;
	flex-wrap: wrap;
}
.WeatherTop {
	background: #ededed;
	padding: 1%;
}


.WeatherCont .Weather:last-child:after {
	display: none;
}


.Weather p {
	margin: 0;
	color: #032b52;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 25px;
	    width: 100%;
}
/*------------------------------------*\TABLE STYLES\*------------------------------------*/

table tr {
	border: 1px solid #eeeeee;
	padding: 5px;
	color: #ededed;
}
table th, table td {
	padding: 5px;
}
table td {
	vertical-align: text-top;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}


table td a {
	color: #032b52;
	font-weight: 700;
}
table td a:hover {
	color: #032b52;
}
table {
	overflow-y: auto;
	_overflow: auto;
	width: 100%!important;
}
/*------------------------------------*\FOOTER STYLES\*------------------------------------*/

footer {
	background-color: #fff;
	float: left;
	width: 100%;
}
.FactsFlexCont {
	flex-direction: row;
	align-items: stretch;
	align-content: center;
	display: flex;
	justify-content: space-around;
}
.FactsFlexCont p, .ContactAddress p {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #032b52;
	border-bottom: solid 2px #92774e;
	margin: 0 5% 90px 0;
	padding-bottom: 10px;
}

.FactsFlexCont p {
flex: 1 1 25%;
}
.FactsFlexCont p:last-child {
	margin-right: 0;
}
.ContactAddress {
	margin-bottom: 35px;
}
.ContactAddress p {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 30px;
	line-height: 35px;
	border-bottom: solid 0 #92774e;
	margin: 0;
	padding-bottom: 10px;
}

.FooterTag p {
	display: block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
	    font-weight: 500;
}

   
.FooterContactCol {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.FooterMenuCol {
    display: flex;
    flex-direction: column;

}
.FooterNav {
	flex-grow: 1;

}


.FooterFlex {
	display: flex;
}
.AlignEnd {

    align-self: end;
}

.ContactAddress p span {
	color: #cf1f2e;
}
.FooterCrest {
	margin-top: -35px;
	float: left;
}
.FooterCrest img {
	height: 250px;
}
.FooterLogo a {
	max-width: 300px;
	display: block;
}

.FooterContactsFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.FooterContacts {
	padding-right: 65px;
}
footer .menu-item a, footer .SocialMediaLinks p, .Contacts p, .Contacts p a, .ContactsModule p {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	width: 100%;
	padding: 10px 15px 10px 0;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
}

footer .menu-item a {
border-bottom: 0 solid #92774e;

background: url(../img/icon-slick-arrow-right-gold.svg) no-repeat right center;
	background-size: 15px;
	font-weight: 700;

}


.Contacts .Underline a {
	font-weight: 700;
		border-bottom: solid 1px #92774e;


}



.ContactsModule p {
	color: #032b52;
}

.FooterContact {
	padding: 0!important;
	margin: 0 50px 0 0!important;
}
footer .SocialMediaLinks, .ContactsModule {
	border-bottom: solid 1px #92774e;
	padding-bottom: 8px;
}
.ContactsArea h4 a:hover {
	color: #92774e!important;
}

footer .menu-item a:hover, .Contacts p a:hover, .DesignCredit:hover {
	color: #92774e;
}
footer .menu-item a:hover, .Contacts p a:hover {
	color: #92774e;
}
footer p {
	color: #fff;
}
.SocialMediaLinks li {
	display: inline-block;
}
.SocialMediaLinks i {
	transition: all 0.3s ease-in-out;
}
.SocialMediaLinks li a {
	margin: 0 15px 0 0;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.ContactsModule li a {
	color: #032b52;
}
.SocialMediaLinks li a:hover i {
	color: #92774e!important;
}
.InsetSocialMediaLinks li a {
	color: #032b52;
}
.InsetSocialMediaLinks li a {
	margin: 0 0 0 15px;
}



.SmallPrintBack p {
	font-size: 15px;
	line-height: 18px;
	color: #032b52;
}


.BackToTop {
	margin: 0;
	width: 100%;
}
.BackToTop a h6 {
	color: #032b52!important;
	padding: 15px 0 15px 40px;
	margin: 0;
	background: url(../img/icon-back-to-top.svg) no-repeat top 50% left 0 transparent;
	background-size: 30px;
	text-align: left;
	display: block;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
	letter-spacing: 0;
	font-weight: 300;
		transition: all 0.3s ease-in-out;

}
.BackToTop a:hover h6 {

	color: #92774e!important;
}
/*------------------------------------*\FORMS\*------------------------------------*/


.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-select, .wpcf7-file {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #032b52;
    transition: all .5s;
	    height: auto!important;
	padding: 15px!important;
	    width: 100%;
	font-size: 16px;
	margin: 10px 0 20px 0;
}

.wpcf7-not-valid {
    border: 1px solid red;
  
}

.wpcf7 hr {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #032b52;
}

.wpcf7-submit {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #032b52;
    text-transform: uppercase;
    background: transparent;
    padding: 15px 60px;
    display: block;
    margin: 0;
    border: solid 1px #032b52;
    transition: all 0.3s;
    font-weight: 600;
    text-align: center;
}

.wpcf7-submit:hover {

    color: #fff;
    background: #032b52;

}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ffffff;
}


.nf-form-fields-required, .nf-field-label {
	display: none;
}
.nf-form-content {
	padding: 0!important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	color: #032b52!important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: auto!important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
	padding: 25px!important;
}
.nf-form-content input[type=button] {
	font-size: 18px!important;
	line-height: 25px!important;
	letter-spacing: 2px!important;
	color: #032b52!important;
	text-transform: uppercase!important;
	background: transparent!important;
	padding: 15px 60px!important;
	display: block!important;
	margin: 0!important;
	border: solid 1px #032b52!important;
	transition: all 0.3s!important;
	font-weight: 600!important;
	text-align: center!important;
}
.nf-form-content input[type=button]:hover {
	color: #fff!important;
	background: #032b52!important;
	border: solid 1px #032b52!important;
}
/*------------------------------------*\TRANSISTIONS\*------------------------------------*/

a {
	transition: all 0.3s ease-in-out;
}
/*------------------------------------*\VIDEO STYLES\*------------------------------------*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	background: url(../img/preloader.gif) #fff center center no-repeat;
}
.nodisplay {
	display: none;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------*\SEACHECKER STYLES\*------------------------------------*/



.SeacheckerLinks  {
	display: flex;
	    justify-content: center;
	margin-top: 35px;
}
.SeacheckerLinks .SeacheckerSmall  {
	    flex-basis: 10%;
	    display: block;
    text-align: center;
    color: #032b52;
    padding: 80px 15px 15px 15px;
    background-repeat: no-repeat;
    background-position: 50% 15px;
    background-size: 50px;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;
    border: none;
    margin: 0 20px;
}


.seachecker-overview  {
	display: flex;
}

.seachecker-overview .col-sm-4  {
	display: flex;
	flex-direction: column;
}
.seachecker-overview .col-sm-4:nth-child(n+3) p,
.seachecker-overview .col-sm-4:nth-child(n+2) table{
	flex-grow: 1;
}
.seachecker-overview .col-sm-4:nth-child(n+3) p.small  {
	flex-grow: 0;
}

.SeaCheckerH1 h1  {
	margin-bottom: 0;
}

body.page-id-4052 .row>p {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
	margin: 50px auto 0 auto!important;
	color: #032b52!important;
	    max-width: 100%!important;
	padding: 0 15px;
}


#menu-seachecker-menu  {
	display: flex;
justify-content: center;
}

#menu-seachecker-menu li  {
    flex-basis: 15%;
}
#menu-seachecker-menu a {
	display: block;
    text-align: center;
    color: #032b52;
    padding: 80px 15px 15px 15px;
    background-repeat: no-repeat;
    background-position: 50% 15px;
    background-size: 50px;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;
	border: none;
	margin: 0 20px;
}

#menu-seachecker-menu a:after {
	content: " >"
}

#menu-seachecker-menu a:hover,
#menu-seachecker-menu .current-menu-item a  {
	    background-color: #032b52;
	    color: #fff;
}
#menu-seachecker-menu .CurrentCon a,
.SeacheckerSmall:nth-child(n+1)  {
    background-image: url(../img/icon-current-conditions.png);
}

#menu-seachecker-menu .CurrentCon a:hover, 
#menu-seachecker-menu .CurrentCon.current-menu-item a {
    background-image: url(../img/icon-current-conditions-white.png);
}

#menu-seachecker-menu .Forecast a,
.SeacheckerSmall:nth-child(n+2) {
    background-image: url(../img/icon-weather.png);
}

#menu-seachecker-menu .Forecast a:hover, 
#menu-seachecker-menu .Forecast.current-menu-item a {
    background-image: url(../img/icon-weather-white.png);
}

#menu-seachecker-menu .Tidal a,
.SeacheckerSmall:nth-child(n+3) {
    background-image: url(../img/icon-tidal-forecast.png);
}

#menu-seachecker-menu .Tidal a:hover, 
#menu-seachecker-menu .Tidal.current-menu-item a {
    background-image: url(../img/icon-tidal-forecast-white.png);
}


.main-heading {
		    width: 100%;
	    text-align: center;
	margin-bottom: 75px;
}
.main-heading p,
body.page-id-4060 .MainContentArea .intro,
body.page-id-4052 .DateStamp p {
	color: #fff;
	background: #cf1f2e;
padding: 5px 25px;
	    display: inline-block;
	    font-size: 20px;
    line-height: 30px;
	    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.seachecker-overview h2 {
    font-size: 25px;
    line-height: 30px;
	text-align: center;
	
	
}

.col-sm-4.text-center p {
margin: 0px 0 35px 0;
    padding: 0px;
    color: #032b52;
    font-weight: 400;
	font-size: 30px;
	line-height: 40px;
    font-family: 'Rajdhani', sans-serif;
	text-align: center;
	
}

.seachecker-overview table tr,
.seachecker-overview table td,
.weather-forecast tr,
.weather-forecast td,
.table.compact tr,
.table.compact td {
    border: 1px solid #CACACA;
    padding: 5px;
    color: #032b52;
	    font-weight: 400!important;
	text-align: center;
	    text-transform: none;
	font-size: 20px!important;
    line-height: 25px!important;
	    vertical-align: middle;
}

.weather-forecast {
margin-bottom: 75px;
}

.seachecker-overview p.small,
.small.text-left,
body.page-id-4052 .row>p {
    font-size: 16px;
    line-height: 20px;
    margin: 35px auto 10px auto;
    color: #969696;
    font-weight: 400;
	text-align: center;
	max-width: 75%;
	    font-family: 'Public Sans', sans-serif;
}

.seachecker-overview > p {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

.weather-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(../img/weather-icons-70x70.png) no-repeat;
}
.weather-icon.clear-sky {
    background-position: 0 0;
}
.weather-icon.sunny {
    background-position: -70px 0;
}
.weather-icon.partly-cloudy-night {
    background-position: -140px 0;
}
.weather-icon.sunny-intervals {
    background-position: -210px 0;
}
.weather-icon.dust {
    background-position: -280px 0;
}
.weather-icon.mist {
    background-position: -350px 0;
}
.weather-icon.fog {
    background-position: -420px 0;
}
.weather-icon.medium-level-cloud {
    background-position: -490px 0;
}
.weather-icon.low-level-cloud {
    background-position: -560px 0;
}
.weather-icon.light-rain-shower-night {
    background-position: -630px 0;
}
.weather-icon.light-rain-shower-day {
    background-position: -700px 0;
}
.weather-icon.drizzle {
    background-position: -770px 0;
}
.weather-icon.light-rain {
    background-position: -840px 0;
}
.weather-icon.heavy-rain-shower-night {
    background-position: -910px 0;
}
.weather-icon.heavy-rain-shower-day {
    background-position: -980px 0;
}
.weather-icon.heavy-rain {
    background-position: -1050px 0;
}
.weather-icon.sleet-shower-night {
    background-position: -1120px 0;
}
.weather-icon.sleet-shower-day {
    background-position: -1190px 0;
}
.weather-icon.sleet {
    background-position: -1260px 0;
}
.weather-icon.hail-shower-night {
    background-position: -1330px 0;
}
.weather-icon.hail-shower-day {
    background-position: -1400px 0;
}
.weather-icon.hail {
    background-position: -1470px 0;
}
.weather-icon.light-snow-shower-night {
    background-position: -1540px 0;
}
.weather-icon.light-snow-shower-day {
    background-position: -1610px 0;
}
.weather-icon.light-snow {
    background-position: -1680px 0;
}
.weather-icon.heavy-snow-shower-night {
    background-position: -1750px 0;
}
.weather-icon.heavy-snow-shower-day {
    background-position: -1820px 0;
}
.weather-icon.heavy-snow {
    background-position: -1890px 0;
}
.weather-icon.thundery-shower-night {
    background-position: -1960px 0;
}
.weather-icon.thundery-shower-day {
    background-position: -2030px 0;
}
.weather-icon.thunder-storm {
    background-position: -2100px 0;
}
.weather-icon.tropical-storm {
    background-position: -2170px 0;
}
.weather-icon.haze {
    background-position: -2240px 0;
}
.wind-icon {
    width: 70px;
    height: 70px;
    background: url(../img/wind-arrows.png) no-repeat;
    position: relative;
	   display: flex;
    margin: 0 auto;
}
.wind-icon.SSE {
    background-position: 0 0;
}
.wind-icon.SE {
    background-position: -70px 0;
}
.wind-icon.ESE {
    background-position: -140px 0;
}
.wind-icon.E {
    background-position: -210px 0;
}
.wind-icon.ENE {
    background-position: -280px 0;
}
.wind-icon.NE {
    background-position: -350px 0;
}
.wind-icon.NNE {
    background-position: -420px 0;
}
.wind-icon.N {
    background-position: -490px 0;
}
.wind-icon.NNW {
    background-position: -560px 0;
}
.wind-icon.NW {
    background-position: -630px 0;
}
.wind-icon.WNW {
    background-position: -700px 0;
}
.wind-icon.W {
    background-position: -770px 0;
}
.wind-icon.WSW {
    background-position: -840px 0;
}
.wind-icon.SW {
    background-position: -910px 0;
}
.wind-icon.SSW {
    background-position: -980px 0;
}
.wind-icon.S {
    background-position: -1050px 0;
}
.wind-icon .speed {
    position: absolute;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 100%;
    top: 28px;
    left: 0;
}

body.page-id-4060 .MainContentArea .row {
    display: flex;
    flex-wrap: nowrap;
}

body.page-id-4060 .MainContentArea .row table {
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 25px;
}
body.page-id-4060 .MainContentArea .col-md-12 {
	text-align: center;
}
body.page-id-4060 .MainContentArea .intro {
    margin-bottom: 75px!important;
	}

body.page-id-4060 .MainContentArea form{
    margin-bottom: 25px!important;
	}

@media all and (max-width: 1550px) {
	.StackedLinksOffset {
	margin-left: 0;
	margin-right: 0;
}
}


@media all and (max-width: 1500px) {
	.Movement p {
		font-size: 20px;
		line-height: 25px;
	}
	.Movement, .MovementTop {
		padding: 1%;
	}
	.NoticesFlexCont h4 {
		font-size: 30px;
		line-height: 35px;
	}
	.NoticesBottom p, .NoticeCat li {
		font-size: 14px!important;
		line-height: 16px!important;
		letter-spacing: 1px!important;
	}
	#menu-third-party-menu {
    flex-basis: 70%;
}
	
}
@media all and (max-width: 1200px) {




	#menu-third-party-menu {
    flex-basis: 85%;
}

	.HeaderSecondFlex .menu-item a,
	#menu-third-party-menu li a{
    font-size: 15px;
}
	#menu-third-party-menu > li:last-child {
    margin-left: 50px;
}
	#menu-top-menu li a {
    padding-right: 15px;
 
}
	.NoticesBottom p:first-child, .NoticesBottom p:last-child {
		width: 100%;
	}
	.TopBannerText {
		top: 50%;
		transform: translateY(-50%);
	}
	.NewsLinks .BlockLink {
		margin: 0 35px;
	}
	.BlockInner h3, .BlockInner h3:hover {
		font-size: 35px;
		line-height: 35px;
	}
	#menu-main-menu li a, #quicklinks a {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	#quicklinks h3 {
		font-size: 16px;
		line-height: 38px;
	}
	.HeadlineNewsCont {
		width: 40%;
	}
	.FeaturedLinkInternal {
		padding: 50px;
	}
	.bannersmall, .bannersmall img {
		height: 350px;
		object-fit: cover;
	}
	.bannermedium, .bannermedium img {
		height: 500px;
		object-fit: cover;
	}
	.bannerlarge, .bannerlarge img {
		height: 750px;
		object-fit: cover;
	}
	.slick-dots {
		bottom: 0;
	}
}
@media all and (max-width: 992px) {
		.HeaderBorderBottom {
    border-bottom: solid 0 #032b52;
    margin-bottom: 0;
}
.StackedLinks a {
    width: 28.3333334%;
}
	
	.SearchShowButton {
    margin-right: 100px;
}
	
	  
	.MobileHeader, .MobileNavigation, .MobileNavigationButton {
	display: block;
}

	.HeaderSecondMenu, .HeaderThirdLinks {
		display: none;
	}
	
	.NoticesFlexCont h4 {
		font-size: 25px;
		line-height: 30px;
	}
	.ChocCont {
		padding: 7px;
	}
	.ChocSingle {
		margin-bottom: 15px;
		padding: 0 7px;
	}
	.HomeBannerCrest {
		display: none;
	}
	.FlexBlock {
		display: block;
	}
	.PageTitle {
		text-align: center;
	}
	.TextRight {
		text-align: center;
	}
	.InsetSocialMediaLinks {
		float: none;
		display: inline-block;
	}
	.ImageBack .MarginTop, .CrestBack .MarginTop, .LargeMarginTop {
		margin-top: 50px;
	}
	.ImageBack .MarginBottom, .ImageBack>.SmallMarginBottom, .CrestBack>.SmallMarginBottom {
		margin-bottom: 50px;
	}
	.FactsFlexCont p {
		font-size: 25px;
		line-height: 30px;
	}
	.FactsFlexCont {
		flex-wrap: wrap;
	}
	.FactsFlexCont p {
		flex: 1 1 300px;
		margin: 0 5% 40px 0;
	}
	.FooterNav {
		margin-right: 0;
	}
	.FooterContacts {
		padding-right: 15px;
	}
	.LargePaddingLeft {
		padding-left: 15px;
	}
	.LargePaddingRight {
		padding-right: 15px;
	}
	.Ribbon h3 {
		margin-left: 35px;
	}
	.Ribbon h3:before {
		top: 30px;
	}
	.BlockLink {
		display: block;
		width: auto;
		float: left;
		margin: 0 15px;
	}
	.PostCategories {
		display: inline-block;
		float: none;
	}
	.Date {
		float: left;
		width: 100%;
	}
	.NewsFilter {
		float: left;
		width: 100%;
	}
	.slick-dots li {
		width: 40px;
		height: 2px;
	}
	.MobileMarginBottom {
		margin-bottom: 25px;
	}
	.MarginBottom {
		margin-bottom: 50px;
	}
	.MarginTop {
		margin-top: 50px;
	}
	.SmallMarginTop {
		margin-top: 25px;
	}
	.SmallMarginBottom {
		margin-bottom: 25px;
	}
	.PaddingLeft {
		padding-left: 15px;
	}
	.PaddingRight {
		padding-right: 15px;
	}
	.MobileTextCenter {
		text-align: center;
	}
	.bannersmall, .bannersmall img {
		height: 250px;
		object-fit: cover;
	}
	.bannermedium, .bannermedium img {
		height: 350px;
		object-fit: cover;
	}
	.bannerlarge, .bannerlarge img {
		height: 500px;
		object-fit: cover;
	}
	.slick-dots {
		bottom: 0;
	}
	.AnswerInner {
		margin-right: 25px;
		margin-left: 50px;
	}
	
	.seachecker-overview {
    display: flex;
    flex-wrap: wrap;
}
	.seachecker-overview .col-sm-4 {

		    width: 100%;
}
	
	.seachecker-overview h2 {
    margin-top: 50px;
}
	
	.main-heading {
    margin-bottom: 0;
}
	#menu-seachecker-menu li {
    flex-basis: 33.3333334%;
}
	
	.seachecker-overview table tr, .seachecker-overview table td, .weather-forecast tr, .weather-forecast td, .table.compact tr, .table.compact td {
    padding: 5px;
    font-size: 14px!important;
    line-height: 16px!important;

}
	.NewsArrows,
	.EventsArrows{display: none;
}
	.NewsArrowsCont {
    display: block;
}
}
@media all and (max-width: 767px) {
	.StackedLinks a {
    width: 45%;
}
	
	  .SearchShowButton {
        margin-right: 60px;
    }

	.Search {
    padding: 10px;
}
	
	.PartnerFlexCont a {
    min-height: 200px;
}
	body.page-id-4060 .MainContentArea .row {
    flex-wrap: wrap;
}
	.FooterFlex {
    display: block;
}
	
	
	.PartnerLinkText {

    font-size: 14px;
    line-height: 16px;
}
	
	.MobileNavigationInner {
		padding-top: 100px;
	}
	.MobileNavigation .menu .menu-item .sub-menu>a, .MobileNavigation .menu .menu-item, #quicklinks {
		max-width: 100%;
	}
	#menu-main-menu li a, #menu-main-menu li .sub-menu li a {
		font-size: 18px;
		line-height: 20px;
		padding: 10px;
	}
	#menu-main-menu li .sub-menu li a, #menu-main-menu li .sub-menu li {
		margin-right: 15px;
	}
	.MobileNavigationInner .MobileNavigationButtonBack {
		top: -40px;
		padding-left: 38px;
		background-position: center right!important;
	}
	.HeaderArea {
		height: 50px;
	}
	.HeaderLogo {
		width: 120px;
		margin: 10px 0;
	}
	.HeaderLogoWhite {
		width: 120px;
		margin: 10px 0;
		top: -100px;
	}
	.Search, .HeaderLink, .HeaderLink2 {
		display: none;
	}
	.MobileNavigationButton {
		right: 15px;
		top: 13px;
		height: 0px;
		width: 30px;
		position: absolute;
		z-index: 104;
	}
	.SearchButtonMobile {
		color: #032b52;
		display: block;
		font-size: 20px;
		padding: 7px;
		width: 40px;
		text-align: center;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
		position: absolute;
		top: 5px;
		right: 50px;
	}
	.SearchButtonMobile:hover {
		color: #92774e;
	}
	.overlay {
		height: 100%;
		width: 100%;
		display: none;
		position: fixed;
		z-index: 106;
		top: 0;
		left: 0;
		transition: all 0.3s ease-in-out;
		background: url(../img/background-eagle.svg) no-repeat #032b52;
		background-size: 1200px;
		background-position: 90% top;
	}
	.overlay .HeaderLogoWhite {
		top: 0;
		left: 15px;
	}
	.overlay-content {
		position: relative;
		top: 45%;
		width: 90%;
		text-align: center;
		margin-top: 30px;
		margin: auto;
		display: block;
	}
	.overlay .closebtn {
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 15px;
		background: url(../img/icon-nav-close.svg) no-repeat center center;
		background-size: 20px;
		transition: all 0.3s ease-in-out;
	}
	#MobileNavigationToggle:checked+.MobileNavigationButton .MobNav:before {
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: -5px;
		left: -1px;
		background: url(../img/icon-nav-close.svg) no-repeat center center!important;
		background-size: 20px!important;
		transition: all 0.3s ease-in-out;
	}
	.chocolat-wrapper .chocolat-close {
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 15px;
		background: url(../img/icon-nav-close.svg) no-repeat center center;
		background-size: 20px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: all 0.3s ease-in-out;
	}
	.MobileSearchCont {
		padding: 15px;
		float: left;
		width: 100%;
		border-radius: 50px;
		border: 2px solid #fff!important;
		background: transparent;
		display: flex;
		justify-content: space-between;
	}
	.overlay input[type=text] {
		text-transform: uppercase;
		font-family: 'Rajdhani', sans-serif;
		color: #fff!important;
		font-size: 25px;
		background: transparent;
		font-weight: 700;
		border: none;
		float: left;
		width: 100%;
	}
	.overlay ::-webkit-input-placeholder {
		color: #fff;
	}
	.overlay :-ms-input-placeholder {
		color: #fff;
	}
	.overlay ::-moz-placeholder {
		color: #fff;
	}
	.overlay button {
		color: #fff;
		transition: all 0.3s;
		text-align: center;
		font-size: 20px;
		padding: 0 0 0 10px;
	}
	#quicklinks a {
		font-size: 14px;
		line-height: 16px;
		padding: 10px;
	}
	.HideMobileNav {
		display: none;
	}
	.NoticesLink {
		width: 100%;
	}
	.MobileNavigation .menu .menu-item .sub-menu {
		width: 100%;
	}
	.MobileNavigation .depth-2 .menu .menu-item .sub-menu.active {
		left: -100%;
	}
	.MobileNavigation .menu .menu-item .sub-menu .sub-menu.active {
		left: 100%;
	}
	.MobileNavigation .menu {
		width: 100%;
	}
	#quicklinks {
		position: static;
		width: 100%;
		margin: 20px 0 0;
		padding: 0;
	}
	.NewsLinks .BlockLink{
		margin: 0 25px;
	}
	

		.EventLinks .BlockLink{
		margin: 0 15px;
	}
	
	.BlockInner h3, .BlockInner h3:hover {
		font-size: 30px;
		line-height: 30px;
	}
	.BlockInner {
		padding: 25px;
	}
	.FactsFlexCont p {
		flex: 1 1 210px;
	}
	.SubPageLinks {
		padding-bottom: 0;
	}
	.SubLink {
		position: relative;
		margin: 0 5px 70px 5px;
	}
	.SubLink h6 {
		font-size: 15px;
		line-height: 20px;
	}
	.LinkButton a h6, a .LinkButton h6, .button {
		font-size: 15px;
		line-height: 20px;
		padding: 10px 40px;
	}
	.MobileOffset {
		margin-top: 50px;
	}
	.TopBanner {
		margin-top: 0;
	}
	.MobileHeader {
		display: block;
		height: 65px;
		position: fixed;
		z-index: 102;
		top: 0;
		width: 100%;
		background: #fff;
		border-bottom: solid 1px #eeeeee;
	}
	.MobileLogo {
		position: absolute;
		width: 115px;
		top: 3px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.Logo {
		width: 80px;
		height: 50px;
		top: 10px;
	}
	
	.HeaderIncident {
    display: flex;
    flex-shrink: 0;
}
	
	
	.BlockImage h6 {
		font-size: 30px;
		line-height: 35px;
	}
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 0px 0 25px 0;
	}
	h1 {
		font-size: 35px;
		line-height: 45px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
	h5 {
		font-size: 20px;
		line-height: 25px;
	}
	h6 {
		font-size: 18px;
		line-height: 20px;
	}
	.FeaturedLinkInternal h5 {
		font-size: 25px;
		line-height: 30px;
	}
	.MainContentArea li {
		line-height: 20px;
		font-size: 15px;
	}
	.MainContentArea ol li::before {
		padding-top: 5px;
	}
	.MainContentArea li:before {
		top: 15px;
	}
	.MobileCarousel {
		padding: 0;
	}
	.NewsContFlex {
		display: block;
	}
	.BlockLinksFlex .BlockLinks {
		width: 94%;
	}
	.BlockLinks {
		margin: 0 3% 50px 3%;
	}
	.CatLinks a {
		font-size: 14px;
		line-height: 20px;
		background: #fff;
		padding: 5px 10px;
	}
	.pagination a {
		color: #001427;
	}
	.page-numbers {
		height: 30px;
		line-height: 20px;
		font-size: 14px;
		margin: 0;
		padding: 4px 10px;
		min-height: auto;
		min-width: auto;
	}
	.MainContent p {
		font-size: 15px;
		line-height: 25px;
	}
	blockquote p {
		font-size: 20px!important;
		line-height: 25px!important;
	}
	.FeatuedLinksSmall {
		margin: 0 0 25px 0;
	}
	.FactsFlexCont p {
		margin: 0 0 10px 0;
		padding-right: 15px;
		font-size: 15px;
		line-height: 20px;
		flex: 1 1 50%;
	}
	.FactsFlexCont {
		margin-top: 10px!important;
	}
	.FooterCrest {
		margin-top: 0;
	}
	.FooterLogo a {
		max-width: 200px;
	}
	.FooterCredits p {
		font-size: 15px;
		line-height: 18px;
	}
	.FooterContact {
		display: inline-block;
		float: left;
		margin-right: 5px!important;
	}
	.BannerText p {
		font-size: 30px;
		line-height: 40px;
	}
	.Movement, .MovementTop {
		padding: 1%;
	}
	.Movement p, .MovementTop p, .WeatherTop p, .Weather p {
		font-size: 12px;
		line-height: 15px;
	}
	.Movement:after, .MovementTop:after {
		width: 1px;
	}
	.Movement:before {
		height: 2px;
	}
	.NoticesFlexCont h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.Movement, .MovementTop {
		flex: auto;
		width: 25%;
	}
	.DocumentSearchInput {
		font-size: 18px;
		line-height: 20px;
	}
	.MobileNavigation .menu .menu-item .sub-menu .sub-menu {
		padding-right: 0;
		padding-left: 0;
		margin-left: 0;
	}
	table td, table th {

    font-size: 12px!important;
    line-height: 14px!important;
		padding: 3px;
}
.table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}
body.logged-in .Header {
	margin-top: 30px!important;
}