#headerMessage {
	position:fixed;
	width: 100%; 
	left: 0; 
	top: 0;
	padding:3px 0 12px 0;
	background-color: rgba(56,93,119,0.95);
	color: #fff; 
	font-size: 13px; 
	font-weight: 700; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	z-index: 99999; 
	text-align: center;
	border-bottom:solid 1px #fff;
}

#headerMessage .btn {
	background-color: #e95857;
    padding: 5px 15px !important;
	color:#fff !important;
}
#headerMessage .btn:hover {
	background-color:rgba(167,0,2,1.00) !important;
	cursor:pointer !important;
	-o-transition: .5s !important;
	-ms-transition: .5s !important;
	-moz-transition: .5s !important;
	-webkit-transition: .5s !important;
	transition: .5s !important;
}

#formSearch a {
	text-decoration:none;	
}

.searchBar a, .greyContentStripRight a {
	color:#fff;
}


.jobsMessage {
	padding:5px 8px;
	margin-left:10px;
	float:left;
	width:235px;
	border-radius:15px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
}

a:hover, a img:hover  {
	/*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;*/
}

.whereToTrainDescription p:first-child {
	margin-top:0;
}

.whereToTrainInfo span {
	text-transform:none;	
}

.trainLogo {
	float:right; 
	max-width:40%; 
	min-width:200px;
	height:0;	
}

.trainLogo img {
	margin-right:20px;
	border:1px solid #DDDDDD;	
}

.disabled {
	background-color:#CCCCCC;
	cursor:not-allowed;	
}

.lrgBtnSubmit {
	margin:0 !important;	
}

.mainSlider {
	display:none !important;	
}

.homeSlider {
	/* background-position:center 0;
	background-image:url(../img/sliderBg.png);
	background-repeat:no-repeat;
	background-size: contain; */
	/*width: 1290px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width:100%;*/
}

#uploadImage {
	/*background-color: rgba(0,0,0,0.15);
	border: 1px solid rgba(0,0,0,0.25);
	width: 100px;
	height: 25px;*/
}


.placeHolder, .customText ::-webkit-input-placeholder {
	color:#666666 !important;
	font-weight:bold;
	font-size: 16px;
	padding-left: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}

.getConfigCheckboxArray {
	width:61%;
	float:left;
}
.getConfigCheckboxArray p {
	width:97% !important; 	
}

.homeTripContainer {
	padding-bottom: 10px;
}

.spillersForm input {
	margin-bottom:10px;
	margin-top:2px;
}
.spillersForm {
	padding:10px;
	border:1px solid #ccc;	
}

.customSelect {
	background-color:#e5e5e5;
	border-radius:5px;
	width:168px;
	height:40px;
	float:left;
	margin-right:15px;
	background-image:url(/assets/img/dropDownBtn.png);
	background-repeat:no-repeat;
	background-position:95%;
}

.customText input{
	background-color:#e5e5e5;
	border-radius:5px;
	width:154px;
	padding:0 8px;
	height:40px;
	float:left;
	margin-right:15px;
	border:none;
	color:#666666 !important;
	font-weight:bold;
	font-size: 16px;
}

.customText input.viewSelected {
	background-color:#D6D6D6;
	width:152px;
	height:38px;
	border-top: 2px solid #666;
    border-left: 2px solid #666;
}

.viewMode {
	cursor:pointer;	
}

.viewMode:hover {
	background-color:#DBDBDB;
}

.blueCricleBtn {
	background-color: #00328c;
	border: none;
	padding: 9px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-radius:50px;
	height:34px;
	width:34px;
}

.redCricleBtn {
	background-color: #e95757;
	border: none;
	padding: 9px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-radius:50px;
	height:34px;
	width:34px;
	cursor:pointer;
}

.redCricleBtn:hover {
	background-color: #D74040;	
}

.blueHighlightHeader {
	background-color:#00328c;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	float:left;
	width:170px;
	height:40px;
	margin-right:15px;
	font-size:20px;
}

.blueHighlightHeader p {
	margin-top:9px;
	margin-left:5px;
	margin-bottom:0;	
}

#jobSearch select {
	background: transparent;
	width: 170px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	font-weight:bold;
	color:#000;
	padding-left: 5px;
}

.opportunities .configOpen {
	margin:0 !important;
}

.opportunities .largeSelect {
    padding-right: 35px;
	width:220px !important;
}

.opportunities .customSelect, #jobSearch .opportunities select {
	width:150px;	
}

.opportunities .largeSelect:focus {
    width: auto;
    position: relative;
}

.opportunities .selectContain {
	width:220px;
}

#jobSearch option {
	color:#000;	
}

#jobSearch {
	height:auto;
	margin-top: 30px;
	background: #f1f1f1;
	display: inline-block;
	width: 100%;
}

#jobSearchContainer {
	display: flex;
	flex-wrap: wrap;
}

#jobSearch .filterMethods {
	display: inline-block;
	border-right: 1px solid white;
    padding: 6px 26px;
    text-transform: uppercase;
	color: #73c0d0;
	font-size: inherit;
}
#jobSearch .filterMethods.filterSelected {
	background: #eaeaea;
}

#jobSearch .filterMethods:nth-child(n+3) {
	cursor: pointer;
	border-top: 1px solid #FFF;
}

#jobSearch input {
	background: #bbc0c5;
    border: 0;
	text-transform: uppercase;
	padding: 5px 5px 2px 5px;
	margin-left: 5px;
	color:white;
}

#jobSearch #applyFilters {
	background: #eaeaea;
	margin: 0;
}
#jobSearch #applyFilters:after {
	content: '\f054';
	font-family: fontAwesome;
	margin-left: 5px;
	font-size: 14px;
}

#jobSearch .dropDown:after, .viewButton.dropDown:after {
	font-family: FontAwesome;
	content: '\f078';
	position:relative;
	left:10px;
}

#jobSearch .dropDown.filterSelected:after {
	content: '\f077';
}

#jobSearchContainer div:nth-child(2) {
	flex-grow: 1;
}

#filteredBy {
	color: black;
    background: white;
    font-size: 14px;
    text-align: left;
    padding-left: 40px;
}

#filteredBy .element {
	margin-right: 20px;
}

#filteredBy .element.clear {
	color: darkgrey;
    cursor: pointer;
}

.dropDown.clicked:after {
	content: '\f077';
}

.jobBoard .filterOptions {
	position: relative;
	/*height: 24px;*/
	display: none;
	text-align: left;
	width: calc(100% - 16px);
}

.bottomHide {
	width: 100%;
    position: absolute;
    bottom: 0;
    background: white;
    height: 55px;
	z-index: 0;
}

.opportunitiesAdvert {
	width:304px;
	height:360px;
	position:relative;
	background-image:url(/assets/img/jobAdvert.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.opportunitiesAdvert h4 {
	padding:15px;
	font-size:40px;
	line-height:40px;
	color:#fff;
	margin-bottom:0;
}

.opportunitiesAdvert h4 strong {
	color:#00aeef;
}

.opportunitiesAdvert a {
	padding: 10px 11PX;
	color: #FFF;
	font-size: 23px;
	line-height: 25px;
	display: block;
	width: 171px;
	margin-left: 17px;
}


.col1Half {
	width:62%;
	margin-right:2%;
	float:left;
	text-align:left;
	margin-top:30px;		
}

.col1Half2 {
	width:310px;
	padding-left:2%;
	float:right;
	text-align:left;	
}

.sameLine {
	margin-right: 10px;
	float:left;
	height:27px;
	line-height:27px;
	clear:none !important;
}

.noMargin #joinRenewBttn  {
	margin:0 !important;
}
.noMargin #joinRenewBttn .redCurveBttn {
	margin:0;
	margin-right:10px;
}

.mainSliderWidth {
	display:block;
	position:relative;
	width:92%;
	margin:0 auto;
  	margin-bottom: 15px;
}

.centreText {
	text-align:center;	
}

.typicalImageHeader {
	max-width:100%;
}

.fade:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.homeColouredBox {
	float: left;
	position: relative;
	width: 264px;
	height: 142px;
	 margin: 0 12px;	
}

.homeColouredBox:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;	
}

.homeColouredBox img {
	width: 264px;
	height:auto;	
}

.employerZoneContain h4 {
	font-size: 35px;
	margin: 14px 0 0 0;
	margin-left: 0;
	line-height: 32px;
}
.employerZoneContain img {
	float:right;
	margin-right: 50px !important;
	margin-top: 10px !important;	
}
.employerZoneContain h5 {
	font-size: 25px;
	margin: 14px 0 20px 0;
	margin-left: 0;
	line-height: 22px;
}

.memberLoginContain h4 {
	font-size: 35px;
	margin: 14px 0 20px 0;
	margin-left: 0;
	line-height: 32px;
}

.memberLoginRight p {
	margin: 0px;
  	line-height: 22px;
}

.memberLoginContain p {
	margin: 0px;
  	line-height: 22px;
}

.memberLoginContain p strong {
	margin:0px;
	font-size:24px;
}

.memberLoginContain img {
	float:left;	
}

.memberLoginLeft {
	float:left;
	width:50%;
	margin-right:2%;	
}

.memberLogin input[type="text"] {
	margin-right: 100px;
	background-color: #e6e7e8;
	border: none;
	height: 22px;
	margin: 6px 0;
	padding-left: 10px;
	padding-right: 10px;
}

.memberLogin input[type="submit"] {
	margin-top:10px;
	background-color: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 11px;
	font-weight: bold;
	font-size: 14px;
	color: #00539b;
}

.memberLoginContain a {
	color:#fff;	
}

.employerZoneContain {
	background-image:url(../img/membersZoneBox.png);
	background-repeat:no-repeat;
	height:205px;
	width:488px;	
	padding: 18px;
	color:#fff;
	margin-top: -115px;
	margin-left: 50px;
/*	position:absolute;
	top:140px;
*/
}

.memberLoginContain {
	background-image:url(../img/memberBoxLogin.png);
	background-repeat:no-repeat;
	height:230px;
	width:488px;	
	padding: 18px;
	color:#fff;
	z-index:30;
	margin-top:-150px;
}

.notExpired {
	background-color:#C5E1C5 !important;
}

.expired {
	background-color:#F3B2B3 !important;
}

.show {
	display:block !important;	
}

.hide {
	display:none !important;	
}

#creditWarning {
	display: none;
}

.newsSliderBtn {
	float: right; 
	width: 85px;
	margin-top:10px;
	display:none;
}
.newsSliderBtn img {
	width:30px;
	height:auto;
	margin-left:10px;
}

.bgaMemberBox {
	background-image:url(/assets/img/bgaHomeSection.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:relative;
	width:960px;
	height:503px;
}

.bgaMemberBox, .largeAdvertBg {
	margin: 20px 0 10px 0;	
}

.bgaMemberHeaderText {
	width: 225px;
	margin-left: 35px;
	padding-top: 8px;
	height: 90px;
	float: left;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	
}

.sliderMask {
	width: 100%;
	height: 379px;
	position: absolute;
	top: 0;
	z-index: 7;
	left: 0;
	right:0;
	background-image:url(/assets/img/sliderMask.png);
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
	max-width:100%;
	border: 2px solid #FFF;
}

.bgaMemberLeftCol {
	width:640px;
	float:left;		
}

.bgaMemberMainContent h4 {
	font-size: 27px;
	line-height: 30px;	
}

.bgaMemberMainContent p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;	
}

.bgaMemberRightCol {
	width: 280px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;	
}

.largeAdvertBg .bgaMemberMainContent h3{
	color:#ee3a43;
	margin-bottom:4px;
}

.largeAdvertBg .bgaMemberMainContent p{
	color:#000;
	margin:15px 0;
}

.largeAdvertBg .bgaMemberMainContent {
	padding:30px 38px !important;	
}

.largeAdvertCol1 {
	float:left;
	width:430px;	
}

.largeAdvertCol2 {
	float:left;
	width:500px;
	position:absolute;
	right:0;
	margin-top: -130px;
	margin-right: 35px;
	z-index: 5;
}

.bgaMemberMainContent {
	clear: both;
	padding: 10px 19px;
	color:#fff;
}

.bgaMemberMainContent h3 {
	font-size: 45px;
	line-height: 45px;
	margin-top: 0;	
}

.bgaMemberImg1, .bgaMemberImg2 {
	position:relative;
	width:290px;
	height:225px;
	margin-top: 20px;
}

.bgaMemberImg1 img, .bgaMemberImg2 img {
	position:absolute;
	z-index:1;
}

