@font-face {
  font-family:"Font Awesome 7 Free";
  src: url("/assets/fonts/webfonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:"Font Awesome 7 Brands";
  src: url("/assets/fonts/webfonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, html {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	color:#354759;
	font-size:16px;
	height:100%;
	font-weight: 400;
	line-height: 1.6em;
	scroll-behavior: smooth;
}


hr {
	border: none;
  	height: 0px;
  	border-top: 1px solid #ccc;
}

h1 {
  color:#354759;
  font-size: 38px;
  margin: 8px 0;
  text-transform:uppercase;
  line-height: 44px;
}

h2 {
	text-transform:uppercase;
	font-size: 38px;
	line-height: 45px;
	margin: 15px 0;
}

h3 {
	font-size:27px;
	text-transform:uppercase;
	line-height: 30px;
	margin: 17px 0;
	font-weight:bold;
}
h4 {
	font-size: 20px;
	margin: 14px 0;
	text-transform: uppercase;
	line-height: 1.2em;
}

h5 {
	font-size:16px;
	margin:15px 0;
}

a {
	color:#3681b5;
	text-decoration:none;
	cursor:pointer;
}

img {
	height: auto;
	border:0;
	max-width: 100%;
}

ul {
	padding-left: 20px;
}

.clearFix, .clearfix {
	clear:both;
	height: 0;
	margin:0;
	display: block !important;
}

.container {
	width: 1366px;
	margin: 0 auto;
	position: relative;
	max-width:100%;
}

.menuBarWrapper.container {
	max-width: 95%;
}

.container.bgGrey {
	background-color: #eeeeee;
}

.announcementBanner.warning{
	display: none;
    color: white;
    max-width: 1366px;
    margin: 0 auto 15px;
    position: relative;
    width: 100%;
}

#page_wrap {
	position:relative;
	flex:1 1 auto;
}

_:-ms-fullscreen, :root #page_wrap {
	height: 100%;
}

#headerOuter {
	background-color:#FFF;
	color:#b8babc;
    max-width: 100%;
	position: relative;
}

.mainHeader .headerTabs {
    display: flex;
}

.mainHeader .headerTabs.menu {

}

