/* NOTE - before you start coding anything, you might want to search/replace the original branding colour  #e0423d with whatever the clients main branding colour is*/ 
 
html{
	scroll-padding-top: 80px;
}

body {
    font-family: 'Avenir W01', sans-serif;
    font-size: 14px;
    color: #26242a;
    font-weight: 300;
    line-height: normal;
}




.float-left{
float: left !important;
}
.w-100{
width: 100% !important;
}
.position-relative{
position: relative !important;
}




.container {
    width: 1130px;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

 :hover {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 }
 
 a {
	 color:#666666;
 }
 
 a:hover {
 	cursor:pointer;
 }
a:focus {
	outline:none !important;
}
a:active {
	outline:none !important;
}
.fal {
	font-weight:normal;
}
.fab {
	font-weight:normal;
}

::-ms-clear {
  display: none;
}

ul, ul li, ol, ol li {
	padding:0 0 0 0;
}

img {
    max-width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit]{
	border:0;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration { 
  display: none; 
}

 h1, h2, h3, h4, h5, h6, .title {
	font-family: 'Akzidenz Grotesk', sans-serif;
 }
 /* apply a natural box layout model to all elements */
 *, *:before, *:after {
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  * {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out; 
 }
  
 *:before, *:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 }
 *:hover:before, *:hover:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 }
  
 ::-moz-selection {
    color: #ffffff;
    background:#24262a;
}

::selection {
    color: #ffffff;
    background:#24262a;
}

::-ms-clear { display: none; }
  
 p {
     margin: 0 0 24px;
 	line-height:26px;
 }
 
li:last-of-type {
	 margin:0 0 0 0 !important;
 }
 
 :focus, :active, :visited {
 	outline:none;
 	text-decoration:none;
 }
  
 /* Rules for Parallax Background */
 .parralax {
   background-attachment: fixed !important;
   background-size: cover!important;
 }
 /* 	FLOATS	*/
 .element {
 	float:left;
 	width:100%;
 	height:auto;
 	display:block;
 }
 /*Aligns*/
 .vertical {
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .horizontal {
   position: relative;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
 }
 .vhboth {
   position: relative;
   top:50%;
   left: 50%;
    -webkit-transform: translateY(-50%)translateX(-50%);
   -ms-transform: translateY(-50%)translateX(-50%);
   transform: translateY(-50%)translateX(-50%);
 }
.fab:before, .fab:after {
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:normal;
}
.fal:before, .fal:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}
:before, :after {
    font-family: FontAwesome;
}
 .container-fluid {
   margin: 0 0 50px 0;
   float: left;
   width: 100%;
   clear: both;
 }
 .no-padding {
	 padding:0 0 0 0 !important;
 }
 .no-margin {
	 margin:0 0 0 0 !important;
 }

:hover, :active, :focus {
	text-decoration:none !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

.slick-initialized .slick-slide, .slick-slider .slick-list, .slick-slider .slick-track, .slick-slider {
     -webkit-transition: none;
     -moz-transition:   none;
     -ms-transition:  none;
     -o-transition:  none;
     transition:  none;
}
 
div#cookie-law-info-bar {
    width: 100%;
    border: none !important;
    background: rgba(27, 27, 27, 0.84) !important;
    height: auto !important;
    padding: 10px !important;
    bottom: 0px !important;
}

div#cookie-law-info-bar span {
    color: #ffffff;
    font-size: 14px;
}

div#cookie-law-info-bar a#cookie_action_close_header {
    background: #e0423d !important;
    border-radius: 0px !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0 0 0 15px;
}

div#cookie-law-info-bar a#cookie_action_close_header:hover {
    background: #d06005 !important;
}

.slick-slider button.fal.general {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f5f5f5;
    color: #cccccc;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0px;
}

.slick-slider button.fal.general:hover {
	background:#e0423d;
	color:#ffffff;
}

.slick-slider button.fal.general.previous {
    left: -60px;
}

.slick-slider button.fal.general.next {
	right:-60px;
}

.slick-slider ul.slick-dots {
    width: auto;
    display: block;
    position: absolute;
    list-style-type: none;
    margin: 0 0 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-slider ul.slick-dots li {
    float: left;
    width: auto;
    height: auto;
    display: block;
    margin: 0 2px;
}

.slick-slider ul.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    background: none;
}

.slick-slider ul.slick-dots li button:hover {
    border-color: #1b1b1b;
}

.slick-slider ul.slick-dots li.slick-active button {
	background:#e0423d;
	border-color:#e0423d;
   pointer-events: none;
   cursor: default;
}

.slick-slider ul.slick-dots li.slick-active button:hover {
   pointer-events: none;
   cursor: default;
}

.header {
    position: relative;
    height: 80px;
    margin: 0;
    padding: 0px 30px;
    background: #ffffff;
    z-index: 20;
}

.header a#burgerMenu {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    color: #1b1b1b;
    position: relative;
    padding: 5px;
    display: none;
    margin: 20px 0;
}

.header a#burgerMenu span {
    position: absolute;
    width: 30px;
    height: 3px;
    display: block;
    background: #e0423d;
    left: 5px;
}

.header a#burgerMenu span:nth-of-type(1) {
    top: 6px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.header a#burgerMenu span:nth-of-type(2) {
    top: 19px;
    opacity: 1;
}
  
.header a#burgerMenu span:nth-of-type(3) {
    bottom: 6px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.header a#burgerMenu.clicked  span:nth-of-type(1) {
    top: 19px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header a#burgerMenu.clicked span:nth-of-type(2) {
    top: 19px;
    opacity: 0;
}

.header a#burgerMenu.clicked  span:nth-of-type(3) {
    bottom: 18px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header a#burgerMenu.clicked {
}

.header a#logo-main {
    float: left;
    width: auto;
    display: block;
    height: 36px;
    margin: 22px 0;
}

.header a#logo-main img {
    float: left;
    width: auto;
    height: auto;
    display: block;
    max-height: 36px;
}

.header .menu-main-menu-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 50px;
}

.header .menu-main-menu-container ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 50px;
    list-style-type: none;
}

.header .menu-main-menu-container ul li {
    float: left;
    margin: 0;
	width: 33.333%;
}

li#menu-item-7492 a {
    float: none;
    margin: 0 auto;
    display: block;
}

li#menu-item-7353 a {
    float: right;
}

.header .menu-main-menu-container ul li a, .mobile-menu-container .menu-mobile-menu-container ul.menu > li > a, .mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li > a {
    float: left;
    width: 172px;
    line-height: 1;
    color: #24262a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Akzidenz Grotesk';
    padding: 29px 0;
}

.mobile-menu-container .menu-mobile-menu-container ul li a {
    line-height: 3 !important;
    border-bottom: 1px solid #24262a;
}

.page-id-7389 .header .menu-main-menu-container ul li.current-menu-item a, .term-career-advice .header li#menu-item-7492 a, .header .menu-main-menu-container ul li#menu-item-7492 a:hover {
    color: #e0423d;
    border-top: 4px solid #e0423d;
}

.page-id-7389  .news-post .post-content i {
    color: #e0423d;
}

.page-id-7391 .header .menu-main-menu-container ul li.current-menu-item a, .term-employers .header li#menu-item-7491 a, .header .menu-main-menu-container ul li#menu-item-7491 a:hover {
    color: #026a7a;
    border-top: 4px solid #026a7a;
}

.page-id-7350 .header .menu-main-menu-container ul li.current-menu-item a, .header .menu-main-menu-container ul li#menu-item-7353 a:hover {
    color: #000;
    border-top: 4px solid #000;
}

.header .menu-main-menu-container ul li a:hover {
	color:#1b1b1b;
}

.header .menu-main-menu-container ul li > ul.sub-menu {
    position: absolute;
    top: 48px;
    background: #ffffff;
    left: -12px;
    display: none;
    display: none;
    width: 146px;
}

.header .menu-main-menu-container ul li > ul.sub-menu li {
    float: left;
    width: 100%;
    display: block;
    height: auto;
	margin:0 0 0 0;
}

.header .menu-main-menu-container ul li > ul.sub-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    font-weight: 100;
    color: #1b1b1b;
}

.header .menu-main-menu-container ul li > ul.sub-menu li a:hover {
	background:#e0423d;
	color:#ffffff;
}

.header .menu-main-menu-container ul li > ul.sub-menu li.current-menu-item a {
	background:#1b1b1b;
	color:#ffffff;
}

.header .menu-main-menu-container ul li.menu-item-has-children {
    padding-bottom: 34px;
}

.header .menu-main-menu-container ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    position: relative;
    display: block;
    margin: 0 0 0 0;
    font-size: 10px;
    opacity: 0.8;
    float: right;
    margin: 2px 0 0 8px;
}

