/* Theme customization starts here
-------------------------------------------------------------- */
 
/* NOTE - before you start coding anything, you might want to search/replace the original branding colour  #26242a with whatever the clients main branding colour is*/ 

@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.eot');
    src: url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.woff2') format('woff2'),
        url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.woff') format('woff'),
        url('assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} 

body {
    font-family: 'Avenir W01', sans-serif;
    font-size: 14px;
    color: #26242a;
    font-weight: 300;
    line-height: normal;
    padding-top: 0px;
	float:left;
	width:100%;
	overflow-x:hidden;
}
 .clearfix:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
 	height: 0;
 }
 :hover {
 	-webkit-transition: all 0.4s ease-in-out;
 	-moz-transition: all 0.4s ease-in-out;
 	-ms-transition: all 0.4s ease-in-out;
 	-o-transition: all 0.4s ease-in-out;
 	transition: all 0.4s ease-in-out;
 }
 
 a {
	 color:#26242a;
 }
 
 a:hover {
 	cursor:pointer;
 }
a:focus {
	outline:none !important;
}
a:active {
	outline:none !important;
}
.fa {
	font-weight:normal;
}

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

/* 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.4s ease-in-out;
 	-moz-transition: all 0.4s ease-in-out;
 	-ms-transition: all 0.4s ease-in-out;
 	-o-transition: all 0.4s ease-in-out;
 	transition: all 0.4s ease-in-out; 
 }

 *:before, *:after {
 	-webkit-transition: all 0.4s ease-in-out;
 	-moz-transition: all 0.4s ease-in-out;
 	-ms-transition: all 0.4s ease-in-out;
 	-o-transition: all 0.4s ease-in-out;
 	transition: all 0.4s ease-in-out;
 }
 *:hover:before, *:hover:after {
 	-webkit-transition: all 0.4s ease-in-out;
 	-moz-transition: all 0.4s ease-in-out;
 	-ms-transition: all 0.4s ease-in-out;
 	-o-transition: all 0.4s ease-in-out;
 	transition: all 0.4s ease-in-out;
 }
  
 ::-moz-selection {
    color: #ffffff;
    background:#26242a;
}

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

::-ms-clear { display: none; }
  
 p {
     margin: 0 0 24px;
 	line-height:20px;
 }
 
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%);
 }
 :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;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: none;
}

.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: #26242a !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.fa.general {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    color: #cccccc;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0px;
}

.slick-slider button.fa.general:hover {
	background:none;
	color:#26242a;
}

.slick-slider button.fa.general.previous {
    left: 0px;
}

.slick-slider button.fa.general.next {
	right:0px;
}

.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 4px !important;
}

.slick-slider ul.slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0px;
    text-indent: -9999px;
    border-radius: 50%;
    border: 1px solid #979797;
    background: none;
    float: left;
}

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

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

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

.header {
    position: relative;
    height: 75px;
    margin: 0;
    padding: 0px 35px;
    background: #ffffff;
    z-index: 20;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

header.fixed {
    background: #1b1b1b;
}

header.shifted {
    top: -100%;
}

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

.header a#logo-main img {
    float: left;
    width: auto;
    height: 100%;
    display: block;
}

.header a.search-icon {
    width: 25px;
    height: 25px;
    float: right;
    background: url(/wp-content/uploads/2019/01/search-icon.png) no-repeat center center;
    margin: 25px 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.header a.search-icon.clicked{
	background: url(/wp-content/uploads/2019/01/close-search-1.png) no-repeat center center;
	width: 25px;
    height: 25px;
}

.header .menu-main-menu-container {
    float: left;
    width: auto;
    display: block;
    height: auto;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 995px;
}

.header .menu-main-menu-container > ul {
    float: right;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.header .menu-main-menu-container > ul > li {
    float: left;
    display: block;
    height: auto;
    margin: 0 30px 0 0;
    position: relative;
}

.header .menu-main-menu-container > ul > li:last-of-type {
	margin:0 0 0 0 !important;
}

.header .menu-main-menu-container > ul > li > a {
    float: left;
    width: 175px;
    display: block;
    height: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: 1.35px;
    padding: 19px 2px;
	position:relative;
}

.header .menu-main-menu-container > ul > li > a:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	background:#26242a;
}

.header .menu-main-menu-container > ul > li > a:hover:after, 
.header .menu-main-menu-container > ul > li.current-menu-item > a:after, 
.header .menu-main-menu-container > ul > li > a.active:after{
	height:4px;
}

.header .menu-main-menu-container > ul > li > a:before {
    position: absolute;
    right: 3px;
    top: 20px;
    content: '';
    background: url(/wp-content/uploads/2019/01/Triangle.png) no-repeat center center;
    width: 12px;
    height: 11px;
}

.header .menu-main-menu-container ul > li > a:hover:before, 
.header .menu-main-menu-container > ul > li.current-menu-item > a:before, 
.header .menu-main-menu-container > ul > li > a.active:before{
	width:11px;
	height:9px;
}

.header .menu-main-menu-container > ul > li#menu-item-102 a:hover strong, 
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-102 > a:hover strong,
.header .menu-main-menu-container > ul > li#menu-item-102 a.active strong{
	color:#26242a;
	opacity:1;
}
.header .menu-main-menu-container > ul > li#menu-item-102 > a:hover:before, 
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-102 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-102 > a.active:before {
    background: url(/wp-content/uploads/2019/01/org-hover-tri.png) no-repeat center center;
}
.header .menu-main-menu-container > ul > li#menu-item-102 > a:hover:after, 
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-102 > a:after,
.header .menu-main-menu-container > ul > li#menu-item-102 > a.active:after {
    background:#26242a;
}

.header .menu-main-menu-container > ul > li#menu-item-380 > a:hover strong,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-380 > a strong,
.header .menu-main-menu-container > ul > li#menu-item-380 > a.active strong{
	color:#22525e;
	opacity:1;
}
.header .menu-main-menu-container > ul > li#menu-item-380 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-380 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-380 > a.active:before {
    background: url(/wp-content/uploads/2019/01/policy-hover-tri.png) no-repeat center center;
}
.header .menu-main-menu-container > ul > li#menu-item-380 a:hover:after,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-380 > a:after,
.header .menu-main-menu-container > ul > li#menu-item-380 a.active:after {
    background: #22525e;
}

.header .menu-main-menu-container > ul > li#menu-item-384 > a:hover strong,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-384 > a strong,
.header .menu-main-menu-container > ul > li#menu-item-384 > a.active strong{
	color:#72bbbb;
	opacity:1;
}
.header .menu-main-menu-container > ul > li#menu-item-384 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-384 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-384 > a.active:before {
    background: url(/wp-content/uploads/2019/01/credos-hover-tri.png) no-repeat center center;
}
.header .menu-main-menu-container > ul > li#menu-item-384 > a:hover:after,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-384 > a:after,
.header .menu-main-menu-container > ul > li#menu-item-384 > a.active:after{
    background:#72bbbb;
}

.header .menu-main-menu-container > ul > li#menu-item-7229 > a:hover strong,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-7229 > a strong,
.header .menu-main-menu-container > ul > li#menu-item-7229 > a.active strong{
	color:#eda528;
	opacity:1;
}
.header .menu-main-menu-container > ul > li#menu-item-7229 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-7229 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-7229 > a.active:before {
    background: url(/wp-content/uploads/2019/01/foot-hover-tri.png) no-repeat center center;
}
.header .menu-main-menu-container > ul > li#menu-item-7229 > a:hover:after,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-7229 > a:after,
.header .menu-main-menu-container > ul > li#menu-item-7229 > a.active:after {
    background:#eda528;
}

.header .menu-main-menu-container > ul > li#menu-item-382 > a:hover strong,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-382 > a strong,
.header .menu-main-menu-container > ul > li#menu-item-382 > a.active strong{
	color:#E0433D;
	opacity:1;
}
.header .menu-main-menu-container > ul > li#menu-item-382 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-382 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-382 > a.active:before {
    background: url(/wp-content/uploads/2019/01/events-hover-tri.png) no-repeat center center;
}
.header .menu-main-menu-container > ul > li#menu-item-382 > a:hover:after,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-382 > a:after,
.header .menu-main-menu-container > ul > li#menu-item-382 > a.active:after {
    background:#E0433D;
}

.header .menu-main-menu-container > ul > li a strong {
    display: block;
    font-family: 'Akzidenz Grotesk', sans-serif;
    margin-bottom: 11px;
    color: #26242a;
}

.header .menu-main-menu-container > ul > li > a b {
    display: block;
    text-transform: none;
    font-weight: 300;
    color: #322C32;
    font-size: 10px;
}

.header .menu-main-menu-container > ul > li.current-menu-item > a, .header .menu-main-menu-container > ul > li.current-menu-parent > a {
	color:#26242a;
}

.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;
    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:#26242a;
	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: absolute;
    margin: 0 0 0 0;
    top: 75px;
    display: none;
    z-index: 21;
    background: #fff;
    padding: 0;
}

.mega-menu-container:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(227, 233, 229, 0.45);
    content: '';
    display: block;
    z-index: 1;
}

.mega-menu-container > .container {
    min-height: 480px;
    position: relative;
    z-index: 2;
}

.mega-menu-container .container-fluid.ticker-taper {
    margin-bottom: 0;
	position:relative;
	z-index:2;
}

.mega-menu-container .mega-menu-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 35px 0;
    float: left;
}

.row.mega-see-all a.mega-see-more {
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: 1.46px;
    text-transform: uppercase;
    color: #fff;
    background: #26242a;
    font-family: 'Akzidenz Grotesk', sans-serif;
    padding: 9px;
    font-size: 12px;
    line-height: 10px;
}

div#policy-areas .row.mega-see-all a.mega-see-more{
	background:#22525e;
}
div#credos .row.mega-see-all a.mega-see-more{
	background:#72bbbb;
    color: #26242a;
}
div#front-foot .row.mega-see-all a.mega-see-more {
    background: #eda528;
    color: #26242a;
}
div#events .row.mega-see-all a.mega-see-more{
	background:#e0433d;
}

.row.mega-see-all a.mega-see-more:hover {
    background: #26242a !important;
    color: #fff !important;
}

.mega-menu-container .mega-menu-inner .mega-menu-content {
    float: left;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2.02px;
    font-weight: 500;
    padding-right: 25px;
}

.mega-menu-container .mega-menu-inner .mega-menu-content p{
	line-height:25px;
}

.mega-menu-container .mega-menu-inner .mega-menu-content :last-child{
	margin:0;
}

.mega-menu-container .mega-menu-inner .events-post {
    margin-bottom: 0;
}

.mega-menu-container .mega-menu-inner .mega-menu-block {
    float: left;
    width: 100%;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-title {
    font-size: 12px;
    letter-spacing: 1.35px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #4a4a4a;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block {
    float: left;
    width: 100%;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block ul.inner-menu {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block a.sub-title {
    font-size: 12px;
    letter-spacing: 1.35px;
	text-transform: uppercase;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #4a4a4a;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block a.sub-title:hover{
	color:#26242a;
	font-weight: 900;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block span.title-policies {
    font-size: 9px;
    letter-spacing: 1.35px;
	text-transform: uppercase;
    line-height: 12px;
    font-weight: 900;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #22525e;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-title.policies{
	font-weight:900;
	color:#26242a;
	margin-bottom:28px;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-title.credos{
	font-weight:900;
	color:#26242a;
	margin-bottom:28px;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block a.sub-title.taxonomy-title{
	font-size:9px;
	line-height:12px;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block.credos a.sub-title.taxonomy-title{
	color:#72BBBB;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block ul.sub-listings {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block ul.sub-listings li {
    float: left;
    width: 100%;
}

.mega-menu-container#front-foot .row.title-row{
	margin-bottom:15px;
}

.mega-menu-container#front-foot .row.title-row span.sub-title {
    border-color: #eda528;
}

.mega-menu-container .mega-menu-inner .mega-member-block{
    float: left;
    width: 100%;
}

.mega-menu-container .mega-menu-inner .mega-member-block .content{
    float: left;
    width: 100%;
	font-size:12px;
	letter-spacing:1.46px;
	color:#26242a;
	font-weight:400;
	margin-bottom:20px;
}

.mega-menu-container .mega-menu-inner .mega-member-block .content p{
	line-height:20px;
}

.mega-menu-container .mega-menu-inner .mega-member-block .content :last-child{
	margin:0;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-title.events{
	font-weight:900;
	color:#26242a;
	margin-bottom:30px;
}

.search-block-mega {
    width: 100%;
    position: absolute;
    margin: 0 0 0 0;
    top: 75px;
    display: none;
    z-index: 21;
    background: #fff;
    padding: 0;
    height: auto;
    padding-top: 70px !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.search-block-mega .filters-section {
    background: #f5f7f6;
}

.search-block-mega .row.search-form {
    margin-bottom: 80px;
}


.search-block-mega .row.search-form .header-search-form {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.search-block-mega .row.search-form .header-search-form .search-form-main {
    float: left;
    width: 100%;
}

.search-block-mega .row.search-form .header-search-form .search-form-main form.search-form {
    float: left;
    width: 100%;
	border-radius:0;
}

.search-block-mega .row.search-form .header-search-form .search-form-main form.search-form input.search-field {
    float: left;
    width: 100%;
    border-radius: 0;
    height: 60px;
    border: none;
    border-bottom: solid 1px #26242a;
    padding: 0;
    font-size: 26px;
    margin-bottom: 89px;
}

.search-block-mega .row.search-form .header-search-form .search-form-main form.search-form button.search-submit {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2019/01/search-form-icon.png) no-repeat center center !important;
    border-radius: 0px;
    padding: 0;
}

.search-block-mega .row.search-form .header-search-form .search-form-main form.search-form button.search-main-submit {
    float: none;
    display: block;
    width: 300px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    padding: 14.5px 20px;
    margin: 0 auto;
    font-weight: 900;
    text-transform: uppercase;
    background: #26242a;
    color: #fff;
    border-radius: 0;
}

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

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

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

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

.slider-main button.fa {
    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.6;
}

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

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

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

.slider-main ul.slick-dots {
    position: absolute;
    bottom: 20px;
    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: 10px;
    height: 10px;
    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;
    display: block;
    height: auto;
    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 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:#26242a;
}

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

.wpcf7 form .fields textarea {
	height:150px;
   resize: none;
}

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

.wpcf7 form .fields input.wpcf7-text:focus, .wpcf7 form .fields textarea:focus {
	border-color:#26242a;
	cursor:default;
}

.wpcf7 form .fields input::-webkit-input-placeholder, .wpcf7 form .fields textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
  text-transform:capitalize;
     font-family: 'Avenir W01', sans-serif;
}
.wpcf7 form .fields input::-moz-placeholder, .wpcf7 form .fields textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
   text-transform:capitalize;
      font-family: 'Avenir W01', sans-serif;
}
.wpcf7 form .fields input:-ms-input-placeholder, .wpcf7 form .fields textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
   text-transform:capitalize;
      font-family: 'Avenir W01', sans-serif;
}
.wpcf7 form .fields input:-moz-placeholder, .wpcf7 form .fields textarea:-moz-placeholder { /* Firefox 18- */
  color: #999999;
   text-transform:capitalize;
      font-family: 'Avenir W01', sans-serif;
}