.headerTab {
	width:18%;
	float:left;
	text-align:center;
	position:relative;
	height:85px;
	padding-top:4px;
	color:#575757;
	cursor:pointer;
	max-height: unset;
	box-sizing: border-box;
	height: 115px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.headerTab.logo {
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.headerTab.deskMenu {
    display: inline-flex;
}

.headerTab:hover {
	color:#232323;
}

.headerTab.center {
	width: 28%;
	padding-top:0px;
}

.headerIcon {
	position:relative;
	top: -5px;
}

.headerIcon .headerIconHover{
	display: none;
}

.accountMenuOpen .headerIcon .headerIconDefault{
	display: none;
}

.accountMenuOpen .headerIcon .headerIconHover{
	display: inline-block;
}

.menuOpen.headerTab .text{
	color: #fff;
}

.menuOpen .headerIcon .headerIconDefault{
	display: none;
}

.menuOpen .headerIcon .headerIconHover{
	display: inline-block;
}

.itemSelected .headerIcon .headerIconDefault{
	display: none;
}

.itemSelected .headerIcon .headerIconHover{
	display: inline-block;
}

.itemSelected.headerTab .text{
	color: #fff;
}

.headerTab img {
	margin:9px 0;
}

.headerTab .headerIconMain {
	margin: 0;
	margin-top: 3px;
	height: initial;
	padding: 5px;
	box-sizing: border-box;

	height: 90%;
	width: auto;
}

.headerTab .text {
	font-size:15px;
	line-height: 1.4em;
	color: #3d5b74;
	font-family: "Open Sans";

	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.headerTab .text .welcome{
	display: block;
	font-size: 16px;
	margin-block: 25px 0;
}

.headerTab.selected {
	border-top: 4px solid #e95857;
}

.headerTab .mobileMenu {
	min-height: 0;
	position: relative;
}

.tabbed4sections .text {
	line-height: 1em;
	margin-top: 5px;
}

.memberBenefits .fa {
	font-size: 17px;
}

.mainMenuContainer {
	background-color: #495969;
	height: calc(100% - 89px);
	position: absolute;
	z-index: 500;
	left: -750px;
	right: 0;
	top: 89px;
	overflow: hidden;
	width: 245px;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	-moz-transition: 0.8s;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	min-width: 18%;
	max-width: 500px;
}

.headerTab.menu {
	cursor:pointer;
}

#headerSearch {
    margin-left: 8%;
    padding-left: 2%;
    float: right;
}

#headerSearch::placeholder {
	color: #ffffffbb;
	font-size: 1.2em;
  }

.searchWrapper {
	position: absolute;
	height: 76px;
	overflow: hidden;
	width: 100%;
}

.searchBar {
	overflow: hidden;
	background-color:#495969;
	width:100%;
	margin:0;
	padding:10px 0;
	position:relative;
	border-bottom:3px solid #eaeaea;
	left: 4500px;
	-o-transition: left 1s;
    -ms-transition: left 1s;
    -moz-transition: left 1s;
    -webkit-transition: left 1s;
    transition: left 1s;
	position: absolute;
    z-index: 150;
}

.searchBar input {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 50px;
    background-color: transparent;
	border:none;
	color:#dbdde0;
	font-weight:100;
	font-size:25px;

}

.searchBar input:focus {
    outline: none;
}

.searchBar span {
	content: "";
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	right: 8%;
	bottom: 0;
	margin: auto;
	height: 30px;
	font-size:18px;
	padding: 10px 20px;
	cursor: pointer;
}

.searchBar span:after {
	content: "";
	font-family: fontAwesome;
	font-size:18px;
	cursor: pointer;
}

.mainMenu li ul {
	display:none;
	padding-left:0;
	background-color:#697484;
	height: 100%;
	width:100%;
}

.mainMenu li ul li ul {
	background-color:#7d8e9d;
}

.mainMenu li ul li ul li ul {
	background-color:#92A0AD;
}

.mainMenu li ul li ul li ul li ul {
	background-color:#AAB5BF;
}

.mainMenu .childrenOpen {
	height:100%;
}

.mainMenu .childrenOpen ul .childrenOpen {
	background-color:#697484;
}

.mainMenu .childrenOpen ul .childrenOpen ul .childrenOpen {
	background-color:#7d8e9d;
}

.mainMenu .childrenOpen ul .childrenOpen ul .childrenOpen ul .childrenOpen {
	background-color:#92A0AD;
}

.mainMenu li ul li {
	border:none;
}

.mainMenu li {
	text-transform:uppercase;
	font-size:15px;
	line-height:1em;
	width:100%;
	position: relative;
}

.mainMenu li, .mainMenu a  {
	color:#FFFFFF;
	list-style:none;
}

.mainMenu a, .mainMenu span {
	cursor: pointer;
	width: 71%;
	display: block;
	margin: 0 auto;
	padding-top:20px;
	line-height: 1.5em;
	margin-right: 46px;
	position: relative;
}

.mainMenu a:after, .mainMenu span:after {
	content: "";
	height: 1px;
	background-color: #FFF;
	display: block;
	width: 121%;
	margin-left: -11px;
	margin-top: 22px;
}

.mainMenu {
	padding:0;
	height:100%;
	width:100%;
}

.mainMenu .hasChildren ul li a:after, .mainMenu .hasChildren ul li span:after {
	content:"";
}

.mainMenu .hasChildren>span:before, .mainMenu .hasChildren>a:before   {
	content: "";
	font-family: fontAwesome;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	position: absolute;
}

.mainMenu .hasChildren .open:before {
	content:"";
	float:right;
	font-family:fontAwesome;
}

.nav_sidebar .hasChildren span {
	cursor: pointer;
}

.leftBlock .right {
	padding-left: 0 !important;
	float: right !important;
	width: calc(100% - 305px) !important;
}

.latestNewsBlock .left, .latestNewsBlock .right {
	float: left;
	width: 215px;
	padding: 42px 23px;
}

#footerContainer {
	width:1160px !important;
	font-size: 12px;
}

#footer a, #lowestFoot a {
  color: #fff;
}

#footer h4 {
	color:#FFFFFF;
	margin-bottom:15px;
	padding-top:25px;
	border-top:2px solid #e95857;
	display: inline-block;
}

.footerBlock {
	width: 350px;
	float: left;
	margin-top: 30px;
	color:#FFFFFF;
	margin-bottom:10px;
}