.header .menu-main-menu-container ul li.menu-item-has-children a:after:hover {
	opacity:1;
}

.mega-menu-container {
    width: 100%;
    position: fixed;
    margin: 0 0 0 0;
    top: 80px;
    display: none;
    z-index: 21;
}

.mega-menu-container .mega-menu-inner {
	width:100%;
	height:auto;
	display:block;
	padding:30px;
	background:#ffffff;
}

.slider-main {
    float: left;
    width: 100%;
    height: 90vh;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 50px 0;
    z-index: 6;
}

.slider-main .slick-list, 
.slider-main .slick-track, 
.slider-main .slides {
    height: 100%;
    float: left;
    width: 100%;
    display: block;
}

.slick-initialized .slides {
	position:relative;
}

.slick-initialized .slides .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.slider-main button.fal {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    padding: 0 0 0 0;
    font-size: 40px;
    color: #ffffff;
    opacity: 0.2;
}

.slider-main button.fal:hover {
	opacity:1;
}

.slider-main button.fal.previous {
	left:50px;
}

.slider-main button.fal.next {
	right:50px;
}

.slider-main ul.slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 0 00;
    margin: 0 0 0 0;
    list-style-type: none;
}

.slider-main ul.slick-dots li {
    float: left;
    margin: 0 4px;
}

.slider-main ul.slick-dots li button {
    padding: 0 0 0 0;
    text-indent: -9999px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: none;
}

.slider-main ul.slick-dots li button:hover {
	border-color: 2px solid rgba(255, 255, 255, 1);
}

.slider-main ul.slick-dots li.slick-active button {
	background:#ffffff;
	border-color:#ffffff;
}

.wpcf7 {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.wpcf7 br {
	display:none;
}

.wpcf7 form {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.wpcf7 form .fields {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.wpcf7 form .fields.half {
	width:49%;
}

.wpcf7 form .fields.right {
	float:right;
}

.wpcf7 form .fields.full {
	width:100%;
}

.wpcf7 form .fields.submit {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.wpcf7 form .fields label {
    float: left;
    width: 100%;
}

.form .fields {
    margin: 0 0 25px;
}

.form .fields label {
    padding: 0 0 0 150px;
    position: relative;
}

.form .wpcf7 form .fields label b {
    float: left;
    width: 106px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 22px;
    text-transform: none;
    color: #24262a;
}

.wpcf7 form .fields label b {
    float: left;
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
}

.wpcf7 form .fields b {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    color: #1b1b1b;
}

.wpcf7 form .fields b:hover {
	cursor:pointer;
	color:#e0423d;
}

.wpcf7 form .fields textarea {
	height:170px !important;
	resize: none;
}

.wpcf7 form .fields input.wpcf7-text:hover, 
.wpcf7 form .fields textarea:hover {
	cursor:pointer;
}

.wpcf7 form .fields input::-webkit-input-placeholder, 
.wpcf7 form .fields textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #24262a;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	font-family: 'Avenir W01', sans-serif;
}
.wpcf7 form .fields input::-moz-placeholder, 
.wpcf7 form .fields textarea::-moz-placeholder { /* Firefox 19+ */
	color: #24262a;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	font-family: 'Avenir W01', sans-serif;
}
.wpcf7 form .fields input:-ms-input-placeholder, 
.wpcf7 form .fields textarea:-ms-input-placeholder { /* IE 10+ */
	color: #24262a;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	font-family: 'Avenir W01', sans-serif;
}
.wpcf7 form .fields input:-moz-placeholder, 
.wpcf7 form .fields textarea:-moz-placeholder { /* Firefox 18- */
	color: #24262a;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: 'Avenir W01', sans-serif;
}

.wpcf7 form .fields .wpcf7-checkbox, .wpcf7 form .fields .wpcf7-radio {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  {
    margin: 7px 0 7px 0;
    float: left;
    width: 33%;
    height: auto;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    position: relative;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-weight: 400;
    color: #666666;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border: 2px solid #cccccc;
    left: 0px;
    top: 4px;
}

.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before {
	border-radius:50%;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input:checked ~ span.wpcf7-list-item-label:before {
	border-color:#e0423d;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
	color:#1b1b1b;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:hover, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:hover {
	cursor:pointer;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input {
	display:none;
}

.wpcf7-response-output {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    border: none !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
}

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
    margin: 20px 0 0 !important;
}

div.wpcf7-validation-errors {
	color:red;
}

.wpcf7 form .fields span.wpcf7-not-valid-tip {
    float: left;
    clear: both;
    font-size: 10px;
    margin: 5px 0 0 0;
}

.wpcf7 form .fields input.wpcf7-text.wpcf7-not-valid, .wpcf7 form .fields textarea.wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form .fields .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label {
    color: red;
}

div.wpcf7-mail-sent-ok {
	color: #35c40e;
}

.form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
	visibility:hidden;
	top: 0;
	left: 0;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #24262a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #24262a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    float: left;
    width: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 166px;
}

.standard-header-post .overlay h1 {
    float: left;
    width: 100%;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    line-height: 44px;
    margin: 0 0 20px 0;
}

.standard-header-post .overlay h1 {
    font-size: 50px;
    line-height: 44px;
    margin: 0 0 30px 0;
}
 
.standard-header-post .overlay p#breadcrumbs {
    float: left;
    width: auto;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 12px;
}

.standard-header-post .overlay p#breadcrumbs a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-weight: 400;
    color: #ffffff;
}

.standard-header-post .overlay p#breadcrumbs a:hover{
    color: #6f3301;
}

.standard-header-post .overlay p#breadcrumbs b {
    float: left;
    width: auto;
    display: block;
    margin: 0 10px;
    color: #ffffff;
}

.standard-header-post .overlay p#breadcrumbs strong {
    color: #1b1b1b;
    font-weight: 800;
}
 
.standard-header-post.full-image .overlay p#breadcrumbs strong {
    color: #ffffff;
    font-weight: 800;
}

.post-list .news-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 150px;
    margin: 0 0 20px 0;
	overflow: hidden;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer .missing-img {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.post-list .news-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    font-size: 17px;
}

.post-list .news-post .post-content h3 a {
    color: #1b1b1b;
}

.post-list .news-post .post-content h3 a:hover {
	color:#e0423d;
}

.post-list .news-post .post-content .post-meta {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    font-size: 12px;
    text-transform: capitalize;
    color: #999999;
    font-weight: 600;
}

.post-list .news-post .post-content .post-meta span {
	float:left;
	width:auto;
	margin:0 15px 0 0;
}

.post-list .news-post .post-content .content-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.post-list .news-post .post-content .content-inner p {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0 !important;
}

.post-list .news-post .post-content .content-inner a.cta-button {
    float: right;
    margin: 20px 0 0px 0;
}

.navigation {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 20px 0 0 0;
}

.navigation ul {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    list-style-type: none;
    padding: 0 0 0 0;
}

.navigation ul li {
    float: left;
    width: auto;
    display: block;
    margin: 0 5px 0 0;
    height: auto;
}

.navigation ul li a {
    width: 40px;
    height: 40px;
    float: left;
    background: #f5f5f5;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    padding: 11px 0;
    color: #999999;
}

.navigation ul li a:hover {
	color:#ffffff;
	background:#1b1b1b;
}

.navigation ul li.active a {
	background:#e0423d;
	color:#ffffff;
	pointer-events: none;
	cursor: default;
} 

.navigation ul li.active a:hover {
	pointer-events: none;
	cursor: default;
}

.post-list-slider {
	float:left;
	width:100%;
	display:block;
	height:auto;
}

body.error404 {
    padding-top: 0px;
}

.error404 .error-404 {
    height: 100vh;
    overflow: hidden;
}

.error404 .error-404 .error-404-inner {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 30px;
}

.error404 .error-404 .error-404-inner h1 {
    font-size: 150px;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 800;
    letter-spacing: 3px;
    color: #24262a;
    line-height: 107px;
    margin: 0 0 20px 0;
}

.error404 .error-404 .error-404-inner b.title {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 18px;
    color: #24262a;
}