.bgaMemberImg1Text, .bgaMemberImg2Text {
	BACKGROUND-REPEAT: NO-REPEAT;
	WIDTH: 125PX;
	HEIGHT: 55PX;
	PADDING: 6PX;
	position: absolute;
	bottom: 4px;
	left: 14px;
	background-size: contain;
	line-height:16px;
	font-size:16px;
	z-index:10;
}

.bgaMemberImg1Text {
	color:#ee3a43;
}

.bgaMemberImg2Text {
	color:#ffffff;	
}

.bgaMemberImg1Text strong, .bgaMemberImg2Text strong {
	font-size: 20px;	
}

.bgaMemberImg1Text {
	background-image: url(/assets/img/whiteTitleBox.png);
}


.bgaMemberImg2Text {
	background-image:url(/assets/img/blueTitleBox.png);
}

.owl-carouselLarge img {
	max-width:auto !important;	
}

.fwgImages {
	float:left;
}

.fwgImage img {
	width:155px !important;
	height:224px !important;
	margin: 0 auto;
    display: block;
}

#jobTitle {
	min-height:70px;	
}

.fwgItem {
	float:left;
	margin:0 17px 17px 0;
	width:203px;
}

.fwgItem h3 {
	text-align: center; padding: 5px; 
	font-size: 13px !important; 
	margin: 5px 0 0 0;
	line-height:14px !important;
}

.fwgImage {
	width: 100%;
}

.article {
	padding:10px 0;	
}

.btnView {
	padding:0px;
	margin:10px 10px 0px 20px;
	height:26px;
	float:left;
	line-height:15px;	
}

.sliderImgContain {
	width: 25%;
	padding-right: 1%;
}

.searchBar {
	background-color:#43b1ef;
	padding:10px;
	margin-right: 1%;
	margin-bottom: 15px;
}

.latestJobHome img {
	width:auto !important;	
}

.jobBoardDetails {
	max-height: 0;
	overflow: hidden;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;	
	
}

.jobBoardDetailsOpen {
	max-height:1000px !important;
}

.productImage {
	width:100%;
	position: relative;
}

.productImage:hover .viewDetails {
	 filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.viewDetails {
	position: absolute;
	width: calc(100% - 2px)!important;
	display: block;
	text-align: center;
	z-index: 5;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
	font-weight: bold;
	color: #e95857;
	line-height: 1.9em;
	 filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    -o-transition:.7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    transition: .7s;
}

.mainProdImage img {
	width:100%;	
}
.productInfo {
	float: left;
	width: 90%;
	margin-left: 10px;
}

.productMainText {
	width: 100%;

}

.productInfo {
	float: left;
	width: 80%;
	margin-left: 10px;
}

.prodFilterCol {
	width:35%;
	margin:0 3%;
	max-width:160px;
	
}
.prodBrowseCol {
	width: 73%;
	margin-left: 27%;
}

.qtyInput {
	margin-left:10px;
	width:40px;
	padding:5px;
	border:1px solid #ccc;
}

.noButton {
	background: none;
	border: none;
	text-align: left;
	padding: 0 0 0 12px;
	margin:2px 0;
	margin-left:-12px;
	cursor:pointer;
}

.noButton:hover {
	text-decoration:underline;	
}

.checkboxScroll {
	width: 230px;
	max-height: 235px;
	overflow:auto;
	padding-right: 30px;
	background-color: #FFF;
	margin-left: 5px;
	border: 1px solid #afb5bd;
}

#checkboxScroll {
	width:227px !important;
	padding:8px !important; 
}

.checkboxHeader {
	color: #354759;
	font-size: 16px;
	border-bottom: 1px solid #cecece;
	WIDTH: 100%;
	display: block;
	font-weight: bold;
}

.checkboxScroll {
	margin: 11px 0;
}

.customCheck {
	cursor: pointer;
}

.checkboxScrollLabel:hover+.checkboxScrollInput .customCheck, .checkboxScrollInput .customCheck:hover  {
	/*background-color: #CECECE;*/
}

.checkboxScroll .customCheck input {
	margin-top: 0 !important;
}

.checkboxScroll .customCheck label {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin: 0;
}

.checkboxScrollLabel label {
	margin-top: 0 !important;
	padding: 10px 0;
}

.customCheck {
	padding: 1px;
}

.delItem:before {
	content: '\f00d';
	font-family: fontAwesome;
	font-size: 18px;
}

.updateItem:before {
	content: '\f021';
	font-family: fontAwesome;
	font-size: 18px;
}

.productImage {
	padding-top:20px;
	float:left;	
}
.productInfo {
	float:left;
	width:45%;
	margin-left:10px;	
}
.productInfo h2 {
	margin-top: 16px;
	font-size: 35px;
	margin-bottom:1px;
	margin-left: 10px;
}
.productInfo h3 {
	font-size: 18px;
	margin-bottom:1px;
	margin-left: 10px;

}
.inline-form p label {
	min-width: 80% /*30%*/;
	margin-right:1%;
	float: left;
}

.requiredSkills.inline-form p label {
	min-width: 50%;
}

.sizeSelected, .sizeSelected P {
	background-color: #e95857 !important;
	color: #FFFFFF !important;
}

.productBrowse {
	float: left;
	margin: 0px 30px 0 0;
	width: calc(20% - 24px);
/*	min-height: 340px;*/
}

.productBrowse:nth-child(5n) {
	margin: 0;
}

.productBrowse .fade:hover, .productBrowse .viewDetails:hover+.fade  {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
} 

.productText {
	clear:both;	
	background-color: #f1f1f1;
	padding: 8px;
	height: 55px;
	text-align: center;
}

.productText h4 {
	margin:0px;	
	font-size: 15px;
	line-height: 1.4em;
    width: 100%;
	display: block;
    overflow: hidden;
    height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productText h3 {
	margin-top:0px;
	margin-bottom:0px;
	color: #e95857;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	display: inline-block;
    width: 100%;
}

#productImages {
	width:45%;
	float:left;
	background-color: #EEE;
	padding: 15px;
}

#productDetail hr {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-left: 0px;
}

#productDetail h4 {
	margin:	8px 0 8px 0;
	font-size:15px;
}

#productDetail .productDetailContainer {
	float: right;
    max-width: 565px;
    margin-left: 30px;
    width: 47%;
    margin-bottom: 10px;
}

.productDetailsBg {
	background-color: #eee;
	height: 358px;
	position: relative;
}

.membershipOptionsBtn:after,.memberBoxMoreInfo:after {
	content: '\f054';
    font-family: fontAwesome;
    padding: 2px 8px;
	margin-left: 10px;
}

#productDetail .btnRedCurved {
	max-width: none !important;	
}

#productDetail h2 {
	margin-top:0px;
	margin-bottom:2px;
	text-transform:uppercase;
}

#LargeImage {
	max-width: 350px;
}

#LargeImage p {
	margin-bottom:8px;
}

#LargeImage img {
	max-height:320px;	
	border:1px solid #ccc;	
	cursor:pointer;	
}

#saveChanges {
	background-color: #11C909;
	border-radius: 5px;
	padding: 10px 20px;
	width: 94px;
	height: 18px;
	text-align: center;
	color: #fff;
}

.smallImageFocus {
	border:1px solid #000;	
}

.pagination {
	float:right;
	width:160px;
}

#jobContainer2 {
	padding: 0 0 35px;
}

#jobContainer .pagination {
	width:auto;	
}

#paginationBar.job-listing .prevBtn, #paginationBar.job-listing .nextBtn, #navTable .prevBtn, #navTable .nextBtn  {
	color: #ccc;
	padding: 0;
}

#paginationBar.job-listing a, #navTable .pageButton, #navTable a {
	color: #354759 !important;
}

.paginationContainer #results {
	margin-bottom: 5px;
}

#paginationBar.job-listing .pageButton, .pageButton {
	font-weight: bold;
}

#paginationBar.job-listing .pageButtonActive, .pageButtonActive {
    color: #3E658E !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

#paginationBar {
	padding-top: 10px;	
}

#paginationBar.job-listing {
	padding-bottom: 0;
	float: left;
	padding-top: 0;
	margin-top: 0;
	line-height: 1.4em;
	max-height: 85px;
	border-bottom: none;
	margin-top: 15px;
	
}

.selected {
	/*background-color:#000 !important;*/
	color:#fff;
}

.pageButtonActive {
	font-weight:bold;	
}

.product img {
	width:100%;
	margin:1px;

}
.prodAddCart {
	width:100%;
	float:left;
}
.product p {
	margin:5px;
	font-weight:bold;
	color:#000;
}
.product {
	width:31%;
	padding-bottom:10px;
	float:left;
	margin:1%;
	min-width:115px;
	height: 410px;
}
.price {
	color:#E59F39 !important;
	font-size:17px;
}
.NoStock {
	/*background-image:url(../img/NoStock.png);*/
	background-repeat:no-repeat;
	background-color:#E9E9E9  !important;
	border:1px #ccc;
}
.prodColour {
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-weight:bold;
	color:#000;
	font-size:12px;	
}
.prodSize {
	float: left;
	border: 1px solid #ccc;
	margin: 5px 17px 5px 0;
	width: 42px;
	height: 42px;
	text-align: center;
	font-size:12px;		
}
.mainProdImage {
	border:1px solid #ccc;
	background-color:#fff;	
}
.mainProdImage img {
	display: block;	
}
#otherimages {
	margin:0 auto;	
}
#otherimages img {
	margin-right:14px;
}
.prodSize:hover p {
	color: #FFFFFF;
}
.prodSize:hover {
	background-color:#e95857;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.prodSize p {
	margin: 8px 0px;
    font-size: 16px;
	color:#000;	
}

.sortBy select {
	margin-left:10px;
}
.productSidebar {

width: 90%;
margin-left: 10px;	
}

.mainInfo {
	float:left;
	width:65%;
	margin-left:10px;	
}

.mainInfo h1 {
	margin-top:0px;	
}
.imgInContent {
float: right;
width: 55%;
padding-bottom:20px;
padding-left:20px;
height: auto;	
}

.productBrowse .productImage img {
	border:1px solid #ccc;
	height: inherit;
}

.imageList {
	height:130px;
}

.imageList p {
	border-bottom:1px solid #000;		
}

.smallProdImage {
	float:left;
	margin-right:5px;
	border:1px solid #ccc;
	height:65px;
	width:65px;
	cursor:pointer;
	margin-bottom: 5px;
}

.smallProdImage img {
	max-width:100%;
	cursor:pointer;
}


#jobContainer .latestJobBox {
	margin-left:0;	
}

#homeBoxContainLrg .homeColouredBox {
  width: 300px;
  height: 172px;
  margin: 0px 10px;
}


#homeBoxContainLrg .homeColouredBox .homeColouredBoxtext a {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	display: block;
	height: 127px;
	width: 252px;
	padding-top:10px;
}

#homeBoxContainLrg .homeColouredBox .homeColouredBoxtext strong {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 20px;
}

#homeBoxContainLrg .homeColouredBoxtext {
  float: left;
  color: #fff;
  margin-left: 10px;
  position: absolute;
  z-index: 7;
  padding: 0px 3px;
}

#loginBtn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#adminfieldset, #groomsAdvert {
	overflow:hidden;	
}

.homeColouredBox img {
	z-index: 6;
}

.homeColouredBoxtext {
	float:left;
	color:#fff;
	margin-left:15px;
	position: absolute;
 	z-index: 7;
	padding: 0px 5px;
	text-align:left;
}

.homeColouredBoxtext a {
	color:#fff;	
}

.homeColouredBoxtext h3 {
	margin-top:10px;
	margin-bottom:0;
	font-size:27px;	
}
.homeColouredBoxtext h4 {
	margin-top:0px;	
	font-size: 18px;
	line-height: 20px;
}

.redCurveBttn {
	background-image:url(/assets/img/joinBox.png);
	background-repeat:no-repeat;
	float:left;
	width:187px;
	height:96px;
	color:#fff;
	font-weight:bold;
	font-size:40px;
	margin:0 7px
}

.blueCurveBttn {
	background-image:url(/assets/img/renewBox.png);	
	background-repeat:no-repeat;
	float:left;
	width:186px;
	height:96px;
	color:#fff;
	font-weight:bold;
	font-size:40px;
	margin:0 7px
}

.greenCurveBttn {
	background-image:url(../img/greenJoinBox.png);	
	background-repeat:no-repeat;
	float:left;
	width:186px;
	height:96px;
	color:#fff;
	font-weight:bold;
	font-size:40px;
	margin:0 7px
}
.greyCurveBttn {
	background-image:url(../img/greyJoinBox.png);	
	background-repeat:no-repeat;
	float:left;
	width:186px;
	height:96px;
	color:#fff;
	font-weight:bold;
	font-size:40px;
	margin:0 7px
}