.wpcf7 form .fields .bootstrap-select {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}

.wpcf7 form .fields .bootstrap-select button {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 0 0 0;
    padding: 10px 15px;
    position: relative;
    color: #1b1b1b;
    display: block;
    right: 0px;
}

.wpcf7 form .fields .bootstrap-select button:active, .wpcf7 form .fields .bootstrap-select button:hover {
	border-color:#cccccc;
	background:#f5f5f5;
}

.wpcf7 form .fields .bootstrap-select button:focus {
	outline:none !important;
}

.wpcf7 form .fields .bootstrap-select button span.filter-option {
    float: left;
    font-size: 13px;
}

.wpcf7 form .fields .bootstrap-select button:after {
    content: "\f078";
    font-size: 10px;
    height: auto;
    position: absolute;
    right: 17px;
    color: #999999;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	opacity:0;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu {
    display: none;
    margin: 0 0 0 0;
    border: 1px solid #cccccc;
    padding: 0 0 0 0;
    border-top: none !important;
    border-radius: 0px 0px 5px 5px;
    top: 36px;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner {
    float: left;
    display: block;
    height: auto;
    width: 100%;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li {
    height: auto;
    display: block;
    width: 100%;
    float: left;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li a {
    padding: 10px 15px;
    color: #1b1b1b;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li a:hover {
	background:#26242a;
	color:#ffffff;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li.selected a {
	background:#1b1b1b;
	color:#ffffff;
}

.wpcf7 form .fields .bootstrap-select.show button, .wpcf7 form .fields .bootstrap-select.show .dropdown-menu {
	background:#f5f5f5;
}

.wpcf7 form .fields .bootstrap-select.show div.dropdown-menu {
    display: block;
}

.wpcf7 form .fields .bootstrap-select button:hover:after {
	color:#1b1b1b;
}

.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:#26242a;
}

.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: none;
    border: none !important;
    padding: 0 0 0 0 !important;
    margin: 20px 0 0 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
}

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




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

.form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8);
	visibility:hidden;
}

.form-overlay .loader, .form-overlay .loader:before, .form-overlay .loader:after {
    background: #26242a;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 6px;
    height: 30px;
}
.form-overlay .loader {
    color: #26242a;
    text-indent: -9999em;
    position: absolute;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 45%;
    left: 48%;
    -webkit-transform: translateY(-50%)translateX(-50%);
    -ms-transform: translateY(-50%)translateX(-50%);
    transform: translateY(-50%)translateX(-50%);
}
.form-overlay .loader:before,
.form-overlay .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.form-overlay .loader:before {
  left: -12px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.form-overlay .loader:after {
 left: 12px;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

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

.cta-button, .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 14px 18px;
    font-family: 'Akzidenz Grotesk', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #1b1b1b;
    color: #ffffff;
    float: left;
}

.cta-button:hover, .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover {
	background:#26242a;
	color:#ffffff;
}

.category-header {
    height: 200px;
    position: relative;
}

.category-header.block-colour {
    background: #26242a;
}

.category-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}


.category-header .overlay h1, .standard-header-post .overlay h1 {
    float: left;
    width: 100%;
    text-align: center;
    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;
}

.category-header .overlay h1 b.search-results {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 16px;
}

.category-header .overlay p#breadcrumbs, .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;
}

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


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

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

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

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

.category-header.full-image {
    background-size: cover;
}

.post-list .news-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
}

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

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/wp-content/uploads/2017/06/stripe_d0d1b1d6df744cfea95b0469c14ed801.png) center center repeat;
    background-blend-mode: normal;
    background-color: #ffffff;
	position:relative;
}

.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: auto;
    height: auto;
    display: block;
    max-width: 100%;
    min-height: 0;
    min-width: 100%;
}

.post-list .news-post .post-content {
    float: left;
    width: 100%;
    height: 165px;
    display: block;
    background: rgba(227, 233, 229, 0.25);
    padding: 15px;
    position: relative;
}

.post-list .news-post .post-content .category-link {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 9px;
    letter-spacing: 1.14px;
    text-transform: uppercase;
    font-weight: 900;
}

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

.post-list .news-post.post-type-front-foot .post-content .category-link {
	color:#eda528;
}

.post-list .news-post.post-type-resources .post-content .category-link {
    color: #26242a;
}

.post-list .news-post.post-type-credos .post-content .category-link {
	color:#72bbbb;
}

.post-list .news-post.post-type-policy-areas .post-content .category-link {
	color:#22525e;
}

.post-list .news-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 13px;
    line-height: 21px;
	letter-spacing: 1.5px;
	letter-spacing: 0.107em;
}

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

.post-list .news-post.post-type-front-foot .post-content h3 a:hover{
	color:#eda528;
}

.post-list .news-post.post-type-resources .post-content h3 a:hover{
    color: #26242a;
}

.post-list .news-post.post-type-credos .post-content h3 a:hover{
	color:#72bbbb;
}

.post-list .news-post.post-type-policy-areas .post-content h3 a:hover{
	color:#22525e;
}

.post-list .news-post .post-content p.authors-name {
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 1.46px;
    color: #26242a;
    font-weight: 600;
}

.post-list .news-post .post-content a.post-download {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: rgba(114, 187, 187, 0.5);
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900;
    font-family: 'Akzidenz Grotesk', sans-serif;
    letter-spacing: 0.67px;
}

.post-list .news-post .post-content a.post-download:hover{
    background: rgba(114, 187, 187, 1);
}

.post-list .news-post.double-width a.post-thumbnail-outer{
	height:214px;
}

.post-list .news-post.double-width .post-content{
	height:86px;
}

.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:#26242a;
	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;
}

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

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

.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: #26242a;
    letter-spacing: 1.45px;
}

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

.error-404-inner p {
    color: #26242a;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 1.45px;
    font-weight: 500;
}

.error-404-inner p a {
	font-weight:700;
    color: #26242a;
}

.error404 .error-404 .error-404-inner p a:hover {
	color:#26242a;
}

.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 {
    float: left;
    width: 100%;
}

.search-form-main form.search-form {
    float: left;
    width: 100%;
	border-radius:0;
}

.search-form-main form.search-form input.search-field {
    float: left;
    width: 100%;
    border-radius: 0;
    height: 60px;
    border: none;
    border-bottom: solid 1px #26242a;
    padding: 0;
    font-size: 26px;
    margin-bottom: 89px;
}

.search-form-main form.search-form button.search-submit {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2019/01/search-form-icon.png) no-repeat center center !important;
    border-radius: 0px;
    padding: 0;
}

.search-form-main form.search-form button.search-main-submit {
    float: none;
    display: block;
    width: 300px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    padding: 14.5px 20px;
    margin: 0 auto;
    font-weight: 900;
    text-transform: uppercase;
    background: #26242a;
    color: #fff;
    border-radius: 0;
}

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

.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: #26242a;
}

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

.post-navigation {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 50px 0 0 0;
}

.post-navigation .meta {
    width: 100%;
    display: block;
    height: auto;
}

.post-navigation .meta b {
    text-transform: uppercase;
    font-size: 12px;
    color: #1b1b1b;
    float: left;
    width: 100%;
}

.post-navigation .meta a.title {
    float: left;
    width: 100%;
    display: block;
    font-weight: 100;
    font-size: 18px;
    color: #999999;
    margin: 5px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-navigation .meta a.title:hover {
	color:#26242a;
}

.post-navigation .meta p {
    float: left;
    width: 100%;
    display: block;
    font-weight: 100;
    color: #1b1b1b;
    margin: 0 0 0 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: #26242a;
    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 -30px;
}

.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: #26242a;
    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 a {
    font-weight: 600;
    color: #26242a;
}

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

.standard-post a:hover {
	color:#1b1b1b;
}

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

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

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

.sidebar-section .menu-sidebar-menu-container ul, .sidebar-section ul.archives {
    margin: 0 0 0 0;
}

.sidebar-section .menu-sidebar-menu-container ul li a, .sidebar-section ul.archives li a {
    color: #666666;
    font-weight: 400;
}

.sidebar-section .menu-sidebar-menu-container ul li a:hover, .sidebar-section ul.archives li a:hover {
	color:#1b1b1b;
}

.sidebar-posts {
    float: left;
    width: 100%;
    display: block;
    height: initial;
    margin: 0 0 0px 0;
}

.sidebar-posts .news-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
}

.sidebar-posts .news-post:last-of-type {
	margin:0 0 0 0;
}

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

.sidebar-posts .news-post .post-content h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.sidebar-posts .news-post .post-content h3 a {
    font-weight: 100;
    text-transform: none;
    color: #999999;
}

.sidebar-posts .news-post .post-content h3 a:hover {
	color:#26242a;
}

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

.sidebar-posts .news-post .post-content .content-inner p {
    margin: 0 0 15px 0;
}

.sidebar-posts .news-post .post-content .content-inner a.cta-button {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 10px;
}

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

.ctas-list .cta-items {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.ctas-list .cta-items .overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px;
    background: rgba(27, 27, 27, 0.63);
    float: left;
}

.ctas-list .cta-items .cta-icon {
    float: left;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(204, 204, 204, 0.55);
    border-radius: 50%;
    margin: 0 0 25px 0;
}

.ctas-list .cta-items .overlay .cta-icon {
	border-color:#ffffff;
}

.ctas-list .cta-items h3 {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 00 0 20px 0;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.ctas-list .cta-items h3 a {
    color: #1b1b1b;	
}

.ctas-list .cta-items .overlay h3 a {
	color:#ffffff;
}

.ctas-list .cta-items .overlay h3 a:hover, .ctas-list .cta-items h3 a:hover {
	color:#26242a;
}

.ctas-list .cta-items p {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
}

.ctas-list .cta-items .overlay p {
	color:#ffffff;
}

.ctas-list .cta-items a.cta-button {
	background:#26242a;
}

.ctas-list .cta-items a.cta-button:hover {
	background:#1b1b1b;
}

.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: #26242a;
}

.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.fa {
    float: left;
    width: auto;
    display: block;
    color: #26242a;
    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: #26242a;
}

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

.post-list .testimonials-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 25px;
    position: relative;
	overflow:hidden;
}

.post-list .testimonials-post .testimoniasl-inner {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-top {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 25px 0;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-top p {
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    text-align: center;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta b {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    color: #333333;
}

.post-list .testimonials-post .testimoniasl-inner a.cta-button {
    width: 112px;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta a {
    display: inline-block;
    margin: 3px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1b1b1b;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta a:hover {
	color:#26242a;
}

.test-list-slider {
	float:left;
	width:100%;
	height:auto;
	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: auto;
}

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

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

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

.testimonials-single-meta b {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.testimonials-single-meta b a {
    font-size: 21px;
    font-weight: 100;
    color: #666666;
}

.testimonials-single-meta b a:hover {
	color:#26242a;
}

.social-feed {
    float: left;
    width: 100%;
    height: auto;
	margin:15px 0 0 0;
}

.social-feed a.social-sharing-button {
    margin: 0 5px 0 0 !important;
}

.mobile-menu-top {
    position: fixed;
    top: 0px;
    background: #ffffff;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
	z-index:100;
}

.mobile-menu-top .header-inner {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.mobile-menu-top .header-inner a#logo-mobile {
    float: left;
    height: 24px;
    width: auto;
    display: block;
    margin: 9px 0;
}

.mobile-menu-top .header-inner a#logo-mobile img {
    float: right;
    height: 100%;
    width: auto;
    display: block;
}

.mobile-menu-top .header-inner a#burgerMenu {
    float: right;
    width: 40px;
    height: 35px;
    text-align: center;
    border: none;
    color: #1b1b1b;
    padding: 0;
    position: relative;
    padding: 5px;
    margin: 3px 0;
}

.mobile-menu-top .header-inner a#burgerMenu span {
    position: absolute;
    width: 30px;
    height: 3px;
    display: block;
    background: #26242a;
    left: 5px;
}

.mobile-menu-top .header-inner 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);
}

.mobile-menu-top .header-inner a#burgerMenu span:nth-of-type(2) {
    top: 16px;
    opacity: 1;
}

.mobile-menu-top .header-inner 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);
}

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

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

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

.mobile-menu-container {
    position: fixed;
    top: 0px;
    z-index: 99;
    background: #ffffff;
    top: 0;
    height: 100vh;
    padding: 20px;
    padding-top: 92px;
    left: -100%;
    width: 100%;
}

.mobile-menu-container.active {
	left:0px;
}

.mobile-menu-container .menu-mobile-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    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;
}

.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 0 5px 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%;
    height: auto;
    display: block;
    padding: 12px 20px;
    background: #eeeeee;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > a:hover {
	background:#1b1b1b;
	color:#ffffff;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.current-menu-item > a {
	background:#26242a;
	color:#ffffff;
}

.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;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(27, 27, 27, 0.9);
    z-index: 999999;
}

.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: 57px;
    color: #ffffff;
    line-height: 43px;
}

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

.development-notice .development-notice-inner span.title {
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #26242a;
}

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

.twitter-feed {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.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.horizontal {
    float: left;
    width: auto;
    display: block;
}

a#scrollToTheTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    background: #26242a;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
}

a#scrollToTheTop:hover {
    background: #bc5603;
}

span.filters-tag-title {
    float: left;
    width: 100%;
    font-size: 8pt;
    letter-spacing: 1.46px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 11pt;
    color: #9b9b9b;
    margin-bottom: 18px;
}