.error404 .error-404 .error-404-inner span.main {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.error404 .error-404 .error-404-inner p {
    color: #24262a;
    text-align: center;
    margin: 0 0 30px 0;
}

.error404 .error-404 .error-404-inner p a {
	font-weight:700;
    color: #24262a;
	text-decoration: underline;
}

.error404 .error-404 .error-404-inner span.main p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.search-form-main {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.search-form-main form.search-form {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.search-form-main form.search-form input.search-field {
    float: left;
	width: 98%;
    display: block;
    border: none;
    padding: 11px 60px 11px 18px;
    font-size: 13px;
    border-radius: 0px;
	font-family: 'Avenir W01', sans-serif;
}

.search-form-main form.search-form button.search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 41px;
    background: #e0423d;
    border-radius: 0px;
}

.search-form-main form.search-form button.search-submit:hover {
    background: #954402;
}

.search-form-main form.search-form button.search-submit i.fa {
    float: left;
    width: 100%;
    display: block;
    margin: -3px 0 0 0;
    font-size: 16px;
}

.no-results-block {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.no-results-block h2 {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 18px;
}

.no-results-block p {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 30px 0px;
}

.no-results-block .search-form-main form.search-form input.search-field {
    background: #f5f5f5;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    padding: 10px 60px 11px 18px;
}

.footer-bottom {
    height: 80px;
    background: #1b1b1b;
}

.footer-bottom p {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #afafaf;
    margin: 0px 0 0;
}

.footer-bottom p span {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom p a {
    color: #afafaf;
}

.footer-bottom p a:hover {
	color:#ffffff;
}

.footer-bottom p a.identify {
    font-weight: 600;
    color: #ffffff;
}

.footer-bottom p a.identify:hover {
	color:#26242a;
}

.standard-header-post {
    height: 300px;
    position: relative;
	background-size:cover !important;
}

.standard-header-post.block-colour {
	background: #e0423d;
}

.standard-header-post .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.standard-post .standard-post-meta {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 20px;
}

.standard-post .standard-post-meta span:last-of-type {
	margin:0 0 0 0;
}

.standard-post .standard-post-meta span {
    float: left;
    width: 33%;
    text-align: center;
    text-transform: capitalize;
}

.standard-post .standard-post-meta span b {
    color: #1b1b1b;
}

.standard-post h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #e0423d;
    line-height: 31px;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}

.standard-post h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b1b1b;
    line-height: 23px;
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}

.standard-post h3 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #e0423d;
    font-size: 17px;
    line-height: 23px;
}

.standard-post h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0;
}

.standard-post h5, 
.standard-post h6, 
.standard-post h7 {
	font-size:16px;
	font-weight:100;
	color:#999999;
	padding:0 0 0 0;
	line-height:normal;
	margin:0 0 25px 0;
}

.standard-post .no-sidebar {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.standard-post img, 
.standard-post img.alignleft {
    float: left;
    width: auto;
    height: auto;
    margin: 0 30px 30px 0;
    display: block;
}

.standard-post .no-sidebar img, 
.standard-post .no-sidebar img.alignleft {
	margin: 0 30px 30px 0;
}

.standard-post img.alignright {
    float: right;
    width: auto;
    height: auto;
    margin: 0 0px 30px 30px;
    display: block;
}

.standard-post .no-sidebar img.alignright {
    margin: 0 -30px 30px 30px;
}

.standard-post blockquote {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    border-left: 5px solid #e5e5e5;
    font-size: 17px;
    padding: 20px 0 20px 37px;
    color: #969595;
}

.standard-post blockquote p {
    margin: 0 0 0 0;
    line-height: 30px;
}

.standard-post hr {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 24px 0;
    background: none;
    border-bottom: 1px dashed #cccccc;
}

.standard-post ol {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 30px;
    list-style-type: none;
}

.standard-post ol li {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    counter-increment: step-counter;
}

.standard-post ol li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #e0423d;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 50%;
    font-family: 'Avenir W01', sans-serif;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: center;
}

.standard-post ul {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 30px 30px;
    list-style-type: none;
}

.standard-post ul li {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 24px;
}

.standard-post ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #26242a;
    position: absolute;
    left: 0px;
    top: 10px;
}

.standard-post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
	font-size:16px;
}

.standard-post-content.with-sidebar {
    padding: 0 0 0 30px;
}