.blueCurveBttn p ,  .redCurveBttn p, .greenCurveBttn p, .greyCurveBttn p {
	text-align: center;
	display:block;
	margin: 0;
	font-size:35px;
}

.employerHr {
	float:left;	
}

.employerHr h3 {
	margin: 9px 10px;
	font-size: 26px;
	line-height: 29px;
}

.employmentHalfText {
	width: 18%;
	margin: 0 1%;
	line-height:20px;	
}

.employmentHalfText p {
	margin: 10px 1%;
}

.newscomment {
	padding: 10px 10px;
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	clear: both;
	background-color: #fff;	
}

h2.newsHeadline {
	color:#354759 !important;
}


.newsheadercontent img {
	max-width: 50%;	
}

.mainNewsImage img {
	display: block;
    margin: 0 auto;
    width: 55%;
    float: right;
    padding: 0% 0px 1% 2%;
}

.homeArticle {
	width:30%;
	float:left;
}

#pagenumbernav {
	/*width: 53%;*/
	display: block;
	margin: 0 auto;

}

#pagenumbernav a:hover  {
	background-color:#eee;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
/*
#currentpagecolour {
	background-color:#ccc;
	color:#fff !important;
	border: solid 1px #ccc;
  	padding: 5px 10px;
  	border-radius: 7px;
  	margin-right: 4px;
  	font-weight: bold;
}*/

#advertiseAjob a {
	padding:13px 0 !important;
}


.employmentZoneHr {
	background-color:#767676;
	width: 100%;
  	height: 120px;
	color:#fff;
}
.employmentZoneRightImg {
	float: right;
	margin: 4px;	
}

.blueCurveBttn:hover ,  .redCurveBttn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.lightBlueCurveBttn {
	background-image:url(/assets/img/viewAllJobsBox.png);
	background-repeat:no-repeat;
	width:138px;
	height:70px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	float:left;
	margin:10px 7px;
}

.lightBlueCurveBttn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.lightBlueCurveBttn p a {
	color:#fff;
	display:block;
	width:100%;
	padding:26px 0;
}

.bgRed, .bgred  {
	background-color: #ee434b;
}
.bgGreen, .bggreen {
	background-color: #76bd22;
}

.lightBlue {
	background-color:#00aeef !important;
	margin-bottom:0 !important;
}

.headerForm {
	border: none;
	color: #fff;
	margin-bottom:0;
}
.headerForm label {
	min-width:30%;
	display:block;
	float:left;	
}

#headerloginContain {
	position:relative;
	width:305px;
	float:right;
	height:39px;
}
#headerlogin {
	position:absolute;
	z-index:100;	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	right: 0;
	width: 315px;
	overflow:hidden;
}

.registerBtn {
	float:left;	
	padding: 4px 21px !important;
	margin: 9px 5px !important;
}

.registerText {
	float:left;
	margin-left:17px;	
}

.loginDrop {
	margin-top:-175px;	

}

.loginDrop2 {
	margin-top:-279px;
}

.groomsAdvert {
	background-color:#EDEDED;
	border:1px solid #8F8F8F;
	padding:10px;
	margin:10px 0;
}

.groomsAdvert h4 {
	color:#00B0F0;
}

.groomsAdvert p, .groomsAdvert h4 {
	margin:5px 0;
}

.registerText a {
	color:#fff;	
}
.lightBlueCurveBttn p {
	margin-top:0px;
	text-align:center;

}

.redBttn p, .blueBttn p {
	margin-top:30px;
}

.centre {
	margin:0 auto;	
}

.blueContentStrip {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background-color:#0c5196;
	color:#fff;
	padding-bottom:30px;
}

.redContentStrip {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background-color:#ef3e42;
	color:#fff;
	/* margin-top:70px; */
	margin-top:30px;
	min-height:395px;
}

.greenContentStrip {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #76bd22;
  color: #fff;
  margin-top: 35px;
  min-height: 325px;
  border-radius: 15px;
}

.greenContentStrip h1, .greenContentStrip h2, .greenContentStrip h3, .greenContentStrip h4, .greenContentStrip p, .greenContentStrip h5 {
	color:#fff !important;
	padding:0 4px;
}

.greyContentStrip {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	background-color:#a3aab0;
	color:#fff;
	padding: 5px 0px 40px 5px;
}


.blueTxt {
	color:#43b1ef;	
}


.latestJobBox {
	width:32.3%;
	background-color:#43b1ef;
	color:#fff;
	float:left;
	margin:5px 1%;
	min-width: 275px;
	height: 345px;
	margin-bottom: 14px;
	overflow:hidden;
	position: relative;
}

.mceTableHeader {
	width:100%;
}

.mceTableBorder {
	border-collapse: collapse;
	border: 1px solid;		
}

.mceTableAllBorders {
	border-collapse: collapse;
	border-spacing: 0; 
}
.mceTableAllBorders td {
	border: 1px solid black;	
}

.contentBlue .mceTableHeader tr:first-child {
	background-color:#00539b;
	font-weight:bold;
	color:#fff;	
}

.contentGreen .mceTableHeader tr:first-child {
	background-color:#76bd22;
	font-weight:bold;
	color:#fff;	
}

.contentRed .mceTableHeader tr:first-child {
	background-color:#ef3e42;
	font-weight:bold;
	color:#fff;	
}

#jobFullInfo {
	margin-top:10px;
	background-color:#43b1ef;
	max-width:100%;
}

#jobFullInfo .jobTxt {
	width:100%;	
	padding: 15px 0;
	min-height:inherit !important;
}

.latestJobBox img {
	float:right;
	margin:10px;
}

#jobFullInfo .jobInfo {
	float:left;
	width: 48%;
	padding: 0;
	padding-right:1%;
}

#jobFullInfo #jobGreybg {
	background-color:#e1e1e1;
	padding: 20px;
	color: #000;
}

#jobFullInfo .latestJobBox img {
	float:right;
	margin:15px;
	margin-top:-20px;	
	
}

#jobTitle h4 {
	color:#00aeef;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align:left;
}

.jobTxt {
	margin:0 20px;
	width:80%;
	padding:20px 0;
	min-height: 125px;
}

.jobTxtHome {
	padding:0 20px;
	
}

.jobCentre {
	width:315px;
	height:85px;	
}

.jobTxt p, .jobInfo p {
	margin:0;	
}

.jobTxt h4 {
	margin: 0;
	padding: 0;
	color:#fff;
	width:47%;
	float:left;	
}

.jobTxt img {
	float:right;
	margin-right:30px;
	margin-top:-36px;

}

.jobInfo {
	padding:18px;
	background-color:#e1e1e1;
	color:#000;
	font-weight: 400;
	padding-bottom: 200px;
}

.blueBttn {
	width:90%;
	margin:0 auto;
	padding:10px;
	background-color:#43b1ef;
	color:#fff;
	border:none;
	font-size:16px;
	margin-top:10px !important;
}

.applyBttn {
	position: absolute;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom:0 !important;
	margin-bottom:10px !important;
	text-align:center;
	width:80%;
}

.greyContentStrip img {
	float:left;
	margin-top:0px;	
}
.greyContentStripRight {
	width:71%;
	margin-left:28%;
	margin-top:40px;	
}
.greyContentStripRight p {
	padding-top:10px;
	font-size:13px;
}

.greenContentStrip h5, blueContentStrip h5 {
	margin-bottom:0
}
.greenContentStrip h2, blueContentStrip h2 {
	margin-top:0
}
.greenContentStrip p, blueContentStrip p {
	font-size: 13px;
    line-height: 20px;
}

.redContentStrip h5, blueContentStrip h5 {
	margin-bottom:0
}
.redContentStrip h2, blueContentStrip h2 {
	margin-top:0
}
.redContentStrip p, blueContentStrip p {
	font-size: 13px;
    line-height: 20px;
}

.redContentStripLeft {
	width: 51%;
	float: left;
	padding: 3%;
	padding-left:0;
}

.greenContentStripLeft {
	width: 51%;
	float: left;
	padding: 3%;
	padding-left:0;
}

.greenContentStripLeft h3 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 28px;
	margin: 9px 0;
	max-width: 68%;	
}

.redTextBg {
	background-image:url(/assets/img/redTxtBg.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:4;
	/* width:549px; */
	height:384px;
	/* margin-left: -35px; */
	margin-top: 20px;
	background-size:contain;
	width:534px;
}

.greenText {
	/*background-image: url(../img/greenLargeBgBox.png);
	background-repeat: no-repeat;*/
	background-color:#73b02b;
	border-radius:15px;
	position: absolute;
	z-index: 4;
	width: 555px;
	height: 280px;
	margin-left: 340px;
	margin-top: 20px;
}

.smallBoxLeft {
	/*background-image: url(../img/greenSmallBgBox.png);
	background-repeat: no-repeat;*/
	background-color:#73b02b;
	float: left;
	width: 28%;
	margin-right: 6%;
	margin-top: 22px;
	height: 265px;
	padding-left: 8px;
	margin-left:25px;
	padding-top:8px;
	border-radius:15px;
}
.backgroundGreen img {
	margin-top: -55px;
	float: right;
	width: 385px;
	height: inherit;

}
.smallBoxLeft img {
	float: right;
	margin-right: 14px;
	margin-top: -60px;
	width: 145px;
	height: inherit;
}

.smallBoxLeft a {
	color:#fff;	
}

.smallBoxLeft h3 {
	margin:10px 0;	
}

.smallBoxLeft h4, .greenContentStripLeft h4 {
	font-size: 17px;
	line-height: 23px;
	margin:5px 0;
	font-weight: 500;
	text-transform:none !important;
}

.backgroundGreen {
  position: absolute;
  max-width: 515px;
  z-index: 15;
}

.backgroundRed {
	position: absolute;
	max-width: 50%;
	z-index: 15;
	/* padding-left: 5px; */
	padding-left:25px;	
}

.redContentStripRight {
	width: 45%;
	float: right;
	margin-top:-10px;
}

.newsSmallArticle {
	width: 285px;
	float: left;
	margin-bottom: 15px;
	border-right: 1px solid;
	overflow:hidden;
	padding: 0 15px;
}

.newsSmallArticle h4 a {
	color:#72777b;
	text-align:left;
	font-size:18px;
}


.newsSmallArticle img {
	
}

.newsSmallArticle div {
	float:left;
	width:100%;
	min-height:80px;
}

.newsSmallArticle img {
	height:167px;
	width:264px;
	border-radius: 15px;
}

.homeJobContainer {
	width: 1541px;
	display: block;
	margin: 0 auto;
	height: 170px;
	position: relative;
	padding: 0 0 25px 0;	
}

.homeFade {
	position:absolute !important;
	height:270px;
	width:310px;
	background-repeat:no-repeat;
	z-index:20;
	background-size:cover;
	top:0;
}

.darkBg {
	background-color:#d9d9d9;
	font-size: 16px;
}

.darkBg .col1Third p {
	padding: 0px 16px;
	margin-top: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
}

.bookYourAdvert {
	background-image:url(/assets/img/bookYourAdvertBg.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	width:190px;
	height:88px;
	padding:0 !important;
}

.bookYourAdvert a {
	padding: 10px;
	display: block;
	font-size: 29px;
	font-weight: bold;
	line-height: 30px;
	color: #00aeef;	
}

.darkBlueBtn {
	padding: 6px 0;
	background-color: #00328c;
	width: 188px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 22px;
	display:block;
}

.col1Third {
	width:33%;
	float:left;
}

.latestJobText {
	float:left;
	width: 440px;
    padding-right: 13px;	
}

.latestJobMore {
	width:190px;
	float:left;	
}

.col1ThirdPadding {
	padding: 25px 0px 10px 0;
}

#homeFade1 {
	left:0;
	background-image:url(/assets/img/homeFadeGraident2.png);
	margin-left:-25px;
	
}

#homeFade2 {
	right:0;
	background-image:url(/assets/img/homeFadeGraident.png);
	margin-right: -20px;
}

.newsSmallArticle h4 {
	margin:0;
	width:245px;
	line-height: 23px;
	text-align:left;
	float: left;
}

.newsSmallArticle div h5 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	text-align:left;
}
.member {
	float:left;
	width: 46%;
	margin: 0 2%;
}
.member img {
	max-width:100%;
	height:auto;
}
.member h5 {
	margin:10px 12px;	
}

.widgetMenuTitle {
	margin-top: -25px;
}