.tabbed-container, .tabbed-list, .tabbed-content-contain {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.tabbed-list a.tabbed-link {
    float: left;
    width: 135px;
    display: block;
    height: 40px;
    margin: 0 15px 0 0;
    background: #f9f9f9;
    border: 1px solid #26242a;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 8pt;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    line-height: 11pt;
}

.tabbed-list a.tabbed-link.all-link {
    border-color: #e3e9e5;
    cursor: default;
    pointer-events: none;
}

.tabbed-list a.tabbed-link.all-link span{
	opacity:0.51;
}

.tabbed-list a.tabbed-link.disabled {
    border-color: #e3e9e5;
}

.tabbed-list a.tabbed-link.disabled span{
	opacity:0.51;
}

.tabbed-list a.tabbed-link span {
    color: #060606;
    float: left;
    width: 100%;
}

.tabbed-list a.tabbed-link:hover {
	border-color:#e0433d;
	color:#e0433d;
}

.tabbed-list a.tabbed-link:hover span{
	color:#e0433d;
}

.tabbed-list a.tabbed-link.active {
    color: #fff;
    border-color: #e0433d;
    background: #e0433d;
    cursor: default;
    pointer-events: none;
}

.tabbed-list a.tabbed-link.active span{
	color:#fff;
}

.tabbed-list a.tabbed-link.active:hover {
	cursor:default;
	pointer-events: none;
}

.tabbed-list a.tabbed-link:last-of-type {
	margin-right:0px;
}

.tabbed-content-contain {
    border: 1px solid #cccccc;
    padding: 25px;
}

.tabbed-inner {
    float: left;
    width: 100%;
    display: none;
    height: auto;
}

.tabbed-content-contain div#tabbed-panel-0 {
    display: none;
}

 /* hidden elements*/
.element, .wpcf7 form .fields.submit span.ajax-loader, body.error404 .header, body.error404 .ticker-taper, 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 {
    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-inner {
     -webkit-transition: none !important;
     -moz-transition:  none !important;
     -ms-transition:  none !important;
     -o-transition:  none !important;
     transition:  none !important;
 }
 




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

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

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

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

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

.row.title-row span.sub-title a.view-more:hover{
    color: rgba(51, 51, 51, 1);
}




.row.featured-post-row .news-post {
    float: left;
    width: 100%;
    height: 254px;
    position: relative;
    display: block;
    margin: 0 0 20px 0;
}

.row.featured-post-row .news-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 254px;
    margin: 0 0 0 0;
	overflow: hidden;
}

.row.featured-post-row .news-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/wp-content/uploads/2017/06/stripe_d0d1b1d6df744cfea95b0469c14ed801.png) center center repeat;
    background-blend-mode: normal;
    background-color: #ffffff;
}

.row.featured-post-row .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;
}

.row.featured-post-row .news-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: auto;
    height: auto;
    display: block;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.row.featured-post-row .news-post .post-content {
    float: left;
    width: 100%;
    height: 254px;
    display: block;
    background: rgba(227, 233, 229, 0.25);
    padding: 20px;
}

.row.featured-post-row .news-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    height: auto;
    letter-spacing: 1.5px;
	letter-spacing: 0.107em;
}

.row.featured-post-row .news-post .post-content .content-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    font-weight: 500;
    letter-spacing: 1.467px;
}

.row.featured-post-row .news-post .post-content .content-inner :last-child{
	margin:0;
}

.row.featured-post-row .news-post .post-content p.authors-name {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 1.46px;
    color: #26242a;
    font-weight: 600;
}







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

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

.post-list .events-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/wp-content/uploads/2017/06/stripe_d0d1b1d6df744cfea95b0469c14ed801.png) center center repeat;
    background-blend-mode: normal;
    background-color: #ffffff;
}

.post-list .events-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 .events-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: auto;
    height: auto;
    display: block;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.post-list .events-post .post-content {
    float: left;
    width: 100%;
    height: 160px;
    display: block;
    background: rgba(227, 233, 229, 0.25);
    padding: 20px 20px 20px 20px;
    position: relative;
}

.post-list .events-post .post-content.aa-event-content {
    padding: 20px 40px 20px 20px;
}

.post-list .events-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
	letter-spacing: 1.5px;
	letter-spacing: 0.107em;
}

.post-list .events-post .post-content h3 a {
    color: #26242a;
}

.post-list .events-post .post-content h3 a:hover {
    color: #E0433D;
}

.post-list .events-post .post-content p.location {
    margin: 0;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    color: #26242a;
    font-weight: 600;
    letter-spacing: 0.46px;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0px 20px;
}

.post-list .events-post .post-content .aa-side-logo {
    position: absolute;
    right: 20px;
    top: 18px;
    background: url(/wp-content/uploads/2019/01/events-side-logo.png) no-repeat center center;
    width: 20px;
    height: 92px;
    display: block;
    background-size: contain;
}

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

.post-list .events-post .post-content .event-date span.title.number {
    float: left;
    width: 100%;
    line-height: 21px;
    font-size: 24px;
    margin-bottom: 5px;
}

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

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

.post-list .events-post .post-content .category-link {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 11px;
    letter-spacing: 1.64px;
    text-transform: uppercase;
    font-weight: 900;
	color:#E0433D;
}







.featured-slider-section .row.title-row {
    margin-bottom: 20px;
}

.featured-slider-section .row.title-row.events-title {
    margin-bottom: 0;
}

.row.title-row.events-title span.sub-title{
	border-color:#e0433d;
}

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

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

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

.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 0;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: right;
}

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

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

.post-list .events-sidebar-post .post-content .event-date span.title.number {
    float: left;
    width: 100%;
    line-height: 21px;
    font-size: 24px;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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



.front-foot-section .row.title-row span.sub-title {
    border-color: #Eda528;
}

.credos-section .row.title-row span.sub-title {
    border-color: #72bbbb;
}

.policy-areas-section .row.title-row span.sub-title {
    border-color: #22525e;
}

.events-section .row.title-row span.sub-title {
    border-color: #e0433d;
}






.filters-section{
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}

.filters-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2019/01/pattern-bg.png) repeat-x #f5f7f6;
    display: block;
    opacity: 0.1;
}