.footerBlock2 {
	width: 370px;
	float: left;
	margin-top: 30px;
	margin-left: 105px;
}

.footerBlock2 ul {
	float: left;
	margin-right: 116px;
}

.footerBlockWide {
  margin: 0px 0%;
  float: left;
  margin-top: 30px;
  margin-left:105px;
}

.social {
	display:flex;
	justify-content: space-between;
	max-width: 190px;
}

.social a {
	font-size:26px;
}

#footer {
	background-color: #354759;
	color: #868383;
	min-height:287px;
}

#footer ul {
	padding: 0;
	list-style: none;
	margin-top:0;
}

#footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer ul li p {
	margin:10px 0;
}

#footer p {
	color:#FFFFFF;
	line-height:1.5em;
	font-weight: 300;
	font-size: 14px;
}

#footerContainer h5 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.7em;
	margin-top: 0px;
}

#footerContain ul li p:hover, #footerContain a:hover  {
	color:#6B6B6B;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#lowestFoot {
  border-top: 2px solid #FFFFFF;
  background-color: #595e64;
  color: #FFFFFF;
  padding-bottom: 2px;
}

.blue {
	color:#00539b;
}

#mainFooter {
	position: relative;
	top: 0;
	transition: .3s;
	z-index: 99;
}

.myBGAAreas .text {
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.megaMenuBar {
	margin: 15px 0 15px;

	display: flex !important;
}

.megaItem {
	width: calc(11.11% - 6px);
    padding: 21px 2px;
	float: left;
    text-align: center;
	border-left: 2px solid #fff;
	cursor: pointer;
	color: #385d77;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	line-height: 12px;
	position: relative;
	flex: 1;
	max-height: 50px;
	display: flex !important;
    align-items: center;
    justify-content: center;

	color: #3d5b74;
	font-family: "Open Sans";
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.6666667px;
	padding: 5px;
    height: 42px;
	max-height: 52px;
}

.megaItem:first-child {
	border-left: none;
}

.megaItem.current {
	background-color: #e95857;
	color: #fff;

}

.megaItem.current:after {
    border-top: 15px solid #e95857;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 50px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    z-index: 1000;
}

.isIE11 .megaItem.current:after {
	top: 50px;
}

.megaItem:hover {
	background-color: #e95857;
	color: #fff;
}

.megaItem.current:hover {
	background-color: #e95857 !important;
}

.megaDropDown {
	background-color: #eceff1;
	position: absolute !important;
	height: 450px;
	z-index: 900;

	display: none;
	font-size: 14px;
	top: 67px;

	left: 0;

	box-shadow:  0 0 0.25em  rgba(67,71,85,0.27), 2px 0.25em 24px 0 rgba(90,125,188,0.05);
}

@media (max-width: 1395px) {
.megaDropDown {
		margin: 0;
	}
}

.megaDropDown.current {
	display: block;

}

.megaListMenu {
	height: 100%;
	border-right: 1px solid #C9C9C9;
	float: left;
}

.megaListMenu.subList {
	border-color: transparent;
	position: relative;
}

.megaListMenu ul{
	margin: 0;
	list-style: none;
	padding-top: 30px;
	padding-left: 20px;
}

.megaListMenu ul li{
	padding: 5px 0px;
	font-weight: 500;
	color: rgb(53, 71, 89);
}

.megaListMenu ul li.megaListTitle {
	color: rgb(53, 71, 89) !important;
}

.megaListMenu ul li.current{
	color: #e95857;
}

.megaListMenu ul li:hover{
	color: #e95857;
}

.megaListMenu ul li i{
	display: none;
}

.megaListMenu ul li:hover i{
	display: block;
}

.megaListMenu ul li.current i{
	display: block;
}

.megaListMenu ul li.strong{
	margin-bottom: 10px;
	font-weight: bold !important;
}

.megaVideo h3 {
    top: 0px;
    position: absolute;
    margin-left: 20px;
    margin-top: -3px;
    background-color: #e95857;
    padding: 10px 22px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

#MembershipBenefits .megaListMenu ul li {
	font-weight: 400;
}

.subList li {
	font-weight: 400 !important;
}

.megaInfoBox {
	background-color: #385d77;
	color: #fff;
	float: right;
	height: 100%;
}

.megaInfoBox h3 {
	position: absolute;
	margin-left: 20px;
	margin-top: -3px;
	background-color: #e95857;
	padding: 10px 22px;
	font-weight: 400;
	font-size: 18px;
}

.infoBoxContent {
	width: 100%;
	height: calc(100% - 50px);
	margin-top: 50px;
}

.infoQuote {
	height: calc(50% - 25px);
	padding-top: 15px;
}

.infoQuote img{
	float: left;
	width: 100px;
	margin-left: 20px;
}

.infoQuote .quoteText{
	float: left;
	width: calc(100% - 160px);
	padding-right: 20px;
}

.infoQuote .quoteText p{
	margin: 0;
	font-size: 14px;
	padding-left: 15px;
}

.infoQuote .quoteText .quoteDetail {
	line-height: 20px;
}

.infoQuote .quoteText .quoteName {
	font-weight: bold;
	padding-top: 10px;
}

.infoQuote .quoteText .quoteSubName {
	font-weight: bold;
	line-height: 15px;
	color: #e95857;
	font-style: italic;
}

.infoAdvert {
	position: absolute;
    width: calc(100% - 2px);
    max-width: 438px;
    height: 40%;
    background-color: #eceff1;
    bottom: 0;
    border-left: 1px solid #C9C9C9;
}

.videoContainer {
	width: 80%;
	margin-left: 20px;
	position: relative;
}

.videoContainer video {
	width:100%;
	background-size:cover ;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	aspect-ratio: 16 / 9;
	aspect-ratio: attr(width) / attr(height);
}

.videoButton,
.playButton {
	position: absolute;
    width: 16%;
    cursor: pointer;
    z-index: 1000;
    top: 50%;
    bottom: 50%;
    margin: auto;
    left: calc(50% - 8%);
    cursor: pointer;
    z-index: 1000;
	transition: opacity 1s;
}

.videoButton {
	padding-top: 16%;
	background: #e95757;
    border-radius: 100%;

}

.videoButton:before{
	content: "";
	font-family: fontAwesome;
	color: #fff;
	font-size: 35px;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translateX(-50%) translateY(-50%);
}

.videoContainer.playing .videoButton:before{
	content: "";
	left: 50%;
}

.videoContainer.playing .videoButton{
	opacity: 0;
}

.videoContainer.playing:hover .videoButton{
	opacity: 1;
}

.pauseButton{
	color: #e95757;

	font-size: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	transition: opacity 0.5s;
}

.pauseButton:after{
	content: "";
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.8);
	border-radius: 50%;
	z-index: -1;
}