.typicalHero .typicalHeroText {
	/* background-color: rgba(0,0,0,0.24);
	box-shadow: 0px 0px 28px 10px rgba(0,0,0,0.3);	
	*/
}

.typicalHeroText2 {
  position: absolute;
  z-index: 21;
  margin-top: 51px;
  color: #fff;
  /* font-size: 75px; */
  font-size: 40px;
  /* margin-left: 25px; */
}

.hideCol p, hideCol img , hideCol h1, hideCol h2, hideCol h3, hideCol h4 {
	display:none;	
}

.hideCol #sidebarMenu {
	display:block;
	margin-top:38px;
}

.typicalColLeft img {
	max-width:100%;
	height:auto;	
}

.typicalColRight h4 {
	font-size: 20px;
	font-weight: normal;
}

.typicalColRight h2 {
	font-size: 38px;
	font-weight: BOLD;
	line-height: 38px;
}

.tickList {
	margin-left:60px;
	padding-left:0;	
}

.tickList li:before {
  content: "\2713";
  color: #3bae18;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  display: block;
  width: 25px;
  margin-bottom: -24px;
  left: -25px;
}

.tickList li {
	padding:8px 0;
	list-style:none;
}

.memberMainContentBox {
	width:75%;
	float:left;
	padding-bottom:10px;	
}


/*
.contentGreen h1, .contentGreen h2 {
	color: #69be28 !important;	
}

.contentGreen h3 {
	color: #72777b !important;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;	
}

.contentBlue h1, .contentBlue h3 {
	color:#00539b;
}
*/

.opportunityMenu li {
	float:left;	
	padding: 5px 19px !important;
	text-align:center;
}

.opportunityMenu .currentPage {
	color:#fff;	
}

.opportunityMenu {
	background-color:#00328c;
	height:41px;
	margin-bottom:20px;
}

.opportunityMenu #sidebarMenu ul li a:after {
	display:none !important;	
}

.opportunityMenu h4, .opportunityMenu ul  {
	margin:0;	
}

.opportunityMenu .widgetMenuTitle {
	margin:0 !important;
}

.opportunityMenu li a {
	color:#b2c2dd;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;	
}

/*.contentBlue #sidebarMenu ul li a {
	color:#00539b;
	font-size: 18px;
	padding-bottom: 3px;
}

.contentBlue #sidebarMenu ul li {
	border-bottom: 1px solid #ccc;
	margin-right:20px;
}


.contentRed h1, .contentRed h3 {
	color:#ef3e42;
}

.contentRed #sidebarMenu ul li a {
	color:#F30D11;
	font-size: 18px;
	padding-bottom: 3px;
}

.contentRed #sidebarMenu ul li {
	border-bottom: 1px solid #ccc;
	margin-right:30px;
}

.contentGreen h1, .contentGreen h3 {
	color:#76bd22;
}

.contentGreen #sidebarMenu ul li a {
	color:#76bd22;
	font-size: 18px;
	padding-bottom: 3px;
}

.contentGreen #sidebarMenu ul li {
	border-bottom: 1px solid #ccc;
	margin-right:20px;
}*/

/*.nav_sidebar li ul li ul, .nav_sidebar li ul li ul li {
	display:none;	
}*/



.typicalColRight h3 {
	font-size: 27px;
	line-height: 22px;
}

.membershipPackage {
	width: 164px;
	height: 560px;
	padding: 5px;
	margin:0 5px;
	text-align:center;
	color:#fff !important;
	line-height:20px;
	float:left;
}

.membershipPackage h3 {
	color:#fff !important;
}

.memberBlue {
	background-image:url(../img/memberShipBlueLong.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.memberRed {
	background-image:url(/assets/img/memberShipRedLong.png);
	background-size: contain;
  background-repeat: no-repeat;
}

.memberGrey {
	background-image:url(/assets/img/memberShipGreyLong.png);
	background-size: contain;
  	background-repeat: no-repeat;
}

.membershipPrice .flowerLeft {
	float:left;
	margin-left: 10px;
}
.membershipPrice .flowerRight {
	float:right;
	margin-right: 10px;
}

.membershipPackage h3 {
	margin-bottom:10px;
	margin-top:15px;
}

.membershipPackage p {
	font-weight: bold;
	margin: 5px;
	font-size: 12px;
}

.btnLong {
	margin: 15px 0 !important;	
}

.btnAlign {
	display:block;
	width:77px;
	margin:0 auto;	
}

.checkoutHeader {
	margin:-3px 0;
	font-size:25px;	
}

.membershipPurchaseHeader {
	font-size:42px;
	height:48px;
	line-height:48px;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.membershipPrice {
	font-size:26px;
	margin-left:5px; 
}

.membershipPrice p {
	font-weight:bold;
	width: 44%;
	text-align: center;
	float: left;
	margin: 27px auto;
	font-size:24px;	
	margin-left: -15px;
}

.templateIcon {
	float: left;
	margin: 15px 15px 10px 0;	
}

.templateContain {
	padding: 10px;
	color: #FFFFFF;
	margin: 10px 0 0 0;	
	min-height: 95px;
}

.templateContain.downloadBg .mainText {
	margin-left: 95px;
}


.caseStudyBg {
	background-color:#465268;
}

.rulesBg {
	background-color:#fff;
	border:2px dotted #ccc;
	color:#000;
}

.hintBg {
	background-color: #b6c0d2;
	color: #1d4361;
}

.downloadBg {
	color:#000;
	border: solid 3px #ccc;	
}

.helpBttn {
	float: right;
	padding: 0px 60px;
	background-color: #ef3e42;
	border-radius: 5px 5px 0px 0px;
	position: absolute;
	right: -1px;
	top: -10px;
  	height: 35px;
	margin-top: -25px;
	color:#fff;
	cursor: pointer;
}

.helpBttn p {
	width:100% !important;	
}

.helpContent {
	width: 300px;
	position: absolute;
	right: -1px;
	background-color:#ef3e42;
	padding:10px;
	-o-transition: 0.75s;
	-ms-transition: 0.75s;
	-moz-transition: 0.75s;
	-webkit-transition: 0.75s;
	transition: 0.75s;
	top:0;
	color:#fff;
}

.helpContent p {
	width:100% !important;	
}

.helpBttn p {
	margin:8px 0;
}

.helpHide {
	margin-right:-325px;	
	-o-transition: 0.75s;
	-ms-transition: 0.75s;
	-moz-transition: 0.75s;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}

.helpContentContain {
	width: 330px;
	overflow: hidden;
	height: 200px;
	/* float: right; */
	position: av;
	position: absolute;
	right: 0;
	margin-top:25px;

}

.recentPosts {
	margin-top:0;	
}

.tooltip {
  display: inline;
  position: relative;
}

.tooltip:hover:after {
  background: #46494a;
  bottom: 39px;
  color: #fff;
  content: attr(title);
  left: -115%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
}

.tooltip:hover:before {
  border: solid;
  border-color: #46494a transparent;
  border-width: 10px 2px 0 6px;
  bottom: 29px;
  content: "";
  left: 0;
  position: absolute;
  z-index: 99;
}

.centreText #joinRenewBttn {
	margin:15px auto;	
}

.advertBlue img {
	border-bottom: 20px solid #00aeef;
}

/*.noMobile {
	display:block;	
}*/

.flexslider .slides img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100% !important;
}

.yellowOverwrite {
	background-color:#ffcb08 !important;	
}

.purpleOverwrite {
	background-color:#5c2e91 !important;	
}

.superRed {
  width: 910px;
  position: absolute;
  border-radius: 0 0 15px 15px;
  text-align: left;
  background-color: #ef3e42;
  z-index: 1000;
  top: 44px;
  left: 0;
  padding: 0 10px 10px 10px;
  color: #fff;
  margin-left: 15px;
}

.superGrey {
	width: 340px;
	position: absolute;
	border-radius: 0 0 15px 15px;
	text-align: left;
	background-color: #a8a8aa;
	z-index: 1000;
	top: 44px;
	left: 377px;
	padding: 0 10px 10px 10px;
	color: #fff;
}


.superGreen {
	width: 570px;
	position: absolute;
	border-radius: 0 0 15px 15px;
	text-align: left;
	background-color: #76bd22;
	z-index: 1000;
	top: 44px;
	left: 364px;
	padding: 0 10px 10px 10px;
	color: #fff;
}

.superGreen .col3 {
	width:100%;
	height:280px;	
}
.superBlue .col3 {
	width:100%;	
	height:250px;		
}

.superGrey .col3  {
	width:100%;	
	height:300px;		
}

.superBlue {
	width: 340px;
	position: absolute;
	border-radius: 0 0 15px 15px;
	text-align: left;
	background-color: #00539b;
	z-index: 1000;
	top: 44px;
	left: 252px;
	padding: 0 10px 10px 10px;
	color: #fff;
}

.superRed .col3 h3 a {
	color:#ef3e42 !important;	
}

.superGreen .col3 h3 a {
	color:#76bd22 !important;	
}

.superGrey .col3 h3{
	color:#a8a8aa !important;	
}

.superBlue .col3 h3 {
	color:#00539b !important;	
}


.superRed .btn, .superRed .btn a {
	color:#ef3e42 !important;
	font-size:20px !important;
}

.superGreen .btn, .superGreen .btn a {
	color:#76bd22 !important;
	font-size:20px !important;	
}

.superGrey .btn, .superGrey .btn a {
	color:#a8a8aa !important;
	font-size:20px !important;	
}

.superBlue .btn, .superBlue .btn a {
	color:#00539b !important;
	font-size:20px !important;	
}


.superSelectedRed {
	background-color:#ef3e42;
	color:#fff !important;
	border-radius: 10px 10px 0 0;
}

.superSelectedGreen {
	background-color:#76bd22;
	color:#fff !important;
	border-radius: 10px 10px 0 0;
}

.superSelectedBlue {
	background-color:#00539b;
	color:#fff !important;	
	border-radius: 10px 10px 0 0;
}

.superSelectedGrey {
	background-color:#a8a8aa;
	color:#fff !important;	
}

.superSelectedRed span, .superSelectedGreen span, .superSelectedBlue span, .superSelectedGrey span {
	color:#fff !important;
}

.superdropdown ul li {
	float:none !important;
	padding:0 !important;
}

.superdropdown ul li a{
	color:#fff !important;
	font-size: 13px;
}

.superdropdown ul li a:hover{
	color:#ccc !important;
}

.superdropdown ul li a:after {
    content: "\00a0 \00BB";
    margin-right: 6px;
}

.superdropdown h3 {
	font-weight:400;
	margin-bottom:18px;
	font-size:23px;
}

.superdropdown .btn {
	max-width:103px;	
	margin: 10px 0;
}

	
.col3 {
	width:33.3%;
	float: left;
	position:relative;
}

.col3 h3 {
	float: left;
	background-color: #fff;
	width: 90%;
	padding: 5px;
	border-radius: 5px;
}

.superButtons {
	position:absolute;
	bottom:0;
	width:130px;
}

.superIcons {
	margin-top:23px;
	margin-left:15px;	
}

.superGreen .col3 .colLeft {
	width:124px;
	padding:0 1.5%;	
	float: left
}

.superGreen .col3 .colRight {
  width: 69%;
  padding: 0 2.5%;
  float: left;
}

.superRed .col3 {
	height:280px;	
}



.col3 .colLeft {
	width:40%;
	padding:0 1.5%;	
	float: left
}

.col3 .colRight {
	width:50%;
	padding:0 3.5%;	
	float: left
}

.btn {
	margin: 9px auto;
	background-color: #fff;
	border: none;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #00539b;
	text-align:center;
}

.lrgBtn {
	margin: 9px auto;
	border: none;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align:center;
	text-decoration:none !important;
}

.lrgBtn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#advertiseJob legend, #advertiseJob .helpBttn, #advertiseJob .helpContent  {
	background-color: #00aeef !important;	
}

.red {
	color:#ef3e42;
}

.redImportant {
	color:#ef3e42 !important;	
}

.redheaders h1, .redheaders h2, .redheaders h3, .redheaders h4, .redheaders h5 {
	color:#ef3e42 !important;
}

.btnRed {
	display: block;
	width: 297.5px;
	text-align: center;
	color: #fff;
	background-color: #ef3e42;
	padding:10px 0;
	font-size:16px;
	max-width:100%;
}

.btnGreen {
	display: block;
	width: 297.5px;
	text-align: center;
	color: #fff;
	background-color: #76bd22;
	padding:10px 0;
	font-size:16px;
}

.centreBtn {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	margin: -60px auto;
}

