div#xcontainer {
    overflow-y: scroll;
    height: 100vh;
}


div#counter1 {
    position: fixed;
    z-index: 999999999999999999999;
    background: pink;
    display: block;
    /* box-shadow: 0 0 0 260px red; */
    top: 0;
}

.scroller {
    height: 7000px;
    position: relative;
}

.sticky {
    position: sticky;
    top: 0;
    margin: auto;
	padding-top: 100px;
}

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


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

img {
	width: 100%;
	height: auto;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.TextCenter {
	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: #032b52;
}
:-ms-input-placeholder {
	color: #032b52;
}
::-moz-placeholder {
	color: #032b52;
	opacity: 1;
}
::selection {
	background: #032b52!important;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #032b52!important;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #032b52!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: 80px;
}
.MobileHeader, .overlay, #MobileNavigationToggle, .MobileNavigation, .MobileNavigationButton, .MobileSearch, .SearchButtonMobile, .overlay-content {
	display: none;
}
/*------------------------------------*\MENU STYLES\*------------------------------------*/

.menu-item a {
	font-size: 17px;
	border-bottom: 1px solid #032b52;
}
.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;
	top: 23px;
	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/menu-background-eagle.svg) no-repeat #ff5800;
	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: #032b52;
}
.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 #032b52;
	width: 100%;
	display: inline-block;
	margin: 0;
}
#quicklinks li {
	width: 47.5%;
	border-bottom: 1px solid #032b52;
}
#quicklinks a {
	font-size: 20px;
	padding-right: 0;
	border-bottom: 0 solid #032b52;
}
#quicklinks .SocialMediaLinks li {
	border-bottom: 0 solid #032b52;
}
#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;
	color: #fff;
}

#quicklinks .SocialMediaLinks a:hover i {

	color: #032b52!important;
}
#quicklinks a:hover {
	color: #032b52;
}
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-blue.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: block;
}
/*------------------------------------*\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 {
	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: 30px;
    right: 380px;
    width: 140px;
	border-bottom: solid 2px #ff5800;
	padding-bottom: 10px;
}
.HeaderLink p {
	font-size: 18px!important;
	line-height: 14px!important;
}
.HeaderLink a p::after {
	content: "";
	width: 15px;
	height: 13px;
	background: url(../img/icon-arrow-right-grey.svg) no-repeat right top transparent;
	position: relative;
	display: table-cell;
	float: right;
}
.HeaderLink a p {
	transition: all 0.3s ease-in-out;
}
.HeaderLink a:hover p {
	color: #92774e;
}
.Search {
	position: absolute;
	top: 20px;
	right: 100px;
	width: 250px;
}
.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: -125px;
	float: left;
	z-index: 1;
}
.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;
}
/*------------------------------------*\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: 2px;
	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 {
	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: 'Public Sans', sans-serif;
	xoverflow: hidden;
}
.WhiteBack, .LightGreyBack, .DarkGreyBack, .OrangeBack, .BlueBack, .GoldBack, .ImageBack, .BlockBack {
	float: left;
	width: 100%;
	position: relative;
}
.WhiteBack {
	background-color: #fff;
}
.LightGreyBack {
	background-color: #CACACA;
}
.DarkGreyBack {
	background-color: #969696;
}
.OrangeBack {
	background-color: #ff5800;
}
.BlueBack {
	background-color: #032b52;
}
.GoldBack {
	background-color: #92774e;
}
.DotsBack {
	background-image: url(../img/background-dot.png);
	background-position: center center;
}
.ArrowsBack::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	background-image: url(../img/arrows-white1.svg);
	background-repeat: no-repeat;
    width: 20%;
    background-position: right center;
    background-size: cover;
}
.ArrowsBack::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 0;
	background-image: url(../img/arrows-white2.svg);
	background-repeat: no-repeat;
    width: 50%;
    background-position: left center;
    background-size: cover;
}


.ArrowsRight::before {
	background-image: url(../img/arrows-white4.svg);
	background-repeat: no-repeat;
    width: 50%;
    background-position: right center;
    background-size: cover;
}
.ArrowsRight::after {
	background-image: url(../img/arrows-white3.svg);
	background-repeat: no-repeat;
    width: 20%;
    background-position: left center;
    background-size: cover;
}

.ArrowsBackBoat::after {
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    height: 45vh;
    z-index: 0;
    background-image: url(../img/arrows-orange1.svg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.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;
}
.FooterBack::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../img/background-eagle.svg);
	background-size: 1000px;
	background-repeat: no-repeat;
	background-position: 110% top;
}


.ImageBack::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.35);
}


/*------------------------------------*\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\*------------------------------------*/