.liability .pauseButton{
	width: 15%;
	height: 11vw;
	color: #337cc0;
	max-height: 160px;
}

.liability .pauseButton:before{
    transform: scale(1);
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: clamp(42px, 12vw, 175px);
    left: -5px;
	top: -5px;
}

.videoContainer.playing .playButton{
	opacity: 0;
}

.videoContainer.playing .pauseButton{
	opacity: 0;
}

.videoContainer.playing:hover .pauseButton{
	opacity: 1;
	z-index: 1000;
}

.videoContainer.paused .playButton{
	opacity: 1;
}

.videoContainer.paused .pauseButton{
	opacity: 0;
	z-index: -1;
}

.BGAvideo {
	width: 100%;
	background-color: #fff;
	max-height: 268px;
    height: 19vw;
	margin-top: 40px;
}

#videoOverlayFull {
	position: absolute;
	background-color: rgba(43,71,91,0.83);
	width: 100%;
	height: calc(100% + 600px);
	top: -89px;
	left: 0;
	z-index: 800;
	display: none;
}

#exitFull {
	color: #fff;
	font-size: 42px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

#videoContainerFull {
    width: 60%;
    margin-left: 20%;
    margin-top: 10%;
    z-index: 900;
}

.mobileMenu {
	display: none;
}

.deskMenu {
	display: block;
}

.infoAdvert .topText {
	text-align: center;
	color: #e95857;
	font-weight: bold;
	font-size: 38px;
	margin: 0;
	margin-top: 35px;
}

.infoAdvert .secondText {
	text-align: center;
	color: #385d77;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	line-height: 43px;
	margin-left: 42px;
	margin-right: 10px;
	float: left;
}