.filters-section .row.filters {
    margin-top: 25px;
    margin-bottom: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.row.filters-title-row span.sub-title {
    float: left;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.77px;
    line-height: 26px;
}





.row.about-content-block .content-container {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 20px;
    letter-spacing: 1.64px;
    font-weight: 500;
}

.row.about-content-block .content-container p{
	line-height:27px;
}

.row.about-content-block .content-container :last-child{
	margin:0;
}




.row.mission-content-block .content-container{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 12pt;
    letter-spacing: 1.35px;
    font-weight: 500;
}

.row.mission-content-block .content-container :last-child{
	margin:0;
}

.row.about-content-block .content-container p{
	line-height:20pt;
}

.row.members-block .member {
    float: left;
    width: 100%;
    height: 40px;
}

.row.members-block .member .vertical {
    float: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 2.7px;
    font-weight: 800;
    line-height: 18px;
}

.front-content-section .row.title-row span.sub-title {
    border-color: #Eda528;
}

.front-content-section .row.title-row {
    margin-bottom: 40px;
}

.row.front-row-block .content-container {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 20px;
    letter-spacing: 1.64px;
    font-weight: 500;
	padding-left:15px;
}

.row.front-row-block .content-container p{
	line-height:27px;
}

.row.front-row-block .content-container :last-child{
	margin:0;
}

.contact-details-section{
	float:left;
	width:100%;
}

.contact-details-section .content-container {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
    letter-spacing: 1.64px;
    font-weight: 500;
    margin-bottom: 40px;
}

.contact-details-section .content-container p{
	line-height:27px;
}

.contact-details-section .content-container :last-child{
	margin:0;
}

.contact-details-section .contact-meta {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.contact-details-section .contact-meta .meta-inner {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.contact-details-section .contact-meta .meta-inner:last-child{
	margin-bottom:0;
}

.contact-details-section .contact-meta .meta-inner a {
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 2.4px;
    font-weight: 500;
}

.contact-details-section .contact-meta .meta-inner a p {
    margin: 0;
    line-height: 19px;
}

.row.contact-row-block .contact-map {
    float: left;
    width: 100%;
    height: 347px;
    background: #f5f5f5;
}

.row.contact-row-block .contact-map .map-iframe-container {
    float: left;
    width: 100%;
    height: 100%;
}

.row.contact-row-block .contact-map .map-iframe-container div#map {
    float: left;
    width: 100%;
    height: 100%;
}

.row.front-row-block .featured-video-block {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.featured-video-block video {
    float: left;
    position: relative;
    z-index: 1;
}

.featured-video-block a.play-video {
    z-index: 2;
    position: absolute;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background: #eda528;
    color: #fff;
    line-height: 97px;
    font-size: 39px;
    text-align: center;
    text-indent: 4px;
}

.row.front-row-block .featured-video-block a.play-video {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eda528;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
}

.row.front-row-block .front-become-member-button {
    float: left;
    width: 100%;
}

a.member-button {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    padding: 32.5px 20px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    background: #26242a;
    color: #fff;
}

.row.front-row-block .front-become-member-button a.member-button:hover{
	background:#eda528;
}

.featured-image-section .header-post-width {
    float: left;
    width: 100%;
    height: 490px;
    position: relative;
	overflow:hidden;
}

.featured-image-section .header-post-width img {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
	max-width:none;
}

.featured-image-section a#about-aa-logo {
    float: left;
    width: auto;
    margin: 20px 0;
}

.logo-network-container {
    float: left;
    width: 100%;
    height: 155px;
    margin-bottom: 20px;
    position: relative;
}

.logo-network-container .logo-container {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.logo-network-container .logo-container img {
    float: left;
    width: auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.logo-network-container .network-logo-hover {
    float: left;
    width: 100%;
    height: 100%;
	position: absolute;
	z-index:2;
	background: rgba(38,36,42,0.78);
	padding:25px 30px;
	opacity:0;
	visibility:hidden;
}

.logo-network-container:hover .network-logo-hover {
	opacity:1;
	visibility:visible;
}

.logo-network-container .network-logo-hover .network-data-inner {
    float: left;
    width: 100%;
    height: 100%;
	position: relative;
}

.logo-network-container .network-logo-hover .network-data-inner span.company-name{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	line-height:23px;
	color:#fff;
	font-weight:900;
	letter-spacing:0.68px;
}

.logo-network-container .network-logo-hover .network-data-inner a.company-url {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.49px;
    max-width: 100%;
    word-break: break-word;
}

.row.network-row-filters {
    margin-bottom: 30px;
}




.member-post {
    float: left;
    width: 100%;
    display: block;
    height: 154px;
    margin: 0 0 20px 0;
}

.member-post.taller-post {
    height: 328px;
}

.member-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
	overflow: hidden;
}

.member-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

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

.member-post a.post-thumbnail-outer .post-thumbnail-outer .image {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
	z-index:1;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.member-post a.post-thumbnail-outer .post-thumbnail-outer .member-post-hover {
    background: rgba(227, 233, 229, 0.62);
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 6;
    padding: 20px;
}

.member-post:hover a.post-thumbnail-outer .post-thumbnail-outer .member-post-hover {
	opacity:1;
}

.member-post a.post-thumbnail-outer .post-thumbnail-outer .member-post-hover .vertical{
	float:left;
	width:100%;
}

.member-post a.post-thumbnail-outer .post-thumbnail-outer .member-post-hover .vertical span.member-name {
    float: left;
    width: 100%;
    letter-spacing: 0.68px;
    line-height: 23px;
    color: #26242a;
    margin-bottom: 10px;
}

.member-post a.post-thumbnail-outer .post-thumbnail-outer .member-post-hover .vertical span.position {
    float: left;
    width: 100%;
    font-size: 10px;
    letter-spacing: 0.49px;
    line-height: 18px;
    color: #26242a;
    font-weight: 500;
}




.member-layout-8{
    clear: both;
}

.member-layout-9, .member-layout-10, .member-layout-11 {
    margin-top: -174px;
}






.row.featured-header-content .header-content-block, .row.form-header-row .form-header-content {
    float: left;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.46px;
    font-weight: 400;
}

.row.form-header-row .form-header-content {
    margin-bottom: 20px;
}

.row.featured-header-content .header-content-block p, .row.form-header-row .form-header-content p {
    line-height: 20px;
}

.row.featured-header-content .header-content-block :last-child, .row.form-header-row .form-header-content :last-child {
	margin:0;
}

.row.featured-header-content {
    margin-bottom: 30px;
}

.featured-archive-section .row.title-row {
    margin-bottom: 20px;
}

.container-fluid.members-section.aa-members{
	background: rgba(227,233,229,0.3);
	padding-top:70px;
	padding-bottom:70px
}

.row.short-desc-row {
    margin-bottom: 20px;
}

.row.short-desc-row .content-container{
	float:left;
	width:100%;
    font-size: 12px;
    letter-spacing: 1.46px;
    font-weight: 400;
}

.row.short-desc-row .content-container p {
    line-height: 20px;
}

.row.short-desc-row .content-container :last-child{
	margin:0;
}

.row.become-member-front-foot {
    margin-top: 20px;
}

.row.become-member-front-foot a.member-button{
	background:#eda528;
}

.row.become-member-front-foot a.member-button:hover{
	background:#26242a;
}




.featured-archive-section .title-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.featured-archive-section .title-container h1 {
    float: left;
    width: auto;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.46px;
    margin: 0;
}

.featured-archive-section .row.title-row.top-title {
    margin-top: 10px;
}

.row.gallery-block a {
    float: left;
    width: 100%;
    height: 154px;
    margin-bottom: 20px;
}

.row.gallery-block .double-height a {
    height: 328px;
}

.row.gallery-block a .image {
    float: left;
    width: 100%;
	height:100%;
}

.post-type-archive-front-foot .row.title-row span.sub-title {
    border-color: #eda528;
}

.front-foot-featured-videos .featured-video-block a.play-video {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eda528;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    position: absolute;
}

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



.container-fluid.post-list.events-listing {
    margin-bottom: 170px;
}




.post-type-archive-events .row.title-row span.sub-title {
    border-color: #E0433D;
}

a.read-more-button {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    padding: 26.5px 20px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    background: #26242a;
    color: #fff;
}

a.read-more-button:hover{
	background:#E0433D;
}

.featured-archive-section .title-container .event-date {
    float: right;
    text-align: center;
    margin: 0;
}

.featured-archive-section .title-container .event-date span.title {
    float: left;
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 2.78px;
    opacity: 0.65;
}

.featured-archive-section .title-container .event-date span.title.month{
	font-size:10px;
}

.post-type-archive-credos .row.title-row span.sub-title {
    border-color: #72bbbb;
}

.post-type-archive-policy-areas .row.title-row span.sub-title{
	border-color:#22525e;
}

.read-more-taxonomies a.read-more {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.46px;
    font-weight: 900;
    background: #e3e9e5;
    color: rgba(38,36,42,0.41);
    font-family: 'Akzidenz Grotesk', sans-serif;
    padding: 11.5px 20px;
}

.read-more-taxonomies a.read-more:hover{
	background:#26242a;
	color:#fff;
}

.container-fluid.post-list.term-layout-25 {
    margin-bottom: 0;
    padding-top: 65px;
    padding-bottom: 45px;
    background: rgba(227, 233, 229, 0.30);
}

.single-events .row.title-row span.sub-title {
    border-color: #E0433D;
}

.container-fluid.post-list.term-layout-25 .news-post .post-content {
    background: #fff;
}






.row.header-intro-block {
    margin-bottom: 10px;
}

.row.header-intro-block .intro-content {
    float: left;
    width: 100%;
    letter-spacing: 1.35px;
    font-weight: 400;
}

.row.header-intro-block .intro-content p{
	line-height:20px;
}

.row.header-intro-block .intro-content :last-child{
	margin:0;
}


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

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



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

.post-list .news-post.double-width.hightlight a.post-thumbnail-outer {
    height: 250px;
}

.post-list .news-post.double-width.hightlight .post-content {
    height: 104px;
}


.featured-video-block.hightlight {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
	margin-bottom:20px;
}

.featured-video-block.hightlight a.play-video {
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 48px;
}

.row.split-content-row .content-container {
    float: left;
    width: 100%;
    column-count: 3;
    font-size: 14px;
    column-gap: 45px;
    font-weight: 500;
    letter-spacing: 0.88px;
}

.row.split-content-row .content-container p{
	line-height:20px;
}

.logo-network-container.smaller-network {
    height: 98px;
}

.logo-network-container.smaller-network .network-logo-hover {
    padding: 15px;
}

.featured-archive-section.events-single-header .archive-featured-image-block {
    margin-bottom: 40px;
}

.row.featured-event-content .content-container {
    float: left;
    width: 100%;
    height: auto;
    letter-spacing: 1.64px;
    font-size: 20px;
    font-weight: 500;
}

.row.featured-event-content .content-container p{
	line-height:27px;
}

.row.featured-event-content .content-container :last-child{
	margin:0;
}

.row.buy-button-row {
    margin-bottom: 70px;
}

.row.buy-button-row a.buy-tickets-button {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    padding: 30.5px 20px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    background: #26242a;
    color: #fff;
}

.row.buy-button-row a.buy-tickets-button:hover{
	background:#E0433D;
}

.featured-archive-section.events-single-header .title-container {
	margin-bottom:30px;
}

.featured-archive-section.events-single-header .title-container h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1.9px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.standard-post .row.header-intro-block {
    margin-bottom: 30px;
}

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



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

.row.download-this-file .download-file-content {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    letter-spacing: 1.46px;
	margin-bottom:25px;
}

.row.download-this-file .download-file-content p{
	line-height:20px;
}

.row.download-this-file .download-file-content :last-child{
	margin:0;
}





.introducing-member-block {
    float: left;
    width: 100%;
    height: auto;
}

.introducing-member-block .member-image {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.introducing-member-block .member-image img {
    float: left;
    width: 100%;
    height: auto;
}

.introducing-member-block .member-content {
    float: left;
    width: 100%;
    height: auto;
}

.introducing-member-block .member-content span.title.name{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:24px;
	line-height:36px;
	letter-spacing:1.17px;
}

.introducing-member-block .member-content span.position{
	float:left;
	width:100%;
	font-size:17px;
	line-height:36px;
	letter-spacing:0.87px
}

.introducting-content-block {
    float: left;
    width: 100%;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.65px;
}

.introducting-content-block p{
	line-height:27px;
}

.introducting-content-block :last-child{
	margin:0;
}

.search-block-404.search-block-mega {
    display: block !important;
    position: static;
    top: 0;
    height: 100vh;
    padding: 70px 0 !important;
}

.search-block-404.search-block-mega .row.search-form {
    margin-bottom: 0;
}

.about-event-detailed .row.split-content-row {
    margin-bottom: 24px;
}

.about-event-detailed .row.split-content-row.hidden-more-details {
    margin-bottom: 0;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition:none;
	display:none;
}





.sneak-peak-block-item {
    float: left;
    width: 100%;
    position: relative;
    height: 384px;
    padding: 30px 25px;
}

.sneak-peak-block-item.layout-size-three-quarter {
    padding: 30px 25px;
}

.sneak-peak-block-item.layout-size-quarter {
    padding: 30px 25px;
}

.sneak-peak-block-item.layout-size-quarter {
    padding: 30px 25px;
}

.sneak-peak-block-item .quote {
    float: left;
    width: 100%;
	height: 100%;
    position: relative
}

.sneak-peak-block-item .quote .content {
    text-transform: uppercase;
    letter-spacing: 3.58px;
    font-weight: 900;
    font-family: 'Akzidenz Grotesk', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
}

.sneak-peak-block-item .quote .content p{
	line-height:29px;
}

.sneak-peak-block-item .quote .quote-meta {
    float: left;
    width: 100%;
    position: absolute;
	left:0;
	bottom:0;
}

.sneak-peak-block-item .quote .quote-meta span.name {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.68px;
    margin-bottom: 10px;
}

.sneak-peak-block-item .quote .quote-meta span.details {
    float: left;
    width: 185px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.49px;
}

.sneak-peak-block-item .figure-layout {
    float: left;
    width: 100%;
	height: 100%;
    position: relative
}

.sneak-peak-block-item .figure-layout .content {
    text-transform: uppercase;
    letter-spacing: 3.58px;
    font-weight: 900;
    font-family: 'Akzidenz Grotesk', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
}

.sneak-peak-block-item .figure-layout .content p{
	line-height:29px;
}

.sneak-peak-block-item .figure-layout .content :last-child{
	margin:0;
}

.sneak-peak-block-item .figure-layout .figure {
    float: left;
    width: 100%;
    font-size: 60px;
    letter-spacing: 5.57px;
    margin-bottom: 0;
    line-height: 65px;
}

.sneak-peak-block-item .figure-layout .figure small{
	font-size:28px;
}

.sneak-peak-block-item .figure-layout .figure-text {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: 0.68px;
    font-weight: 700;
    line-height: 23px;
    font-size: 13px;
}






.post-list a.big-qs-post {
    float: left;
    width: 100%;
    height: 154px;
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.post-list a.big-qs-post .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
	z-index:1;
}

.post-list a.big-qs-post .post-thumbnail-outer .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: rgba(38, 36, 42, 0.60) !important;
    background-blend-mode: multiply;
}

.post-list a.big-qs-post .post-content-overlay {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
    padding: 25px 20px;
}

.post-list a.big-qs-post .post-content-overlay .inner-content{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.post-list a.big-qs-post .post-content-overlay h3 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1.34px;
    line-height: 25px;
}

.post-list a.big-qs-post .post-content-overlay p.authors-name {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    line-height: 23px;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0.68px;
    font-weight: 500;
}

.post-list a.big-qs-post .post-content-overlay p.authors-name strong{
	text-transform: uppercase;
}

.post-list a.big-qs-post.tall-post {
    height: 332px;
}

.post-list .post-layout-block {
    float: left;
    width: 50%;
}

.search-block-404.search-block-mega.search-page-form-block {
    height: auto;
}

.search-block-404.search-block-mega.search-page-form-block .container.vertical {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.search-block-404.search-block-mega.search-page-form-block .error-404-inner h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 68px;
}





.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-top-details span.meta{
	float:left;
	text-transform:uppercase;
	font-size:8pt;
	line-height:11px;
	font-weight:900;
	color:#26242a;
	margin:0 30px 0 0;
	letter-spacing:1.46px;
}

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

.row.header-meta-block .meta-block-categories span.category-terms {
    float: left;
    width: 135px;
    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%;
}




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

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

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

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

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

.post-sidebar-buttons .supsystic-social-sharing a.social-sharing-button.sharer-flat.facebook:hover{
	background-color: transparent !important;
}

.post-sidebar-buttons .supsystic-social-sharing a.social-sharing-button.sharer-flat.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 .supsystic-social-sharing a.social-sharing-button.sharer-flat.twitter:hover{
	background-color: transparent !important;
}

.post-sidebar-buttons .supsystic-social-sharing a.social-sharing-button i{
	display:none !important;
}








.post-list .speakers-post {
    float: left;
    width: 100%;
    height: 154px;
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.post-list .speakers-post .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
	z-index:1;
}

.post-list .speakers-post .post-thumbnail-outer .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.post-list .speakers-post .member-post-hover {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
    padding: 25px 20px;
	background:rgba(255,255,255,0.80);
	opacity:0;
}

.post-list .speakers-post:hover .member-post-hover{
	opacity:1;
}

.post-list .speakers-post .member-post-hover .vertical{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}


.post-list .speakers-post .member-post-hover span.title.member-name {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #0c0c0c;
    margin-bottom: 10px;
    letter-spacing: 0.68px;
    line-height: 23px;
}

.post-list .speakers-post .member-post-hover span.position {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #0c0c0c;
    margin-bottom: 0;
    letter-spacing: 0.49px;
    line-height: 18px;
	font-weight:500;
}

.post-list .speakers-post.tall-post {
    height: 332px;
}

.post-list .post-layout-block:nth-child(even) .tall-col{
	float:right;
}

.post-list.speakers .post-layout-block article:nth-child(1) .speakers-post .member-post-hover {
    background: url(/wp-content/uploads/2019/01/hover-tall-1.png) no-repeat center center;
    background-size: cover;
}

.post-list.speakers .post-layout-block article:nth-child(1) .speakers-post .member-post-hover .vertical {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    position: absolute;
    left: 0;
    padding: 25px 20px;
}

.post-list.speakers .post-layout-block:nth-child(even) article:nth-child(1) .speakers-post .member-post-hover {
    background: url(/wp-content/uploads/2019/01/hover-tall-2.png) no-repeat center center;
    background-size: cover;
}

.post-list.speakers .post-layout-block:nth-child(even) article:nth-child(1) .speakers-post .member-post-hover .vertical {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: auto;
    position: absolute;
    left: 0;
    padding: 25px 20px;
    width: 62%;
}

.filter-tabbed-sections {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.filter-tabbed-sections#filters-sub-cats {
    margin-top: 0;
    margin-bottom: 0;
}

.filters-section .row.filters span.sub-title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1.46px;
    margin: 0 0 10px 0;
}

.filter-tabbed-sections a {
    float: left;
    width: 135px;
    display: block;
    height: 40px;
    margin: 0 15px 10px 0;
    background: #f9f9f9;
    border: 1px solid #26242a;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    padding: 5px 5px;
    position: relative;
    text-align: center;
    line-height: 11px;
    letter-spacing: 1.46px;
}

.filter-tabbed-sections a.disabled {
    border-color: #e3e9e5;
}

.filter-tabbed-sections a.disabled span{
	opacity:0.51;
}

.filter-tabbed-sections a span {
    color: #060606;
    float: left;
    width: 100%;
}

.filter-tabbed-sections a:hover {
	border-color:#e0433d;
	color:#e0433d;
}

.filter-tabbed-sections a:hover span{
	color:#e0433d;
}

.filter-tabbed-sections a.active {
	color:#fff;
	border-color:#e0433d;
	background:#e0433d;
}

.filter-tabbed-sections a.active span{
	color:#fff;
}

.filter-tabbed-sections a.active:hover {
	cursor:default;
	pointer-events: none;
}




.highlight-image-block {
    float: left;
    width: 100%;
    height: 213px;
    position: relative;
	margin-bottom:20px;
}

.highlight-image-block .image {
    float: left;
    width: 100%;
    height: 100%;
	z-index:1;
    position: relative;
}

.highlight-image-block .image span.caption {
    float: left;
    width: auto;
    max-width: 80%;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #26242a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.46px;
    padding: 10px 15px;
}


.mega-menu-container .row.mega-see-all {
    margin-bottom: 25px;
}


.row.filters-title-row a.filters-toggle-button {
    float: right;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2019/01/close-search-1.png) no-repeat right;
}

.row.filters-title-row a.filters-toggle-button.closed {
    width: 23px;
    height: 18px;
    background: url(/wp-content/uploads/2019/01/drop-filter-arrow.png) no-repeat right;
}




div#our-network div#tabbed-panel-3 {
}

.member-post a.post-thumbnail-outer {
    position: relative;
}

.tabbed-inner .member-layout-overlay-contain {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    float: left;
}

.tabbed-inner .member-layout-overlay-contain article {
	position:static;
}

.tabbed-inner .member-layout-overlay-contain a.post-thumbnail-outer:before {
    position: absolute;
    content: "";
    width: 960px;
    height: 1044px;
    display: block;
    background: url(assets/images/aa-overlay-optimised.png) center center no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
    z-index: 4;
    opacity: 0;
}

.tabbed-inner .member-layout-overlay-contain .member-post:hover a.post-thumbnail-outer:before {
	opacity:0.9;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(1) article:nth-child(1) a.post-thumbnail-outer:before {
    left: -10px;
    top: 0;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(1) article:nth-child(2) a.post-thumbnail-outer:before {
	left:-250px;
	top:0;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(1) article:nth-child(3) a.post-thumbnail-outer:before {
	left:-490px;
	top:0;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(1) article:nth-child(4) a.post-thumbnail-outer:before {
    left: -730px;
    top: 0;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(1) article:nth-child(5) a.post-thumbnail-outer:before {
    left: -250px;
    top: -174px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(1) article:nth-child(6) a.post-thumbnail-outer:before {
    left: -490px;
    top: -174px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(2) article:nth-child(1) a.post-thumbnail-outer:before {
    left: -10px;
    top: -348px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(2) article:nth-child(2) a.post-thumbnail-outer:before {
    left: -10px;
    top: -522px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(2) article:nth-child(3) a.post-thumbnail-outer:before {
    left: -250px;
    top: -348px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(2) article:nth-child(4) a.post-thumbnail-outer:before {
    left: -490px;
    top: -348px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(2) article:nth-child(5) a.post-thumbnail-outer:before {
    left: -730px;
    top: -348px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(2) article:nth-child(6) a.post-thumbnail-outer:before {
    left: -730px;
    top: -522px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(3) article:nth-child(1) a.post-thumbnail-outer:before {
    left: -10px;
    top: -696px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(3) article:nth-child(2) a.post-thumbnail-outer:before {
    left: -250px;
    top: -696px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(3) article:nth-child(3) a.post-thumbnail-outer:before {
    left: -730px;
    top: -696px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(3) article:nth-child(4) a.post-thumbnail-outer:before {
    left: -490px;
    top: -696px;
}

.tabbed-inner .member-layout-overlay-contain .members-layout-cols:nth-child(3) article:nth-child(5) a.post-thumbnail-outer:before {
    left: -490px;
    top: -870px;
}






.cat-spinner-posts {
    min-height: 350px;
    float: left;
    width: 100%;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}

.cat-spinner-posts-load {
    min-height: 350px;
    float: left;
    width: 100%;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}

.spinner-container {
    position: absolute;
    display: block;
    right: 15px;
    top: 6px;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.spinner-container .col-lg-12 {
    height: 100%;
    width: 100%;
}

.spinner-container .form-overlay {
    visibility: visible;
    background: none;
    left: 0;
	right:auto;
}

.spinner-container .form-overlay .loader {
    top: 70px;
    left: 50%;
    background: url(/wp-content/themes/twentyseventeen-child/assets/images/AA-Loading-Icon.gif);
    width: 107px;
    height: 100px;
    animation: none;
	-webkit-animation:none;
}

.spinner-container .form-overlay .loader:before, .spinner-container .form-overlay .loader:after{
	display:none;
}



.post-list.speakers .post-layout-block:nth-child(5) .tall-col {
    float: right;
}

.post-list.speakers .post-layout-block:nth-child(6) .tall-col {
    float: left;
}







/* Mobile Menu Changes */

.mobile-menu-container .mobile-menu-inner {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
}

.header.mobile-menu-container .menu-main-menu-container {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    overflow: hidden;
    display: block;
}

.header.mobile-menu-container .menu-main-menu-container ul li {
    width: 100%;
    margin: 0;
}

.header.mobile-menu-container .menu-main-menu-container > ul > li > a {
    width: 100%;
    border-bottom: solid 1px rgba(151, 151, 151, 0.33);
    padding: 19px 15px;
}

.header.mobile-menu-container .menu-main-menu-container ul.menu {
    float: left;
    width: 100%;
}

.header.mobile-menu-container .menu-main-menu-container > ul > li > a:before {
    right: 20px;
}

.mobile-menu-container .header-search-form {
    float: left;
    width: 100%;
	position: relative;
	bottom:0;
	left:0;
}

.mobile-menu-container .header-search-form .search-form-main form.search-form input.search-field {
    float: left;
    width: 100%;
	margin-bottom:0;
}

.mobile-menu-container .header-search-form .search-form-main form.search-form button.search-main-submit{
	display: none !important;
}

.mobile-mega-section {
    float: left;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    padding: 0 0 30px 0;
    border-bottom: solid 1px rgba(151, 151, 151, 0.33);
}

.mobile-mega-section .row.top-content-section {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 25px;
}

.mobile-mega-section .row.top-content-section .content-container{
	float:left;
	width:100%;
	font-size:15px;
	letter-spacing:1.68px;
}

.mobile-mega-section .row.top-content-section .content-container p{
	line-height:20px;
}

.mobile-mega-section .row.top-content-section .content-container :last-child{
	margin:0;
}

.row.mega-mobile-main-section .mega-menu-block {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.row.mega-mobile-main-section .mega-menu-block .menu-title {
    font-size: 12px;
    letter-spacing: 1.35px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #4a4a4a;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block {
    float: left;
    width: 100%;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block ul.inner-menu {
    float: left;
    width: 47%;
    height: auto;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block ul.inner-menu:nth-child(even) {
    float: right;
}

.mobile-mega-section#policy-areas .row.mega-mobile-main-section .mega-menu-block .menu-block ul.inner-menu {
    width: 100% !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block a.sub-title {
    font-size: 12px;
    letter-spacing: 1.35px;
	text-transform: uppercase;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #4a4a4a;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block span.title-policies {
    font-size: 9px;
    letter-spacing: 1.35px;
	text-transform: uppercase;
    line-height: 12px;
    font-weight: 900;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #22525e;
}

.row.mega-mobile-main-section .mega-menu-block .menu-title.policies{
	font-size:10px;
	font-weight:900;
	color:#26242a;
	margin-bottom:28px;
}

.row.mega-mobile-main-section .mega-menu-block .menu-title.credos{
	font-size:10px;
	font-weight:900;
	color:#26242a;
	margin-bottom:28px;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block a.sub-title.taxonomy-title{
	font-size:9px;
	line-height:12px;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block.credos a.sub-title.taxonomy-title{
	color:#72BBBB;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block ul.sub-listings {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block ul.sub-listings li {
    float: left;
    width: 100%;
}

.row.mega-mobile-main-section .mega-member-block .row.title-row{
	margin-bottom:15px;
}

.row.mega-mobile-main-section .mega-member-block .row.title-row span.sub-title {
    border-color: #eda528;
}

.row.mega-mobile-main-section .mega-member-block .content{
    float: left;
    width: 100%;
	font-size:12px;
	letter-spacing:1.46px;
	color:#26242a;
	font-weight:400;
	margin-bottom:20px;
}

.row.mega-mobile-main-section .mega-member-block .content p{
	line-height:20px;
}

.row.mega-mobile-main-section .mega-member-block .content :last-child{
	margin:0;
}

.row.mega-mobile-main-section .mega-member-block .menu-title.events{
	font-size:10px;
	font-weight:900;
	color:#26242a;
	margin-bottom:30px;
}

.row.mega-mobile-main-section .mega-member-block {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.mobile-mega-section .row.mega-mobile-main-section.post-list article {
    margin-top: 20px;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block.credos .col-xs-6:nth-child(odd) {
    clear: both;
}

.mobile-mega-section .row.mega-mobile-main-section.post-list article .events-post {
    margin-bottom: 0;
}





/* Form styling */

.sign-up-form {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.sign-up-form .wpcf7 form .fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #26242a;
}
.sign-up-form .wpcf7 form .fields input::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
  color: #26242a;
}
.sign-up-form .wpcf7 form .fields input:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
  color: #26242a;
}
.sign-up-form .wpcf7 form .fields input:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
  color: #26242a;
}

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



.footer-newsletter-section .sign-up-form .wpcf7 form .fields input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-newsletter-section .sign-up-form .wpcf7 form .fields input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer-newsletter-section .sign-up-form .wpcf7 form .fields input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer-newsletter-section .sign-up-form .wpcf7 form .fields input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



.become-member-dropform {
    float: left;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 10px 0 0 0;
    display: none;
}





/*Like Button CSS */

.likebtn_container{
	display:none !important;
}

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

.like-button button.like__btn span.like-image{
	width:30px;
	height:29px;
	background:url(https://www.adassoc.org.uk/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;
}

.like-button button.like__btn.clicked .like__number{
	color:#ccc;
}
.mobile-mega-section .row.top-content-section .row.mega-see-all {
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
}


.sign-up-form a.download-link {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 13px;
    margin: 10px 0 0 0;
    display: none;
}
.likebtn_container {
    display: none !important;
}

.cat-page-posts {
    float: left;
    width: 100%;
}
.filters-section .row.filters span.sub-title.second-filter-tag {
    display: none;
}

.footer .footer-section.no-margin {
    margin-top: 9px !important;
}
/* Social Share CSS */

.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-facebook{
	background:url(/wp-content/uploads/2019/01/facebook-icon.png) no-repeat center center !important;
	background-size:contain !important;
	background-color: transparent !important;
}

.post-sidebar-buttons .sharing-social a.social-facebook:hover{
	background-color: transparent !important;
}

.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-twitter:hover{
	background-color: transparent !important;
}
/* Social Share CSS END */
/* Cannes landing page CSS */
.transition-m, .slick-logos .logo, .logos-carousel .slick-arrow{
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.hero, .hero-outer{
    display: block;
    width: 100%;
}
.hero .slide, .hero .slide a{
    display: block;
}
.hero .slide img{
    width: 100%;
}
.slick-slide{
    padding-left: 20px;
    padding-right: 20px;
}
.hero .slick-slide{
    padding-left: 0px;
    padding-right: 0px;
}
.slick-logos {
    padding-left: 30px;
    padding-right: 30px;
}
.logos-carousel .slick-arrow{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.logos-carousel .slick-arrow:hover{
    opacity: 0.5;
}
.slick-prev.slick-arrow {
    left: 0px;
    background: url(assets/images/prev2.png) center center no-repeat;
    background-size: 40px 40px;
}
.slick-next.slick-arrow {
    right: 0px;
    background: url(assets/images/next2.png) center center no-repeat;
    background-size: 40px 40px;
}
.slick-logos .logo{
    
}
.slick-logos .logo:hover{

}
.landingtext h1{
     font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 1.46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
}
.landingtext h3{
     font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 1.46px;
    font-weight: 600;
    text-align: left;
    font-family: 'Avenir W01', sans-serif;
    margin-bottom: 20px;
}
.post-time {
    position: absolute;
    right: 10px;
    bottom: 15px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.67px;
}
.slidebackdrop{
    background-color: rgba(226, 226, 226, 0.8);
    display: block;
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 1000;
	overflow-y: scroll;
}
.rightslide{
	position: static;
	width: 100%;
}
.rightslide .containerbox{
	background-color: #72bbbb;
	width: 720px;
	margin-right: -720px;
	position: absolute;
	right: 0px;
}
#page{
	overflow: hidden;
}
body.noscroll{
	overflow: hidden;
}
.slideclose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.rightslide .databox{
	display: block !important;
}
.slideclose, .thumbnail{
	cursor: pointer;
	cursor: hand;
}
.slideclose::after {
    content: '';
    background: url(assets/images/close-bio.png) center center no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 22px;
    top: 0px;
    margin-top: 22px;
    background-position: center center;
}
.slideimg img{
	width: 100%;
	height: auto;
	display: block;
}
.slideclose:hover{
	
}
.slidepad{
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
.slidepad h2{
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 1em;
}
.slidepad h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 1em;
}
.slidepad h4{
	text-transform: uppercase;
    letter-spacing: 3.58px;
    font-weight: 900;
    font-family: 'Akzidenz Grotesk', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;
}
.databox p{
    font-size: 14px;
    letter-spacing: 1.35px;
    font-weight: 400;
}
.bio_intro {
    bottom: 0px;
    position: absolute;
    right: 0;
}
.biotop {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.biotop p{
    margin-bottom: 0px;
}
.bio_networking{
    border-top: 4px solid #000000;
    margin-top: 40px;
}
.leadersdark .readbio .post-content{
    background-color: #72bbbb;
}

.page-template-landing-page .post-thumbnail-outer, .post-type-archive-news .post-thumbnail-outer, .post-type-archive-creative_leaders .post-thumbnail-outer, #cannessite .relatedleaders .post-thumbnail-outer, #cannessite .news-related .post-thumbnail-outer{
    float: left;
    width: 100%;
    height: 136px;
    margin: 0 0 0 0;
    overflow: hidden;
}
.page-template-landing-page .events-section .post-thumbnail-outer, .post-type-archive-cannes_events .events-listing .post-thumbnail-outer, #cannessite .events-post .post-thumbnail-outer{
	height: 170px;
}
.post-type-archive-news .featured-post-row .post-thumbnail-outer{
	height: 254px;
}
.page-template-landing-page .ticker-taper{
    margin-bottom: 0px;
}
.header .menu-cannes-main-menu-container {
    float: left;
    width: auto;
    display: block;
    height: auto;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 995px;
}

.header .menu-cannes-main-menu-container > ul {
    float: left;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.header .menu-cannes-main-menu-container > ul > li {
    float: left;
    display: block;
    height: auto;
    margin: 0 30px 0 0;
    position: relative;
}

.header .menu-cannes-main-menu-container > ul > li:last-of-type {
	margin:0 0 0 0 !important;
}

.header .menu-cannes-main-menu-container > ul > li > a {
    float: left;
    width: 175px;
    display: block;
    height: auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: 1.35px;
    padding: 19px 2px;
	position:relative;
}

.header .menu-cannes-main-menu-container > ul > li > a:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	background:#26242a;
}

.header .menu-cannes-main-menu-container > ul > li > a:hover:after, 
.header .menu-cannes-main-menu-container > ul > li.current-menu-item > a:after, 
.header .menu-cannes-main-menu-container > ul > li > a.active:after{
	height:4px;
}
.header .menu-cannes-main-menu-container > ul > li > a b {
    display: block;
    text-transform: none;
    font-weight: 300;
    color: #322C32;
    font-size: 10px;
}
.header .menu-cannes-main-menu-container > ul > li a strong {
    display: block;
    font-family: 'Akzidenz Grotesk', sans-serif;
    margin-bottom: 11px;
    color: #26242a;
}
.header .menu-cannes-main-menu-container > ul > li.blue_menu > a:hover strong, .header .menu-cannes-main-menu-container > ul > li.current-menu-item.blue_menu > a strong{
    color: #72bbbb;
}
.header .menu-cannes-main-menu-container > ul > li.blue_menu > a:hover:after, .header .menu-cannes-main-menu-container > ul > li.current-menu-item.blue_menu > a:after, .header .menu-cannes-main-menu-container > ul > li.blue_menu > a.active:after {
    background: #72bbbb;
}
.header .menu-cannes-main-menu-container > ul > li.yellow_menu > a:hover strong, .header .menu-cannes-main-menu-container > ul > li.current-menu-item.yellow_menu > a strong{
    color: #eda528;
}
.header .menu-cannes-main-menu-container > ul > li.yellow_menu > a:hover:after, .header .menu-cannes-main-menu-container > ul > li.current-menu-item.yellow_menu > a:after, .header .menu-cannes-main-menu-container > ul > li.yellow_menu > a.active:after {
    background: #eda528;
}
.header .menu-cannes-main-menu-container > ul > li.red_menu > a:hover strong, .header .menu-cannes-main-menu-container > ul > li.current-menu-item.red_menu > a strong{
    color: #E0433D;
}
.header .menu-cannes-main-menu-container > ul > li.red_menu > a:hover:after, .header .menu-cannes-main-menu-container > ul > li.current-menu-item.red_menu > a:after, .header .menu-cannes-main-menu-container > ul > li.red_menu > a.active:after {
    background: #E0433D;
}
.bio_socials{
    display: block;
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
}
.bio_social_icon{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #000;
    margin-left: 0px;
    margin-right: 20px;
    background-image: url(assets/images/bio-socials.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.bio_social_icon.li{
    background-position: -40px center;
}
.bio_social_icon.tw{
    background-position: -80px center;
}
.filters-button-group button {
    float: left;
    width: 135px;
    display: block;
    height: 40px;
    margin: 0 15px 10px 0;
    background: #f9f9f9;
    border: 1px solid #26242a;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    padding: 5px 5px;
    position: relative;
    text-align: center;
    line-height: 11px;
    letter-spacing: 1.46px;
    color: #060606;
}
nav .hashtag{
    display: block;
    font-family: 'Akzidenz Grotesk', sans-serif;
    margin-bottom: 13px;
    font-weight: 700;
    letter-spacing: 1.55px;
    margin-top: 30px;
}
  /* BLUE */
.post-type-archive-creative_leaders .sub-title {
    border-bottom-color: #72bbbb !important;
}
.post-type-archive-creative_leaders nav .hashtag{
    color: #72bbbb;
}
  /* RED */
.post-type-archive-news .row.title-row .sub-title, .page-template-landing-page .resource-section .row.title-row span.sub-title {
    border-color: #E0433D !important;
}
.post-type-archive-news .filters-button-group button:hover, .post-type-archive-news .filter-tabbed-sections a:hover {
    border-color: #e0433d;
    color: #e0433d;
}
 .post-type-archive-news .filters-button-group button.is-checked, .post-type-archive-cannes_news .filter-tabbed-sections a.active {
    color: #fff;
    border-color: #e0433d;
    background: #e0433d;
}
.post-type-archive-news nav .hashtag{
    color: #e0433d;
}
.page-template-landing-page .resource-section .post-content {
    background-color: #e0433d !important;
}
  /* YELLOW */
.post-type-archive-cannes_events .row.title-row .sub-title, .page-template-landing-page .events-section .row.title-row span.sub-title {
    border-color: #eda528 !important;
}
.post-type-archive-cannes_events .filters-button-group button:hover, .post-type-archive-cannes_events .filter-tabbed-sections a:hover {
    border-color: #eda528;
    color: #eda528;
}
.post-type-archive-cannes_events .filters-button-group button.is-checked, .post-type-archive-cannes_events .filter-tabbed-sections a.active {
    color: #fff;
    border-color: #eda528;
    background: #eda528;
}
.networkingfeed .row.events-title .sub-title{
    border-color: #eda528 !important;
}
.post-type-archive-cannes_events nav .hashtag{
    color: #eda528;
}
.post-list .networkingfeed .events-sidebar-post .post-content{
    border-top: solid 1px #eda528 !important;
    border-bottom: solid 1px #eda528 !important;
}
.post-list .networkingfeed .events-sidebar-post:hover, .page-template-landing-page .post-list .events-post .post-content{
    background-color: #eda528 !important;
}
article, .containerbox, .slidebackdrop {
 	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
 }
.page-template-landing-page .events-sidebar article:first-child .post-content{
    border-top-width: 5px !important;
}
.page-template-landing-page .post-list .events-post .post-content .category-link, .post-type-archive-cannes_events .post-list .events-post .post-content .category-link, #cannessite .events-post .post-content .category-link{
	color: #000;
    display: none;
}
.post-list .events-post a.post-thumbnail-outer {
    height: auto;
}
.post-type-archive-cannes_events .filters-section:before, .post-type-archive-news .filters-section:before{
    background-repeat: repeat;
    background-image: url(assets/images/UnionJack.png);
    background-color: #f5f7f6;
    background-position: center center;
}
#cannessite .post-type-news:hover .post-content, #cannessite .news-post:hover .post-content{
	background-color: rgba(224, 67, 61, 1) !important;
}
#cannessite .events-listing .events-post:hover .post-content, #cannessite .events-related .events-post:hover .post-content{
	background-color: rgba(237, 165, 39, 1) !important;
}
#cannessite .leadersdark a:hover .post-content, .page-template-landing-page .news-post:hover .post-content, .page-template-landing-page .post-list .events-post:hover .post-content, .page-template-landing-page#cannessite .news-post:hover .post-content{
   background-color: rgba(227, 233, 229, 0.25) !important;
}
.post-type-archive-creative_leaders#cannessite .news-post:hover .post-content{
    background-color: rgba(114,187,187,1.00) !important;
}
.header.mobile-menu-container .menu-cannes-main-menu-container{
    position: relative;
    float: left;
    width: 100%;
    display: block;
}
.header.mobile-menu-container .menu-cannes-main-menu-container > ul > li > a {
    width: 100%;
    border-bottom: solid 1px rgba(151, 151, 151, 0.33);
    padding: 19px 15px;
}
#cannessite .header a#logo-main{
    height: 57px;
    margin: 9px 0;
}
#cannessite .mobile-menu-top .header-inner a#logo-mobile{
    height: 42px;
    margin: 0px 0;
}
#cannessite .events-listing .post-thumbnail-outer{
    overflow: hidden;
}
#cannessite .events-listing .post-thumbnail-outer img, #cannessite .events-section .post-thumbnail-outer img, #cannessite .resource-section .post-thumbnail-outer img{
    float: left;
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}
.logo-network-container .logo-container {
    padding: 20px;
}
.hbanner {
    background-repeat: no-repeat;
    /*background-image: url(/wp-content/uploads/2019/07/255_TAA_MBC_website-banner_14440x249_Notext_v1.jpg);*/
    /*background-color: #e9a327;*/
    background-position: center center;
    background-size: cover;
}
.hbanner > .container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.hbanner_text p{
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}
.hbanner_text p strong {
    text-decoration: underline;
    display: block;
    font-size: 19px;
}
.hbanner_logo img {
    width: 100%;
    max-width: 312px;
    float: right;
}
.hbanner_link {
    display: block;
}
#cannessite .relatedleaders .news-post:hover .post-content {
    background-color: rgba(114, 187, 187, 1) !important;
}
/* Cannes Landing page CSS END*/

/* Cannes Landing page responsive CSS */
@media only screen and (min-width: 992px) and (max-width: 1220px){
    #cannessite .header .menu-cannes-main-menu-container{
    transform: translateX(0%);
    margin-left: 90px;
    left: 0px;
    }
}
@media only screen and (max-width: 991px){
    .hbanner_text p {
    font-size: 26px;
}
 	#cannessite .post-thumbnail-outer{
    height: 110px;
    }
	#cannessite .events-section .post-thumbnail-outer img, #cannessite .events-listing .post-thumbnail-outer img{
	max-width: none;
	}
	#cannessite .featured-post-row .post-thumbnail-outer{
	height: 256px;
	}
	#cannessite .featured-post-row .post-thumbnail-outer img{
	max-height: 100%;
	max-width: initial;
	}
}
@media only screen and (max-width: 767px){
    .hbanner_text p {
    font-size: 24px;
}
    .bio_intro{
        float: left;
        margin-top: 30px;
        position: static;
    }
    .rightslide .containerbox{
        width: 100%;
        margin-right: 0px !important;
        right: 0px !important;
    }
    .slidepad{
        padding-left: 10px;
        padding-right: 10px;
    }
    .slideclose::after{
        right: 16px;
        margin-top: 16px;
    }
    #cannessite .news-post .post-thumbnail-outer img{
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    float: left;
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    min-height: 0;
    min-width: 100%;
    }
   #cannessite .post-thumbnail-outer, #cannessite .featured-post-row .post-thumbnail-outer{
    height: auto;
     }
    #cannessite .featured-post-row .news-post .post-content{
        padding-bottom: 40px;
    }
    
}
@media only screen and (max-width: 480px){
    .hbanner_text p {
    font-size: 18px;
}
}
@media only screen and (max-width: 380px){
    .hbanner_text p {
    font-size: 14px;
}
}
/* Cannes Landing page responsive CSS END */




/* New Banner CSS */

.featured-archive-section .row.title-row span.sub-title {
    line-height: 16px;
}

.container-fluid.hero-outer {
    margin-bottom: 0;
}

.container-fluid.sign-up-bar-cannes {
    background: #f3f5f3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.sign-up-bar-cannes .signup-text {
    float: left;
    width: 100%;
}

.sign-up-bar-cannes .signup-text .content {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.78px;
    padding: 10px 0;
}

.sign-up-bar-cannes .signup-text .content p {
    margin: 0;
    line-height: 18px;
}

.sign-up-bar-cannes .signup-text a.new-cta-button {
    float: right;
    font-family: 'Akzidenz Grotesk', sans-serif;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background: #26242a;
    padding: 23px 53px;
}

.sign-up-bar-cannes .signup-text a.new-cta-button:hover{
	background:#fff;
	color:#26242a;
}

.post-type-archive-creative_leaders .container-fluid.sign-up-bar-cannes {
    background: #72BBBB;
}

.post-type-archive-cannes_events .container-fluid.sign-up-bar-cannes {
    background: #EDA528;
}

.post-type-archive-news .container-fluid.sign-up-bar-cannes {
    background: #e0433d;
}

#ctf .ctf-out-of-tweets {
    display: none !important;
}



.post-list .news-post .post-content a.post-download{
	display:none !important;
}


html.locked-backdrop, body.locked-backdrop {
    overflow: hidden;
    position: relative;
    height: 100%;
}

/*html.locked-backdrop, body.locked-backdrop {
    overflow: hidden;
    position: relative;
}*/

.mobile-menu-container {
    z-index: 99;
    position: absolute;
    height: 100vh;
}

.table-responsive table {
    min-width: 100%;
}

.featured-archive-section.events-single-header .title-container h1 {
    width: auto;
    max-width: 90%;
}

.featured-archive-section.events-single-header .title-container h1 {
    width: auto;
    max-width: 90%;
}

a.reset-filters-button {
    float: left;
    width: 135px;
    display: block;
    height: 40px;
    margin: -8px 15px -8px 0;
    background: #f9f9f9;
    border: 1px solid #e3e9e5;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    padding: 5px 5px;
    position: relative;
    text-align: center;
    line-height: 11px;
    letter-spacing: 1.46px;
}

a.reset-filters-button span {
    color: #060606;
    float: left;
    width: 100%;
	opacity:0.51;
}

a.reset-filters-button.disabled {
	border-color:#26242a;
	color:#26242a;
}

a.reset-filters-button.disabled span{
	color:#26242a;
	opacity:1;
}

a.reset-filters-button:hover {
	color:#e0433d;
	border-color:#e0433d;
	background:#fff;
}

a.reset-filters-button:hover span{
	color:#e0433d;
	opacity:1;
}

a.reset-filters-button {
	cursor:default;
	pointer-events: none;
}

a.reset-filters-button.disabled{
	cursor:pointer;
	pointer-events: all;
}




.row.featured-event-content .content-container.side-content-block {
    font-size: 16px;
    letter-spacing: 1px;
}


.filter-tabbed-sections a[data-term_id="63"] {
    display: none;
}

.filter-tabbed-sections a[data-order-by="date"] {
    clear: both;
}

.hbanner_text p {display: none;}
.hbanner_logo img {opacity: 0;}

.hbanner_logo {
    display: none;
}

.hbanner_text p {
    margin-bottom: 0px;
    color: #1d1d1b;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2em;
    margin-left: -80px;
    float: left;
    width: 373px;
	display:block;
}

.hbanner > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hbanner a.image-link {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
}

.hbanner a.image-link img{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}

.container-fluid.hbanner ul.slick-dots {
    position: relative;
    float: left;
    margin-top: 20px;
}




.archive-header-gallery .col-lg-4 {
    width: 37.5%;
}

.archive-header-gallery div#gallery-block-1, .archive-header-gallery div#gallery-block-3 {
    width:25%;
}

.archive-header-gallery div#gallery-block-1 a{
    height: 170px;
}

.archive-header-gallery div#gallery-block-3 a {
    height: 215px;
}

.archive-header-gallery div#gallery-block-2 a {
    height: 248px;
}

.archive-header-gallery div#gallery-block-2 {
    float: right;
    width:75%;
}

.archive-header-gallery {
	float:left;
	width:100%;
}

.archive-header-gallery a {
    float: left;
    width: 100%;
    height: 137px;
    border: solid 2px #fff;
}

.archive-header-gallery a .image {
    float: left;
    width: 100%;
	height:100%;
}

.row.featured-header-content.events-archive-content {
    margin-top: 75px;
}

.row.featured-header-content.events-archive-content .header-content-block p:first-of-type {
    font-weight: 800;
    margin-bottom: 20px;
}

.row.featured-header-content.events-archive-content .header-content-block p span.cta-button.red.text-span {
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    background: #e0433d;
    padding: 10px 20px;
    width: 100%;
}






.page-template-ad-pages-page .row.title-row span.sub-title {
    border-color: #E0433D;
}

.post-list .news-post .post-content.has-download p.authors-name {
    bottom: 25px;
}

.post-list .news-post .post-content.has-download span.post-download {
	position: absolute;
    background: rgba(114, 187, 187, 0.5);
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900;
    font-family: 'Akzidenz Grotesk', sans-serif;
    letter-spacing: 0.67px;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.page-template-ad-pages-page .post-list .news-post .post-content.has-download span.post-download {
    background: rgba(224, 67, 61, 0.7);
}

.page-template-ad-pages-page .post-list .news-post .post-content .category-link {
    color: #E0433D;
}

.page-template-ad-pages-page .header-form-block div.wpcf7-mail-sent-ok {
	color: #26242a;
}

body.post-type-archive-events .container-fluid.post-list.events-listing {
    margin-bottom: 60px;
}

body.tax-policy-areas_categories.term-115 .no-results-block {
    display: none;
}







.featured-image-section.ad-pays-8-header .header-post-width {
    height: auto;
}

.featured-image-section.ad-pays-8-header .header-post-width img {
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

body.page-template-ad-pays-8 .container-fluid.ticker-taper {
    display: none;
}

.featured-image-section.ad-pays-8-header .header-post-width img {
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
}

.featured-image-section.ad-pays-8-header .header-post-width .container.overlay-text-ad-pays {
	position: absolute;
}

.container.overlay-text-ad-pays h1 {
    color: #fff;
    font-size: 37px;
    line-height: 43px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    padding-bottom: 39px;
    margin: 0;
    position: relative;
}

.container.overlay-text-ad-pays h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 200px;
    background: #fff;
}

.ad-pays-intro-content {
	float:left;
	width:100%;
	position:relative;
}

.ad-pays-intro-content .title-container {
	float:left;
	width:100%;
}

.ad-pays-intro-content .title-container h2 {
	float:left;
	width:100%;
    color: #26242a;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ad-pays-intro-content .content-container {
	float:left;
	width:100%;
}

.ad-pays-intro-content .content-container p:first-of-type {
	font-size:18px;
	line-height:26px;
}

.ad-pays-post {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.ad-pays-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
}

.ad-pays-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
}

.ad-pays-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: 100%;
}