.btnRedCurved {
	display: block;
	width: 100%;
	text-align: center;
	border:none;
	color: #fff;
	background-color: #e95857;
	padding:10px 0;
	font-size:18px;
	max-width: 297.5px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.btnRedCurved:hover {
	background-color: #E64746;
}

.zoomWindowContainer div{	
	left: 507px !important;
	top: 0 !important;
	width: 400px !important;
	margin-left: 25px;
}

.btnBlueCurved {
	display: block;
	width: 100%;
	text-align: center;
	border:none;
	color: #fff;
	background-color: #4a5968;
	padding:10px 0;
	font-size:16px;
	max-width: 297.5px;
}

.btnBlueCurved:hover {
	background-color: #3D4956;
}

.btnGrey {
	display: block;
	width: 297.5px;
	text-align: center;
	color: #fff;
	background-color: #aab3bb;
	padding:10px 0;
	font-size:16px;
	max-width:100%;
}

.btnBlue {
	display: block;
	width: 297.5px;
	text-align: center;
	color: #fff;
	padding:10px 0;
	font-size:16px;
	max-width:100%;
}

.btnLightBlue {
	width: 122px;
	background-color: #00aeef;
	border-radius: 10px;
	color: #fff;
	display: block;
	height: 20px;
	padding: 4px 15px;
	float:left;
	text-align:left;
}

.btnWhite {
	display: block;
	width: 297.5px;
	text-align: center;
	color: #000;
	border:1px solid #777;
	padding:5px 0;
	font-size:16px;
	max-width:100%;
}

.largeAdvertBg2 {
	background-image:url(/assets/img/largeAdvertBg2.png);
	width:960px;
	height:558px;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
}

.largeAdvertBg {
	background-image:url(/assets/img/largeAdvertBg.png);
	width:960px;
	height:558px;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
}

.largeAdvertBg .btnRed {
	border-radius: 10px;
	width: 195px;
	margin-top: -6px;	
}

.largeAdvertBg2 h3 {
	margin-top:20px;
	color:#f7941d;	
}

.largeAdvertBg2 .largeAdvertCol2 img {
	margin-top: 29px;
	margin-left: 102px;	
}

.largeAdvertBg2 .largeAdvertCol1 {
  float: left;
  width: 525px;
}

.btnOrange {
	width: 177px;
	height: 43px;
	float:left;
	margin-left:10px;
	color:#fff;
	padding:5px 0;
	background-image:url(/assets/img/orangeBtn.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:-18px;
	padding-top: 10px;
	padding-left: 10px;
	font-size:18px;
}

.bgaAdvertHeaderText {
  width: 225px;
  margin-left: 50px;
  padding-top: 8px;
  height: 90px;
  float: left;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}

.floatBtn {
	float:left;
	margin:10px;
}

.floatBtn {
	margin-left: 0;
}


#already-a-member {
	margin-bottom:0;	
}

.redTable {
	border-collapse:collapse;
	background-color:#f4f5f5;	
}

.redTable th {
	background-color:#e95857;
	color:#fff;
	text-align:left;
	border: 5px solid #fff;
}

.redTable td:first-child, .redTable th:first-child {
	border-left: 0;
}

.redTable td:nth-child(2), .redTable th:nth-child(2) {
	border-right: 0;
}

.redTable td {
	border-width: 3px;
	border-collapse: collapse;
	border: 5px solid #fff;
	color:#000;
	width:50%;
}


.btnSml {
	width:230px !important;	
}

.btnDark {
	background-color: #f6f6f6;
}

.btn a {
	color: #00539b !important;	
	font-weight: bold !important;
	font-size: 14px !important;
}

.btnMagazine {
	margin: 9px auto;
	border: none;
	display: block;
	border-radius: 11px;
	font-weight: bold;
	font-size: 14px;
	color: #354759;
	text-align:center;	
}

.table50 {

	width: 35%;
	padding: 0 10px;
	margin: 0 10px;
	float: left;
	min-height: 275px;
	
}

.table50 h3 {
	margin-top:0;	
}

.btn:hover {
	background-color:#fafafa;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor:pointer;
}

.inline-form input:disabled {
	background-color:#ccc;
	cursor:not-allowed;	
}

#registration, #groomsAdvert {
	overflow:hidden;
	padding-top:26px;
}

.helpBtnOverflow {
	overflow:hidden;
	padding-top:26px;
}

.configOpen {
	width: 75%;
	display: block;
	margin: 6px auto;
}

.noClear {
	clear:none !important;	
}

#contactImg, #contactImg img {
	float: right;
	position: absolute;
	top: 18px;
	right: 1px;
	width: 300px;
	height: auto;	
}

.inline-form textarea  {
	width: 61%;
	padding:0 1%;
	MARGIN-LEFT: 1%;
	margin-top:4px;
	margin-bottom:4px;
	height: 130px;
	border: 1px solid #afb5bd;
	font-size: 16px;
	line-height: 1.2em;
}

.inline-form p {
	width: 75%;
	display:block;
	margin:6px auto;	
}

.smlSelect select {
	max-width:50px !important;	
}

.formSameLine {
	float:left;	
	width: 50%;
	margin: 6px 0;
}

.currentPage {
	/*font-weight:bold !important;*/
    color: #A6A6A6 !important;
}

.currentPage:after {
	display: none;
}

/*
li:hover .sidebarSubmenuHover li {
	display:block;
}
*/

.sidebarSubmenu li, .sidebarSubmenuHover li {
	color:#6c737a !important;
	border-bottom:none !important;
	border-top: 1px solid #ccc;
	margin-right: 0 !important;
}

/* Sub menu colours */

/*.contentRed .sidebarSubmenu li a, .contentRed .sidebarSubmenuHover li a {
	color:#00539b !important;
}
.contentBlue .sidebarSubmenu li a, .contentBlue .sidebarSubmenuHover li a {
	color:#E01417 !important;
}
.contentGreen .sidebarSubmenu li a, .contentGreen .sidebarSubmenuHover li a {
	color:#777777 !important;
}*/

.shopSelect {
	width:49%;
	float:left;
	margin-right:1%;
	position:relative;	
}

.shopSelect h3 {
	color:#fff;
	padding:10px;
	margin-bottom:0;
}

.shopSelect img {
	max-width: 100%;
	height: auto;	
}

.curvedHeader {
	border-radius:10px 10px 0 0;	
}

.contentGreen
#mainNav a, #mainNav span {
	font-weight:400;	
}

#headerBasket a {
	color:#fff;	
}

#latestNewsHeader {
	margin-top:0;	
}

#headerSearch ::-webkit-input-placeholder {
   color: #00328c;
   font-weight:bold;
   font-family: 'Roboto Condensed', sans-serif;
}

#headerSearch :-moz-placeholder { /* Firefox 18- */
   color: #00328c;
   font-weight:bold;
   font-family: 'Roboto Condensed', sans-serif;
}

#headerSearch ::-moz-placeholder {  /* Firefox 19+ */
   color: #00328c; 
   font-weight:bold;
   font-family: 'Roboto Condensed', sans-serif;
}

#headerSearch :-ms-input-placeholder {  
   color: #00328c;
   font-weight:bold; 
   font-family: 'Roboto Condensed', sans-serif;
}

#fccError, .fccError {
	padding: 10px;
	background-color:#EC9A00;
	color: #fff;
	text-align: center;
	border: 3px solid #fff;
	/* box-shadow: 2px 2px 2px 2px #000; */
	-webkit-box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
}

#fccError a, .fccError a {
	font-weight:bold;	
}
/*
.redMenu #sidebarMenu ul li a, .redMenu #sidebarMenu ul li span {
	color:rgba(255,0,4,1.00);
	border-bottom:1px solid #ccc;
	padding-right:100%;
	font-size: 18px;
	padding-bottom: 3px;
}

.greenMenu #sidebarMenu ul li a, .greenMenu #sidebarMenu ul li span {
	color:#76bd22;
	border-bottom:1px solid #ccc;
	padding-right:100%;
	font-size: 18px;
	padding-bottom: 3px;
}
*/

#downloadTemplates {
	width: 63%;
	margin: 0 auto;
	margin-top: 20px;
}
#downloadTemplateLeft {
	margin-top: 16px;
	float: left;	
}
#downloadTemplateRight {
	margin-top: 16px;
	float: right;	
}

#footer a, #lowestFoot a {
  color: #fff;
}

#social {
  float: right;
}

#homeBoxContain {
	position:relative;
	margin:0 auto;	
  	height: 135px;
	display: block;
	width: 865px;
}

#homeBoxContainLrg {
	
	position:relative;
	margin:0 auto;	
	width: 100%;
  	height: 175px;
	margin-top:50px;
}

#home3box {
	/*position: absolute;*/
	margin-top: -152px;
	width:100% !important;
}

#logo {
	float:left;
	width: 155px;
	height: 130px;
	padding-bottom:4px;
	margin-right:30px;
	background-image:url(/assets/img/logo-BG.png);
	background-size:contain;
	background-repeat:no-repeat;
}

#logo img {
	margin: 0 auto;
	display:block;
	margin-top:10px;
}

#socialIcons {
	float:left;
	width:110px;
	margin-top:36px;
	margin-left:30px;
}
#socialIcons img {
	margin-left:10px;
}

#tagLine {
	margin-top: 25px;
	line-height: 31px;
	font-size: 35px;
	color: #003e93;
	font-weight: bold;
	margin-bottom:0;
}

#redtagLine {
  color: #ee2a33;
  font-size: 23px;
  margin-top: 5px;
  font-weight: bold;
  margin-bottom:0;
}

#packagesCentre {
	margin: 0 auto;
	width: 96%;	
}

#loginBtn {
	width:190px;
	float:right;
	background-repeat:no-repeat;
	background-size:contain;
	height:63px;	
}
.redLogin {
	background-image:url(/assets/img/loginBtn.png);
}
.greenLogin {
	background-image:url(../img/loginGreenBtn.png)
}

#loginBtn img {
	float:left;
	margin-right:10px;	
	margin-left: 25px;
	margin-top:12px;
}
#loginBtn p {
	width:60%;
	font-weight:bold;
	color:#fff;
	margin-top:20px;
	margin-left:60px
	
}

#loginContainer {
	width:332px;
	float:right;	
}

#joinRenewBttn {
	width:405px;
  	height: 96px;
}

#joinRenewBttn a {
	/*padding: 35px 0;*/
	line-height:35px;
	display:block;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 97px;
	width: 185px;
	text-decoration:none;

}

#headerSearch input[type=search] {
	background-color: #fff;
	border: none;
	padding: 8px 3px;
	width: 138px;
	margin-right: 8px;
	border-radius: 5px;
}

#headerText {
	float:left;
	width:46%;
	margin-top:40px;
}

#navBg {
	height:44px;
	margin-bottom:15px;
}

#navBg .container {
	background-color:#00328c;
	height:44px;
	border-radius:0 0 10px 10px;
}

.homeTripBox {
	width:31.8%;
	float:left;
	background-repeat:no-repeat;
	background-size:contain;
	height:159px;
	color:#fff;
	margin-top:15px;
}

.homeTripBox strong {
	font-size: 40px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	color:#fff;
}

.homeTripBox a, .homeTripBox p {
	margin-top: 8px;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 8px;
    color: #fff;
    display: block;
    padding: 10px 15px;
    height: 130px;
}

#homeRedBox {
	background-image:url(/assets/img/redBox.png);
}
#homeGreyBox {
	background-image:url(/assets/img/greyBox.png);	
	text-align: right;
}
#homeBlueBox {
	background-image:url(/assets/img/blueBox.png);
	margin: 15px 18px 0px 18px;
}

.homeJoinRenew a {
	padding: 70px 135px 10px 19px;
	width: 155px;
	color: #fff;
	font-size: 19px;
	line-height: 22px;
	font-weight: 300;
	display:block;
}

#joinBox {
	background-image:url(/assets/img/joinButton.png);
	height:154px;
	background-size:contain;
	background-repeat:no-repeat;
}

#renewBox {
	background-image:url(/assets/img/renewButton.png);	
	height:148px;
	background-size:contain;	
	background-repeat:no-repeat;
}

.listHorizontal ul li {
	list-style: none;
	margin: 0;
	padding: 12px 11px;
	float: left;
	line-height: 21px;
}

.listHorizontal ul li ul {
	display:none;
	border-bottom:6px solid #F30D11;
}

.listHorizontal {
	width: 930px;
	display: block;
	margin: 0 auto;	
}

.listHorizontal ul li ul li {
	float:none;
}