.infoAdvert .extraText {
	color: #385d77;
	float: left;
	line-height: 15px;
	font-weight: bold;
	margin-top: 7px;
}

.infoAdvert .joinNowButton {
	width: 80%;
	margin: auto;
	background-color:  #e95857;
	height: 40px;
	margin-top: 20px;
}

.infoAdvert .joinNowButtonText {
	color: #fff;
	text-align:  center;
	font-weight:  bold;
	text-transform:  uppercase;
	font-size:  23px;
	padding-top: 8px;
}

.container.contentLightBlue h5 {
	color: #134687 !important;
}

.userBanner {
	position: absolute;
	left: 0;
	right: 0;
    height: auto;
	padding: 20px;
    background: #efefef;
	z-index: 900;
	display: none;
	margin-top: 10px;
	top: 120px;

	box-shadow:  0 0 0.25em  rgba(67,71,85,0.27), 2px 0.25em 24px 0 rgba(90,125,188,0.05);
}

.userBanner .bannerInner {
	display: flex;
	width: 1366px;
	max-width: 100%;
	margin: 0 auto;
}

.userBanner .bannerInner .bannerContainer {
	flex-grow: 1;
    min-width: 30%;
}

.userBanner .bannerInner .bannerContainer h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.userBanner .bannerInner .bannerContainer h3 i {
	font-size: 27px;
}

.userBanner .bannerInner .bannerContainer > ul {
	list-style: none;
	padding-left: 36px;
    margin-top: 10px;
}

.userBanner .bannerInner .bannerContainer a {
	color: #4a5968;
}

.userBanner .bannerInner .bannerContainer a:hover {
	color: #d24949;
}

.userBanner .bannerInner .bannerContainer .bannerButton {
	background-color: #e95957;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    display: inline-block;
    margin-top: 43px;
}

.userBanner .bannerInner .bannerContainer .bannerButton:hover {
	background-color: #B04242;
	color: #fff;
	transition: 0.5s;
}

.accountMobileMenu {
	min-height: 101vh;
    height: calc(100% - 89px);
    position: absolute;
    z-index: 500;
    left: -750px;
    right: 0;
    top: 0;

    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    min-width: 18%;
    max-width: 1000px;

	width: 100%;
    background-color: #fff;
	height: var(--window-height);
}

.accountMobileMenu.mainMenuOpen {
	left: 0px;
}

.nav-membership-quiz-large {
	display: block;
	bottom: 15px;
    position: absolute;
    width: calc(100% - 30px);
}

.nav-membership-quiz-small {
	display: none;
	bottom: -5px;
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: auto;
}