.ad-pays-post .post-content {
    float: left;
    width: 100%;
    background: #26242a;
    padding: 20px;
}

.ad-pays-post:hover .post-content {
	background:#f3f3f3;
}

.ad-pays-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
	letter-spacing: 0.107em;
    color: #fff;
    min-height: 48px;
    overflow: hidden;
    height: 48px;
}

.ad-pays-post:hover .post-content h3 a.post-thumbnail-outer {
	color:#26242a;
}

.ad-pays-post .post-content h3 a.post-thumbnail-outer {
    float: left;
    width: auto;
    color: #fff;
}

.ad-pays-post .post-content h3 a.post-thumbnail-outer:hover {
	color:#26242a;
}



.ad-pays-post .post-content .meta {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 45px;
}

.ad-pays-post .post-content .meta span{
	color:#fff;
}

.ad-pays-post:hover .post-content .meta span{
	color:#26242a;
}

.ad-pays {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 999;
    display: none;
}

.ad-pays-modal-inner {
    float: left;
    width: 100%;
    padding: 50px 125px;
    background: #26242a;
    color: #fff;
}

.ad-pays-modal-inner a.close-modal{
	float:right;
	width:36px;
	height:36px;
	display:block;
	background:url(/wp-content/uploads/2020/01/close-modal.svg) no-repeat center center;
	background-size:contain;
	margin-bottom:35px;
}