.sidebar-section {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

.sidebar-section span.title {
    float: left;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin: 0 0 15px 0;
}

.sidebar-section .search-form-main form.search-form input.search-field {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    height: 40px;
    border-radius: 5px;
}

.contact-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.contact-meta a {
    float: left;
    width: 100%;
    height: 35px;
    display: block;
    margin: 0 0 4px 0;
}

.contact-meta a i.fa {
    float: left;
    height: 100%;
    width: 35px;
    margin: 0 10px 0 0;
    background: #e0423d;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0 0;
}

.contact-meta a span {
    float: left;
    width: 76%;
    display: block;
    height: auto;
    line-height: 12px;
    font-weight: 400;
    color: #666666;
}

.contact-meta a span.address {
    line-height: 21px;
    margin: -3px 0 0 0;
}

.contact-meta a:hover i.fal {
	background:#1b1b1b;
}

.contact-meta ul.social-media {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px dashed #cccccc;
}

.contact-meta a span p {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.contact-meta a.address span p {
    line-height: normal;
    margin: 1px 0 0 0;
}

.contact-meta ul.social-media li {
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    width: auto;
}

.contact-meta ul.social-media li:before {
	display:none;
}

.contact-meta ul.social-media li a {
    margin: 0 0 0 0;
    height: auto;
}

.contact-meta ul.social-media li a .fal {
    height: auto;
    width: 10px;
    padding: 0 0 0 0;
    background: none;
    color: #cccccc;
    font-size: 22px;
}

.contact-meta ul.social-media li a:hover .fal {
	color:#e0423d;
}

.standard-post b {
    color: #333333;
}

.accordion-section {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 5px 0;
}

.accordion-section .acc-section {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f5f5f5;
	display:none;
}

.accordion-section .acc-title {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 800;
    background: #2b2b2b;
    color: #ffffff;
    position: relative;
	margin:0 0 5px 0;
}

.accordion-section .acc-title.active, 
.accordion-section .acc-title.active:hover {
    background: #e0423d;
}

.accordion-section .acc-title:hover {
	background:#1b1b1b;
	cursor:pointer;
}

footer {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.contact-page {
    width: 50%;
    display: block;
    height: auto;
}

.contact-page.left {
	float: left;
	padding:0 15px 0 0; 
}

.contact-page.right {
	float:right;
	padding:0 0 0 15px;
}

.contact-page span.title {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 13px;
}

.contact-page .contact-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 10px 0 0 0;
}

.contact-page .contact-meta .meta-inner {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.contact-page .contact-meta .meta-inner i.fal {
    float: left;
    width: auto;
    display: block;
    color: #e0423d;
    display: block;
    margin: 2px 10px 0 0;
}

.contact-page .contact-meta .meta-inner a {
    font-weight: 100;
    color: #666666;
    float: left;
    width: auto;
    display: block;
    height: auto;
}

.contact-page .contact-meta .meta-inner a:hover {
	color: #e0423d;
}

.contact-page .contact-meta .meta-inner a p {
    margin: 0 00 0;
}

.contact-page .contact-meta ul.social-media {
    border: none;
    padding: 0 0 0 0;
    margin: 10px 0 30px 0;
}

.contact-page .map-iframe-container {
    float: left;
    width: 100%;
    height: 360px;
    display: block;
}

.standard-post-content .header-post-width {
    float: left;
    width: 100%;
    height: auto;
    display: block;
	margin:0 0 30px 0;
    background: url(/wp-content/uploads/2017/06/stripe_d0d1b1d6df744cfea95b0469c14ed801.png) repeat;
}

.standard-post-content.with-sidebar .header-post-width {
    height: 209px;
}

.standard-post-content.no-sidebar .header-post-width {
	height:339px;
}

.standard-post-content .header-post-width img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 0 0 0;
}

.mobile-menu-container {
    position: fixed;
    z-index: 101;
    background: #ffffff;
    top: 69px;
    height: 100vh;
    padding: 15px;
    right: -100%;
    width: 100%;
	display: none;
}

.mobile-menu-container.active {
	right:0px;
	display: block;
}

.mobile-menu-container .menu-mobile-menu-container {
    position: relative;
    width: 100%;
    float: left;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    list-style-type: none;
    padding: 0 15px;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li, 
.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li {
    float: left;
    width: 100%;
    margin: 0;
    display: block;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > a, 
.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li > a {
    width: 100%;
    padding: 0;
}

li#menu-item-646.current-menu-item > a {
    color: #026a7a;
}

li#menu-item-647.current-menu-item > a {
    color: #e0423d;
}

li#menu-item-648.current-menu-item > a {
    color: #000;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a {
	position:relative;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a:after {
    content: "\f0da";
    position: absolute;
    display: block;
    right: 20px;
    opacity: 0.43;
    top: 12px;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a:hover:after, .mobile-menu-container .menu-mobile-menu-container ul.menu > li.current-menu-item > a:after {
	opacity:1;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu {
    position: absolute;
    top: -1px;
    background: #ffffff;
    left: -106%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    width: 101%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu.active {
	left: -1px;
	opacity:1;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a {
    position: relative;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a {
    background: #3b3b3b;
    color: #ffffff;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a:after {
	opacity:1;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a:after {
	content:"\f0d9";
	position:absolute;
	right:0px;
	top:0px;
	display:block;
    opacity: 0.43;
    top: 12px;
    right: 20px;
}

.development-notice {
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    background: rgba(27, 27, 27, 0.9);
    z-index: 999999;
    padding: 30px;
}

.development-notice .development-notice-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.development-notice .development-notice-inner b.title {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
}

.development-notice .development-notice-inner p {
    text-align: center;
    color: #ffffff;
    margin: 0 0 0 0;
    font-size: 18px;
    padding: 0 15px;
}

.footer {
    background: url(/wp-content/uploads/2019/01/pattern-bg.png) repeat-x #312d33;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer .footer-section {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.footer .footer-section span.title {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.footer .footer-section span.title b,
.footer .footer-section span.title a {
    float: left;
    width: 230px;
    margin: 10px 0;
    font-size: 8px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
}

.footer .footer-section span.title a {
    width: auto;
    color: #fff;
    float: none;
    display: table;
    clear: both;
    margin: 8px 0 25px 0;
}

.footer .footer-section .footer-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.footer .footer-section .footer-meta p {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    color: #9d9c9c;
    margin: 0 0 0 0;
}

.footer .footer-section ul.menu {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.footer .footer-section ul.menu li {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    position: relative;
    padding: 0 0 0 0;
    line-height: normal;
}

.footer .footer-section ul.menu li#menu-item-378 {
    margin-bottom: 36px;
}

.footer .footer-section ul.menu li a {
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    float: left;
    color: #fff;
	font-family: 'Akzidenz Grotesk', sans-serif;
}

.footer .footer-section ul.menu li a:hover {
	color: #26242a;
} 

.footer .footer-section .meta-inner {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 12px 0;
}

.footer .footer-section .meta-inner i.fa {
    float: left;
    height: auto;
    display: block;
    color: #ffffff;
    margin: 4px 12px 0 0;
    width: 14px;
	text-align:left;
}

.footer .footer-section .meta-inner a {
    float: left;
    width: auto;
    display: block;
    color: #fff;
    line-height: 19px;
    font-size: 10px;
    letter-spacing: 2px;
}

.footer .footer-section .meta-inner a p{
	margin:0;
	line-height:19px;
	color:#fff;
}

.footer .footer-section .meta-inner a:hover {
	color: #fff;
}

.footer .footer-section .meta-inner i.fa.fa-envelope {
    font-size: 12px;
    margin: 6px 12px 0 0;
}

.footer .footer-section ul.social-media {
    float: left;
    width: 100%;
    display: block;

    height: auto;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
}

.footer .footer-section ul.social-media li {
    float: left;
    display: block;
    height: auto;
    margin: 0 28px 0 0;
}

.footer .footer-section ul.social-media li:last-of-type {
	margin:0 0 0 0;
}

.footer .footer-section ul.social-media li a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-size: 25px;
    color: #fff;
}

.footer .footer-section ul.social-media li a:hover {
	color: #26242a;
}



.footer .footer-section .footer-newsletter-section {
    float: left;
    width: 100%;
    margin-bottom: 75px;
}

.footer .footer-section .footer-newsletter-section span.title {
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.footer p.copyright {
    margin-top: 28px !important;
    color: #efefef;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 8px;
	line-height:11px;
    letter-spacing: 0.8px;
}

.footer .footer-section a#footer-logo-main {
    float: left;
    width: 100%;
    height: 45px;
    position: relative;
}

.footer .footer-section a#footer-logo-main img {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
}

.footer .footer-section a#footer-logo-main img#secondary-logo {
    float: right;
}


.footer p.copyright {
    margin-top: 28px !important;
    color: #efefef;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.8px;
}

.standard-post .standard-post-inner img.alignLeft {
    float: left;
    margin: 0 30px 30px -30px;
}

.accreditation-list {
    margin: 0 0 0 0;
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.accreditation-list .accredications-list-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.accreditation-list .accredications-list-inner a.accred-logo-contain {
    float: left;
    width: 100%;
    height: 100px;
    display: block;
}

.accreditation-list .accredications-list-inner a.accred-logo-contain img {
    float: left;
    width: auto;
    display: block;
}

.container-fluid.flexible-row-block.image-content-block > .container > .row {
    display: block;
}

.container-fluid.flexible-row-block {
    margin-bottom: 75px;
}

.grid-gallery-image, .block-gallery-image {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.block-gallery-image{
	margin-bottom:0;
}

.grid-gallery-image a, .block-gallery-image a {
    float: left;
    width: 100%;
}

.grid-gallery-image a img, .block-gallery-image a img {
    float: left;
    width: 100%;
}

.column-content-text {
    float: left;
    width: 100%;
    font-size: 18px;
}

.content-image-container{
	float: left;
    width: 100%;
}

.content-image-container img {
    float: left;
    width: 100%;
}

.container-fluid.flexible-row-block.blockquote {
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
}

.blockquote .blockquote-text {
    font-size: 24px;
    float: left;
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
    padding-top: 45px;
    position: relative;
}

.blockquote .blockquote-text:before{
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content:'\f10d';
	float:left;
	top:0;
}

.blockquote .blockquote-text > *{
	line-height:36px;
}

.blockquote .blockquote-text > :last-child{
	margin:0;
}

.row.title-row {
    margin-bottom: 30px;
    text-align: center;
}

.row.title-row .title {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin: 0;
    font-weight: 600;
}

.cat-page-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.youtube-responsive-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.sign-up-form .wpcf7 form .fields.email-field {
    width: 100%;
    position: relative;
    z-index: 1;
}

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

.wpcf7 br {
    display: none;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.footer-newsletter-section .sign-up-form .wpcf7 form .fields input {
    border-color: #fff;
    color: #fff;
}

.footer-newsletter-section .sign-up-form .wpcf7 form .fields input::placeholder {
	color: #fff;
}

.sign-up-form .wpcf7 form .fields input {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    border: solid 1px #26242a;
}

.wpcf7 form .fields input.wpcf7-text, .wpcf7 form .fields textarea {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #24262a;
    padding: 13px 15px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    border-radius: 0;
}

.sign-up-form .wpcf7 form .fields.submit {
    width: auto;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.sign-up-form .wpcf7 form .fields {
    margin: 0 0 5px 0;
}

.wpcf7 form .fields.submit {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.wpcf7 form .fields {
    float: left;
    display: block;
    height: auto;
    margin: 0 0 15px 0;
}

.sign-up-form .wpcf7 form .fields.submit.arrow input.wpcf7-submit.cta-button {
    background: url(/wp-content/uploads/2019/01/black-arrow.png) no-repeat center center;
	border: none;
}

.footer-newsletter-section .wpcf7 form .fields.submit.arrow input.wpcf7-submit.cta-button {
    background: url(/wp-content/uploads/2019/01/white-arrow.png) no-repeat center center;
    border: none;
}

.wpcf7 form .fields.submit.arrow input.wpcf7-submit.cta-button {
    background: none;
    color: transparent;
    width: 40px;
    padding: 0;
    height: 47px;
}

.sign-up-form .wpcf7 form .fields.submit input.wpcf7-submit {
    width: auto;
    border-radius: 0;
    left: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
}

.cta-button, .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 13px 32px;
    font-family: 'Akzidenz Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    background: #24262a;
    color: #ffffff;
    float: left;
    width: auto;
    border: 1px solid #24262a;
}

.form .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    float: right;
    left: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin: 10px 0 0;
}

.pull-right {
    order: 2;
    margin-left: auto;
}

.sign-up-form .wpcf7 form .fields.submit input.wpcf7-submit {
    width: auto;
    border-radius: 0;
    left: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
}

.font-size-picker {
    float: right;
    padding: 29px 0;
}

.font-size-picker a {
    color: #24262a;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.font-size-picker a:nth-child(1) {
    font-size: 14px !important;
}

.font-size-picker a:nth-child(2) {
    font-size: 18px !important;
}

.font-size-picker a:nth-child(3) {
    font-size: 20px !important;
}

.font-normal .font-size-picker a:nth-child(1) {
    text-decoration: underline;
}

body[data-font-size="font-large"] .font-size-picker a:nth-child(2) {
    text-decoration: underline;
}

body[data-font-size="font-xl"] .font-size-picker a:nth-child(3) {
    text-decoration: underline;
}

.page-template-ukadvertisingneedsyou .container-fluid.hero {
    margin: 0 0 130px;
}

.container-fluid.hero {
    margin: 0 0 40px;
    overflow: hidden;
}

.hero a {
    float: left;
    width: 100%;
    background-color: #24262a;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2.2px;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
    margin: 0;
}

.hero .hero-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 481px;
}

.introduction h1 {
    color: #24262a;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: -6px 0 32px;
    line-height: 1;
}

.introduction p {
    color: #24262a;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 1.4;
}

.introduction p:last-of-type {
    margin: 0 0 -6px;
}

.introduction {
    margin: 0 0 126px;
}

.cta {
    margin: 0 0 75px;
}

a.card-container {
    float: left;
    width: 100%;
    background: #000;
    box-shadow: 5px 5px 13px 1px rgba(0, 0, 0, 0.28);
    background-color: #026a7a;
    padding: 50px 50px 40px;
}

.cta div.col-xs-12:last-of-type a {
    background-color: #e0423d;
}

.cta .title {
    color: #ffffff;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.88px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: -7px 0 26px;
}

.cta p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 1;
    margin: 0 0 45px;
}

.cta i {
    float: left;
    font-size: 32px;
    color: #fff;
} 

.container-fluid.form {
    margin: 0 0 100px;
}

.form-container {
    float: left;
    width: 100%;
    padding: 70px 50px;
    background-color: #f3f5f3;
}

.form-container .title {
    color: #24262a;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    float: left;
    width: 100%;
    font-family: 'Avenir W01', sans-serif;
    margin: -8px 0 5px;
    padding: 0 115px 0 0;
}

.form-container p {
    font-size: 16px;
    letter-spacing: 0.45px;
    float: left;
    width: 100%;
    color: #24262a;
    font-weight: 400;
}

.container-fluid.newsletter {
    background-color: #24262a;
    padding: 40px 0;
    margin: 0 0 124px;
}

.newsletter .wpcf7-form {
    position: relative;
    padding: 8px 250px 8px 0;
}

.newsletter .fields.last.submit.arrow {
    position: absolute;
    top: 8px;
    right: 0;
    float: left;
    width: auto;
}

.newsletter .wpcf7 form .fields {
    margin: 0;
}

.newsletter .wpcf7 form .fields.submit.arrow input.wpcf7-submit.cta-button {
    background: #f3f5f3;
    color: #24262a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 30px;
    text-transform: uppercase;
    width: auto;
    padding: 9px 55px;
    height: auto;
    border: 1px solid #f3f5f3;
}

.newsletter .wpcf7 form .fields input {
    border: 1px solid #fff;
    background: #24262a;
    height: auto;
    padding: 15px 15px;
    line-height: 1;
    color: #fff;
	font-family: 'Avenir W01', sans-serif;
}

.newsletter .wpcf7 form .fields input::placeholder {
    color: #fff;
	font-size: 16px;
}

.newsletter .title {
    float: left;
    width: 100%;
    color: #f3f5f3;
    font-weight: 500;
    line-height: 1;
    font-size: 24px;
    letter-spacing: 0.68px;
    margin: 0;
    font-family: 'Avenir W01', sans-serif;
    padding: 22px 0;
}

.newsletter p {
    color: #f3f5f3;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 1;
    margin: 0 0 -2px;
}

.supporters {
    margin: 0 0 50px;
}

.supporters .title, .resources span.title, .twitter-feed-container .title, .latest-news .title {
    float: left;
    width: 100%;
    color: #24262a;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.88px;
    text-transform: uppercase;
    margin: 0 0 85px;
    border-bottom: 3px solid #24262a;
    line-height: 0.8;
    padding: 0 0 22px;
}

.supporters .logo-container {
    margin: 0 0 30px;
    float: left;
    width: 100%;
    position: relative;
}

.supporters .logo-container {
    margin: 0 0 85px;
    float: left;
    width: 100%;
    position: relative;
    height: 100px;
}

.supporters .logo-container img {
    float: left;
    max-height: 100%;
}

.news-post {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #f3f5f3;
    float: left;
    width: 100%;
    margin: 0 0 55px;
    min-height: 230px;
    position: relative;
    padding: 0 0 0 180px;
}

.news-post .post-thumbnail-outer {
    float: left;
    width: 180px;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}

.featured-article {
    float: left;
    width: 100%;
    margin: 0 0 55px;
}

.latest-news .title {
    margin: 0 0 70px;
}

.news-post img {
    float: left;
    border-radius: 8px 0 0 8px;
    height: 100%;
}

.news-post .post-content {
    float: left;
    width: 100%;
    padding: 26px 30px;
}

.featured-article .news-post .post-content {
    padding: 25px 60px;
}

.news-post .post-content .date {
    color: #24262a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    float: left;
    width: 100%;
    margin: -2px 0 36px;
    font-family: 'Akzidenz Grotesk', sans-serif;
	text-transform: uppercase;
}

.news-post .post-content .title {
    color: #24262a;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    border-bottom: none;
    margin: 0 0 10px;
    font-family: 'Avenir W01', sans-serif;
    float: left;
    width: 100%;
    min-height: 98px;
}

.news-post .post-content p {
    color: #24262a;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: 'Avenir W01', sans-serif;
    float: left;
    width: 100%;
    min-height: 70px;
}

.news-post .post-content i {
    font-size: 18px;
    color: #026a7a;
}

.cta-button.red {
    background-color: #e0423d;
    border-color: #e0423d;
}

.cta-button.blue {
    background-color: #026a7a;
    border-color: #026a7a;
}

.twitter-feed-container {
    float: left;
    width: 100%;
    background: #f3f5f3;
    padding: 40px 50px 45px;
    margin: 0;
	border-radius: 8px;
}

.twitter-feed-container .hashtag {
    font-size: 24px;
    letter-spacing: 0.61px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
    line-height: 1;
    margin: -2px 0 14px;
}

.twitter-feed-container .title {
    margin: 0 0 35px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.61px;
    text-transform: none;
    font-family: 'Avenir W01', sans-serif;
    line-height: 1;
}

.latest-news {
    margin: 0 0 155px;
}

.latest-news .cta-button {
    margin: 32px 0 0;
    font-size: 16px;
    letter-spacing: 0.45px;
    padding: 13px 55px;
}

.resources span.title {
    margin: 0 0 55px;
}

.resources-post {
    float: left;
    width: 100%;
    border-radius: 8px;
    background-color: #f3f5f3;
    margin: 0 0 20px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.1);
}

.resources-post img {
    float: left;
    border-radius: 8px 8px 0 0;
}

.resources .resources-post .title {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    font-family: 'Avenir W01', sans-serif;
    border: none;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0;
}

.resources .resources-post .post-content {
    float: left;
    width: 100%;
    padding: 30px;
}

.resources .resources-post .post-category {
    color: #24262a;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 25px;
}

.resources-post i {
    font-size: 21px;
}

.page-id-7391 .resources-post i, .page-id-7391 .resources .resources-post .title, .page-id-7391 .twitter-feed-container .hashtag {
    color: #026a7a;
}

.page-id-7389 .resources-post i, .page-id-7389 .resources .resources-post .title, .page-id-7389 .twitter-feed-container .hashtag {
    color: #e0423d;
}

.resources .resources-post p {
    float: left;
    width: 100%;
    color: #24262a;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
}

.resources .resources-post p:last-of-type {
    margin: 0 0 30px;
}

.post-type-archive .hero {
    margin: 0 0 50px;
}

p#breadcrumbs {
    float: left;
    width: 100%;
    margin: 0 0 60px;
}

p#breadcrumbs a, p#breadcrumbs b, p#breadcrumbs strong {
    color: #24262a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07px;
    line-height: 1;
}

p#breadcrumbs b {
    padding: 0 5px;
}

.tax-policy-areas_categories .introduction {
    margin: 0 0 90px;
}

.tax-policy-areas_categories .introduction h1 {
    margin: 0;
}

.term-career-advice .news-post .post-content i {
    color: #e0423d;
}

.term-employers .news-post .post-content i {
    color: #026a7a;
}

.featured-article .news-post .post-content .title {
    margin: 0 0 10px;
    min-height: 52px;
}

.featured-article .news-post .post-content p {
    margin: 0 0 10px;
    min-height: 60px;
}

.featured-article .news-post .post-content .title.no-margin {
    min-height: auto;
	margin: -5px 0 2px !important;
	padding: 0;
}

.newsletter .wpcf7 form .fields.submit.arrow input.wpcf7-submit.cta-button:hover {
    background: #24262a;
    border: 1px solid #fff;
    color: #fff;
}

.cta-button:hover, .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover {
    background: #f3f5f3;
    color: #24262a;
    border: 1px solid #24262a;
}

.cta-button.blue:hover {
    color: #026a7a;
    background: #fff;
	border-color: #026a7a;
}

.cta-button.red:hover {
    color: #e0423d;
    background: #fff;
	border-color: #e0423d;
}

.post-sidebar-buttons {
    float: left;
    width: 100%;
}

.post-sidebar-buttons .back-button {
    float: left;
    text-transform: uppercase;
    color: #26242a;
    letter-spacing: 1.46px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.post-sidebar-buttons .like-button {
    float: left;
    width: 100%;
    margin: 35px 0 0 0;
}

.like-button button.like__btn {
    background: none;
    border: none;
    height: auto !important;
    padding: 0 !important;
    float: left;
    margin: 0;
    width: 100%;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 800;
    outline: none !important;
}

.like-button button.like__btn span.like-image {
    width: 30px;
    height: 29px;
    background: url(/wp-content/uploads/2019/01/like-icon.png) no-repeat center center;
    background-size: contain;
    float: left;
}

.like-button button.like__btn .like__number {
    float: left;
    margin: 11px 0 0 5px;
    line-height: 1;
    color: #1b1b1b;
    font-size: 12px;
}

.post-sidebar-buttons .sharing-social {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.post-sidebar-buttons .sharing-social a.social-link {
    float: left;
    width: 25px;
    height: 25px;
    background-size: contain;
    clear: both;
    margin-bottom: 20px;
}

.post-sidebar-buttons .sharing-social a.social-twitter {
    background: url(/wp-content/uploads/2019/01/twitter-icon.png) no-repeat center center !important;
    background-size: contain !important;
    background-color: transparent !important;
}

.post-sidebar-buttons .sharing-social a.social-facebook {
    background: url(/wp-content/uploads/2019/01/facebook-icon.png) no-repeat center center !important;
    background-size: contain !important;
    background-color: transparent !important;
}

a.social-link.social-linkedin {
    background: url(/wp-content/uploads/2019/01/linkedin.svg);
    background-size: contain;
}

.single .standard-post .row.header-title-block, .page .standard-post .row.header-title-block {
    margin-top: 46px;
}

.standard-post .row.header-title-block {
    margin-bottom: 20px;
}

.standard-post .row.header-title-block h1 {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 1.46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    color: #26242a;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.row.header-meta-block {
    margin-bottom: 15px;
}

.row.header-meta-block .meta-block-top-details {
    float: left;
    width: 100%;
    border-bottom: solid 2px #26242a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.row.header-meta-block .meta-block-categories {
    float: left;
    width: 100%;
}

.standard-post .row.featured-archive-section .archive-featured-image-block {
    margin-bottom: 40px;
}

.featured-archive-section .archive-featured-image-block {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.featured-archive-section .archive-featured-image-block img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
}

.standard-post .no-sidebar {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.standard-post-content {
    font-size: 20px;
    letter-spacing: 1.65px;
    font-weight: 400;
}

.standard-post-content p {
    line-height: 27px;
}

.standard-post h3 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #26242a;
    font-size: 17px;
    line-height: 23px;
}

.standard-post a {
    font-weight: 600;
    color: #26242a;
}

.row.title-row {
    margin-bottom: 30px;
}

.row.title-row span.sub-title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    padding: 0 0 10px 0;
    border-bottom: solid 4px;
    line-height: 1;
    color: #000000;
    letter-spacing: 1.46px;
    text-align: left;
}

.row.title-row span.sub-title a.view-more {
    float: right;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.72);
} 

.featured-article .news-post {
    padding: 0 0 0 463px;
}

.featured-article .news-post .post-thumbnail-outer {
    height: 100%;
    width: 463px;
}

#load_more {
    cursor: pointer;
    margin: 70px 0 0;
    padding: 13px 51px;
}

.page-id-7389 #load_more, .term-career-advice #load_more {
    background: #e0423d;
    border-color: #e0423d;
}

.page-id-7391 #load_more, .term-employers #load_more {
    background: #026a7a;
    border-color: #026a7a;
}