.groomsBoardAdvert {
	background-color: #fff;
    margin: 20px;
    height: calc(100% - 100px);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.groomsBoardAdvert .groomsHeader {
    background-color: #394d5f;
    height: 75px;
    color: #73c5d5;
    font-size: 34px;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 25px;
    box-sizing: border-box;
}

.groomsBoardAdvert .adTitle {
    padding-left: 12px;
    color: #394d5f;
}

.groomsBoardAdvert .viewAllJobs {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background-color: #394d5f;
    color: #fff;
    height: 37px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 6px;
    box-sizing: border-box;
    font-weight: 100;
}

.groomsBoardAdvert hr {
	position: absolute;
    bottom: 67px;
    left: 14px;
    right: 14px;
    border-width: 2px;
}

.groomsBoardAdvert .adJobDetailsItem {
    margin: 0px 14px;
    display: flex;
}

.groomsBoardAdvert .adJobDetailsItem > div {
    font-weight: bold;
    color: #394d5f;
    margin-right: 25px;
}

.groomsBoardAdvert .adJobDetailsItem > div:nth-child(1) {
    border-right: 1px solid #ccc;
}

.groomsBoardAdvert .adJobDetailsItem > div > span {
    font-weight: 400;
    float: right;
    text-align: center;
    color: #73c5d5;
    margin: 0px 28px;
}

.groomsBoardAdvert .viewJob {
	background-color: #00d9a9;
    color: #fff;
    margin-left: 14px;
    margin-top: 20px;
    display: block;
    width: 120px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}

.slick-arrow {
	position: absolute;
	z-index: 100;
	bottom:25px;
	margin: 15px;
	background-color: transparent;
	color: transparent;
	border: none;
	background-size: initial;
	background-position: center;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	padding: 20px;
	overflow:hidden;
}

.slick-next {
	right:7px;
	background-image:url(/assets/img/Slidernext.png);
	margin-right: 0px;
}

.slick-prev {
	left:7px;
	background-image:url(/assets/img/Sliderprev.png);
	margin-left: 0px;
}.slick-arrow {
	position: absolute;
	z-index: 100;
	bottom:25px;
	margin: 15px;
	background-color: transparent;
	color: transparent;
	border: none;
	background-size: initial;
	background-position: center;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	padding: 20px;
	overflow:hidden;
}

.slick-next {
	right:7px;
	background-image:url(/assets/img/Slidernext.png);
	margin-right: 0px;
}

.slick-prev {
	left:7px;
	background-image:url(/assets/img/Sliderprev.png);
	margin-left: 0px;
}

.userAreaContainer .membershipNumber .red {
	font-weight:700;
	color:#E95757;
}

.helpTextContainer .red, .userAreaContainer .red {
	color:#E95757
}

.container.membershipPage {
    overflow: hidden;
}

.insuranceVideoSection .videoContainer{
	padding-top: calc((9 / 16) * 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	position: relative;
	width: 100%;
	margin: 0;
}

.insuranceVideoSection .BGAvideo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: unset;
	margin: 0;
}

.hero-image.hero-image-mobile {
	display: none;
	z-index: 5;
}
.hero-image.hero-image-desktop {
	display: block;
	z-index: 5;
}

.hero .curved-header {
	z-index: 10;
}

@media (max-width : 1366px) {
.membershipPage .container {
		padding: 20px 20px 0;
		box-sizing: border-box;
	}
}

@media (max-width: 950px) {
.headerTab .text {
		font-size:13px;
	}

.videoContainer.playing:hover .pauseButton{
		opacity: 0 !important;
	}
}

@media (max-width: 620px) {
.mainMenuContainer {
		top: 95px !important;
	}

.home .mainMenuContainer {
		top: 115px !important;
	}

.membershipPage .container {
		padding: 10px;
	}

	.hero-image.hero-image-mobile {
		display: block;
	}
	.hero-image.hero-image-desktop {
		display: none;
	}
}

@media (max-width : 1366px) {
#groomCleanPartners .partners table {
		max-width: 440px;
	}
}

@media (max-width : 1150px) {
.footerBlock {
		margin-top: 20px;
	}

.footerBlock, .footerBlock2, .footerBlockWide {
    	margin-left: 0;
	}

.social a {
		float: none;
		margin-left: 0 !important;
	}

#footerContainer {
		width: 1160px !important;
		padding: 10px 0;
		max-width: 98%;
	}

#groomCleanPartners .partners table {
		max-width: 380px;
	}

#groomCleanPartners .partners table td {
		width: 25%;
	}

.infoQuote img {
		width: 60px;
	}

.infoQuote .quoteText {
    	width: calc(100% - 120px);
	}

.infoAdvert .topText {
		font-size: 2.5vw;
	}

.infoAdvert .secondText {
		line-height: 3vw;
		font-size: 2.2vw;
		    margin-right: 0.5vw;
	}

.infoAdvert .extraText {
		line-height: 1.1vw;
    	margin-top: 0.5vw;
    	font-size: 1.1vw;
	}

.infoAdvert .joinNowButton {
    	height: 5vw;
		margin-top: 0px;
	}

.infoAdvert .joinNowButtonText {
		font-size: 3vw;
		padding-top: 1vw;
		    margin: 0;
	}
}

@media (max-width : 950px) {
#groomCleanPartners .partners table  {
		max-width: 500px;
	}

#groomCleanPartners .partners, #groomCleanPartners .sponsors {
		float: none !important;
		width: 100%;
		clear: both;
	}

#groomCleanPartners .partners td:nth-child(2) img, #groomCleanPartners .partners td:nth-child(4) img {
		width: 95px;
    	max-width: none;
	}

.container {
		margin: 0 auto;
		position: relative;
	}

#lowestFoot {
		font-size: 14px;
	}

.footerBlock2 ul {
		margin-right: 35px;
	}

.footerBlock2 {
		width: 200px;
	}

.megaDropDown {
		font-size: 11px;
		height: 380px;
	}