.listHorizontal ul li:hover ul {
	display:block;
	position:absolute;
	background-color:#FCFCFC;
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.25);
	z-index:100;
	padding:10px !important;
}

.listHorizontal ul li a{
	padding: 13px 9px 13px 9px;
	border-right:1px solid #F30D11;
	color:#72777b;
}

.listHorizontal ul li ul li a{
	border:none;
	color:#F30D11
}

#mainNav {
	width:100%;
	height: 36px;
	margin-top: 0px;
	font-size:14px;
}
#mainNav ul {
	list-style:none;
	margin:0;
	padding:0;	
}
#mainNav ul li {
	list-style:none;
	margin:0;
    padding: 12px 12.7px 11px 16px;
	float:left;
	line-height:21px
}
#mainNav ul li ul li{
	float:none;	
	padding: 5px 9px;
}
#mainNav ul li ul li a{
	float:none;	
	color:#000;
}
#mainNav ul li a, #mainNav ul li span  {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#mainNav ul li a:hover {
	color:#fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#mainNav ul li:hover ul {
	display: block;
	top: 44px;
	position: absolute;
	z-index: 50;
	background-color:rgba(0,39,82,0.95);
	margin-left: -16px;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}



.dropDownHover {
	background-color:#0c315a;
	color:#000;
}
.dropDownHover span, .dropDownHover a  {
	color:#fff !important;
}

.ulSuper {
	top:0 !important;
	padding:0 !important;
	background-color:transparent !important;
	position: initial !important;
  	left: 0;		
}

.superdropdown ul {
  display: block !important;
  top: auto !important;
  position: relative !important;
  padding: initial !important;
  background-color: transparent !important;
  margin-left:0px !important;
}

.membershipType:after {
	content:" - ";
}

#mainNav ul li ul div:hover {
	display:block !important;	
}



#mainNav ul li ul {
	display:none;
}

#headerSocial {
	width:8.5%;
	float:right;
	margin-top:6px;	
}

#headerOuter {
	/*background-color:#e5e5e5;
	height:138px;
	padding-bottom: 5px;*/
}

#headerSocial img {
	margin:0 5px;	
}

.mobileContacts {
	display: none;
	width: 100%;
	height: 70px;
    text-align: center;
    color: white;
    font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	transition: .5s;
	opacity: 0;
}

.mobileContacts a {
	color: white;
	flex-grow: 1;
	flex-basis: 0;
}

.mobileContacts div {
	display: inline-block;
	width: 100%;
    height: calc(100% - 20px);
    padding: 10px 0;
	vertical-align: top;
	float: left;
}

.mobileContacts a:nth-child(n+2) div {
	border-left: 2px solid white;
}

.viewDetails {
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-size:contain;
	float:right;
}

.employerBg {
	background-color:#76bd22;	
}

.employerBg h1, .employerBg h2, .employerBg h3, .employerBg h4, .employerBg h5, .employerBg p {
	color:#fff;
}


.mainDetails {
	width:100%;
	overflow:hidden;
	transition: .5s;
}

/*.job-listing .mainDetails {
	border-bottom: 1px solid #EEEEEE;
}*/

.mainDetails.content {
	/*opacity: 0;*/
}

.viewButton {
	float: right;
	font-weight: 900;
	font-size: 17px;
    position: absolute;
    bottom: 15px;
    right: 10px;
	cursor: pointer;
	z-index: 1;
}

.courseContainer {
	color: #354759;
	padding-top: 40px;
    padding-bottom: 30px;
}

.courseContainer .container:nth-child(1) {
	z-index: 10;
}

.locationsContainer {
	width:100%;
	overflow:hidden;	
}

.courseEnd {
	border-bottom:4px solid #EEEEEE;
	width:100%;	
}

.courseEnd:last-child {
	display:none;	
}

.trainingKey {
	padding: 0 25px;
    margin: 13px 0;
    display: inline-block;
    vertical-align: middle;
}

.keyContainer {
/*	width: 850px;*/
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size:18px;
}

.trainingKey:nth-child(n+3) {
	border-left: 2px ridge #c2d7e3;
}

.opportunities {
	background-color:#E95757;
	color:#FFF;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #ffffff;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}

.filterOptions {
	display: block;
	background-color:#697585;
	padding:5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s;
/*	display: none;*/
}

.trainerImage {
	padding: 3px;
	border-radius: 10px;
	margin-right:20px;
}

.opportunities .locationSearch {
	height: 18px;
	padding: 4px;
	background-color: #546172;
	border:none;
	width:120px;
	margin-left:10px;
	color:#DDDDDD;
}

.opportunities .radiusFilter {
	height: 26px;
	padding: 2px 4px;
	border:none;	
}

.opportunities .seperator {
	padding:0 15px;
	font-size: 18px;
	font-weight: 100;
}

.whereToTrainLocationFilter .radius {
	color:#4a5869;
	padding:0 8px;	
}

.whereToTrainLocationFilter .radius.selected {
	color:#ffffff !important;
	background-color:transparent !important;
}

.opportunities .findLocation {
	padding:3px;	
}

.whereToTrainLocationFilter {
	color:#ffffff;	
}

.filterOptions label {
	font-size: 14px !important;
}

.filterOptions .sbmt:after {
	content: '\f054';
    font-family: fontAwesome;
	font-size: 13px;
	margin-left: 5px;
}

.otherCourse  {
	width:calc(25% - 24px);
	padding:0 10px;
	border-left:4px solid #EEEEEE;
	margin:18px 0;
	display: flex; 
	min-width: 215px;
}

.otherCourse h5 {
	margin:1px 0;
	line-height:1.5em !important;	
}

.HomeTuition .trainerImage {
	background-color:#7a6da7;	
}

.Hometuition h4, .Hometuition .trainingTypeList, .Hometuition .courseMoreInfo, .Hometuition .trainingTypeList,  .Hometuition.moreInfo {
	color:#7a6da7;	
}

.RidingSchool h4, .RidingSchool .trainingTypeList, .RidingSchool .courseMoreInfo,  .RidingSchool.moreInfo {
	color:#4bac86;	
}

.College h4, .College .trainingTypeList, .College .courseMoreInfo,  .College.moreInfo {
	color:#E95757;	
}

.TrainingProvider  h4, .TrainingProvider  .trainingTypeList, .TrainingProvider .courseMoreInfo, .TrainingProvider.moreInfo {
	color:#e8a54d;	
}

.College .trainerImage {
	background-color:#FFFFFF;
	border:13px solid #E95757;
}

.TrainingProvider .trainerImage {
	background-color:#FFFFFF;
	border:13px solid #e8a54d;
	min-width:136px;
	min-height:115px;
}

.trainerImage {
	min-width:136px;
	min-height:115px;
}

.RidingSchool .trainerImage {	
	background-color:#FFFFFF;
	border:13px solid #4bac86;
}

.Hometuition .trainerImage {
	background-color:#FFFFFF;
	border:13px solid #7a6da7;
}

.courseContainer h4 {
	font-size: 26px;
	margin-bottom: 2px;
}

.trainingTypeList {
    text-transform: uppercase;
    text-align: right;
    float: right;
    padding-left: 13px;
    position: relative;
}

.trainingTypeList:before {
    content: '\f041 ';
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    left: 0;
}

.trainingLocation {
	text-transform:uppercase;
	font-size:15px;	
}

.trainerView {
	font-weight:bold;
	float:right;
	color:#354759;
	font-size:16px;
	padding:10px;
	cursor:pointer;
	padding-right: 0;
}

.mainDesc {
	display:none;	
}

.trainerViewHide, .courseDetails {
	display:none;
	max-width:100%;
}

.courseDetails .courses {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.trainerViewShow:after {
    font-family: FontAwesome;
    content: '\f078';
	margin-left:8px;
}

.trainerViewHide:after {
    font-family: FontAwesome;
    content: '\f077 ';
	margin-left:8px;
}

.courseMoreInfo {
	font-weight:bold;
	float:right;
	font-size:16px;
	margin-top: -20px;
}

.otherCourses {
	margin-top: 45px;
}

.courseMoreInfo:after {
    font-family: FontAwesome;
    content: '\f054 ';
	margin-left:8px;
}

.trainerImage {
	position:relative;	
}

.trainerImage img {
	width: inherit;
	height: inherit;
	display: block;
	background-color: #fff;
	max-width: 190px;
	max-height: 116px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.filterOptions .option.optionSelected {
	font-weight:bold;
	color:#FFFFFF;
}

.filterOptions .option {
	float:left;
	padding:0 16px;
	color:#DDDDDD;
	font-size:15px;
	text-transform:uppercase;
	border-right:1px solid #FFF;
	cursor:pointer;
	font-weight:400;
}

.filterOptions .option:hover {
	color:#FFFFFF;
}

.filterOptions .option:first-child {
	border-left:0;
}

.filterOptions .option.last{
	border-right:0;
}

.opportunities .largeFilter {
	width:calc(22% - 2px);
	height:20px;
	float:left;
	text-align:center;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	position:relative;
	cursor:pointer;
	line-height: 25px;
}

.opportunities .largeFilter.dropDown:after {
	font-family: FontAwesome;
	content: '\f078';
	position:absolute;
	right:28px;
	top:8px;
}

.opportunities .smallFilter {
	width:calc(6% - 2px);
	float:left;
	text-align:center;
	font-size:16px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	cursor:pointer;
	line-height: 40px;
}

.opportunities .smallFilter.viewSelected {
	color:#EEEEEE;	
	background-color:rgba(0,0,0,0.15);	
}

.opportunities .smallFilter:hover {
	background-color:rgba(0,0,0,0.08);	
}

.opportunities .smallFilter.last {
	width:calc(6% - 3px);
	border-right:none;
}

.opportunities .largeFilter.first {
	width:calc(16% - 1px);
	border-left:none;
}

.courseContainer h5 {
	font-size:15px;
	line-height:20px;
}

.courseDetails span {
	text-transform:uppercase;
	font-weight:normal;
}

.filterSelected {
	background-color:rgba(0,0,0,0.15);	
}

.courseKeyText {
	float:left; 
	width:calc(100% - 250px);
}

.opportunities a {
	color: #FFFFFF;
	position: absolute;
/*	transform: translateY(-50%);*/
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 20%;
	font-size:13px;
}


.courseDetails .mobileDetails {
	display:none;
	background-color:#E95757;
	color:#FFFFFF;	
}

.courseDetails .mobileDetails a {
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 40px;
	padding-bottom: 15px;
	font-weight:bold;
}

.courseDetails .mobileDetails .centre {
	border-left:1px solid #FFFFFF;	
	border-right:1px solid #FFFFFF;	
	width:calc(33.3333% - 3px) !important;
}

.courseDetails .mobileDetails .website:before {
	content: '\f4d2 ';
	font-family: Ionicons;
	margin-right: 5px;
	font-size: 23px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 15px;
	font-weight:normal;
}
.courseDetails .mobileDetails .email:before {
	content: '\f003 ';
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 23px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 15px;
	font-weight:normal;
}
.courseDetails .mobileDetails .phone:before {
	content: '\f095 ';
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 23px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 15px;
	font-weight:normal;
}

.courseDetails .mobileDetails .contact {
	width:33.3333%;
	float:left;
	color:#FFFFFF;
	position:relative;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.scrollFix .moreInfo:after {
	font-family:fontAwesome;
	content:'\f054';
	margin-left:5px;
	font-size:11px;
}

.checkboxScroll::-webkit-scrollbar {
    width: 10px;
}

.checkboxScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.checkboxScroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.contentCyan .checkboxScroll::-webkit-scrollbar-thumb {
	background: #73c0d0 !important;
}

.contentRed .checkboxScroll::-webkit-scrollbar-thumb {
	background: #e95857 !important;
}

.downloadBg {
    color: #000;
    border: solid 3px #ccc;
}

@keyframes highlight {
  0% {
    background: rgba(118,189,34,0.55);
  }
  100% {
    background: rgba(118,189,34,0);
  }
}

.highlightChange {
  animation: highlight 1s;
}

@media (min-width : 951px) {
	
#mainNav {
	display:block !important;	
}

}

@media (max-width : 950px) {
	
#loginForm input {
	max-width: none !important;
	width: 60%;
}
	
.productBrowse {
	width: calc(33% - 20px);
}
	
.productBrowse:nth-child(5n) {
	margin: 0 30px 0 0;
}
	
.productBrowse:nth-child(3n) {
	margin: 0;
}

.membershipImage {
 	margin-top: -85px;
}

.courseDetails .mobileDetails {
	display:block;		
}

.customSelect, .customText input {
	margin: 10px 0 !important;
}
	
/*#jobSearch .filterMethods {
	padding: 6px 0px;
}
	
#jobSearch .dropDown:after {
	content: '';
}*/
	
#jobSearchContainer .filterMethods:first-child {
	width: 100%;
	display: block;
}

#jobSearchContainer div:nth-child(2) {
	flex-basis: 80%;
}

.filterMethods:not(.first) {
	flex-grow: 1;
	flex-basis: calc(25% - 22px);
}


.secondaryDetails {
	width: 40%;
	overflow: hidden;
}
	
.secondaryDetails.content {
	width: 100%;
}
	
.job-info {
	width: 100%;
	float: none;
	margin: 0 auto;
}
	
.mainDetails.content .job-info {
	/* display: none; */
}
	
.secondaryDetails.content .job-info .details {
	width: calc(24% - 25px);
    min-width: 170px;
}

.mobileContacts {
	display: flex;
}
	
.viewButton {
	right: 30px;
}
	
.sponserLogos ul {
	padding-right:0;	
}

.tableNoPadding td {
	padding:2px !important;	
}

table td p {
	margin-bottom:7px;
}

table {
	width:100% !important;	
}

table:not(.importantInfoTemplate) td:nth-child(1):nth-last-child(3),
table:not(.importantInfoTemplate) td:nth-child(2):nth-last-child(2),
table:not(.importantInfoTemplate) td:nth-child(3):nth-last-child(1) {
	width:33% !important;
}

.courseDetails .courses {
	max-width:950px;
}

.largeAdvertCol2 {
	width:100% !important;
	clear:both !important;
	float:none !important;
	position:relative !important;
	margin-top:0 !important;
}

.largeAdvertBg2 {
	background-color:#00328c !important;
	height:auto !important;
	max-width:100% !important;
	background-size:initial !important;
}

.largeAdvertBg {
	background-color:#eaeaea !important;
	height:auto !important;	
	max-width:100% !important;
	background-size:initial !important;	
}

.largeAdvertCol1 {
	width:100% !important;
	float:none !important;	
}

.bgaMemberBox {
	background-color:#ee434b;
	overflow:hidden;
	max-width:100%;
	background-size:initial !important;
	height:auto !important;
	margin-top:0 !important;
}


.bgaMemberLeftCol {
	width:55%;
	margin-right:20px;	
}

.bgaMemberRightCol {
	float:left;
}

.slides li {
	height:auto;
}

.homeTripContainer {
	margin: 0 auto;
	display:block;	
}
.homeTripBox {
width: 33.1%;
}

.homeTripBox strong {
	font-size:35px;
	line-height:35px;	
}

.homeTripBox a, .homeTripBox p {
    font-size: 17px;
}

#navBg .container, .fullWidthContainer {
	width:100% !important;
	padding:0 !important;
	border-radius:0;	
}