.filters span.title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 1;
    border: none;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    padding: 0;
}

.search-field {
    float: left;
    width: 100%;
    height: 46px;
    border: 1px solid;
    padding: 0 40px 0 15px;
    color: #24262a;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 30px;
	margin: 0 0 35px;
	position: relative;
}

ul.checkbox-filters {
    float: left;
    width: 100%;
    background-color: #f3f5f3;
    padding: 15px 20px;
    list-style: none;
	margin: 0 0 50px;
}

ul.checkbox-filters li {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 14px;
}

ul.checkbox-filters li label {
    margin: 0;
}

ul.checkbox-filters:last-of-type {
    margin: 0 0 50px;
    border-bottom: none;
}

ul.checkbox-filters .title {
    color: #24262a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 1;
    text-transform: uppercase;
}

ul.checkbox-filters {
    float: left;
    width: 100%;
    background-color: #f3f5f3;
    padding: 15px 20px;
    list-style: none;
    margin: 0;
    border-bottom: 3px solid #24262a;
}

ul.checkbox-filters label span {
    color: #24262a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.45px;
    line-height: 20px;
}

ul.checkbox-filters label span:before, ul.checkbox-filters input {
    content: "\f00c";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    color: #f3f5f3;
    background: #f3f5f3;
    left: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    font-weight: 100;
    line-height: 1;
    border: 1px solid #24262a;
}