.megaListMenu ul {
		padding-left: 5px;
	}

.megaListMenu ul li {
		line-height: 18px;
	}

.megaInfoBox h3{
		font-size: 1.5vw;
	    padding: 5px 18px;
	}

.infoQuote .quoteText p {
		font-size: 11px;
		line-height: 12px !important;
	}

#videoContainerFull {
		width: 98%;
		margin-left: 1%;
	}

.nav-membership-quiz-large {
		display: none;
	}

.nav-membership-quiz-small {
		display: block;
	}

.groomsBoardAdvert .adTitle {
		font-size: 18px;
		line-height: 16px;
	}

.groomsBoardAdvert .viewJob {
		margin-top: 10px;
		width: 80px;
		padding: 3px;
	}

.groomsBoardAdvert .groomsHeader {
		height: 60px;
		font-size: 22px;
		padding-top: 18px;
	}

.groomsBoardAdvert .adJobDetailsItem > div {
		margin-right: 12px;
	}

.groomsBoardAdvert .adJobDetailsItem > div > span {
		margin: 0px 14px;
	}
}

@media (max-width : 770px) {
.footerBlock, .footerBlock2, .footerBlockWide  {
		width: 95%;
		padding: 0 5%;
		clear: both;
		float: none;
		margin-left: 0;
		padding-right: 0;
	}

.footerBlock2 ul {
    	margin-right: 100px;
	}

.infoQuote img {
		display: none;
	}

.infoQuote .quoteText {
    	width: 90%;
	}
}

@media (max-width : 620px) {
#mainHeader{
		margin-bottom: 10px;
	}

.home #mainHeader{
		margin-bottom: 0;
	}

#mainHeader > .mobileMenu{
		width: 100%;
	}

.home #mainHeader > .mobileMenu{
		margin-top: 20px;
	}

.headerTab{
		height: 95px;
	}

body:not(.home) .headerTab{
		border-bottom: 1px solid #fff;
	}

.hasAccountMenuOpen:not(.home) .headerTab:not(.accountMenuOpen),
	body:not(.home) .headerTab.menuOpen ~ .headerTab{
		border-bottom-color: #E3E3E3;
	}

.searchWrapper{

	}

.latestNewsBlock .left, .latestNewsBlock .right {
		float: none !important;
		width: calc(100% - 120px) !important;
		text-align: left;
		margin-top: 0 !important;
		padding: 30px !important;
	}

.latestNewsBlock .left:not(.latestNewsHomeImage), .latestNewsBlock .right:not(.latestNewsHomeImage) {
		width: calc(100% - 60px) !important;
	}

.megaMenuBar {
		display: none;
	}

.megaDropDown {
		display: none !important;
	}

.menuBarWrapper {
		display: none;
    }

.mobileMenu {
		display: block;


		box-sizing: border-box;
	}

.headerTab.mobileMenu {
		display: inline-flex;

	}

.headerTab.deskMenu,
	.deskMenu {
		display: none;
	}
}

@media (max-width:600px) {
.headerTab {
		height: 95px;
		padding-top: 0;
	}

#mainHeader {

	}
}

@media (max-width: 480px) {
.headerIcon {
		top: 5px;
	}

.headerTab img {
		margin:0;
		height: 18px;
	}

.headerTab {
		height: 80px;
	}

.headerTab.mobileMenu {
		display: inline-flex;
		height: 80px;
	}

.home .mainMenuContainer {
		top: 100px !important;
	}

#mainHeader {
		margin-bottom: 0;
	}

.headerTab .text {
		display:none;
	}

.mainMenuContainer {
		top: 80px !important;
	}

.latestNewsBlock .left, .latestNewsBlock .right {
		padding: 10px 18px !important;
	}

.latestNewsBlock .left, .latestNewsBlock .right {
		width: calc(100% - 74px) !important;
	}

.latestNewsBlock .left:not(.latestNewsHomeImage), .latestNewsBlock .right:not(.latestNewsHomeImage) {
		width: calc(100% - 35px) !important;
	}

.employerAccessLoginBox > div:not(.clearfix) {
		float: left !important;
		width: 100%;
	}
}

@media (max-width:465px) {
#copyright .break {
		display: none;
	}

#copyright .right {
		display: block;
	}
}