.container img {
	max-width:100%;
}

.largeAdvertCol2 {
	margin-top:0px !important;	
}

.largeAdvertBg2 .largeAdvertCol2 {
	margin-top:60px !important;	
}

.largeAdvertCol2 img {
	max-width:100% !important;
	height:inherit !important;
	margin:0 !important;
}

#homeBlueBox {
    background-image: url(/assets/img/blueBox.png);
    margin: 15px 2px 0px 2px;
}

.membershipPurchaseHeader {
	text-align:center;
	height:auto;
	display:block !important;
	margin:0 auto;
}

.membershipType {
	width:100%;
	line-height: 22px;
	margin-top: 5px;
	display: inline-block;
}

.membershipType:after {
	content:" "
}

.superSelectedRed span, .superSelectedGreen span, .superSelectedBlue span {
	color:#1c65a4 !important;
}
.superSelectedRed, .superSelectedGreen, .superSelectedBlue {
	color:#1c65a4 !important;
}

.inline-form p {
	width:100%;	
}

.typicalHeroText2 {
	margin-top:30px;	
}

superSelectedRed span:hover, .superSelectedGreen span:hover, .superSelectedBlue span:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
	
.table50 {

	width: 90%;
	min-height: inherit;
	
}
.sliderImgContain {
	width:100%;	
}
.page_wrap {
	overflow:hidden;	
}

.open {
	display:block !important;
}

.flex-control-nav {
  bottom: 0 !important;
}

.homeMainSlider {
	width:90% !important;
	position:relative !important;
	margin:0 auto !important;
	min-width:0;	
}
.homeSlider {
	width:100%;
	height:auto;
	background-size: cover !important;
}

.redContentStripLeft {
  width: 51%;
  float:none;
  height:340px;
}

.backgroundRed {
	max-width:500px;
	margin:0 auto;
	left: 0;
  	right: 0;
}

.mainHero {
	overflow:hidden;	
}

.btnWhite {
	background-color:#fff;	
}

.btnWhite, .btnRed, .btnBlue, .btnGrey {
	width:80%;
	/* display:block;
	margin:0 auto; */
	text-decoration:none;	
}

.largeAdvertBg .bgaMemberMainContent {
	padding-bottom:0px !important;	
}

.largeAdvertImg {
	float:none !important;	
}

.largeAdvertCol1 .btnOrange {
	clear:both;
	margin-top:0 !important;
}

.floatBtn {
	float:none;
	display:block;
}

.typicalHero {
  overflow: hidden;
}


/* - - - - - Mobile menu - - - - - */
.mobileMenu  {
	min-height:40px;
	background-repeat:no-repeat;
	background-size: contain;
	color:#fff;
	width: 100%;
}

.mobileMenu p {
	font-size:24px;
	padding-left: 20px;
	padding-top: 10px;
	margin:0;
}

.hasChildrenOpen {
	background-image:url(../img/menuX.png);
	background-position-y: 0; 
	background-repeat:no-repeat;
	background-position-x: 100%;
}

.hasChildrenClosed {
	background-image:url(../img/menuPlus.png);
	background-position-y: 0; 
	background-repeat:no-repeat;
	background-position-x: 100%;
}

.superRed, .superBlue, .superGreen, .superGrey {
  width: 100%;
  position: relative;
  /*border-radius: 15px;*/
  text-align: left;
  z-index: 1000;
  top: 0;
  left:0;
  padding: 0;
  color: #fff;
  margin-left: 0px;
}

.superRed .col3, .superGreen .col3, .superBlue .col3, .superGrey .col3 {
	width:100%;
	float:none;	
	height:auto !important;
}

.superRed .col3 .colLeft, .superGreen .col3 .colLeft, .superBlue .col3 .colLeft, .superGrey .col3 .colLeft {
	display:none;	
}
.superRed .col3 .colRight, .superGreen .col3 .colRight, .superBlue .col3 .colRight, .superGrey .col3 .colRight {
	width:100%;
	padding:0;
	float:none;
}

.superRed .col3 a, .superRed .col3 h3, .superGreen .col3 a, .superBlue .col3 h3, .superBlue .col3 a, .superBlue .col3 h3, .superGrey .col3 h3 {
	width:90% !important;
	margin-left:10px !important;
}

.superRed .col3 .colRight ul li {
	background-color: #ef3e42 !important;
	border-top: 1px solid #872324 !important;
}

.superGreen .col3 .colRight ul li {
	background-color: #76bd22 !important;
	border-top: 1px solid #4B7816 !important;
}

.superBlue .col3 .colRight ul li {
	background-color: #00539b !important;
	border-top: 1px solid #003767 !important;
}

.superGrey .col3 .colRight ul li {
	background-color: #a8a8aa !important;
	border-top: 1px solid #949495 !important;
}

.col3 .colRight ul {
	float:none !important;	
}

#navBg {
	height:auto;
	min-height:40px;
	max-width:100%;
}

#mainNav {
	float:none !important;
	height:auto;
	min-height:40px;
	width:100%;
	position:absolute;
	z-index:110;
	border-bottom:5px solid;
	background-color:#00379a;
}

#contactImg img {
  top: 60px;
  right: 0px;
}

#mainNav ul li:hover ul {
  display: none;
  top: 0;
  position: relative;
  z-index: 50;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0px;
  border-radius: 10px;
}

#mainNav ul li ul li {
	padding:0px 0px;	
	background-color: rgba(0,39,82,0.95); 
}

#mainNav a, #mainNav span {
	margin-left:20px;
	display:block;
	width:75%;
	padding:18px 0;
}

#mainNav ul li {
  list-style: none;
  margin: 0;
  padding: 0px 0px;
  float: none;
  line-height: 21px;
  background-color:#00328c;
  border-top: 2px solid #fff;
  padding-right:0;
}

/* - - - - - End Mobile menu - - - - - */

.redContentStripRight {
  width: 90%;
  float:none;
  margin-top: -10px;
  margin: 0 auto;
  max-width: 500px;
}

.redTextBg {
	background-position:center 0;
	width: 100%;
	margin-left:0;
}

.mainHero img {
	width: 140%;
	margin-left: -20%;
	height:auto;
	max-width:inherit;
}

.typicalColLeft .advertBlue {
	display:none;	
}

#social {
	float:none;
	display:block;
	margin:0 auto;
	width:50px;
}

#jobTitle {
	min-height:70px;	
}

.typicalColRight {
  width: 98%;
}
.typicalColRight img {
	/* max-width:100%; */
	height:auto;
}

.homeColouredBox {
  position: relative;
  margin:0 auto;
  float:none !important;
  max-width: 333px;
  margin-bottom: 10px;
}

.redCurveBttn {
  float: none;
  width: 187px;
  margin:1px auto !important;
  margin-bottom: 10px !important;
}

.blueCurveBttn {
  float: none;
  width: 186px;
  margin:1px auto;
}

.blueCurveBttn p, .redCurveBttn p {
  text-align: center;
}

.homeColouredBoxtext {
  margin-left: 25px;
  padding: 0px 0px;
  text-align:left;
}

.greyContentStrip img {
	float:none;
	margin:10px auto;
	display:block;	
}

.greyContentStripRight {
	width: 96%;
	margin: 6px;
}

.latestJobHome {
	/*margin-right:0 !important;
	padding-right:0 !important;	*/
}

.newsSmallArticle div {
    min-height: 55px !important;
}

.footerBlock2 {
	width:50%;	
}
.footerBlockWide {
	float:none;	
}

.noMobile {
	display:none;	
}

.employerZoneContain h5 {
  margin: 11px 0 5px 0px;
}

.employerZoneContain img {
  float: right;
  margin-right: 30px !important;
  margin-top: 10px !important;
}

.container .latestJobBox {
	float:none;
	margin: 10px auto !important;
}


.article a {
	margin-right:10px;	
}

.newsmaincontent {
	float:left !important;	
}

.newsmaincontent h2, .newsHeadline {
	text-align:left;	
}

.col1Half2 {
	margin-top:10px !important;	
}

#pagenumbernav {
	float:none;
	display:block;
	margin:0 auto;	
}

#joinRenewBttn {
	height:auto;
}

#jobContainer .latestJobBox {
	margin:5px !important;
	float:left;	
	
}

#homeBoxContain {
	margin:0 auto;
	height:auto !important;
	max-width:100%;
}

#home3box {
  position: relative;
  margin: 0 auto;
  width: 312px;
}

#homeBoxContainLrg .homeColouredBox {
  width: 295px;
  margin: 0px 5px;
}

.homeColouredBox img {
  width: 295px;
}

.col1Half, .col1Half2 {
	width:100% !important;
	margin-top:0;
}

.latestJobText {
	width:30% !important;
	padding-left:10px;
}

.opportunitiesImage {
	width:100%;
	height:auto;	
}

.opportunityMenu {
	height:auto !important;	
}

.opportunityMenu #sidebarMenu:before {
	display:none;
}

.opportunityMenu li {
	display: block;
	width: 100%;
	text-align: left;
	padding:2px 0 !important	
}

.opportunityMenu .container {
	width:100%
}

.homeNewsContainer {
    max-width: 100% !important;
}

.homeFade {
	display:none !important;	
}

#homeHeaderText {
	margin-top:0;	
}

#joinBox {
	margin:0 5px;
	float:left;	
	max-width: 100%;
}

#renewBox {
	margin:0 5px;
	float:left;	
	max-width: 100%;
}

#mainNav, #headerSocial {
	display:none;	
}

#homeBoxContainLrg {
	margin:auto;
	width: 300px;
	height:auto;
  /* height: 175px; */
}

#headerText {
	margin-top:-40px !important;
	width:auto !important;
	margin-left:10px;
	
}

#headerOuter {
	height:auto !important;
}

#socialIcons {
    float: right !important;
    width: 105px !important;
	margin-left:0 !important;
	margin-top:10px !important;
}