ul.checkbox-filters input {
	opacity: 0;
	z-index: -1;
}

ul.checkbox-filters label input:checked~span:before {
    color: #000000;
}

.filters {
    padding-right: 30px;
}

.filters a.cta-button {
    width: 100%;
    text-align: center;
}

.search-container {
    float: left;
    width: 100%;
    position: relative;
}

.search-container:after {
    content: "";
    float: left;
    width: 40px;
    height: 45px;
    background: url(/wp-content/uploads/2019/01/search-form-icon.png);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

/*	Large styling	*/
body[data-font-size="font-large"] h1, body[data-font-size="font-large"] .title, body[data-font-size="font-large"] p:not(.ctf-tweet-text), body[data-font-size="font-large"] a:not(.ctf-tweet-text a), body[data-font-size="font-large"] b, body[data-font-size="font-large"] strong {
    font-size: 200%;
	line-height: 1.4 !important;
}

body[data-font-size="font-large"] h1, body[data-font-size="font-large"] .standard-post .row.header-title-block h1 {
    font-size: 58px;
}

body[data-font-size="font-large"] label b, body[data-font-size="font-large"] .mobile-menu-container .menu-mobile-menu-container ul.menu > li > a {
    font-size: 20px !important;
}

body[data-font-size="font-large"] .header .menu-main-menu-container ul li a {
    font-size: 20px;
    width: 165px;
}

body[data-font-size="font-large"] .supporters .title, body[data-font-size="font-large"] .cta .title, body[data-font-size="font-large"] .cta p, body[data-font-size="font-large"] .latest-news .title, body[data-font-size="font-large"] .resources .resources-post .title {
    font-size: 36px;
}

body[data-font-size="font-large"] .filters span.title, body[data-font-size="font-large"] ul.checkbox-filters label span, body[data-font-size="font-large"] .news-post .post-content .date, body[data-font-size="font-large"] .form-container p, body[data-font-size="font-large"] .resources .resources-post p {
	font-size: 18px;
}

body[data-font-size="font-large"] .footer .footer-section span.title, body[data-font-size="font-large"] .footer .footer-section ul.menu li a, body[data-font-size="font-large"] .footer .footer-section .meta-inner a p, body[data-font-size="font-large"] .hero a, body[data-font-size="font-large"] .resources .resources-post .post-category, body[data-font-size="font-large"] .cta-button, body[data-font-size="font-large"] p#breadcrumbs a, body[data-font-size="font-large"] p#breadcrumbs b, body[data-font-size="font-large"] p#breadcrumbs strong, body[data-font-size="font-large"] .row.header-meta-block .meta-block-top-details, body[data-font-size="font-large"] .post-sidebar-buttons .back-button {
    font-size: 16px !important;
}

body[data-font-size="font-large"] .footer p.copyright, body[data-font-size="font-large"] .footer .footer-section .meta-inner a, body[data-font-size="font-large"] .footer .footer-section span.title b, body[data-font-size="font-large"] .row.title-row span.sub-title a.view-more, body[data-font-size="font-large"] .row.title-row span.sub-title {
	font-size: 14px;
}

body[data-font-size="font-large"] .news-post .post-content .title, body[data-font-size="font-large"] .form-container .title, body[data-font-size="font-large"] .newsletter .title {
    font-size: 28px;
}

body[data-font-size="font-large"] .standard-post-content {
	font-size: 22px;
}