.Relative {
	position: relative;
}
.ImageBack .MarginTop, .ArrowsBack .MarginTop, .LargeMarginTop {
	margin-top: 210px;
}
.ImageBack .MarginBottom, .ImageBack>.SmallMarginBottom, .ArrowsBack>.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;
}
.BlockInner {
	padding: 50px;
	background: #cf1f2e;
	float: left;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.BlockInner h3, .BlockInner h3:hover {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
}
.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;
}
.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;
}
.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;
}
.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-orange-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;
}

.ContactsModuleFlexCont  {
	display: flex;
	flex-wrap: wrap;
	    justify-content: center;
}

.ContactsModuleFlexCont > div  {
	border-right: solid 3px #000;
	padding: 0 40px;
}

.ContactsModuleFlexCont > div:nth-child(3n)  {
	border-right: solid 0 #000;
}




.ContactsModuleTitle  {
	color: #ff5800;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px!important;
	margin-top: 35px!important;
}

.ContactsModuleFlexCont h4 a {
word-break: break-all; 
}





/*------------------------------------*\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 #ff5800;
}
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: #ff5800;
}

.BlueBack p a {
	font-weight: 500;
	color: #ff5800;
}
.BlueBack p a:hover {
	color: #fff;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 35px 0;
	padding: 0px;
	color: #032b52;
	font-weight: 700;
	text-transform: uppercase;
	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: #ff5800;
}
h1 {
	font-size: 70px;
	line-height: 80px;
	margin: 0px 0 50px 0;
}
h2 {
	font-size: 60px;
	line-height: 50px;
}
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: 25px;
	letter-spacing: 2px;
}
body.page-id-332 h1 {
	font-size: 45px;
	line-height: 50px;
	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 *, .OrangeBack *, .BlueBack *, .GoldBack *, .Answer *, .AnswerInner *, .DarkGreyBack * {
	color: #fff;
}
.AnswerInner li {
	color: #fff!important;
}
.ImageBack .LinkButton a h6, .ImageBack a .LinkButton h6, .ImageBack .button {
	color: #fff;
	border: solid 1px #fff;
}
.OrangeBack .InsetSocialMediaLinks, .GoldBack .InsetSocialMediaLinks, .ImageBack .InsetSocialMediaLinks, .BlueBack .InsetSocialMediaLinks {
	border: solid 1px #fff;
}
.OrangeBack .InsetSocialMediaLinks a:hover i {
	color: #032b52!important;
}


.OrangeBack .LinkButton a h6, .GoldBack .LinkButton a h6, .BlueBack .LinkButton a h6, .TopBannerText .LinkButton a h6,  .BlueBack .LinkButton a h6,  .DarkGreyBack .LinkButton a h6 {
	color: #fff;
	border: solid 1px #fff;
}

.OrangeBack .LinkButton a:hover h6, .GoldBack .LinkButton a:hover h6, .BlueBack .LinkButton a:hover h6, .DarkGreyBack .LinkButton a:hover h6 {
	color: #032b52;
	border: solid 1px #fff;
	background: #fff;
}
.OrangeBack .LinkButton a:hover h6 span, .GoldBack .LinkButton a:hover h6 span, .BlueBack .LinkButton a:hover h6 span, .DarkGreyBack .LinkButton a:hover h6 span {
	color: #032b52;
}
.OrangeBack .MainContentArea li, .GoldBack .MainContentArea li, .BlueBack .MainContentArea li {
	color: #fff;
}
.BlueBack .IntroTitle {
	color: #92774e;
}
.OrangeBack .Ribbon h3:before, .BlueBack .Ribbon h3:before {
	background: url(../img/icon-white-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;
}


/*------------------------------------*\BOAT STYLES\*------------------------------------*/