.ad-pays-modal-inner .cat-title {
    float: left;
    width: 100%;
	margin-bottom:20px;
}

.ad-pays-modal-inner .cat-title span {
    float: left;
    width: 100%;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 3.58px;
    font-weight: 500;
    font-size: 18px;
}

.ad-pays-modal-inner .image-container{
    float: left;
    width: 100%;
	margin-bottom:50px;
}

.ad-pays-modal-inner .image-container img{
    float: left;
    width: 100%;
}

.ad-pays-modal-inner .title-container {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

.ad-pays-modal-inner .title-container .title {
    color: #fff;
    padding-bottom: 15px;
    margin: 0;
	text-transform: uppercase;
    letter-spacing: 3.58px;
    font-weight: 900;
	font-size: 18px;
    font-family: 'Akzidenz Grotesk', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.ad-pays-modal-inner .title-container .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 62px;
    background: #fff;
}

.ad-pays-modal-inner .meta{
    float: left;
    width: 100%;
	margin-bottom:30px;
}

.ad-pays-modal-inner .meta span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.35px;
    font-weight: 300;
}

.ad-pays-modal-inner .content-block {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 1.35px;
    font-weight: 300;
}

.ad-pays-modal-inner .content-block *{
	line-height:20px;
}

.ad-pays-modal-inner .content-block :last-child{
	margin:0;
}