body[data-font-size="font-large"] .introduction p {
	font-size: 26px;
}

/*	XL Styling	*/
body[data-font-size="font-xl"] h1, body[data-font-size="font-xl"] .title, body[data-font-size="font-xl"] p:not(.ctf-tweet-text), body[data-font-size="font-xl"] a:not(.ctf-tweet-text a), body[data-font-size="font-xl"] b, body[data-font-size="font-xl"] strong {
    font-size: 300%;
	line-height: 1.4 !important;
}

body[data-font-size="font-xl"] h1, body[data-font-size="font-xl"] .standard-post .row.header-title-block h1 {
    font-size: 68px;
}

body[data-font-size="font-xl"] label b, body[data-font-size="font-xl"] .mobile-menu-container .menu-mobile-menu-container ul.menu > li > a {
    font-size: 22px !important;
}

body[data-font-size="font-xl"] .header .menu-main-menu-container ul li a {
    font-size: 22px;
    width: 182px;
}

body[data-font-size="font-xl"] .supporters .title, body[data-font-size="font-xl"] .cta .title, body[data-font-size="font-xl"] .cta p, body[data-font-size="font-xl"] .latest-news .title {
    font-size: 42px;
}

body[data-font-size="font-xl"] .filters span.title, body[data-font-size="font-xl"] ul.checkbox-filters label span {
	font-size: 22px;
}

body[data-font-size="font-xl"] .footer .footer-section span.title, body[data-font-size="font-xl"] .footer .footer-section ul.menu li a, body[data-font-size="font-xl"] .footer .footer-section .meta-inner a p, body[data-font-size="font-xl"] .hero a, body[data-font-size="font-xl"] .resources .resources-post .post-category, body[data-font-size="font-xl"] .cta-button, body[data-font-size="font-xl"] p#breadcrumbs a, body[data-font-size="font-xl"] p#breadcrumbs b, body[data-font-size="font-xl"] p#breadcrumbs strong, body[data-font-size="font-xl"] .row.header-meta-block .meta-block-top-details, body[data-font-size="font-xl"] .news-post .post-content .date {
    font-size: 20px !important;
}

body[data-font-size="font-xl"] .footer p.copyright, body[data-font-size="font-xl"] .footer .footer-section .meta-inner a, body[data-font-size="font-xl"] .footer .footer-section span.title b, body[data-font-size="font-xl"] .resources .resources-post p, body[data-font-size="font-xl"] .post-sidebar-buttons .back-button, body[data-font-size="font-xl"] .row.title-row span.sub-title a.view-more, body[data-font-size="font-xl"] .row.title-row span.sub-title {
	font-size: 18px;
	line-height: 1.2;
}

body[data-font-size="font-xl"] .news-post .post-content .title, body[data-font-size="font-xl"] .resources .resources-post .title, body[data-font-size="font-xl"] .newsletter .title {
    font-size: 32px;
}

body[data-font-size="font-xl"] .standard-post-content, body[data-font-size="font-xl"] .form-container p {
	font-size: 24px;
}

body[data-font-size="font-xl"] .introduction p {
	font-size: 28px;
}

body[data-font-size="font-xl"] .form-container .title {
    font-size: 30px;
    padding: 0 95px 0 0;
}

/*	Focus	*/
.header .menu-main-menu-container ul li a:focus, .font-size-picker a:focus, .hero a:focus, .footer .footer-section ul.menu li a:focus, .footer .footer-section .meta-inner a:focus, .footer .footer-section .meta-inner a p:focus, .footer .footer-section ul.social-media li a:focus, .twitter-feed-container a:focus, .back-button:focus, .standard-post a:focus {
    text-decoration: underline !important;
}

.header a#logo-main:focus, .supporters .logo-container:focus img, .ctf-header a:focus, .ctf-author-avatar:focus, button.like__btn:focus .like-image, a.social-link:focus, .row.title-row span.sub-title a.view-more:focus {
    border: 2px solid #24262a;
}

a#footer-logo-main:focus {
    border: 2px solid #fff;
}

a.card-container:focus, .cta-button:focus, .news-post:focus, .resources-post:focus, a.card-container:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.5);
}

.wpcf7 form .fields input.wpcf7-text:focus, .wpcf7 form .fields textarea:focus, .search-field:focus {
    cursor: default;
    -webkit-box-shadow: inset 0px 0px 0px 10px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #f00;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.newsletter .wpcf7 form .fields input.wpcf7-text:focus, .footer-newsletter-section .wpcf7 form .fields.submit.arrow input.wpcf7-submit.cta-button:focus {
    border: 2px solid #fff;
}

ul.checkbox-filters input:focus~span:before {
    border: 2px solid #24262a;
}

.hero a:hover {
    text-decoration: underline !important;
}

a#logo-main:hover, .font-size-picker a:hover, .footer .footer-section ul.menu li a:hover, .footer .footer-section .meta-inner a:hover, .supporters .logo-container img:hover, .sharing-social a:hover, .footer .footer-section ul.social-media li a:hover {
    opacity: 0.6;
}

a#footer-logo-main {
    float: left;
}

.newsletter .wpcf7 form .fields label {
	margin: 0;
}

.page-template-supporters .supporters {
    margin: 0 0 88px;
}

.page-template-supporters .supporters .logo-container {
	margin: 0 0 140px;
}

div#ctf::-webkit-scrollbar {
    width: 10px;
}

div#ctf::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #24262a;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

div#ctf::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#ctf .ctf-item {
    border-top: none !important;
}

#ctf .ctf-author-name, #ctf_lightbox .ctf-author-name {
    font-size: 17px;
    margin: 10px 0;
}

.container-fluid.form .wpcf7 form .fields input.wpcf7-text, .container-fluid.form .wpcf7 form .fields textarea {
    background: #f3f5f3;
}

.news-post:hover img.arrow, .resources-post:hover img.arrow, a.card-container:hover img {
    padding: 0 0 0 10px;
}

.single .hero .hero-container {
    height: auto;
}

.font-size-picker a.active {
    text-decoration: underline;
}

footer div.wpcf7-validation-errors, .footer span.wpcf7-not-valid-tip, .newsletter div.wpcf7-validation-errors, .newsletter span.wpcf7-not-valid-tip {
    color: #fff;
    text-align: left;
}

.resources-post:hover .title {
    text-decoration: underline;
}

.footer-newsletter-section .wpcf7 form.invalid .fields.submit.arrow input.wpcf7-submit.cta-button:focus {
    border: none;
	box-shadow: none;
}

.news-post img.arrow, .resources-post img.arrow {
    height: 20px;
}

.page-id-7391 #load_more:hover, .term-employers #load_more:hover {
    color: #026a7a;
    background: #fff;
}

.page-id-7389 #load_more:hover, .term-career-advice #load_more:hover {
    color: #e0423d;
    background: #fff;
}

.page-id-7389 a#reset-filter:hover {
    background: #e0423d;
    border-color: #e0423d;
    color: #fff;
}

.page-id-7391 a#reset-filter:hover {
    background: #026a7a;
    border-color: #026a7a;
    color: #fff;
}

.missing-img.title {
    border: none;
}

.resources .resources-post .post-category span:before {
	content: "|";
	margin-right: .5rem;
}

.resources .resources-post .post-category span:nth-child(1):before {
    display: none;
}

body[data-font-size="font-large"] .mobile-menu-container .menu-mobile-menu-container ul li a,
body[data-font-size="font-xl"] .mobile-menu-container .menu-mobile-menu-container ul li a {
	line-height: 3 !important;
}

.arrow-container {
    float: left;
    width: 100%;
    margin: 0;
}

.arrow-container span {
    float: left;
    margin-right: 15px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.page-id-7389 .arrow-container span {
    color: #e0423d;
}

.page-id-7391 .arrow-container span {
    color: #026a7a;
}

/* hidden elements*/
.element, .wpcf7 form .fields.submit span.ajax-loader, body.error404 .header, body.error404 .footer, body.error404 .footer-bottom, .page .standard-post .standard-post-meta, .page .post-navigation, .contact-meta a span p br, .single-testimonials .standard-post .standard-post-meta, .testimonials-template-default .social-feed, body[data-font-size="font-large"] .news-post .post-content p, body[data-font-size="font-xl"] .news-post .post-content p, a.ctf-author-screenname, a.ctf-tweet-date, .ctf-tweets svg.svg-inline--fa.fa-twitter, .page-id-7391 li.tax-12, .page-id-7391 li.tax-11, .page-id-7389 li.tax-42, .page-id-7389 li.tax-41, .grecaptcha-badge {
	display:none !important;
	visibility:none !important;
}

/* no transitions */
div#cookie-law-info-bar .header .menu-main-menu-container ul li > ul.sub-menu, .header .menu-main-menu-container ul li.menu-item-has-children > a:after, .mega-menu-container, .header .menu-main-menu-container ul li > ul.sub-menu, .lightboxOverlay, .lightbox, .lightbox *, .accordion-section .acc-section, .tabbed-container .tabbed-content-contain .tabbed-inner, .container-fluid, .container, .row, .h1, h2, h3, h4, h5, h6, .col-12, .col-0, .twitter-feed-container *, .fas:before, .fal:before, .fa:before, .fas:after, .fal:after, .fa:after {
	-webkit-transition: none;
	-moz-transition:  none;
	-ms-transition:  none;
	-o-transition:  none;
	transition:  none;
}