.BoatTitle,
.FactTitle,
.Fact,
.SingleFactTitle,
.SingleFact {
	font-size: 50px!important;
    line-height: 55px!important;
	font-weight: 700;
	text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}


.BoatTitleSingle {
	margin-bottom: 125px;
		width: 40%;
}

.BoatTitle span {
	display: inline-block;

}


.FactTitle {
	font-weight: 400;
	z-index:2;
	position: relative;

}


.Fact {

	    font-size: 4.5vw!important;
    line-height: 5vw!important;
	width: 75%;
	z-index:2;
	position: relative;
}

.FactCont {
	border-bottom: solid #fff 7px;
		margin-bottom: 25px;

}

.FactsAbout {
	font-family: 'Rock Salt', cursive;
		font-size: 35px!important;
    line-height: 45px!important;
	z-index:2;
	position: relative;
	margin-bottom: 100px;
	width: 40%;
}

.FactsAbout span {
color: #ff5800;
display: inline-block;}

.DarkGreyBack .FactsAbout span {
color: #032b52;
}

.FactsButton {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
	object-position: right bottom;
}

.BoatImage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
	z-index: 1;
}
.BoatImage img {
	object-fit: cover;
    height: 100%;
}

 .FactsButton a h6 {
	color: #fff;
	border: solid 1px #ff5800!important;
	 background: #ff5800;
}

 .FactsButton a:hover h6 {
	border: solid 1px #fff!important;
}


.SingleBoatTitle {
		font-size: 80px!important;
    line-height: 95px!important;
	
}

.SingleFactTitle {
		font-size: 40px!important;
    line-height: 45px!important;
	color: #ff5800;
	
}


.DarkGreyBack .SingleFactTitle {
	color: #032b52;
	
}

.SingleFactCont {
	overflow: scroll;
	height: 300px;
	overflow-x: hidden;
    overflow-y: clip;
}

.SingleFactBox {
	height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.SingleFact {
		font-size: 60px;
    line-height: 70px;
	margin-bottom: 100px;
	text-transform: none;
	
}
.SingleBoatImage {
    position: relative;
    margin-top: -150px;
    z-index: 2;

	}

.SingleBoatImage img {

	height: 45vh;
	width: auto;

	}

.SingleBoatFactsCont {

	height: 45vh;

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

.MovementCont {
	display: flex;
}
.MovementTop p {
	margin: 0;
	color: #92774e;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 25px;
}
.MovementTop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	background-color: #92774e;
}
.Movement, .MovementTop {
	background-color: #fff;
	flex: 1 1 14.2857142%;
	text-align: center;
	padding: 2%;
	position: relative;
}
.MovementTop {
	background: transparent;
	padding: 1%;
}
.Movement:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	z-index: 1;
	background-color: #032b52;
}
.Movement:after, .MovementTop:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	z-index: 1;
	background-color: #CACACA;
}
.Movement p {
	margin: 0;
	color: #032b52;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-size: 25px;
	line-height: 30px;
}
/*------------------------------------*\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%;
}


.QuickTitle,
.QuickContact {
	font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

.QuickContact {
    font-size: 50px;
    line-height: 55px;
}
.QuickContact span {
	    color: #ff5800;

}
.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: #fff;
	border-bottom: solid 2px #fff;
	margin: 0 5% 90px 0;
	padding-bottom: 10px;
}
.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;
}
.ContactAddress p span {
	color: #cf1f2e;
}



.FooterCrest {
	margin-top: -35px;
	float: left;
}
.FooterCrest img {
	height: 250px;
}
.FooterLogo a {
	max-width: 300px;
	display: block;
}
.FooterNav {
	margin-right: 50px;
}
.FooterContactsFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.FooterContacts {
	padding-right: 65px;
align-self: start;
}
footer .menu-item a, footer .SocialMediaLinks p, .Contacts p, .FooterTitle, .FooterTitle a, .Contacts p a, .ContactsModule p {
	display: block;
	color: #032b52;
	font-size: 20px;
	line-height: 25px;
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: solid 1px #ff5800;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}


.FooterTitle {
	border-bottom: none!important;
    margin: 0;
    padding: 10px 0 0 0!important;
}

.Underline {
    padding: 0!important;
}

.Underline a {
	border-bottom: solid 1px #ff5800!important;
    padding: 0 0 10px 0!important;

}

.Underline2 {
    padding: 0 0 10px 0!important;
		border-bottom: solid 1px #ff5800!important;

}

.Email a {
	    padding-top:  10px!important;

}


.ContactsModule p {
	color: #032b52;
}
footer .SocialMediaLinks p, .Contacts p a, .ContactsModule p {
	border-bottom: solid 0 #ff5800;
}

.FooterContact {
	padding: 0!important;
	margin: 0 50px 0 0!important;
}
footer .SocialMediaLinks, .ContactsModule {
	border-bottom: solid 1px #ff5800;
	padding-bottom: 8px;
}
.ContactsArea h4 a:hover {
	color: #92774e!important;
}
.DesignCredit {
	color: #032b52;
	font-weight: 700;
}
footer .menu-item a:hover, .Contacts p a:hover, .DesignCredit:hover {
	color: #ff5800;
}
footer .menu-item a:hover, .Contacts p a:hover {
	color: #ff5800;
}

.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: #032b52;
}
.ContactsModule li a {
	color: #032b52;
}
.SocialMediaLinks li a:hover i {
	color: #ff5800!important;
}
.InsetSocialMediaLinks li a {
	color: #032b52;
}
.InsetSocialMediaLinks li a {
	margin: 0 0 0 15px;
}
.BackToTop {
	margin: 0;
	width: 100%;
}
.BackToTop a h6 {
	color: #032b52!important;
	padding: 15px 60px 15px 20px;
	border: solid 1px #ff5800!important;
	margin: 0;
	background: url(../img/icon-arrow-white-backtotop.svg) no-repeat top 50% right 20px transparent;
	background-size: 30px;
	text-align: left;
}
.BackToTop a:hover h6 {
	background: url(../img/icon-arrow-white-backtotop.svg) no-repeat top 50% right 20px #ff5800!important;
	background-size: 30px!important;
	color: #fff!important;
	border: solid 1px #ff5800!important;
}
/*------------------------------------*\FORMS\*------------------------------------*/

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