.ad-pays-modal-inner .content-block b {
    float: left;
    width: 100%;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 500;
}

.ad-pays-modal-inner .content-block.links-for-media a{
    float: left;
	clear: both;
	color:#fff;
}

.ad-pays-modal-inner .content-block.links-for-media {
    margin-bottom: 0;
}

.ad-pays, .ad-pays *{
	-webkit-transition: none;
	-moz-transition:   none;
	-ms-transition:  none;
	-o-transition:  none;
	transition:  none;	
}

.ad-pays-intro-content .content-container p {
    letter-spacing: 1px;
}


.main-header-video {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-header-video video {
    float: left;
    width: 100%;
    height: auto;
	object-fit: cover;
}



.main-header-video {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-header-video video {
    float: left;
    width: 100%;
    height: auto;
	object-fit: cover;
}


.hbanner > .container {
    width: 100%;
    padding: 0;
}

.page-template-ad-pays-8 .content-container p {
    margin: 0 0 24px;
    line-height: 26px;
    font-size: 18px;
}

a#advert-button {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 20px;
    margin: 20px 0 0 0;
}



.post-list .events-post .post-content h3 {
/*    font-size: 12px;
    line-height: 18px;
*/}








/* UKAEG */

#ukaegsite .leadersdark a:hover .post-content, 
.page-template-ukaeg-page a:hover .post-content, 
.post-type-archive-ukaeg-events .post-list .events-post a:hover .post-content, 
.page-template-ukaeg-page#ukaegsite .post-type-news a:hover .post-content {
    background-color: rgba(227, 233, 229, 0.25) !important;
}

.page-template-ukaeg-page .resource-section .post-content {
    background-color: #e0433d !important;
}

.page-template-ukaeg-page .container-fluid.ticker-taper{
	margin-bottom:0;
}

.page-template-ukaeg-page .post-list .events-post .post-content,
.post-type-archive-ukaeg-events .post-list .events-post .post-content {
    background-color: rgba(227, 233, 229, 0.25) !important;
}

.page-template-ukaeg-page .post-list .events-post a:hover .post-content,
.post-type-archive-ukaeg-events .post-list .events-post a:hover .post-content {
    background-color: #eda528 !important;
}

.page-template-ukaeg-page .post-thumbnail-outer, 
.post-type-archive-news .post-thumbnail-outer, 
.post-type-archive-ukaeg-events .post-thumbnail-outer, 
.post-type-archive-ukaeg-companies .post-thumbnail-outer, 
#ukaegsite .relatedleaders .post-thumbnail-outer, 
#ukaegsite .news-related .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 136px;
    margin: 0 0 0 0;
    overflow: hidden;
}

.page-template-ukaeg-page .post-thumbnail-outer img, .post-type-archive-news .post-thumbnail-outer img, .post-type-archive-ukaeg-events .post-thumbnail-outer img, .post-type-archive-ukaeg-companies .post-thumbnail-outer img, #ukaegsite .relatedleaders .post-thumbnail-outer img, #ukaegsite .news-related .post-thumbnail-outer img {
    width: 100%;
}

.post-type-archive-ukaeg-events .row.title-row .sub-title, 
.page-template-ukaeg-page .events-section .row.title-row span.sub-title {
    border-color: #eda528 !important;
}

.post-type-archive-ukaeg-companies .sub-title {
    border-bottom-color: #72bbbb !important;
}

.container-fluid.sign-up-bar-cannes {
    background: #f3f5f3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.sign-up-bar-cannes .signup-text {
    float: left;
    width: 100%;
}

.sign-up-bar-cannes .signup-text .content {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.78px;
    padding: 10px 0;
}

.sign-up-bar-cannes .signup-text .content p {
    margin: 0;
    line-height: 18px;
}

.sign-up-bar-cannes .signup-text a.new-cta-button {
    float: right;
    font-family: 'Akzidenz Grotesk', sans-serif;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 1.46px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background: #26242a;
    padding: 23px 53px;
}

.sign-up-bar-cannes .signup-text a.new-cta-button:hover{
	background:#fff;
	color:#26242a;
}

.post-type-archive-ukaeg-companies .container-fluid.sign-up-bar-cannes {
    background: #72BBBB;
}

.post-type-archive-ukaeg-events .container-fluid.sign-up-bar-cannes {
    background: #EDA528;
}

.post-type-archive-ukaeg-companies .post-thumbnail-outer img.vhboth {
    float: left;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.post-type-archive-ukaeg-companies .biotop {
    margin-bottom: 40px;
}

.post-type-archive-ukaeg-companies .bio_intro {
    position: static;
	margin-top:30px;
}

.post-type-archive-ukaeg-companies .biotop img {
    float: left;
    max-width: 300px;
    height: auto;
    position: relative;
    width: 100%;
}

.page-template-ukaeg-page .container-fluid.hero-outer {
    margin-bottom: 0;
}

.page-template-ukaeg-news-page .featured-post-row .post-thumbnail-outer {
    height: 254px;
}

.page-template-ukaeg-news-page .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 136px;
    margin: 0 0 0 0;
    overflow: hidden;
}

.page-template-ukaeg-news-page .row.title-row span.sub-title {
    border-color: #E0433D !important;
}

.page-template-ukaeg-news-page .news-post a:hover .post-content{
    background-color: rgba(224, 67, 61, 1) !important;
}

#ukaegsite .header a#logo-main {
    height: 57px;
    margin: 9px 0;
}

#ukaegsite .events-post .post-thumbnail-outer {
    height: 170px;
}

#ukaegsite .post-list .events-post .post-content p.location {
    letter-spacing: 0.46px;
	width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0px 20px;
}

#ukaegsite .post-list .news-post .post-content .category-link {
    color: #333 !important;
}

.post-type-archive-ukaeg-companies nav .hashtag{
    color: #72bbbb;
}

.post-type-archive-ukaeg-events nav .hashtag{
    color: #EDA528;
}

.page-template-ukaeg-news-page nav .hashtag{
    color: #E0433D;
}

.leaderslight.post-list .news-post a.readbio .post-content {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(38,36,42,0.78);
    padding: 25px 30px;
    opacity: 0;
    visibility: hidden;
}

.leaderslight.post-list .news-post a.readbio:hover .post-content {
    opacity: 1;
    visibility: visible;
}

.leaderslight.post-list .news-post{
	position:relative;
}

body#ukaegsite .slidebackdrop {
    background-color: rgba(70, 70, 70, 0.8);
}

body#ukaegsite .rightslide .containerbox {
    background-color: #f5f5f5;
}

#ukaegsite .post-list .events-post .post-content  .post-time {
    bottom: 5px;
}

#ukaegsite .post-list .events-post .post-content .category-link{
	display:none;
}

#ukaegsite .post-list .events-post .post-content .event-date {
    margin: 3px 15px 0 0;
}

.hero .slide img {
    width: 100%;
    float: left;
}



.page-template-ukaeg-page .post-list .events-post .post-content {
	background-color: #eda528 !important;
}

.page-template-ukaeg-page .post-list .events-post a:hover .post-content {
    background-color: rgba(227, 233, 229, 0.25) !important;
}

.page-template-ukaeg-page .post-list.resource-section .row.title-row span.sub-title {
    border-color: #e0433d;
}

.main-header-video img {
    float: left;
    width: 100%;
}

.gallery {
    float: left;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery .gallery-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
}

.gallery .gallery-icon {
    float: left;
    width: 100%;
}

.gallery .gallery-icon img {
    margin: 0;
}

.gallery .gallery-item .gallery-caption {
    float: left;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #83b9ba;
    opacity: 0;
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1b;
    font-style: normal;
}

.gallery .gallery-item:hover .gallery-caption {
    opacity: 1;
    height: 100%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    margin: 0 1% 15px;
}

.gallery-columns-4 .gallery-item:nth-child(4n+5) {
    clear: both;
}

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





/* Fix For Float Right On Board Tab */

.page-template-about-page div#our-network .tabbed-inner#tabbed-panel-1 .members-layout-cols:nth-child(3) .pull-right {
    float: left !important;
}


.mega-menu-container#policy-areas .mega-menu-inner .mega-menu-block .menu-block ul.inner-menu {
    width: 100% !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}



.featured-archive-section .title-container {
    padding-right: 30px;
}

.featured-archive-section .archive-featured-image-block {
    padding-right: 30px;
}



.mega-menu-container .mega-menu-inner .mega-menu-block.split-menu-resources {
    width: 45%;
}

.mega-menu-container .mega-menu-inner .mega-menu-block.split-menu-resources:nth-child(2) {
    float: right;
}






/* Ad Net Zero CSS */

.action-plans-posts .row.posts-ajax article {
    width: 33.33333333%;
}

.zero-net-content .row.content-row{
	margin-bottom:50px;
}
.zero-net-content .row.content-row.no-margin-bottom{
	margin-bottom:0px;
}
 
.zero-net-content .row.content-row .intro-block {
    float: left;
    width: 100%;
}

.zero-net-content .row.content-row .intro-block .title-block {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.zero-net-content .row.content-row .intro-block .title-block .title {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
	color:#26242A;
}

.zero-net-content .row.content-row .intro-block .content {
    float: left;
    width: 100%;
	font-size:20px;
}

.zero-net-content .row.content-row .intro-block .content p{
	line-height:29px;
}

.zero-net-content .row.content-row .intro-block .content :last-child{
	 margin:0;
}


.zero-net-content .row.content-row .intro-block a.cta-button.drop-main-form {
    float: left;
    width: 100%;
    text-align: center;
    margin: 45px 0 0 0;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 25px;
    background: #322C32;
}

.zero-net-content .row.content-row .intro-block a.cta-button.drop-main-form:hover,
.zero-net-content .row.content-row .intro-block a.cta-button.drop-main-form:focus,
.zero-net-content .row.content-row .intro-block a.cta-button.drop-main-form:active{
	background:#22525e;
	color:#fff;
}

.container-fluid.zero-net-content {
	margin-bottom:80px;
}

.zero-net-content .row.ctas-title{
	margin-bottom:20px;
}

.zero-net-content .row.ctas-title .title {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
	color:#26242A;
}

.zero-net-content .row.zero-net-ctas{
	margin-bottom:45px;
}

.zero-net-content .row.zero-net-ctas .zero-net-cta {
    float: left;
    width: 100%;
	padding:30px;
	color:#fff;
	background:#322C32;
	height:319px;
}

.zero-net-content .row.zero-net-ctas .zero-net-cta .title-block {
    float: left;
    width: 100%;
	margin:0 0 15px 0;
}

.zero-net-content .row.zero-net-ctas .zero-net-cta .title-block .title {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
}

.zero-net-content .row.zero-net-ctas .zero-net-cta .content {
    float: left;
    width: 100%;
	font-size:14px;
}

.zero-net-content .row.zero-net-ctas .zero-net-cta .content p{
	line-height:21px;
	letter-spacing:1px;
}

.zero-net-content .row.zero-net-ctas .zero-net-cta .content :last-child{
	margin:0;
}

.zero-net-split-down .row.content-row{
	margin-bottom:0px;
}
 
.zero-net-split-down .row.content-row .action-plan-content {
    float: left;
    width: 100%;
	padding-right:30px;
}

.zero-net-split-down .row.content-row .action-plan-content .title-block {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.zero-net-split-down .row.content-row .action-plan-content .title-block .title {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
	color:#26242A;
}

.zero-net-split-down .row.content-row .action-plan-content .content {
    float: left;
    width: 100%;
	font-size:20px;
}

.zero-net-split-down .row.content-row .action-plan-content .content p{
	line-height:29px;
}

.zero-net-split-down .row.content-row .action-plan-content .content :last-child{
	 margin:0;
}

.post-list .action-content-title{
	float:left;
	width:100%;
	padding:25px;
	height:190px;
	position:relative;
}

.post-list .action-content-title .title{
    float: left;
    width: 100%;
    font-size: 33px;
    line-height: 36px;
    text-transform: uppercase;
	margin:0 0 20px 0;
}

.post-list .action-content-title .content{
    float: left;
    width: 100%;
    font-size: 14px;
}

.post-list .action-content-title .content p{
	line-height:19px;
}

.post-list .action-content-title .content :last-child{
	margin:0;
}






.zero-net-content .row.content-row .intro-block .dropped-sign-up-form {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 60px 0 0 0;
}

.zero-net-content .row.content-row .intro-block .dropped-sign-up-form .wpcf7 {
    float: none;
    width: 475px;
	max-width:100%;
    position: relative;
    display:table;
	margin:0 auto;
}

.dropped-sign-up-form .wpcf7 form .fields.half {
    width: 47%;
}

.dropped-sign-up-form .wpcf7 form .fields b{
	font-size:10px;
	letter-spacing:1px;
	color:#322C32;
	text-transform:none;
}

.dropped-sign-up-form .wpcf7 form .fields input.wpcf7-text{
	border-radius:0;
	height:40px;
	border-color: #26242A;
}

.dropped-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
}

.dropped-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before {
    top: 2px;
    width: 15px;
    height: 15px;
    border-width: 1px;
    border-color: #26242A;
    content: '\f00c';
    line-height: 13px;
    text-align: center;
    color: transparent;
}

.dropped-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
	color:#26242A;
}

.dropped-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
    font-weight: 400;
    color: #000000;
    font-size: 10px;
    padding: 0 0 0 34px;
    line-height: 14px;
}