/* New Event News Section */

.events-side-block {
    float: left;
    width: 100%;
    padding: 50px;
    background: #f3f5f3;
    border-radius: 8px;
}

.events-side-block .title-block {
    float: left;
    width: 100%;
	margin:0 0 30px 0;
}

.events-side-block .title-block span.title-events {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 100;
}

.events-side-block .title-block span.title-events.top {
    text-transform: uppercase;
    font-family: 'Akzidenz Grotesk',sans-serif;
}

.events-side-block .event-post-list {
    float: left;
    width: 100%;
}

.event-post-list .events-sidebar-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
}

.event-post-list .events-sidebar-post:hover {
    background: #000000;
}

.event-post-list .events-sidebar-post .post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px;
    position: relative;
    border-bottom: solid 1px #000;
    min-height: 100px;
}

.event-post-list article:first-of-type .events-sidebar-post .post-content {
	border-top:solid 1px #000;
}

.event-post-list .events-sidebar-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 30px;
    letter-spacing: 1.25px;
    text-align: right;
    color: #000;
    font-size: 20px;
}

.event-post-list .events-sidebar-post:hover .post-content h3{
	color:#fff;
}

.event-post-list .events-sidebar-post .post-content .event-date {
    float: left;
    width: 40px;
    margin: 0 10px 0 0;
    text-align: center;
}

.event-post-list .events-sidebar-post .post-content .event-date span.title-date.number {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 34px;
    margin-bottom: 5px;
    font-family: 'Akzidenz Grotesk',sans-serif;
}

.event-post-list .events-sidebar-post .post-content .event-date span.month {
    float: left;
    width: 100%;
    line-height: 12px;
    font-size: 13px;
    letter-spacing: 1.64px;
    text-transform: uppercase;
    font-weight: 500;
}

.event-post-list .events-sidebar-post .post-content .event-inner-title {
    float: right;
    width: 80%;
}

.event-post-list .events-sidebar-post .post-content .event-inner-title .events-data {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.46px;
}

.event-post-list .events-sidebar-post .post-content .event-inner-title .events-data p {
    margin: 0;
    line-height: 24px;
    color: #26242a;
}

.event-post-list .events-sidebar-post .post-content .event-inner-title .events-data p strong {
    color: #26242a;
}

.event-post-list .events-sidebar-post:hover .post-content .event-inner-title .events-data p{
	color:#fff;
}

.event-post-list .events-sidebar-post:hover .post-content .event-inner-title .events-data p strong {
    color: #fff;
}

.event-post-list .events-sidebar-post .post-content .event-date span{
	color: #26242a;
}

.event-post-list .events-sidebar-post:hover .post-content .event-date span{
	color: #fff;
}







body[data-font-size=font-large] .events-side-block .title-block span.title-events{
	font-size: 36px;
}

body[data-font-size=font-large] .event-post-list .events-sidebar-post .post-content h3{
    font-size: 26px;
}

body[data-font-size=font-large] .event-post-list .events-sidebar-post .post-content .event-date{
	width:50px;
}

body[data-font-size=font-large] .event-post-list .events-sidebar-post .post-content .event-date span.title-date.number{
	font-size: 39px;
    line-height: 36px;
}

body[data-font-size=font-large] .event-post-list .events-sidebar-post .post-content .event-date span.month{
    line-height: 18px;
    font-size: 18px;
}

body[data-font-size=font-large] .event-post-list .events-sidebar-post .post-content .event-inner-title .events-data{
    font-size: 18px;
}

body[data-font-size=font-large] .event-post-list .events-sidebar-post .post-content .event-inner-title .events-data p{
	line-height: 30px;
}





body[data-font-size=font-xl] .events-side-block .title-block span.title-events{
	font-size: 42px;
}

body[data-font-size=font-xl] .event-post-list .events-sidebar-post .post-content h3{
    font-size: 32px;
}

body[data-font-size=font-xl] .event-post-list .events-sidebar-post .post-content .event-date{
	width:60px;
}

body[data-font-size=font-xl] .event-post-list .events-sidebar-post .post-content .event-date span.title-date.number{
	font-size: 45px;
    line-height: 40px;
}

body[data-font-size=font-xl] .event-post-list .events-sidebar-post .post-content .event-date span.month{
    line-height: 22px;
    font-size: 24px;
}

body[data-font-size=font-xl] .event-post-list .events-sidebar-post .post-content .event-inner-title .events-data{
    font-size: 24px;
}

body[data-font-size=font-xl] .event-post-list .events-sidebar-post .post-content .event-inner-title .events-data p{
	line-height: 36px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
color: #35c40e;
}

div.wpcf7-validation-errors {
color:red;
}




.container-fluid.ticker-taper {
    background: #343333;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.ticker-taper a.ticker-taper-link {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2.2px;
    font-size: 12px;
    line-height: 12px;
    display: table;
    margin: 0 auto;
}

.ticker-taper a.ticker-taper-link:hover{
	color:#E0433D;
}


.single .container-fluid.ticker-taper {
    margin-bottom: 50px;
}

.row.header-meta-block .meta-block-categories span.category-terms {
    float: left;
    width: 160px;
    display: block;
    height: 40px;
    margin: 0 10px 10px 0;
    background: #f9f9f9;
    border: 1px solid #26242a;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    line-height: 11pt;
    letter-spacing: 1.46px;
}

.row.header-meta-block .meta-block-categories span.category-terms:nth-child(6n+6) {
    margin: 0 0 10px 0;
}

.row.header-meta-block .meta-block-categories span.category-terms span {
    color: #060606;
    float: left;
    width: 100%;
}


.wpcf7 form .wpcf7-response-output {
    text-align: left;
    font-size: 13px;
    text-transform: none;
    padding-left: 30px !important;
    color: #26242a !important;
    position: relative;
    min-height: 18px;
    line-height: 18px;
}

.wpcf7 form .wpcf7-response-output:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:18px;
    height: 18px;
    display: block;
    background: url(/wp-content/uploads/2020/12/alert-icon-black.svg) no-repeat center center;
    background-size: contain;
}

.wpcf7 form.sent .wpcf7-response-output:before{
    background: url(/wp-content/uploads/2020/12/green-check.svg) no-repeat center center;
    background-size: contain;
}

.wpcf7-response-output {
    margin: 30px 0 0 0 !important;
}

.footer .wpcf7 form.invalid .wpcf7-response-output:before, 
.footer .wpcf7 form.unaccepted .wpcf7-response-output:before,
.container-fluid.newsletter .wpcf7 form.invalid .wpcf7-response-output:before,
.container-fluid.newsletter .wpcf7 form.unaccepted .wpcf7-response-output:before{
    background: url(/wp-content/uploads/2020/12/white-alert-icon.svg) no-repeat center center;
    background-size: contain;
}

.footer .wpcf7 form .wpcf7-response-output,
.container-fluid.newsletter .wpcf7 form .wpcf7-response-output{
    color:#fff !important;
}
 
.wpcf7 form .fields > label {
    float: left;
    width: 100%;
    margin: 0;
}

.tax-policy-areas_categories .post-list form.filterable_search div#filterable_search_results article:nth-child(odd),
.resources form.filterable_search div#filterable_search_results article:nth-child(odd){
    clear: both;
}

.standard-post-content .gallery {
    margin: 0;
}

.standard-post-content .gallery .gallery-item a {
    float: left;
    width: 100%;
}

.standard-post-content .gallery .gallery-item a img {
    width: 100%;
    margin: 0 !important;
}

.standard-post-content .gallery ul.slick-dots {
    padding: 0;
    margin: 20px 0 0 0;
    position: relative;
    float: left;
}

.standard-post-content .gallery ul.slick-dots li {
    padding: 0;
}

.standard-post-content .gallery ul.slick-dots li:before {
    display: none;
}




.introduction a.cta-button.float-right {
    float: right;
    width: 90%;
    text-align: center;
    padding: 20px;
    margin: 79px 0 0 0;
}