#socialIcons img {
    margin-right: 10px;
	margin-left:0 !important;
}

#loginContainer {
  width: 200px;
}

#headerloginContain {
	height:60px;
}

#logo {
  margin: 0;
  margin-right:5px;
}

#joinRenewBttn {
	width: 100%;	
}

.opportunities .largeFilter {
	width: calc(20% - 3px);
}
	
.opportunities .largeFilter.first {
	width: calc(20% - 1px);
}
	
.opportunities .smallFilters {
	width: 20%;
}

.opportunities .largeFilter {
    height: 77px;
	font-size: 30px;
}

.opportunities .smallFilter {
	border-right:none;
}

.opportunities .smallFilter.last {
	border-top:1px solid #ffffff;	
}

.opportunities .smallFilters {
	float:left;	
}

.opportunities .smallFilter {
	width:calc(100% - 2px) !important;
	float:left;	
	line-height: 32px;
}
	
/*.opportunities a {
	top: 58%;
}*/
	
.filterOptions {
	display: none;
	position: relative;
	top: 0px !important;
}

.fullContainer {
	padding:0 !important;
	width:100% !important;	
}

.courseText .trainingTypeList {
	display:none;	
}

.courseContact, .courseMoreInfo {
	display:none !important;	
}

.trainingTypeList {
	padding-left: 0;
	width: 100%;
	text-align: center;
	margin-top:18px;
}


.trainingTypeList:before {
    content: '\f041 ';
	margin-right:0;
    position: absolute;
    left: 0;
    width: 10px;
    right: 0;
    top: -20px;
    margin: auto;
}

.keyContainer {
	width:auto;	
}

.trainingKey, .keyContainer p  {
	float:none !important;
	text-align:center;
	margin-right:0 !important;
}

.trainingTypeList {
	float:left !important;	
}

.trainerImage img {
	width: inherit;
	height: inherit;
	display: block;
	background-color: #fff;
	max-width: 190px !important;
	max-height: 116px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.mapContainer {
	position:relative;	
}

.opportunities .largeFilter.dropDown:after {
	display:none;
}

.key {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0 !important;
    z-index: 25;
    padding: 5px;
    height: 100%;
    max-height: 390px;
    border-left: 2px solid #ffffff;
    width: 110px;
}

.trainingKey {
	padding:0;
	border:none !important;
	margin-top: 4px;
}

}

@media (max-width : 950px) and (min-width : 850px) {
	
#headerText {
	width:50% !important;	
	margin-top: -40px !important;
}
}
@media (max-width : 780px) and (min-width : 621px) {
	
#headerText {
	width:39% !important;	
	margin-top: -40px !important;
	
}

.mainNewsImage img {
	display:block !important;
	margin:0 !important;
	clear:both !important;
	float:none !important;	
}

#headerSearch input[type="search"] {
    width: 130px;
}

#loginContainer {
  width: 191px;
}

.col1Third {
	width:100%;
	padding-bottom:10px;
}

.whereToTrainLocationFilter .seperator {
	opacity: 0;
	width: 100%;
	display: block;
	height: 10px;
}

.homeTripBox a, .homeTripBox p {
	height:90px !important;
	padding:0 11px !important;
	font-size:13px;
	line-height:17px;
}

.latestJobText {
	width:60% !important;
	padding:0 2% !important;
}

.latestJobText, .latestJobMore {
	float:left;
}



.homeTripBox strong {
	font-size:25px;
	line-height:22px;	
}


.bgaMemberLeftCol, .bgaMemberRightCol {
	width:100%;	
}

.bgaMemberImg1, .bgaMemberImg2 {
	float:left;
	margin:10px 2px;
	max-width:100%;
}

.bgaMemberImg1 {
	float:left;
	margin-left:0.9%;	
}

.bgaMemberImg2 {
	float:right;
	margin-right:0.5%;
}
.courseDetails .mobileDetails {
	display:block;
}
	
}

@media (max-width : 620px) {
	
#headerText {
	clear:both;
	margin-top:0 !important;
}

.mainNewsImage img {
	display:block !important;
	margin:0 !important;
	clear:both !important;
	float:none !important;	
}

.wttImageContainer {
	width:215px !important;	
}

.trainerImage img {
    max-width: 150px !important;
}

.courseDetails .courses {
	max-width:620px;
}

#tagLine {
	margin-top: 5px !important;	
}

#loginContainer {
    width: 100%;
	margin-top:10px;
}

#socialIcons {
	margin-top: 0;
	float:left !important;
	margin-left:10px !important;
}

.courseKeyText.descriptions {
	float:none; 
	width:100%;
	clear:both;
	padding-top:1px;
}

.courseKeyText h4 {
	margin-bottom:10px;	
}

.text.courseKeyText {
    width: calc(90% - 250px);
}

.otherCourse {
    min-width: 95% !important;
	width:95% !important;
	display:block;
	border-left: 4px solid #DDDDDD !important;
}

.courseDetails .courses {
	display:block;
}

.homeTripBox {
    width: 32.7% !important;
	min-width: 0 !important;
	background-image:none !important;
	height:inherit !important;
	margin-bottom:10px !important;
}

.homeTripContainer {
	margin-bottom:10px;	
}

.inline-form p label {
	min-width:50% !important;	
}

.inline-form select {
	width:95% !important;
	padding:0 1% !important;
}

.inline-form label {
	margin-top:0 !important;	
}

.col1Third {
	width:100%;
	padding-bottom:10px;
}

.homeTripBox a, .homeTripBox p {
	height:90px !important;
	padding:0 11px !important;
	font-size:13px;
	line-height:17px;
}

.latestJobText {
	width:100% !important;
	padding:5px 0 !important;
}

.latestJobMore {
	float:none;
	margin:0 auto;
	display:block;
	clear:both;
}

.bgaMemberLeftCol, .bgaMemberRightCol {
	width:100%;	
}

.bgaMemberImg1, .bgaMemberImg2 {
	margin:0 auto !important;
	display:block;
	margin-bottom:10px !important;
}

.homeTripBox strong {
    font-size: 26px !important;
    line-height: 26px !important;
}

.homeTripBox a, .homeTripBox p {
	height:90px !important;
	padding:0 11px !important;
	font-size:15px;
	line-height:15px;
}

.container:not(.membershipPage) .typicalHeroText {
	font-size:20px !important;
	padding: 5px 10px !important;
}

largeAdvertCol2 img {
	margin:0 !important;
}

#homeRedBox {
	background-color:#ee3a43;	
}

#homeBlueBox {
	background-color:#00328c;	
}

#homeGreyBox {
	background-color:#999999;	
}

.whereToTrainLocationFilter .seperator {
	opacity: 0;
	width: 100%;
	display: block;
	height: 10px;
}

.whereToTrainLocationFilter .break {
	display:block;	
}

.whereToTrainLocationFilter .first, .whereToTrainLocationFilter .sbmt {
	padding-left:0 !important;
	margin-left:0 !important;
}

}


@media (max-width: 480px) {
	
/*
	
.job-listing.seekers {
	height: 90px;
}*/
	
.mainDetails {
	/*margin-bottom: 10px;*/
}
	
.mobileContacts div {
	font-size: 12px;
	line-height: 1.6em;
	padding: 15px 0;
}
	
.otherCourse {
	min-width: 165px !important;
	margin: 30px 0;
}
	
.mainNewsImage img {
	width:90% !important;	
}

.sliderMask {
	display:none;	
}

.largeAdvertCol2 img {
	margin:0 !important;
}

.flex-direction-nav a, flex-nav-prev a, .flexArrowsNext, .flexArrowsPrev {
	width:25px !important;
	height:25px !important;
}

.flex-prev, .flexArrowsNext {
	left:7% !important; 
	background-size:cover !important;
}

.flex-next, .flexArrowsPrev {
	right:7% !important;
	background-size:cover !important;
}

.courseDetails .courses {
	max-width:480px;
}

.homeMainSlider {
	width:100% !important;	
}

.homeJoinRenew a {
    padding: 55px 100px 10px 19px !important; 
}

.mainMap {
	width:320px;	
}

.homeTripBox {
    width: 100% !important;
	min-width: 0 !important;
	background-image:none !important;
	margin:0 !important;
	text-align:left !important;
	height:auto !important;
}

.homeTripBox strong {
    font-size: 34px !important;
    line-height: 30px !important;
}

.homeTripBox a, .homeTripBox p {
	height:auto !important;
	padding:6px 11px !important;
	font-size:20px;
	line-height:19px;
}

	
.shopSelect {
width: 100%;

}

.flex-control-nav {
	width:70px !important;
	padding: 6px !important;
	padding-bottom:0 !important;
    background-color: #fff;
    border-radius: 25px 0px;
}

.flex-control-nav li {
	margin:2px 3px !important;	
}

.flex-control-paging li a {
	width:15px !important;
	height:15px !important;	
}
	
.productBrowse {
	float: left;
	margin: 0px 5px;
	width: calc(50% - 5px);
/*	min-height: 275px;*/
}
	
.productBrowse:nth-child(5n) {
	margin: 0px 5px;
}

.productBrowse:nth-child(3n) {
	margin: 0px 5px;
}
	
.productBrowse:nth-child(2n) {
	margin: 0;
}

#headerText {
	width: 95% !important;
	clear: both;
	padding-left: 2%;
}

#logo {
	margin-top:-60px;
}

.newsmaincontent {
	width:100%;	
}

.membershipPurchaseHeader {
	font-size:40px;
	line-height:40px;	
}

.typicalColRight img {
	/*float:none !important;
	display:block;
	margin:0 auto !important; */
}

.typicalColRight {
	
}

.membershipPrice {
	width:100%;
	display:block;
	margin:0 auto;
	font-size:20px;
	line-height:28px;
}

.typicalHeroText2 {
	margin-top: 0;	
}

.col1Half, .col1Half2 {
	width:98%;
	margin:0 1%;
	display:block	
}

.owl-carousel .owl-item {
    margin-left: 11px !important;
	max-width:100%;
}
	
.members {
	/*margin-top:130px;	*/	
}
	
.employerZoneContain {
  max-width: 100%;
}	
.homeColouredBoxtext {
	max-width: 85%;
}

.memberLoginContain {
  padding: 10px;
}

.memberLoginContain h4 {
  margin: 10px 0 0 0;
  font-size:20px;
}

.memberLoginContain p strong {
  margin: 0px;
  font-size: 20px;
    line-height: 10px;
}

.memberLogin input[type="text"] {
	width:85%;
}

.memberLoginContain {
  width:auto;
  padding: 14px;
  background-size: 100% 253px;
}

.memberLoginLeft {
  width: 39%;
  margin-right: 5%;
}

.memberLoginRight {
}

.footerBlock {
  width: 100%;
  float:none;
  height:auto;
  margin-left:0;
}	

.footerBlock2 {
	float:none;
	width:100%;
	height:auto;
}

.footerBlockWide {
	width:80%;
}
	
.backgroundRed {
	position:relative;	
}

.redContentStripLeft {
  width: 94%;
  height: auto;
  padding: 0 2%;
}

.redTextBg {
	display:none;	
}
.redContentStripRight {
  width: 100%;
}

.typicalHeroText {
  margin-top: 70px;
  margin-left: 5px;
  padding: 10px 0px !important;
  font-size: 18px !important;
}
	
.typicalHeroSpace.jobBoard {
	right: 20px !important;
}

#homeBoxContainLrg .homeColouredBox {
  width: 270px;
  margin: 0px 3px;
}

.homeColouredBox img {
  width: 270px;
  max-width: 100%;
}

.homeColouredBoxtext h4 {
  font-size: 20px !important;
}

#footerContainer {
	padding-top:10px;	
}

#loginBtn {
	margin-right:-30px;	
}

#homeBoxContainLrg .homeColouredBoxtext {
	margin-left:0;
}

#headerlogin, #headerloginContain {
	width:100%;	
}

#headerlogin input[type="submit"] {
  width: 65px;
  padding: 5px 0 !important;	
}

#contactImg {
	width:100%;
	height:220px;	
}
#contactImg, #contactImg img {
	float:none;
	position:relative;
	display:block;
	top:-10px;
}

.helpContent {
    width: 270px !important;
}
	
#loginForm input {
	max-width: none !important;
	width: 70%;
}

}

@media (max-width: 321px)
{
.loginDrop2 {
    margin-top: -295px !important;
}

.otherCourse {
    min-width: 185px !important;
}

}

@media (max-width: 303px)
{
.loginDrop2 {
    margin-top: -360px !important;
}

}