.dropped-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 15px;
    background: #322C32;
}

.dropped-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover{
	background:#22525e;
}





/* NEW Styling */

.post-list .events-post .post-content .aa-side-logo {
    position: absolute;
	top:auto;
    right: 10px;
    bottom: 14px;
    background: url(/wp-content/uploads/2020/12/Icon_A_Black_rgb.png) no-repeat center center;
    width: 47px;
    height: 40px;
    display: block;
    background-size: contain;
}

.header .menu-main-menu-container > ul > li > a:before {
    top: 19px;
    background: url(/wp-content/uploads/2020/12/Triangle.svg) no-repeat center center;
}

.header .menu-main-menu-container > ul > li#menu-item-102 > a:hover:before, 
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-102 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-102 > a.active:before {
    background: url(/wp-content/uploads/2020/12/Triangle-black.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header .menu-main-menu-container > ul > li#menu-item-380 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-380 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-380 > a.active:before {
    background: url(/wp-content/uploads/2020/12/Triangle-dark.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header .menu-main-menu-container > ul > li#menu-item-384 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-384 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-384 > a.active:before {
    background: url(/wp-content/uploads/2020/12/Triangle-teal.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header .menu-main-menu-container > ul > li#menu-item-7229 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-7229 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-7229 > a.active:before {
    background: url(/wp-content/uploads/2020/12/Triangle-yellow.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header .menu-main-menu-container > ul > li#menu-item-382 > a:hover:before,
.header .menu-main-menu-container > ul > li.current-menu-item#menu-item-382 > a:before,
.header .menu-main-menu-container > ul > li#menu-item-382 > a.active:before {
    background: url(/wp-content/uploads/2020/12/Triangle-red.svg) no-repeat center center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}





.row.header-title-block div#member-functions {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    min-height: 37px;
}

.row.header-title-block div#member-functions span.title.tag {
    float: left;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.112em;
    line-height: 13px;
    background: #EDA528;
    color: #26242A;
    padding: 16px 36px 14px 36px;
}

.post-content span.locked-post {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
}






.post-content span.locked-post i.locked-icon {
    float: left;
    width: 12px;
    height: 15px;
    background: url(/wp-content/uploads/2020/12/padlock-icon.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.post-content span.locked-post .locked-tooltip {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    top: 20px;
    float: left;
    font-size: 8px;
    letter-spacing: 0.112em;
    background: #EDA528;
    color: #26242A;
    font-weight: 900;
    padding: 4px 7px;
    line-height: 1;
    display: none;
}

.post-content span.locked-post:hover .locked-tooltip{
	display:block;
}

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

.row.title-row span.sub-title a#edit_interests:hover{
    color: rgba(51, 51, 51, 1);
}

.logos-section-container.front-foot-members .logo-network-container {
    height: 80px;
}

.logos-section-container.front-foot-members .logo-network-container .logo-container {
    padding: 0px;
}

.logos-section-container.front-foot-members .logo-network-container .network-logo-hover .network-data-inner span.company-name {
    font-size: 12px;
    line-height: 18px;
}

.container-fluid.front-foot-benefits {
    background: #26242A;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 70px;
}

.page-template-front-foot-page .row.title-row span.sub-title {
    border-color: #eda528 !important;
}

.page-template-front-foot-page .row.title-row span.sub-title.white {
    color: #fff !important;
}

.page-template-front-foot-page .row.featured-header-content .header-content-block {
    float: left;
    width: 100%;
	font-size:20px;
}

.page-template-front-foot-page .row.featured-header-content .header-content-block p{
	line-height:27px;
}

.page-template-front-foot-page .row.featured-header-content .header-content-block :last-child{
	 margin:0;
}

.front-foot-benefits .row.benefits-content-row .benefits-content {
    float: left;
    width: 100%;
	font-size:20px;
    color: #fff;
}

.front-foot-benefits .row.benefits-content-row .benefits-content p {
    line-height: 29px;
    font-weight: 700;
    font-family: 'Akzidenz Grotesk', sans-serif;
    letter-spacing: 0.04em;
}

.front-foot-benefits .row.benefits-content-row .benefits-content :last-child{
	 margin:0;
}

.front-foot-benefits .row.benefits-content-row a.cta-button.front-foot-dropdown {
    float: left;
    width: 100%;
    text-align: center;
    margin: 45px 0 0 0;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 25px;
    background: #EDA528;
    color: #26242A;
}


.front-foot-benefits .row.benefits-content-row a.cta-button.front-foot-dropdown:hover,
.front-foot-benefits .row.benefits-content-row a.cta-button.front-foot-dropdown:focus,
.front-foot-benefits .row.benefits-content-row a.cta-button.front-foot-dropdown:active{
	background:#fff;
	color:#26242A;
}

.front-foot-benefits .row.benefits-content-row .benefits-content ol.selling-points li:last-of-type{
    margin: 0;
}

.front-foot-benefits .row.benefits-content-row .benefits-content ol.selling-points {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    list-style-type: none;
}

.front-foot-benefits .row.benefits-content-row .benefits-content ol.selling-points li {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: 48px;
    margin: 0 0 44px 0;
    padding: 0 0 0 80px;
    counter-increment: step-counter;
}

.front-foot-benefits .row.benefits-content-row .benefits-content ol.selling-points li span.vertical {
    float: left;
    width: 100%;
}

.front-foot-benefits .row.benefits-content-row .benefits-content ol.selling-points li:before {
    content: "0"counter(step-counter);
    width:48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    color:#26242A;
    font-size:26px;
    font-family: 'Akzidenz Grotesk', sans-serif;
    text-align: center;
    line-height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    background: #EDA528;
    text-indent: 1px;
}

.front-foot-benefits .row.benefits-content-row .dropped-sign-up-form {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 60px 0 0 0;
}

.front-foot-benefits .row.benefits-content-row .dropped-sign-up-form .wpcf7 {
    float: none;
    width: 475px;
	max-width:100%;
    position: relative;
    display:table;
	margin:0 auto;
}


.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields b{
    color: #fff;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields input.wpcf7-text {
    border-color: #FFFFFF;
    background: none;
    color: #fff;
}


.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item {
    width: 30%;
    color: #fff;
    margin: 0 5% 16px 0;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item:nth-child(3n+4) {
    clear: both;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item label {
    float: left;
    width: 100%;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label {
    position: static;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item label span.wpcf7-list-item-label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: none;
    border: solid 1px #fff;
    z-index: -1;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    background: #EDA528;
    border-color: #EDA528;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label{
    color: #26242A;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item:nth-child(3n+3) {
    margin-right: 0;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button{
    background: #fff;
    color: #26242A;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover{
    background: #EDA528;
    border-color: #EDA528;
    color: #26242A;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing a.show-more-checkboxes {
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin: 0 auto 15px;
    clear: both;
    font-size: 8px;
    letter-spacing: 0.125em;
    font-weight: 600;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing a.show-more-checkboxes:hover{
    color: #EDA528;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item{
    display: none;
}

.front-foot-benefits .dropped-sign-up-form .wpcf7 form .fields.checkbox-listing .wpcf7-checkbox .wpcf7-list-item:nth-child(-n+6){
    display: block;
}








.front-foot-quotes {
    float: left;
    width: 100%;
    position: relative;
}

.front-foot-quotes article {
    padding-right: 10px;
    padding-left: 10px;
}

.front-foot-quotes .front-foot-quote-block {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 80px;
}

.front-foot-quotes .front-foot-quote-block .content {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #26242A;
    margin: 0 0 27px 0;
    font-weight: 700;
    font-family: 'Akzidenz Grotesk', sans-serif;
    letter-spacing: 0.04em;
}

.front-foot-quotes .front-foot-quote-block .content p{
    line-height: 27px;
}

.front-foot-quotes .front-foot-quote-block .content :last-child{
    margin: 0;
}

.front-foot-quotes .front-foot-quote-block span.meta{
    float: left;
    width: 100%;
	font-size:14px;
    color: #26242A;
}





.board-listing-slider  {
    float: left;
    width: 100%;
    position: relative;
}

.board-listing-slider article {
    padding-right: 10px;
    padding-left: 10px;
}

.board-listing-slider .front-foot-board-member {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.board-listing-slider .front-foot-board-member .image-container {
    float: left;
    width: 100%;
    position: relative;
    height: 125px;
    overflow: hidden;
}

.board-listing-slider .front-foot-board-member .image-container img {
    float: left;
    width: 100%;
}

.board-listing-slider .front-foot-board-member .member-content {
    float: left;
    width: 100%;
    position: relative;
    background: #EDA528;
    height: 124px;
    padding: 20px 12px;
}

.board-listing-slider .front-foot-board-member .member-content h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 0.107em;
    color: #24262A;
}

.board-listing-slider .front-foot-board-member .member-content .meta {
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 0 0;
    letter-spacing: 0.182px;
    font-weight: 400;
    color: #24262A;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 12px;
}

.mega-menu-container .mega-menu-inner .mega-menu-block .menu-block.credos ul.inner-menu {
    width: 100%;
}

.mega-menu-container .mega-menu-inner .col-lg-3.post-list article {
    width: 100%;
    padding: 0;
}

.mega-member-block a.cta-button.front-foot-cta {
    float: left;
    width: 100%;
    letter-spacing: 1.46px;
    text-transform: uppercase;
    color: #26242A;
    background: #eda528;
    font-family: 'Akzidenz Grotesk', sans-serif;
    padding: 16px 22px;
    font-size: 10px;
    line-height: 10px; 
    border-radius: 0;
    position: relative;
}

.mega-member-block a.cta-button.front-foot-cta:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 14px;
    background: url(/wp-content/uploads/2021/01/front-foot-arrow.svg) no-repeat center center;
    background-size: contain;
    right: 16px;
    top: 13px;
}

.mega-member-block a.cta-button.front-foot-cta:hover:before{
    background: url(/wp-content/uploads/2021/01/front-foot-arrow-white.svg) no-repeat center center;
    background-size: contain;
}

.mega-member-block a.cta-button.front-foot-cta:hover {
    background: #26242a;
    color: #fff;
}

body.logged-in .post-list .news-post .post-content {
    padding-right: 25px;
}

body.logged-in .row.featured-post-row .news-post .post-content.post-content {
    padding-right: 25px;
}

.row.mega-mobile-main-section .mega-menu-block .menu-block.credos ul.inner-menu {
    width: 100%;
}

.mobile-mega-section .row.mega-mobile-main-section .post-list {
    padding: 0;
    margin: 20px 0 0 0;
}

.featured-archive-section.front-foot-header .archive-featured-image-block {
    margin-top: 14px !important;
}

.front-foot-benefits .wpcf7 form.sent .wpcf7-response-output {
	color: #EDA528;
}

div#recommended_post_output article {
    padding: 0 10px;
}

div#recommended_post_output.slick-slider button.fa.general.previous {
    left: -10px;
}

div#recommended_post_output.slick-slider button.fa.general.next {
    right: -10px;
}

.zero-net-content.all-in-content-inner .row.content-row .intro-block .title-block .title {
    font-size: 52px;
    line-height: 54px;
}

.zero-net-content.all-in-content-inner .row.content-row .intro-block a.cta-button.drop-main-form {
    margin: 0;
}

.zero-net-content.all-in-content-inner .row.content-row .intro-block a.cta-button.drop-main-form:hover, 
.zero-net-content.all-in-content-inner .row.content-row .intro-block a.cta-button.drop-main-form:focus, 
.zero-net-content.all-in-content-inner .row.content-row .intro-block a.cta-button.drop-main-form:active{
    background: #233a62;
}

.all-in-content-inner .dropped-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover {
    background: #233a62;
}

.all-in-content-bottom .content {
    float: left;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.145em;
    color: #322C32;
    font-weight: 500;
}

.all-in-content-bottom .content :last-child {
    margin: 0;
}

.all-in-image-block {
    float: left;
    width: 100%;
    margin: 45px 0 0 0;
}

.all-in-image-block img {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}





.container-fluid.post-list.action-plans-listing {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.container-fluid.zero-net-split-down {
    margin-bottom: 25px;
}

.zero-net-content .row.content-row .intro-block div#become-supporter {
    float: left;
    width: 100%;
}



.icp-countdown .icp-digit{
    font-family: 'Akzidenz Grotesk', sans-serif;
    color: #26242A;
}

.row.countdown-row {
    margin-bottom: 25px;
}









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




.footer .wpcf7 form.invalid .wpcf7-response-output:before, 
.footer .wpcf7 form.unaccepted .wpcf7-response-output:before,
.front-foot-benefits .wpcf7 form.invalid .wpcf7-response-output:before,
.front-foot-benefits .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,
.front-foot-benefits .wpcf7 form .wpcf7-response-output{
    color:#fff !important;
}

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




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



.zero-net-content.all-in-thankyou .row.content-row .intro-block .title-block .title {
    font-size: 47px;
    line-height: 50px;
}

.all-in-thankyou .sharing-social {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.all-in-thankyou .sharing-social b {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 20px;
}

.all-in-thankyou .sharing-social a.social-link {
    float: left;
    width: 44px;
    height: 44px;
    background-size: contain;
    margin-right: 30px;
}

.all-in-thankyou .sharing-social a.social-twitter {
    background: url(/wp-content/uploads/2021/03/twitter-new.png) no-repeat center center;
    background-size: contain !important;
}

.all-in-thankyou .sharing-social a.social-facebook {
    background: url(/wp-content/uploads/2021/03/facebook-new.png) no-repeat center center;
    background-size: contain !important;
}

.all-in-thankyou .sharing-social a.social-linkedin {
    background: url(/wp-content/uploads/2021/03/linkedin-new.png) no-repeat center center;
    background-size: contain !important;
}

.all-in-thankyou .sharing-social a.social-email {
    background: url(/wp-content/uploads/2021/03/envelope-new.png) no-repeat center center;
    background-size: contain !important;
}

a.all-in-button {
    font-family: 'Akzidenz Grotesk', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    float: none;
    text-align: center;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 25px;
    background: #322C32;
    color: #fff;
    line-height: 1;
    display: table;
	width:100%;
}

a.all-in-button:hover, a.all-in-button:focus, a.all-in-button:active {
    background: #2b3960;
    color: #fff;
}


.row.download-this-file .wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}





.row.read-more-row a.view-more {
    float: none;
    width: 135px;
    display: block;
    height: 40px;
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #26242a;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 9px;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 38px;
    letter-spacing: 1.46px;
}

.row.read-more-row a.view-more:hover,
.row.read-more-row a.view-more:focus{
	color: #fff;
    border-color: #e0433d;
    background: #e0433d;
}

.slick-logos .logo a img {
    max-width: 100%;
    height: auto;
    float: left;
}

img {
    max-width: 100%;
}