.VideoTextIntro {
font-family: 'Rock Salt', cursive;
	color: #032b52;
	    text-transform: none;
	font-size: 28px;
	line-height: 35px;
}



@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;
	}
}
@media all and (max-width: 1200px) {
	.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) {
	.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, .ArrowsBack .MarginTop, .LargeMarginTop {
		margin-top: 50px;
	}
	.ImageBack .MarginBottom, .ImageBack>.SmallMarginBottom, .ArrowsBack>.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;
	}
	
	.SingleBoatImage img {
    height: auto;
    width: 100%;
}
	
	.ArrowsBack::before,
	.ArrowsBack::after {
    opacity: 0.5;
}
		.ContactsModuleFlexCont > div  {
	border-right: solid 0 #000;
}
	
}
@media all and (max-width: 767px) {


.SingleBoatTitle {
    font-size: 56px!important;
    line-height: 80px!important;
}

.ArrowsBackBoat::after {
    background-size: contain;
	    height: 45vw;
}

.SingleBoatImage {
    margin-top: -120px;
    margin-bottom: -20px;
}

.SingleBoatImage img {
    object-fit: contain;
	    height: 70vw;
}

.BoatTitle, .FactTitle, .Fact, .SingleFactTitle, .SingleFact {
    font-size: 28px!important;
    line-height: 28px!important;
    margin: 0;
}

.SingleBoatFactsCont {
    height: auto;
}

.pilot_boat_listing .SingleBoatFactsCont p {
    font-size: 14px;
    line-height: 21px;
}

.sticky {
    padding-top: 40px;
	padding-bottom: 10px;
}

.SingleFactCont {
    height: 200px;
	border: 2px solid #f60;
    border-width: 0 2px;
	height: 20vh;
    padding: 0 10px;
}


	.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 {
		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;
	}
	.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;
	}
	.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 {
		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;
}
	.BoatTitleSingle {
    margin-bottom: 125px;
    width: 100%;
}
	
	.FactsButton {
    position: relative;
   
}
	
	.FactsAbout {

    width: 100%;
}
	
}
body.logged-in .Header {
	margin-top: 30px!important;
}