  /* 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('/wp-content/themes/twentyseventeen-child/assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.eot');
    src: url('/wp-content/themes/twentyseventeen-child//wp-content/themes/twentyseventeen-child/assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.eot') format('embedded-opentype'),
        url('/wp-content/themes/twentyseventeen-child//wp-content/themes/twentyseventeen-child/assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.woff2') format('woff2'),
        url('/wp-content/themes/twentyseventeen-child/assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.woff') format('woff'),
        url('/wp-content/themes/twentyseventeen-child/assets/fonts/akzidenz/AkzidenzGroteskBE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

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

 .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;
    outline: none;
    border: none;
}

.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;
    position: relative;
    z-index: 1;
}

.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;
    padding: 0;
}

.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: fixed;
    margin: 0 0 0 0;
    top: 122px;
    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.header-fixed{
	top:73px;
}

.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;
	border:none;
}

.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;
	border:none;
}

.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, .wpcf7 form .fields input.wpcf7-date, .wpcf7 form .fields input.wpcf7-number {
    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, .wpcf7 form .fields input.wpcf7-date:hover, .wpcf7 form .fields input.wpcf7-number:hover {
	cursor:pointer;
}

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

.wpcf7 form .fields input::-webkit-input-placeholder, .wpcf7 form .fields textarea::-webkit-input-placeholder,
.wpcf7 form .fields input.wpcf7-date::-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,
.wpcf7 form .fields input.wpcf7-date::-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,
.wpcf7 form .fields input.wpcf7-date:-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,
.wpcf7 form .fields input.wpcf7-date:-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-radio .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
    background: #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%;
    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 !important;
}

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

.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: 215px;
}

.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;
    background-color: #26242a;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    font-family: 'Avenir W01', sans-serif;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

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

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

.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, .grecaptcha-badge {
    display: none !important;
    visibility: none !important;
}

 /* no transitions */
div#cookie-law-info-bar .header .menu-main-menu-container ul li > ul.sub-menu, .header .menu-main-menu-container ul li.menu-item-has-children > a:after, .mega-menu-container, .header .menu-main-menu-container ul li > ul.sub-menu, .lightboxOverlay, .lightbox, .lightbox *, .accordion-section .acc-section, .tabbed-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.09em;
}

.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: 13px;
    line-height: 17px;
    letter-spacing: 0.09em;
}

.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;
    letter-spacing: 0.09em;
}

.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%;
    mix-blend-mode: multiply;
}

.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 35px 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%;
    display: none !important;
}

.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(/wp-content/themes/twentyseventeen-child/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: #f4f5f6;
    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;
    mix-blend-mode: multiply;
}

.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(/wp-content/themes/twentyseventeen-child/assets/images/prev2.png) center center no-repeat;
    background-size: 40px 40px;
}
.slick-next.slick-arrow {
    right: 0px;
    background: url(/wp-content/themes/twentyseventeen-child/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(/wp-content/themes/twentyseventeen-child/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(/wp-content/themes/twentyseventeen-child/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;
    min-height: 171px;
}
.post-type-archive-cannes_events .filters-section:before, .post-type-archive-news .filters-section:before{
    background-repeat: repeat;
    background-image: url(/wp-content/themes/twentyseventeen-child/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: 0px;
    background: #f4f5f6;
}
.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;
	display: none;
}

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




.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: 6px 8px 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.09em;
    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 .content p strong a{
	color: #2b3960;
}

.zero-net-content .row.content-row .intro-block .content p strong a:hover{
	color: #F9522E;
}


.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, .dropped-sign-up-form .wpcf7 form .fields input.wpcf7-number{
	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;
}

.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;
    margin-bottom: 15px;
    margin-top: 8px;
}

.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.09em;
    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: none;
    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{
	color: #fff;
    border-color: #e0433d;
    background: #e0433d;
}

.viewing-more .row.read-more-row a.view-more {
    display: block;
}

.slick-logos .logo a img {
    max-width: 100%;
    height: auto;
    float: left;
}

img {
    max-width: 100%;
}











/* New Brim CSS */

.bim-sections{
	float: left;
	width:100%;
}

.bim-sections,
.bim-sections h1, .bim-sections h2, .bim-sections h3, .bim-sections h4, .bim-sections h5, .bim-sections h6,  .bim-sections .title {
	font-family: 'Montserrat', sans-serif;
}

.page-template-BIM-homepage .container-fluid.ticker-taper,
.page-template-BRIM-framework .container-fluid.ticker-taper,
.page-template-BRIM-tools .container-fluid.ticker-taper{
    margin-bottom: 0;
}

.container-fluid.brim-hero {
    height: 450px;
    position: relative;
}

.container-fluid.brim-hero .image-right-hero {
    position: absolute;
    right: 0;
    top: 0;
    width: 45.8%;
    height: 100%;
}

.page-template-BRIM-framework .container-fluid.brim-hero .image-right-hero{
	border: none;
}

.page-template-BRIM-framework .container-fluid.brim-hero {
    height: 358px;
}

.container-fluid.brim-hero .image-right-hero .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.container-fluid.brim-hero .container,
.container-fluid.brim-hero .container .row,
.container-fluid.brim-hero .container .row .col-xs-12 {
    height: 100%;
}

.container-fluid.brim-hero .brim-hero-content {
    float: left;
    width: 100%;
}

.container-fluid.brim-hero .brim-hero-content h1 {
    font-size: 36px;
    font-weight: 800;
    text-transform: none;
    line-height: 38px;
    letter-spacing: 0.0072em;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 32px 0;
}

.container-fluid.brim-hero .brim-hero-content .content {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-right: 80px;
    position: relative;
    font-weight: 500;
}

.container-fluid.brim-hero .brim-hero-content .content p{
	line-height: 24px;
}

.container-fluid.brim-hero .brim-hero-content .content :last-child{
	margin: 0;
}

.container-fluid.brim-hero .brim-hero-back {
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    padding: 0 10px;
}

.container-fluid.brim-hero .brim-hero-back a.back-button {
    font-size: 12px;
    line-height: 18px;
    float: left;
    font-weight: 600;
    color: #121212;
}

.container-fluid.brim-hero .brim-hero-back a.back-button:hover{
	color: #E0C5BA;
}

a.brim-bar {
    float: left;
    width: 100%;
    padding: 38.5px 0;
    background: #121212;
    color: #E0C5BA;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.243em;
    font-size: 20px;
    line-height: 1;
}

a.brim-bar .arrow{
	width:44px;
	height: 14px;
	display: inline-block;
	position: relative;
	margin: 0;
	background: url(/wp-content/uploads/2021/04/arrow.svg) no-repeat center center;
}

a.brim-bar:hover{
	background: #e0c5ba;
	color: #121212;
}

a.brim-bar:hover .arrow{
	background: url(/wp-content/uploads/2021/04/arrow-black.svg) no-repeat center center;
}

a.brim-bar.active .arrow{
	opacity: 0;
}

a.brim-bar .download {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    margin: -14px 0;
    background: url(/wp-content/uploads/2021/04/download-icon.svg) no-repeat center center;
}

a.brim-bar:hover .download{
	background: url(/wp-content/uploads/2021/04/download-icon-black.svg) no-repeat center center;
}


.border-line-bar {
    float: left;
    width: 100%;
    height: 14px;
    background: url(/wp-content/uploads/2021/04/BRIM_Border.png) no-repeat center center;
	background-size: cover;
}

.grey-background-fluid{
	background: #EEEEEE;
}

.black-background-fluid{
	background: #121212;
}

.row.brim-title-row {
    margin-bottom: 25px;
}

.row.brim-title-row .sub-title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    color: #121212;
    text-transform: none;
    letter-spacing: 0.04em;
    line-height: 1;
}

.black-background-fluid .row.brim-title-row .sub-title{
	color: #fff;
}

.container-fluid.brim-survey-results.black-background-fluid {
    padding-top: 65px;
    padding-bottom: 65px;
}

.container-fluid.brim-faqs.grey-background-fluid {
    padding-top: 42px;
    padding-bottom: 31px;
}

.container-fluid.brim-framework.black-background-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}

.brim-testimonials .testimonials-brim {
    float: left;
    width: 100%;
    padding-bottom: 65px;
    position: relative;
}

.brim-testimonials .testimonials-brim button.fa.general {
    width: 44px;
    height: 14px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.brim-testimonials .testimonials-brim button.fa.general.previous{
	background: url(/wp-content/uploads/2021/04/slider-arrow-left.svg) no-repeat center center;
	background-size: contain;
	left: 47%;
}

.brim-testimonials .testimonials-brim button.fa.general.next{
	background: url(/wp-content/uploads/2021/04/slider-arrow-right.svg) no-repeat center center;
	background-size: contain;
	left: 53%;
}

.brim-testimonials .testimonials-brim article {
    padding: 0 10px;
    padding-right: 40px;
}

.brim-testimonials .testimonials-brim article.even-side {
    padding-left: 40px;
    padding-right: 10px;
}

.testimonial-brim-block {
    float: left;
    width: 100%;
    position: relative;
}

.testimonial-brim-block .content {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px 0;
}

.testimonial-brim-block .content p {
    line-height: 25px;
}

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

.testimonial-brim-block .title{
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size:14px;
	line-height: 20px;
	font-weight: 700;
}

.brim-tabbed-section {
    float: left;
    width: 100%;
    position: relative;
}

.brim-tabbed-section .tabbed-top,
.brim-tabbed-section .tabbed-dropdowns{
    float: left;
    width: 100%;
    position: relative;
}

.brim-tabbed-section .tabbed-top ul{
    float: left;
    width: 100%;
    position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.brim-tabbed-section .tabbed-top ul li{
    float: left;
    width: 32%;
    position: relative;
    margin: 0 2% 0 0;
}

.brim-tabbed-section .tabbed-top ul li a{
    float: left;
    width: 100%;
    position: relative;
    border: solid 1px #000;
    color:#000;
    text-align: center;
    font-size:12px;
    font-weight:800;
    letter-spacing: 0.15em;
    line-height: 10px;
    text-transform: uppercase;
    padding: 10px;
}

.brim-tabbed-section .tabbed-top ul li a:hover{
	color:#fff;
	background:#121212;
	border-color:#121212;
}

.brim-tabbed-section .tabbed-top ul li a.active{
	color:#fff;
	background:#121212;
	border-color:#121212;
}

.brim-tabbed-section .col-lg-by5 {
    width: 20%;
}

.brim-tabbed-section .tabbed-dropdowns .tab-drop {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.brim-tabbed-section .tabbed-dropdowns .tab-drop:nth-child(1) {
    display: block;
}

.brim-tabbed-section .tabbed-top {
    margin-bottom: 25px;
}

.tabbed-dropdowns .bim-logo {
    float: left;
    width: 100%;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.tabbed-dropdowns .bim-logo img.vhboth {
    float: left;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}

.tab-drop .advisory-block {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.tab-drop .advisory-block .image {
    float: left;
    width: 100%;
    position: relative;
    height: 105px;
    overflow: hidden;
}

.tab-drop .advisory-block .image img{
	float: left;
	width:100%;
}

.tab-drop .advisory-block .content-inner {
    float: left;
    width: 100%;
    position: relative;
    height: 92px;
    background: #121212;
    color: #fff;
    padding: 11px;
}

.tab-drop .advisory-block .content-inner h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin: 0;
}

.tab-drop .advisory-block .content-inner span {
    float: left;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.182em;
    line-height: 13px;
    padding: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}





.brim-framework .framework-content {
    float: left;
    width: 100%;
    position: relative;
}

.brim-framework .framework-content .title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 26px 0;
}

.brim-framework .framework-content .content {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.brim-framework .framework-content .content p{
	line-height:24px;
}

.brim-framework .framework-content .content :last-child{
	margin: 0;
}

.brim-framework .framework-image {
    float: right;
    width: 100%;
    margin-right: 30px;
}

.brim-framework .framework-image img {
    float: left;
    width: 100%;
    height: auto;
}

.brim-cta-button, .wpcf7 form .fields.submit .wpcf7-submit.brim-cta-button {
    padding: 12px 30px;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 1px #83b8d7;
    background: none;
    color: #83b8d7;
    float: left;
    letter-spacing: 0.15em;
    line-height: 10px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}

.brim-cta-button:hover, .wpcf7 form .fields.submit .wpcf7-submit.brim-cta-button:hover{
	background: #83b8d7;
	color: #121212;
}

.brim-cta-button.black, .wpcf7 form .fields.submit .wpcf7-submit.brim-cta-button.black{
	border-color: #121212;
	color: #121212;
}

.brim-cta-button.black:hover, .wpcf7 form .fields.submit .wpcf7-submit.brim-cta-button.black:hover{
	border-color: #121212;
	background: #121212;
	color: #fff;
}


.brim-cta-button.green, .wpcf7 form .fields.submit .wpcf7-submit.brim-cta-button.green{
	border-color: #499D85;
	color: #499D85;
}

.brim-cta-button.green:hover, .wpcf7 form .fields.submit .wpcf7-submit.brim-cta-button.green:hover{
	border-color: #499D85;
	background: #499D85;
	color: #fff;
}

.brim-faqs .accordions {
    float: left;
    width: 100%;
    position: relative;
}

.brim-faqs .accordions .accordion-section {
    float: left;
    width: 100%;
    position: relative;
    border-top: solid 1px #121212;
    margin: 0;
    padding: 16px 0;
    min-height: 69px;
}

.brim-faqs .accordions .accordion-section .acc-title {
    color: #121212;
    background: none;
    padding: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 18px;
    padding-right: 100px;
	text-transform: none;
}

.brim-faqs .accordions .accordion-section .acc-title:after {
    content: '';
    width: 15px;
    height: 9px;
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    background: url(/wp-content/uploads/2021/04/accordion-arrow.svg) no-repeat center center;
    background-size: contain;
}

.brim-faqs .accordions .accordion-section .acc-title.active:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.brim-faqs .accordions .accordion-section .acc-section {
    padding: 0;
    background: none;
    font-size: 12px;
    color: #121212;
    font-weight: 500;
    letter-spacing: 0.075em;
    padding-top: 15px;
}

.brim-faqs .accordions .accordion-section .acc-section p {
    line-height: 16px;
    margin: 0 0 15px 0;
}

.brim-faqs .accordions .accordion-section .acc-section > p:last-child {
    margin: 0;
}

.frameworks .framework-block {
    float: left;
    width: 100%;
    position: relative;
}

.frameworks .framework-block .framework-header {
    padding-top: 26px;
    padding-bottom: 23px;
}

.frameworks .framework-block .framework-header .title {
    float: left;
    width: 100%;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.112em;
    font-size: 18px;
    line-height: 20px;
}

.frameworks .framework-block .framework-header .sub-title {
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 20px;
}

.frameworks .framework-block .framework-inner-sections{
    float: left;
    width: 100%;
    position: relative;
}

.frameworks .framework-block .framework-inner-sections .framework-inner {
    padding-top: 30px;
}

.frameworks .framework-block .framework-inner-sections .framework-inner hr {
    margin: 30px 0 0 0;
    background: #424242;
    height: 1px;
}

.frameworks .framework-block .framework-inner-sections .framework-inner:last-of-type hr{
	display: none;
}

.frameworks .framework-block .framework-inner-sections .framework-inner:last-of-type{
	padding-bottom: 30px;
}

.framework-inner .row.title-row-framework {
    margin-bottom: 25px;
}

.framework-inner .row.title-row-framework span.title {
    font-size: 18px;
    float: left;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.112em;
    line-height: 27px;
}

.framework-inner .framework-inner-content-block {
    float: left;
    width: 100%;
    position: relative;
}

.framework-inner .framework-inner-content-block span.title {
    float: left;
    width: 100%;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin: 0 0 10px 0;
}

.framework-inner .framework-inner-content-block .content {
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    color: #121212;
    font-weight: 500;
    letter-spacing: 0.075em;
}

.framework-inner .framework-inner-content-block .content p{
	line-height: 16px;
	margin: 0 0 15px 0;
}

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

.brim-bar-introduction.black-background-fluid {
    padding-top: 29px;
    padding-bottom: 48px;
    margin-top: 76px !important;
}

.brim-bar-introduction .content {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.112em;
}

.brim-bar-introduction .content p {
    line-height: 25px;
}

.brim-bar-introduction .content :last-child {
    margin: 0;
}





.brim-bar-dropdown {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding-bottom: 51px;
    padding-top: 45px;
}

.brim-bar-dropdown .intro-block {
    float: left;
    width: 100%;
    position: relative;
	padding: 0 60px;
}

.brim-bar-dropdown .intro-block .content {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.brim-bar-dropdown .intro-block .content p {
    line-height: 18px;
    margin: 0 0 20px 0;
}

.brim-bar-dropdown .intro-block .content :last-child {
    margin: 0;
}

.brim-bar-dropdown .intro-block .brim-sign-up-form {
    float: left;
    width: 100%;
    position: relative;
}

.brim-sign-up-form .wpcf7 form .fields.half {
    width: 47%;
}

.brim-sign-up-form .wpcf7 form .fields b {
    font-size: 10px;
    letter-spacing: 0.095em;
    color: #fff;
    text-transform: none;
    font-weight: 400;
}

.brim-sign-up-form .wpcf7 form .fields input.wpcf7-text{
	border-radius:0;
	height:40px;
	border-color: #fff;
	background: none;
	color: #fff;
}


.brim-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
	margin: 0;
}

.brim-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: #fff;
    content: '\f00c';
    line-height: 13px;
    text-align: center;
    color: transparent;
}

.brim-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
	color:#fff;
    border-color: #fff;
}

.brim-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item  input:checked ~  span.wpcf7-list-item-label {
    color: #fff;
}

.brim-sign-up-form .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    padding: 0 0 0 34px;
    line-height: 19px;
}

.brim-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 12px;
    float: left;
    width: 100%;
    text-align: center;
    border-color: #fff;
    color: #fff;
}

.brim-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover{
	background:#fff;
	color: #121212;
}



.container-fluid.brim-tab-logos.grey-background-fluid {
    padding-bottom: 69px;
}
.container-fluid.brim-community.grey-background-fluid {
    padding-bottom: 33px;
    padding-top: 50px;
}


.row.join-cta-row {
    margin-bottom: 37px;
}

.join-us-bar {
    float: left;
    width: 100%;
    background: #121212;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.join-us-bar span.title {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    line-height: 27px;
}

.join-us-bar .social-icons {
    display: inline-block;
    margin: -7px 0 -7px 20px;
}

.join-us-bar .social-icons a.social-icon {
    float:left;
    width:27px;
    height: 27px;
    margin: 0 35px 0 0;
}

.join-us-bar .social-icons a.social-icon.facebook{
	background: url(/wp-content/uploads/2021/04/facebook-logo.svg) no-repeat center center;
	background-size: contain;
}
.join-us-bar .social-icons a.social-icon.facebook:hover{
	background: url(/wp-content/uploads/2021/04/facebook-logo-hover.svg) no-repeat center center;
	background-size: contain;
}

.join-us-bar .social-icons a.social-icon.instagram{
	background: url(/wp-content/uploads/2021/04/instagram-logo.svg) no-repeat center center;
	background-size: contain;
}
.join-us-bar .social-icons a.social-icon.instagram:hover{
	background: url(/wp-content/uploads/2021/04/instagram-logo-hover.svg) no-repeat center center;
	background-size: contain;
}

.join-us-bar .social-icons a.social-icon.email{
	background: url(/wp-content/uploads/2021/04/email-icon.svg) no-repeat center center;
	background-size: contain;
}
.join-us-bar .social-icons a.social-icon.email:hover{
	background: url(/wp-content/uploads/2021/04/email-icon-hover.svg) no-repeat center center;
	background-size: contain;
}

.join-us-bar .social-icons a.social-icon.linkedin{
	background: url(/wp-content/uploads/2021/04/linkedin-logo.svg) no-repeat center center;
	background-size: contain;
}
.join-us-bar .social-icons a.social-icon.linkedin:hover{
	background: url(/wp-content/uploads/2021/04/linkedin-logo-hover.svg) no-repeat center center;
	background-size: contain;
}

.join-us-bar .social-icons a.social-icon:last-of-type{
	margin: 0;
}



.container-fluid.brim-bar-framework-menu.black-background-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    top: 623px;
    z-index: 999;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.container-fluid.brim-bar-framework-menu.black-background-fluid.fixed{
	position:fixed;
	top:0;
}

.framework-nav-inner {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.framework-nav-inner .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.framework-nav-inner .nav-item a.link {
    display: table;
    margin: 0 auto;
    float: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.062em;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    position: relative;
	padding-bottom: 6px;
}

.framework-nav-inner .nav-item a.link .line-bottom{
	position: absolute;
	bottom:0;
	left:0;
	width:0%;
	height:	2px;
	background: #fff;
}

.framework-nav-inner .nav-item a.link:hover .line-bottom,
.framework-nav-inner .nav-item a.link.active .line-bottom{
	width:100%;
}

.framework-inner-sections .framework-inner .row.framework-posts {
    padding-left: 60px;
}





.brim-post {
    float: left;
    width: 100%;
    position: relative;
}

.brim-post a.post-content {
    float: left;
    width: 100%;
    position: relative;
	height: 98px;
	border: solid 1px transparent;
	background: #fff;
	overflow: hidden;
}

.brim-post a.post-content:hover {
    background: none;
    border-color: #121212;
}

.brim-post a.post-content .arrow-shape{
	position: absolute;
	right: -100px;
	top:0;
	background: #121212;
	width: 150px;
	height: 150px;
	display: block;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	z-index: 1;
}

.brim-post a.post-content .arrow{
	position: absolute;
	right: 12px;
	bottom:10px;
	background: url(/wp-content/uploads/2021/04/brim-post-arrow.svg) no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 17px;
	display: block;
	z-index: 1;
}

.brim-post a.post-content .vertical{
	float: left;
	width:100%;
	position: relative;
	padding: 0 22px;
	padding-right:65px;
	z-index: 3;
}

.brim-post a.post-content h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px 0;
	color: #121212;
	letter-spacing: 0.075em;
}

.brim-post a.post-content h3 strong, .brim-post a.post-content h3 b {
    font-weight: 800;
}

.brim-post a.post-content h3 br{
	display: none;
}

.brim-post a.post-content .source {
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 0 0;
	letter-spacing: 0.075em;
	color: #121212;
}

.brim-post a.post-content .arrow {

}

.framework-posts article {
    margin-bottom: 7px;
}

.framework-posts article:last-of-type {
    margin-bottom: 0;
}

.framework-posts form.filterable_search {
    float: left;
    width: 100%;
}

.framework-posts form.filterable_search .form-overlay {
    top: 0;
    left: 0;
}

.framework-posts form.filterable_search .open-filters-mobiles {
    display: none;
}

.row.brim-title-row .sub-title.not-caps {
    text-transform: none;
}

.framework-posts form.filterable_search .sidebar {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.framework-posts form.filterable_search .sidebar .filter-block {
    float: left;
    width: 100%;
}

.framework-posts form.filterable_search .sidebar .filter-block ul {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
    list-style-type: none;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li label {
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 0;
    background: #121212;
    overflow: hidden;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li label input.cat_filter {
    display: none;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li label > span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.044em;
    padding: 13px 8px;
    background: none;
    color: #fff;
    font-weight: 700;
	position: relative;
	z-index: 1;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li label:hover > span,
.framework-posts form.filterable_search .sidebar .filter-block ul li label input:checked ~ span{
	color: #121212 !important
}

.framework-posts form.filterable_search .sidebar .filter-block ul li label > span .bg-hover{
	position: absolute;
	left:0;
	top:0;
	width:0%;
	height:100%;
	z-index: -1;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li label:hover > span .bg-hover,
.framework-posts form.filterable_search .sidebar .filter-block ul li label input:checked ~ span .bg-hover {
    width: 106%;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.044em;
    padding: 19px 8px;
    background:none;
    color: #fff;
    font-weight: 700;
	position: relative;
	z-index: 1;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li a:before{
	content:'';
	width:100%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	background: #e0312c;
	z-index: -1;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li a:after{
	content:'';
	width:0%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	background: #121212;
	z-index: -1;
}

.framework-posts form.filterable_search .sidebar .filter-block ul li a:hover:after{
	width:100%;
}

.container-fluid.brim-bar-tools.framework-posts.grey-background-fluid {
    padding-top: 36px;
    padding-bottom: 50px;
}

.framework-posts form.filterable_search div#filterable_search_results {
    margin-bottom: 40px;
}

.framework-posts form.filterable_search .row.load-more {
    margin-bottom: 40px;
}

.framework-posts form.filterable_search .row.load-more span#load_more {
    cursor: pointer;
	width:300px;
	text-align: center;
}

.framework-posts form.filterable_search a.brim-bar {
    font-size: 16px;
    letter-spacing: 0.194em;
    padding: 30px 0;
}




.container-fluid.brim-bar-tools-hero.black-background-fluid {
    padding-bottom: 55px;
    padding-top: 35px;
}

.container-fluid.brim-bar-tools-hero h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0.0072em;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 32px 0;
	color: #fff;
}

.container-fluid.brim-bar-tools-hero .content {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-right: 80px;
    position: relative;
    font-weight: 500;
	color: #fff;
}

.container-fluid.brim-bar-tools-hero .content p{
	line-height: 25px;
}

.container-fluid.brim-bar-tools-hero .content :last-child{
	margin: 0;
}

.container-fluid.brim-bar-tools-hero .content a {
    color: #fff;
    font-weight: 700;
}

.container-fluid.brim-bar-tools-hero .content a:hover{
	color: #E0C5BA;
}

.container-fluid.brim-bar-tools-hero a.back-button {
    font-size: 12px;
    line-height: 18px;
    float: left;
    font-weight: 600;
    color: #fff;
	margin-bottom: 20px;
}

.container-fluid.brim-bar-tools-hero a.back-button:hover{
	color: #E0C5BA;
}


html{
	scroll-padding-top: 76px;
}




.no-image .brim-opinion-post a.post-content .post-thumbnail-outer {
    display: none;
}




.brim-opinion-post {
    float: left;
    width: 100%;
}

.brim-opinion-post a.post-content {
    float: left;
    width: 100%;
	height: 320px;
	background: #fff;
	position: relative;
}

.brim-opinion-post a.post-content .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 137px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.brim-opinion-post a.post-content .post-thumbnail-outer img {
    float: left;
    width: 100%;
}

.brim-opinion-post a.post-content .inner {
    float: left;
    width: 100%;
	padding: 20px 25px;
}

.brim-opinion-post a.post-content span.meta {
    float: left;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.152em;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 17px 0;
}

.brim-opinion-post a.post-content .content {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.brim-opinion-post a.post-content .content p{
	line-height: 20px;
}

.brim-opinion-post a.post-content .content :last-child{
	margin: 0;
}

.brim-opinion-post a.post-content h3 {
    float: left;
    width: 100%;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #121212;
}

.no-image .brim-opinion-post a.post-content .content {
    width: 80%;
}

.no-image .brim-opinion-post a.post-content .inner {
    padding: 28px 25px;
}

.no-image .brim-opinion-post a.post-content h3 {
    padding: 28px 25px;
}

.brim-community article{
	margin-bottom:20px;
}

article#post-1 .brim-opinion-post a.post-content span.meta{
	color: #eb81b2;
}

article#post-2 .brim-opinion-post a.post-content span.meta{
	color: #499D85;
}

article#post-3 .brim-opinion-post a.post-content span.meta{
	color: #83B8D7;
}

article#post-4 .brim-opinion-post a.post-content span.meta{
	color: #83B8D7;
}

article#post-5 .brim-opinion-post a.post-content span.meta{
	color: #E0312C;
}

article#post-6 .brim-opinion-post a.post-content span.meta{
	color: #499D85;
}

.brim-sign-up-form .wpcf7-response-output {
    color: #fff;
    display: none !important;
}



.survey-inners {
    float: left;
    width: 100%;
	position: relative;
}

.survey-inners .survey-image-block {
    float: left;
    width: 100%;
    border: solid 1px #fff;
    height: auto;
}

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

/*.survey-inners .col-xs-12:nth-child(even) .survey-image-block {
    margin-top: 30px;
}*/



.brim-survey-results .row.load-more.survey-read-more {
    margin-top: 44px;
}

.brim-survey-results .row.load-more.survey-read-more a {
	width:300px;
	text-align: center;
}




.social-fixed-bar {
    position: fixed;
    left: 0;
    background: #121212;
    width: 53px;
    height: auto;
    z-index: 5;
    padding: 32px 13px;
    top: 35%;
}

.social-fixed-bar .social-icons {
	float: left;
	width: 100%;
	position: relative;
}

.social-fixed-bar .social-icons a.social-icon {
    float:left;
	width:27px;
	height: 27px;
	margin: 0 0 15px 0;
	clear: both;
}

.social-fixed-bar .social-icons a.social-icon.facebook{
	background: url(/wp-content/uploads/2021/04/facebook-logo-hover.svg) no-repeat center center;
	background-size: contain;
}
.social-fixed-bar .social-icons a.social-icon.facebook:hover{
	background: url(/wp-content/uploads/2021/04/facebook-logo.svg) no-repeat center center;
	background-size: contain;
}

.social-fixed-bar .social-icons a.social-icon.instagram{
	background: url(/wp-content/uploads/2021/04/instagram-logo-hover.svg) no-repeat center center;
	background-size: contain;
}
.social-fixed-bar .social-icons a.social-icon.instagram:hover{
	background: url(/wp-content/uploads/2021/04/instagram-logo.svg) no-repeat center center;
	background-size: contain;
}

.social-fixed-bar .social-icons a.social-icon.email{
	background: url(/wp-content/uploads/2021/04/email-icon-hover.svg) no-repeat center center;
	background-size: contain;
}
.social-fixed-bar .social-icons a.social-icon.email:hover{
	background: url(/wp-content/uploads/2021/04/email-icon.svg) no-repeat center center;
	background-size: contain;
}


.social-fixed-bar .social-icons a.social-icon.linkedin{
	background: url(/wp-content/uploads/2021/04/linkedin-logo-hover.svg) no-repeat center center;
	background-size: contain;
}
.social-fixed-bar .social-icons a.social-icon.linkedin:hover{
	background: url(/wp-content/uploads/2021/04/linkedin-logo.svg) no-repeat center center;
	background-size: contain;
}


.social-fixed-bar .social-icons a.social-icon:last-of-type{
	margin: 0;
}


.border-line-bar.hidden-desktop {
    display: none;
}

.brim-instagram-feed #sb_instagram #sbi_images {
    padding: 0 !important;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item {
    padding: 0 10px !important;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_info {
    background: #fff;
    padding: 17px 20px;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
    padding-left: 40px;
    min-height: 120px;
    display: none;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_info:before{
	content:'';
	position: absolute;
	left:13px;
	top:20px;
	background: url(/wp-content/uploads/2021/04/instagram-block-icon.svg) no-repeat center center;
	background-size: contain;
	width:18px;
	height: 17px;
	display: block;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_info p.sbi_caption_wrap {
    padding: 0 !important;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_info p.sbi_caption_wrap span.sbi_expand a {
    font-weight: 700;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_info p.sbi_caption_wrap span.sbi_caption {
    text-align: left !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 600;
    color: #121212;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo {
    height: auto !important;
}

.brim-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo img {
    display: block !important;
}

.brim-instagram-feed #sb_instagram .sbi_link .sbi_caption {
    display: none !important;
}


.bim-sections a.hidden-desktop.brim-cta-button.join-us, .bim-sections .social-mobile-block.hidden-desktop {
    display: none;
}

.container-fluid.brim-bar-framework-menu.black-background-fluid a.open-framework-menu {
    display: none;
}

.container-fluid.brim-framework.black-background-fluid .container .row .col-xs-12 {
    height: 100%;
}

.container-fluid.brim-framework.black-background-fluid .container .row {
    height: 355px;
}

.framework-inner .framework-inner-content-block .content ul {
    padding: 0 0 0 15px;
}

.container-fluid.frameworks {
    background: #EEEEEE;
    padding-bottom: 90px !important;
}

.framework-posts form.filterable_search .sidebar .filter-block.has-active ul li a:after {
    width: 100%;
}

.framework-posts form.filterable_search .sidebar .filter-block.has-active ul li a:hover:after {
    width: 0%;
}

.brim-instagram-feed #sb_instagram #sbi_images ul.slick-dots {
    position: relative;
    float: left;
    margin: 20px 0 0 0;
}

.container-fluid.brim-hero .image-right-hero video#video {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.container-fluid.brim-instagram-feed.grey-background-fluid {
    padding-bottom: 65px;
    padding-top: 65px;
}

.brim-bar-framework-menu .framework-nav-inner .nav-item.hidden-desktop {
    display: none;
}



.single-policy-areas .wpcf7 form .fields.submit .wpcf7-submit.cta-button{
	border: none;
}

.single-policy-areas .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover {
    background: #312d33;
}




.featured-archive-section .row.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featured-archive-section .row.d-flex .align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

.featured-archive-section .row.d-flex .align-self-center {
	-ms-flex-item-align: center!important;
    align-self: center!important;
}

.featured-archive-section .row.d-flex .row.featured-header-content.no-margin-bottom {
    margin-bottom: 0px;
}

.climate-action-buttons {
    float: left;
    width: 100%;
    padding-left: 38px;
}

.climate-action-buttons a.read-more-button {
    margin: 0 0 18px 0;
}

.climate-action-buttons a.read-more-button:hover {
    background: #26242a !important;
}

.climate-action-buttons a.read-more-button:last-of-type {
    margin: 0;
}


.climate-action-buttons a.read-more-button#adnet{
	background: #f73821;
}

.climate-action-buttons a.read-more-button#adgreen{
	background: #00b300;
}


.featured-archive-section .row.d-flex .row.featured-header-content .header-content-block {
    font-size: 18px;
    letter-spacing: 0.047em;
}

.featured-archive-section .row.d-flex .row.featured-header-content .header-content-block p {
    line-height: 26px;
}





.post-list .climate-post{
    float: left;
    width: 100%;
}

.post-list .climate-post a{
    float: left;
    width: 100%;
}

.post-list .climate-post a .image{
    float: left;
    width: 100%;
	height: 135px;
	position: relative;
	padding: 0px;
	overflow: hidden;
}

.post-list .climate-post a .image img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list .climate-post a .post-content{
    float: left;
    width: 100%;
    position: relative;
    height: 180px;
    background: rgb(227 233 229 / 25%);
	padding: 20px;
}

.post-list .climate-post a .post-content span.name {
    float: left;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #322c32;
    font-weight: 600;
}

.post-list .climate-post a .post-content span.arrow {
    width: 23px;
    height: 11px;
    background: url(/wp-content/uploads/2021/05/Arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.post-list .climate-post a:hover .post-content span.arrow {
    filter: brightness(0) invert(1);
}

.post-list .climate-post a:hover .post-content {
    background: #22525e;
}

.post-list .climate-post a:hover .post-content span.name{
	color: #fff;
}

.climate-action-show-more {
    float: left;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
}



.container-fluid.event-testimonials-block {
    background: #312D33;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.event-new-quotes {
    float: left;
    width: 100%;
    position: relative;
}

.event-new-quotes article {
    padding-right: 10px;
    padding-left: 10px;
}

.event-new-quotes .event-new-quote-block {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 80px;
}

.event-new-quotes .event-new-quote-block .content {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin: 0 0 27px 0;
    font-weight: 700;
    font-family: 'Akzidenz Grotesk', sans-serif;
    letter-spacing: 0.04em;
}

.event-new-quotes .event-new-quote-block .content p{
    line-height: 27px;
}

.event-new-quotes .event-new-quote-block .content :last-child{
    margin: 0;
}

.event-new-quotes .event-new-quote-block span.meta{
    float: left;
    width: 100%;
	font-size:14px;
    color: #fff;
}

.event-new-quotes.slick-slider ul.slick-dots li button {
    border: 1px solid #fff;
}

.event-new-quotes.slick-slider ul.slick-dots li button:hover {
    border-color: #fff;
}

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

.row.featured-event-content .content-container.new-event-content {
    letter-spacing: 0;
    font-size: 18px;
}

.row.featured-event-content .content-container.new-event-content p:first-of-type {
    font-size: 20px;
    line-height: 29px;
}

.row.featured-event-content .content-container.new-event-content a {
    font-weight: 700;
	color: #26242a;
}

.row.featured-event-content .content-container.new-event-content a:hover{
	color: #E0433D;
}





.events-single-header .events-new-sidebar {
    float: left;
    width: 100%;
    padding-left: 60px;
    position: relative;
}

.events-single-header .events-new-sidebar .events-meta-section {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f9fbfa;
    margin: 0 0 60px 0;
}

.events-single-header .events-new-sidebar .events-meta-section .meta {
    float: left;
    width: 100%;
    padding: 16px 0;
    padding-left: 60px;
    border-bottom: solid 1px rgb(36 36 42 / 51%);
    position: relative;
}

.events-single-header .events-new-sidebar .events-meta-section .meta i {
    position: absolute;
    left: 0;
    top: 16px;
    width: 30px !important;
}

.events-single-header .events-new-sidebar .events-meta-section .meta p {
    font-size: 16px;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 20px;
}

.events-single-header .events-new-sidebar .events-meta-section .meta p.date {
    margin: 0 0 5px -1px;
}

.events-single-header .events-new-sidebar .events-meta-section .meta i.calendar {
    background: url(/wp-content/uploads/2021/05/calendar.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 0;
}

.events-single-header .events-new-sidebar .events-meta-section .meta i.map-marker {
    background: url(/wp-content/uploads/2021/05/map-marker.svg) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 23px;
    top: 14px;
}

.events-single-header .events-new-sidebar .events-meta-section .meta i.ticket{
	background: url(/wp-content/uploads/2021/05/ticket.svg) no-repeat center center;
	background-size:contain;
	width:27px;
	height: 28px;
}

.events-single-header .events-new-sidebar .events-meta-section .meta p:last-child {
    margin: 0;
}

.events-single-header .events-new-sidebar .events-meta-section .meta:last-of-type {
    border-bottom: none;
}

.events-single-header .events-new-sidebar .events-meta-section .meta:first-of-type {
    padding-top: 0;
}

.events-single-header .events-new-sidebar .events-meta-section .buttons{
    float: left;
    width: 100%;
	margin: 10px 0 0 0;
}

.events-single-header .events-new-sidebar .events-meta-section .buttons a.event-book-button {
    float: left;
    width: 100%;
    text-align: center;
    padding: 12px 22px;
    background: #24262A;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    line-height: 1;
}

.events-single-header .events-new-sidebar .events-meta-section .buttons a.event-book-button:hover{
	background:#E0433D;
}

.events-single-header .events-new-sidebar .partners-sidebar{
    float: left;
    width: 100%;
}




.speakers-new-block .event-speakers-member {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.speakers-new-block .event-speakers-member .image-container {
    float: left;
    width: 100%;
    position: relative;
    height: 125px;
    overflow: hidden;
}

.speakers-new-block .event-speakers-member .image-container img {
    float: left;
    width: 100%;
}

.speakers-new-block .event-speakers-member .member-content {
    float: left;
    width: 100%;
    position: relative;
    background: #f9fbfa;
    height: 124px;
    padding: 20px 12px;
}

.speakers-new-block .event-speakers-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.09em;
    color: #24262A;
}

.speakers-new-block .event-speakers-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;
}

.events-single-header .events-new-sidebar .events-meta-section .meta-cols {
    float: left;
    width: 100%;
}

.events-single-header .events-new-sidebar .events-meta-section .meta-cols .meta:last-of-type {
    border-bottom: none;
}

.events-single-header .events-new-sidebar .partners-sidebar .row.partner-logos .logo-network-container {
    height: 70px;
    margin-bottom: 15px;
}

.events-single-header .events-new-sidebar .partners-sidebar .row.partner-logos .logo-network-container .logo-container {
    padding: 0;
}

.events-single-header .events-new-sidebar .partners-sidebar .partners-top {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.events-single-header .events-new-sidebar .partners-sidebar .partners-bottom {
    float: left;
    width: 100%;
}

.events-single-header .events-new-sidebar .partners-sidebar .partners-top span.partners-title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 29px;
    color: #26242a;
}

.events-single-header .events-new-sidebar .partners-sidebar .partners-top .row.title-row {
    margin-bottom: 30px;
}

.row.title-row span.speakers-title.title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 29px;
    color: #26242a;
}

.featured-archive-section.events-single-header .new-event-title.title-container h1 {
    max-width: 100%;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 29px;
    word-wrap: normal;
    overflow-wrap: normal;
    hyphens: none;
}





.speakers-new-block .news-post {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.speakers-new-block .news-post .post-thumbnail-outer {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.speakers-new-block .news-post a.readbio {
    float: left;
    width: 100%;
    position: relative;
}

.speakers-new-block .news-post .post-thumbnail-outer img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list.speakers-new-block .news-post .post-content {
    height: 124px;
}

.post-list.speakers-new-block .news-post .post-content .category-link{
	display: none;
}



.events-single-header .events-new-sidebar .partners-sidebar .partners-bottom .row.title-row span.sub-title {
    border-color: #312D33;
    border-bottom-width: 2px;
}

.events-template-post-event-new-design .rightslide .containerbox {
    background: #f8f9f8;
}

.events-single-header .events-new-sidebar .events-meta-section .buttons p {
    text-align: left;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
}





a.brim-bar.framework {
    background: #121212;
    color: #83B8D7;
}

a.brim-bar.framework:hover {
    background: #83B8D7;
    color: #121212;
}

a.brim-bar.framework.active {
    background: #83B8D7;
    color: #121212;
}

a.brim-bar.framework .arrow{
	background: url(/wp-content/uploads/2021/05/Arrow-1.svg) no-repeat center center;
}

a.brim-bar.framework:hover .arrow {
    background: url(/wp-content/uploads/2021/04/arrow-black.svg) no-repeat center center;
}

/*
Inclusion stuff
*/

.full-width-image-inclusion {
    margin: 0 0 37px;
}

.container-fluid.intro-block.inclusion {
    margin: 0 0 45px;
}

.intro-block .buttons-container {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}

.intro-block .buttons-container a {
    background: #2b3961;
    width: 100%;
    border-radius: 0;
    margin: 13px 0 0;
    height: auto;
    font-weight: 900;
    text-align: center;
    padding: 16px 18px;
    letter-spacing: 0.146em;
    font-size: 12px;
    padding-top: 17px;
}

.intro-block .buttons-container a:first-of-type {
    background: #e56451;
}

.intro-block .col-md-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.intro-block p:last-of-type {
    margin: 0;
}

.intro-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro-block .buttons-container a:hover {
    background: #e56451;
}

.intro-block .buttons-container a:first-of-type:hover {
    background: #2b3961;
}



.brim-bar-dropdown .brim-dropdown-content-block {
    float: left;
    width: 100%;
    position: relative;
}

.brim-bar-dropdown .brim-dropdown-content-block span.title {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 20px;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.brim-bar-dropdown .brim-dropdown-content-block .content {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    padding-right: 42px;
}

.brim-bar-dropdown .brim-dropdown-content-block .content p {
    line-height: 25px;
}

.brim-bar-dropdown .brim-dropdown-content-block .content :last-child {
    margin: 0;
}

.brim-bar-dropdown .brim-dropdown-content-block .content p.last {
    width: 115%;
    color: #83b8d7;
}

.brim-bar-dropdown .brim-dropdown-content-block .content p.last a {
    color: #83b8d7;
    font-weight: 600;
}

.brim-bar-dropdown .brim-dropdown-content-block .content p.last a:hover {
    color: #fff;
}



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

.framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li label {
    background: none;
    border:none;
}

.framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li label > span {
    color: #2B3960;
    border: solid 1px #2B3960;
    padding: 14px 8px 12px 8px;
}

.framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li label > span .bg-hover {
    background: #2B3960;
}

.framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li label:hover > span,
.framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li label input:checked ~ span {
    color: #fff !important;
}

.framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li a:after {
    background: #e56450;
}

.bim-sections.inclusion-sections{
	font-family: 'Avenir W01', sans-serif;
}

.bim-sections.inclusion-sections h1,
.bim-sections.inclusion-sections h2,
.bim-sections.inclusion-sections h3,
.bim-sections.inclusion-sections h4,
.bim-sections.inclusion-sections h5,
.bim-sections.inclusion-sections h6,
.bim-sections.inclusion-sections .title {
    font-family: 'Akzidenz Grotesk', sans-serif;
}

.bim-sections.inclusion-sections .container-fluid.brim-bar-tools-hero h1 {
    text-transform: uppercase;
}

.bim-sections.inclusion-sections .framework-posts form.filterable_search .sidebar .filter-block ul li a {
    border: solid 1px transparent;
}

.bim-sections.inclusion-sections .framework-posts form.filterable_search .sidebar .filter-block ul li[data-value="262"] label > span,
.bim-sections.inclusion-sections .framework-posts form.filterable_search .sidebar .filter-block ul li[data-value="264"] label > span {
    padding: 8px 8px 6px 8px;
}

.bim-sections.inclusion-sections .framework-posts form.filterable_search .sidebar .filter-block ul li a:before {
    background: #2b3960;
}

.bim-sections.inclusion-sections .container-fluid.brim-bar-tools-hero .content {
    font-size: 20px;
    padding-right: 60px;
    letter-spacing: 0.02em;
}

.join-us-bar.inclusion-join-us {
    background: #E56450;
}

.join-us-bar.inclusion-join-us span.title {
    text-transform: uppercase;
    margin: 0 35px 0 0;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.facebook {
    background: url(/wp-content/uploads/2021/05/facebook.svg) no-repeat center center !important;
    background-size: contain;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.instagram {
    background: url(/wp-content/uploads/2021/05/instagram.svg) no-repeat center center !important;
    background-size: contain;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.linkedin {
    background: url(/wp-content/uploads/2021/05/linkedin.svg) no-repeat center center !important;
    background-size: contain;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.fa-twitter {
    width: auto;
    height: auto;
    font-size: 25px;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.fa-twitter:before {
    color: #fff;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.fa-linkedin-square {
    width: auto;
    height: auto;
    font-size: 25px;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon.fa-linkedin-square:before {
    color: #fff;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon {
    width: 25px;
    height: 25px;
}

.join-us-bar.inclusion-join-us .social-icons a.social-icon:hover {
    opacity: 0.5;
}


.our-partners .partner-container {
    float: left;
    width: 100%;
    position: relative;
    height: 165px;
    position: relative;
    background: rgb(227 233 229 / 25%);
}

.our-partners .partner-container .image-container {
    float: left;
    width: 50%;
    height: 100%;
    background: rgb(227 233 229 / 30%);
    position: relative;
    padding: 40px;
}

.our-partners .partner-container .content {
    float: left;
    width: 50%;
    position: relative;
    padding: 23px;
    font-size: 14px;
    font-weight: 600;
    color: #2E2E2E;
}

.our-partners .partner-container .content p {
    line-height: 19px;
}

.our-partners .partner-container .content :last-child {
    margin:0;
}

.our-partners article {
    margin-bottom: 18px;
}

.team-members .profile-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.team-members .profile-container .image-container {
    float: left;
    width: 100%;
    position: relative;
    height: 125px;
    overflow: hidden;
}

.team-members .profile-container .image-container img {
    float: left;
    width: 100%;
}

.team-members .profile-container .post-content {
    height: 124px;
    float: left;
    width: 100%;
    display: block;
    background: rgba(227, 233, 229, 0.25);
    padding: 15px;
    position: relative;
}

.team-members .profile-container .post-content h5 {
    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.09em;
}

.team-members .profile-container .post-content p.role {
    margin: 0;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.46px;
    color: #26242a;
    font-weight: 600;
    float: left;
    width: 100%;
}

.directory-split-content {
    float: left;
    width: 100%;
    position: relative;
    height: 300px;
    background: #2B3960;
}

.directory-split-content.with-image {
    padding-left: 502px;
}

.directory-split-content.with-image .image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 502px;
    height: 100%;
}

.directory-split-content.with-image .image-container .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.directory-split-content .content-right {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.directory-split-content .content-right .vertical {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px;
    height: 100%;
}

.directory-split-content .content-right .vertical h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
}

.directory-split-content .content-right .vertical .content {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 40px 0;
}

.directory-split-content .content-right .vertical .content p {
    line-height: 24px;
}

.directory-split-content .content-right .vertical .content :last-child {
    margin: 0;
}

.directory-split-content .content-right .vertical a.brim-cta-button.inclusion-button {
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e56451;
    padding: 31px 30px;
}

.directory-split-content .content-right .vertical a.brim-cta-button.inclusion-button:hover {background: #e88171;}


.intro-block .inclusion-intro-content {
    float: left;
    width: 100%;
    position: relative;
}

.intro-block .inclusion-intro-content h2 {
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 38px;
    color: #2e2e2e;
    letter-spacing: 0.072em;
    margin: 0 0 20px 0;
}

.intro-block .inclusion-intro-content .content {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    letter-spacing: 0.028em;
    padding-right: 40px;
}

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

.intro-block .inclusion-intro-content .content p:first-of-type{
	font-weight:700;
}

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





.row.action-header-row {
    height: 162px;
    position: relative;
}

.row.action-header-row .resource-heading-col {
    height: 100%;
    position: relative;
}

.row.action-header-row {
    height: 138px;
    position: relative;
}

.row.action-header-row a.resource-title.vertical {
    float: left;
    width: 100%;
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0.03em;
    padding-right: 90px;
    color: #151515;
}

.row.action-header-row a.resource-title.vertical:after {
	content:'';
	position: absolute;
	right:0;
	top:0;
	width:22px;
	height: 12px;
	display: block;
	background: url(/wp-content/uploads/2021/05/arrow-down-inc.svg) no-repeat center center;
	background-size: contain;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row.action-header-row a.resource-title.vertical.active:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single-resouce-container .box {
    text-align: center;
    float: left;
    width: 90%;
    height: 138px;
    padding: 26px 0;
}

.single-resouce-container .box .number {
    font-size: 60px;
    font-family: 'Akzidenz Grotesk';
    line-height: 1;
}

.single-resouce-container .box .text {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Akzidenz Grotesk';
    font-size: 18px;
    margin: 0 0 10px;
}

.single-resouce-container {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #424242;
	float: left;
	width:100%;
	position: relative;
}
.single-resouce-container:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}



.inclusion-resources {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.inclusion-resources .resource-block {
    float: left;
    width: 100%;
    position: relative;
    background: #f3f3f3;
    padding: 30px 50px;
    margin: 0 0 20px 0;
}

.inclusion-resources .resource-block:last-of-type {
    margin: 0;
}

.inclusion-resources .resource-block a.arrow-link {
    float: right;
    width: 79px;
    height: 57px;
    position: relative;
}

.inclusion-resources .resource-block a.arrow-link:hover{
	opacity: 0.8;
}

.inclusion-resources .resource-block a.arrow-link i.arrow {
    position: absolute;
    width: 17px;
    height: 18px;
    background: url(/wp-content/uploads/2021/05/inclusion-arrow.svg) no-repeat center center;
    background-size: contain;
}

.inclusion-resources .resource-block .content-left {
    float: left;
    width: 75%;
    position: relative;
}

.inclusion-resources .resource-block .content-left span.title {
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    color: #121212;
}

.inclusion-resources .resource-block .content-left .content {
    float: left;
    width: 100%;
    position: relative;
	font-size:14px;
	font-weight: 500;
	color: #2e2e2e;
	letter-spacing: 0.088em;
}

.inclusion-resources .resource-block .content-left .content p {
	line-height: 18px;
}

.inclusion-resources .resource-block .content-left .content :last-child {
	margin: 0;
}

.inclusion-resources .resource-block .content-left .label-title {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.028em;
    font-weight: 900;
    line-height: 20px;
    color: #2e2e2e;
}



a.floating-get-in-touch.title {
    position: fixed;
    top: 153px;
    right: 0;
    background: #e56450;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 92px;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 10px;
    z-index: 1;
}

.get-in-touch-inclusion-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #2b3960;
    z-index: 1000;
    padding: 167px 134px;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.get-in-touch-inclusion-modal a.close-get-in-touch {
    position: absolute;
    right: 60px;
    top: 33px;
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2021/05/close-modal-get.svg) no-repeat center center;
    background-size: contain;
}

a.floating-get-in-touch.title:hover {
    background: #2b3960;
}

.get-in-touch-inclusion-modal span.get-in-touch-title {
    float: left;
    background: #e56450;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.107em;
    text-transform: uppercase;
    padding: 12px 13px;
    font-weight: 800;
    margin-left: -32px;
}

.get-in-touch-inclusion-modal  .content {
    float: left;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.167em;
    font-weight: 800;
    color: #fff;
    margin: 30px 0 0 0;
}

.get-in-touch-inclusion-modal .content p {
    line-height: 24px;
    margin: 0 0 40px;
    font-size: 18px;
}

.get-in-touch-inclusion-modal .content a {
    text-decoration: underline;
    color: #fff;
}




.inclusion-post {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    padding-left: 218px;
}

.framework-posts form.filterable_search div#filterable_search_results article:last-of-type .inclusion-post{
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.inclusion-post a.post-thumbnail-outer {
    left: 0;
    top: 0;
    width: 145px;
    position: absolute;
    height: 78px;
    overflow: hidden;
    padding: 0;
}

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

.inclusion-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.inclusion-post .post-content {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 220px;
}

.inclusion-post .post-content h3 {
    font-size: 18px;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.113em;
    font-weight: 700;
}

.inclusion-post .post-content h3 a {
    color: #151515;
}

.inclusion-post .post-content h3 a:hover {
    color: #1b1b1b;
}

.inclusion-post .post-content a.arrow-link {
    float: right;
    width: 79px;
    height: 57px;
    position: absolute;
	right:0;
	top:0;
	background: #e56450;
}

.inclusion-post .post-content a.arrow-link:hover{
	opacity: 0.8;
}

.inclusion-post .post-content a.arrow-link i.arrow {
    position: absolute;
    width: 17px;
    height: 18px;
    background: url(/wp-content/uploads/2021/05/inclusion-arrow.svg) no-repeat center center;
    background-size: contain;
}

.inclusion-post .post-content .content {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.088em;
    font-weight: 500;
}

.inclusion-post .post-content .content p {
    line-height: 18px;
}

.inclusion-post .post-content .content :last-child {
    margin: 0;
}

.featured-resource-inclusion {
    background: #f3f3f3;
    float: left;
    width: 100%;
    padding: 30px;
}

.featured-resource-inclusion .inclusion-post {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.framework-posts form.filterable_search div#filterable_search_results .row.featured-inclusion-row {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 30px;
}

#filterable_search_results article .row.featured-inclusion-row {
    display: none;
}

#filterable_search_results article:first-of-type .row.featured-inclusion-row {
    display: block;
}


.footer .row.top-footer-row{
	margin-bottom: 50px;
}

.footer .row.top-footer-row .footer-section a#footer-logo-main {
    width: auto;
    height: 45px;
}

.footer .row.top-footer-row .footer-section a#footer-logo-main img {
    margin: 0 45px 0 0;
}

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

.footer .row.top-footer-row .footer-section ul.menu {
    width: auto;
    float: right;
    margin: 7px 0;
}

.footer .row.top-footer-row .footer-section ul.menu li {
    width: auto;
	margin: 0 35px 0 0;
}

.footer .row.top-footer-row .footer-section ul.menu li a {
    font-size: 14px;
    letter-spacing: 0.117em;
    line-height: 31px;
}

.footer .row.newsletter-footer-row {
    margin-bottom: 62px;
}

.footer .row.newsletter-footer-row .footer-section .footer-newsletter-section span.title {
    text-transform: none;
    font-size: 20px;
    font-family: 'Avenir W01', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.footer.footer-new {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.footer .row.details-footer-row {
    margin-bottom: 35px;
}

.footer.footer-new .float-right{
	float: right;
}

.container-fluid.footer-bottom-new {
    margin-bottom: 0;
    border-top: solid 1px #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-fluid.footer-bottom-new p.top-footer-top-p {
    margin: 0;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.25em;
    color: #efefef;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.container-fluid.footer-bottom-new p.top-footer-top-p a {
    color: #fff;
    float: left;
    margin: 0 25px 0 0;
    text-transform: uppercase;
    font-weight: 900;
}

.container-fluid.footer-bottom-new p.top-footer-bottom-p {
    margin: 0;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.08em;
    color: #efefef;
    float: left;
    width: 100%;
}

.footer .row.newsletter-footer-row .footer-section .footer-newsletter-section .sign-up-form .wpcf7 form .fields {
    width: 28%;
    margin: 0 5% 0 0;
    float: left;
}

.footer .row.newsletter-footer-row .footer-section .footer-newsletter-section .sign-up-form .wpcf7 form .fields input.wpcf7-text {
    background: none;
    border: none;
    border-bottom: solid 1px #fff;
    padding: 0;
    text-transform: none;
}

.footer .row.newsletter-footer-row .footer-section .footer-newsletter-section .sign-up-form .wpcf7 form .fields.email-field {
    margin: 0;
    padding-right: 60px;
    width: 34%;
}

.footer .row.newsletter-footer-row .footer-section .footer-newsletter-section .sign-up-form .wpcf7 form .fields.email-field .fields.last.submit.arrow {
    width: auto;
    margin: 0;
}

.footer .row.newsletter-footer-row .footer-section .footer-newsletter-section .sign-up-form .wpcf7 form .fields.email-field .fields.last.submit.arrow input.wpcf7-submit.cta-button {
    background: url(/wp-content/uploads/2021/06/footer-submit-new.svg) no-repeat center center;
}

.footer.footer-new .footer-section.no-margin {
    margin-top: 0 !important;
}

.footer.footer-new .footer-section ul.social-media {
    float: right;
    width: auto;
    margin: 100px 0 0 0;
}

.footer.footer-new .footer-section .meta-inner {
    width: 87%;
    margin: 0 0 20px 0;
    min-height: 54px;
}

.footer.footer-new .footer-section .meta-inner span.title {
    font-family: 'Avenir W01', sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 16px;
    margin-bottom: 0;
}

.footer.footer-new .footer-section .meta-inner a {
    letter-spacing: 0.1em;
}

.get-in-touch-inclusion-modal .join-us-bar.inclusion-join-us {
    padding: 0;
    background: none;
    text-align: left;
}

.inclusion-resources .resource-block .content-left .content b {
    text-transform: uppercase;
    color: #e56450;
}



.page-template-inclusion-home .post-list .news-post.double-width a.post-thumbnail-outer {
    height: 189px;
}

.page-template-inclusion-home .post-list .news-post.double-width .post-content {
    height: 112px;
}

.page-template-inclusion-home .container-fluid.post-list .row.posts-ajax article:nth-child(3n+4) {
    clear: both;
}

.post-list.useful-links-climate article {
    margin-bottom: 20px;
}




.events-single-header .events-new-sidebar.hidden-desktop {
    display: none;
}

.events-single-header .events-new-sidebar .events-meta-section.hidden-mobiles {
    display: block;
}





/*		Font size picker	*/

.font-size-picker {
    float: right;
    z-index: 1;
    text-align: center;
    position: fixed;
    top: 15vh;
    right: 0;
    background: #343333;
    padding: 5px 10px;
}

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

.font-size-picker a:hover {
    opacity: 0.6;
}

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

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

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

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

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

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


/*	font size changes	*/

body[data-font-size=font-large] .row.header-meta-block .meta-block-top-details span.meta, body.font-large.single .row.header-meta-block .meta-block-top-details span.meta, body[data-font-size=font-large] .post-list .news-post .post-content .category-link, body.font-large.single .post-list .news-post .post-content .category-link, body[data-font-size=font-large] .post-list .news-post .post-content p.authors-name, body.font-large.single .post-list .news-post .post-content p.authors-name {
    font-size: 9pt;
}



body[data-font-size=font-large] .post-sidebar-buttons .back-button, body.font-large.single .post-sidebar-buttons .back-button, body[data-font-size=font-large] .row.title-row span.sub-title, body.font-large.single .row.title-row span.sub-title, body[data-font-size=font-large] .featured-archive-section .title-container .event-date span.title.month, body.font-large.single .featured-archive-section .title-container .event-date span.title.month, body[data-font-size=font-large] .post-list .news-post .post-content h3, body.font-large.single .post-list .news-post .post-content h3 {
    font-size: 14px;
}


body[data-font-size=font-large] .standard-post h3, body.font-large.single .standard-post h3, body[data-font-size=font-large] .standard-post blockquote, body.font-large.single .standard-post blockquote {
    font-size: 19px;
}


body[data-font-size=font-large] .standard-post-content, body.font-large.single .standard-post-content, body[data-font-size=font-large] .row.featured-event-content .content-container, body.font-large.single .row.featured-event-content .content-container {
    font-size: 22px;
}



body[data-font-size=font-xl] .row.header-meta-block .meta-block-top-details span.meta, body.font-xl.single .row.header-meta-block .meta-block-top-details span.meta, body[data-font-size=font-xl] .post-list .news-post .post-content .category-link, body.font-xl.single .post-list .news-post .post-content .category-link, body[data-font-size=font-xl] .post-list .news-post .post-content p.authors-name, body.font-xl.single .post-list .news-post .post-content p.authors-name {
    font-size: 10pt;
}

body[data-font-size=font-xl] .post-sidebar-buttons .back-button, body.font-xl.single .post-sidebar-buttons .back-button, body[data-font-size=font-xl] .row.title-row span.sub-title, body.font-xl.single .row.title-row span.sub-title, body[data-font-size=font-xl] .featured-archive-section .title-container .event-date span.title.month, body.font-xl.single .featured-archive-section .title-container .event-date span.title.month, body[data-font-size=font-xl] .post-list .news-post .post-content h3, body.font-xl.single .post-list .news-post .post-content h3 {
    font-size: 16px;
}

body[data-font-size=font-xl] .standard-post h3, body.font-xl.single .standard-post h3, body[data-font-size=font-xl] .standard-post blockquote, body.font-xl.single .standard-post blockquote {
    font-size: 21px;
}

body[data-font-size=font-xl] .standard-post-content, body.font-xl.single .standard-post-content, body[data-font-size=font-xl] .row.featured-event-content .content-container, body.font-xl.single .row.featured-event-content .content-container {
    font-size: 24px;
}


/*	All in button amends	*/
.intro-block .buttons-container .row.title-row {
    float: left;
    width: 100%;
    display: block;
    margin-left: 0;
}

.intro-block .buttons-container .sign-up-form {
    margin: 5px 0 12px;
}

.get-in-touch-inclusion-modal .join-us-bar .social-icons a.social-icon {
    margin: 0 40px 0 0;
    width: 32px;
    height: 32px;
    font-size: 32px !important;
}

.inclusion-banner, .inclusion-banner img {
    float: left;
    width: 100%;
}

.filter-tabbed-sections a[data-post_type="events"][data-term_id="19"] {
    display: none !important;
}




.row.filters-title-row a.filters-toggle-button {
    display: none !important;
}

.container-fluid.post-list.events-listing.previous-events .row.read-more-row a.view-more {
    display: block;
}










/* New Homepage */

body.home {
    background-color: #F4F5F6;
}

body.home main#main .container-fluid .container,
body.page-template-ad-spend-page main#main .container-fluid.new-latest-news-section .container {
    width: 1152px;
    clear: both;
}

.work-inners{
	float:left;
	width:100%;
	position: relative;
}

.row.work-row-blocks .float-right {
    float: right;
}

.row.work-row-blocks {
    height: 363px;
    position: relative;
}

.row.work-row-blocks a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.row.work-row-blocks .col-xs-12 {
    height: 100%;
    position: relative;
}

.row.work-row-blocks .image-container {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
}

.row.work-row-blocks .image-container .image{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.row.work-row-blocks .our-work-section-content-inner {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px;
    background: #f4f5f6;
}

.row.work-row-blocks .our-work-section-content-inner .title{
	float: left;
	width:100%;
	font-size: 26px;
	letter-spacing: 0.034em;
	text-transform: uppercase;
	font-weight: 800;
	color: #26232b;
	margin: 0 0 30px 0;
	padding: 0;
}

.row.work-row-blocks .our-work-section-content-inner .content{
	float: left;
	width:100%;
	font-size: 18px;
	font-weight: 400;
	max-width: 644px;
	color: #26242A;
}

.row.work-row-blocks .our-work-section-content-inner .content *{
	color: #26242A;
}

.row.work-row-blocks .our-work-section-content-inner .content p{
	line-height: 26px;
}

.row.work-row-blocks .our-work-section-content-inner .content > *:last-child{
	margin:0;
}

.row.work-row-blocks a:hover .our-work-section-content-inner{
	background: #26242A;
}

.row.work-row-blocks a:hover .our-work-section-content-inner .title,
.row.work-row-blocks a:hover .our-work-section-content-inner .content * {
	color:#fff;
}

.container-fluid.our-fav-jobs {
    background: #26242A;
    padding-top: 82px;
    padding-bottom: 82px;
    margin-bottom: 175px;
    min-height: 670px;
}

.our-fav-jobs span.title.label-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
    margin-top: 105px;
}

.our-fav-jobs span.title.label-title:before{
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	width:60px;
	height: 1px;
	background: #fff;
}

.our-fav-jobs span.heading-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.ads-listing-block {
    float: none;
    width: 105px;
    max-width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 50px 0;
}

.ads-listing-block .ad-selection-image {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 60px 0;
}

.ads-listing-block .ad-selection-image:last-of-type {
    margin: 0;
}

.ads-listing-block .ad-selection-image a {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.ads-listing-block .ad-selection-image a img {
    float: left;
    width: 100%;
    height: auto;
}

.ads-listing-block .ad-selection-image a:hover img, .figures-listing-block .figures-selection-image a:hover img {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.ads-post-blocks {
    float: right;
    width: 105%;
    position: relative;
}

.ads-post-blocks article.ads-block-article {
    float: left;
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.ads-post-blocks article.ads-block-article:first-of-type {
    display: block;
}

.ads-post-blocks article.ads-block-article a {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 63px;
    background: rgba(255,255,255,0.04);
}

.ads-post-blocks article.ads-block-article a .image {
    float: left;
    width: 100%;
    position: relative;
	margin: 0 0 20px 0;
}

.ads-post-blocks article.ads-block-article a:hover .image {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.ads-post-blocks article.ads-block-article a .image img {
    float: left;
    width: 100%;
}

.ads-post-blocks article.ads-block-article a .post-content {
    float: left;
    width: 100%;
    position: relative;
}

.ads-post-blocks article.ads-block-article a .post-content span.title {
    float: left;
    width: 100%;
    position: relative;
	color: #fff;
	font-size:18px;
	line-height: 24px;
	letter-spacing: 0.077em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.ads-post-blocks article.ads-block-article a .post-content .meta-content {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 40px 0;
}

.ads-post-blocks article.ads-block-article a .post-content .meta-content span.meta {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.069em;
}

.ads-post-blocks article.ads-block-article#ad-post-2 a .post-content .meta-content span.meta {
    line-height: 22px;
}

.ads-post-blocks article.ads-block-article a .post-content span.watch-link {
    float: left;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.container-fluid.front-foot-new-section {
    position: relative;
    padding-top: 75px;
    padding-bottom: 90px;
    margin-bottom: 120px;
}

.container-fluid.front-foot-new-section .container {
    position: relative;
    z-index: 2;
}

.container-fluid.front-foot-new-section .colour-bg-shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 73%;
    height: 100%;
    background: #26242A;
    z-index: 1;
}

.front-foot-new-section .image-container {
    float: right;
    width: 100%;
    position: relative;
    height: 616px;
    overflow: hidden;
    margin: 0 60px 0 0;
}

.front-foot-new-section .image-container img {
    float: left;
    width: 100%;
}

.front-foot-new-section .front-foot-new-inner {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 15px;
}

.front-foot-new-section .front-foot-new-inner span.title.front-foot-title {
    float: left;
    width: auto;
    padding: 19px 49px;
    background: #EDA528;
    color: #fff;
    font-size: 42px;
    letter-spacing: 0.034em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 42px;
	margin: 0 0 40px 0;
}

.front-foot-new-section .front-foot-new-inner .content {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
	font-size:20px;
	margin: 0 0 35px 0;
}

.front-foot-new-section .front-foot-new-inner .content p:first-of-type{
	font-size:26px;
}

.front-foot-new-section .front-foot-new-inner .content p{
	line-height: 33px;
}

.front-foot-new-section .front-foot-new-inner .content > *:last-child{
	margin: 0;
}

.front-foot-new-section .front-foot-new-inner a.explore-link-new {
    float: left;
    color: #EDA528;
}

.cta-bar-block-inner {
    float: left;
    width: 100%;
    position: relative;
}

.cta-bar-block-inner a {
    float: left;
    width: 100%;
    position: relative;
    background: #26242A;
    padding: 66px 165px;
}

.cta-bar-block-inner a span.text-title {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 28px;
    line-height: 39px;
    font-weight: 800;
    letter-spacing: 0.0051em;
}

.container-fluid.our-mission-section {
    position: relative;
    padding-bottom: 225px;
    margin-bottom: 240px;
}

.container-fluid.our-mission-section .image-container-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.container-fluid.our-mission-section .image-container-inner .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.container-fluid.our-mission-section .container {
    position: relative;
    z-index: 2;
}

.our-mission-section .inner-mission-image {
    float: left;
    width: 100%;
    margin-left: 10%;
    position: absolute;
    top: 360px;
    border:solid 6px #F4F5F6;
}

.our-mission-section .inner-mission-image img {
    float: left;
    width: 100%;
}

.our-mission-section .mission-content-block {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
}

.our-mission-section .mission-content-block span.title {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.15em;
    margin: 0 0 30px 0;
    color: #26242A;
}

.our-mission-section .mission-content-block .content {
    float: left;
    width: 111%;
    position: relative;
    color: #26242A;
    font-size: 26px;
    margin: 0 0 35px 0;
    letter-spacing: 0.047em;
    font-weight: 500;
}

.our-mission-section .mission-content-block .content p{
	line-height: 35px;
}

.our-mission-section .mission-content-block .content > *:last-child{
	margin: 0;
}

.row.new-title-row {
	margin-bottom: 65px;
}

.row.new-title-row span.label-title {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.05em;
    font-weight: 800;
}

.container-fluid.new-latest-news-section {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 100px;
}

.container-fluid.new-latest-news-section .news-slider-new {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 135px;
    padding-bottom: 115px;
}

.container-fluid.new-latest-news-section .news-slider-new .slick-list {
    overflow: visible;
}
.container-fluid.new-latest-news-section .news-slider-new article {
    padding-right: 10px;
    padding-left: 10px;
}

.new-latest-news-section .news-slider-new ul.slick-dots {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 5px;
    margin: 0 !important;
    padding: 0 10px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    padding-right: 215px;
}

.new-latest-news-section .news-slider-new ul.slick-dots li{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	margin: 0 !important;
}

.new-latest-news-section .news-slider-new ul.slick-dots li button {
    float: left;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background: #26242A;
    border: none;
}

.new-latest-news-section .news-slider-new ul.slick-dots li.slick-active button {
    height: 5px;
    margin-top: -2px;
}

.new-latest-news-section .news-slider-new button.general.slick-arrow {
    position: absolute;
    right: 0;
    bottom: -29px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 55px;
    height: 55px;
    line-height: 62px;
    background: #1b1b1b;
    color: #fff;
    border-radius: 50%;
    border: none;
    padding: 0;
	z-index: 5;
}

.new-latest-news-section .news-slider-new button.general.slick-arrow:before {
    content: '';
    width: 18px;
    height: 15px;
    background: url(/wp-content/uploads/2021/09/arrow-right.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.new-latest-news-section .news-slider-new button.general.slick-arrow.previous {
    right: 75px;
    left: auto;
}

.new-latest-news-section .news-slider-new button.general.slick-arrow.previous:before  {
    background: url(/wp-content/uploads/2021/09/arrow-left.svg) no-repeat center center;
    background-size: contain;
}

.new-latest-news-section .news-slider-new button.general.slick-arrow:hover {
    background: #999;
}

.new-latest-news-section .news-slider-new button.general.slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.2;
}

.new-news-post {
    float: left;
    width: 100%;
    position: relative;
}

.new-news-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
    position: relative;
    height: 242px;
    margin: 0 0 25px 0;
}

.new-news-post:hover a.post-thumbnail-outer {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.new-news-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
	overflow: hidden;
}

.new-news-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: 100%;
    position: relative;
}

.new-news-post .post-content {
    float: left;
    width: 100%;
    position: relative;
}

.new-news-post .post-content .category-link {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 22px 0;
}

.new-news-post .post-content .category-link span.meta {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #26242a;
}

.new-news-post .post-content h3{
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Avenir W01', sans-serif;
    margin: 0;
    letter-spacing: 0.077em;
}

.new-news-post .post-content h3 a{
    float: left;
    position: relative;
    font-weight: 600;
    color: #26242a;
}

.uk-advertising-new-section .credos-slider-new {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 125px;
}

.uk-advertising-new-section .credos-slider-new article {
    padding-right: 10px;
    padding-left: 10px;
}

.uk-advertising-new-section .credos-slider-new ul.slick-dots {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 5px;
    margin: 0 !important;
    padding: 0 10px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
	padding-right: 255px;
}

.uk-advertising-new-section .credos-slider-new ul.slick-dots li{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	margin: 0 !important;
}

.uk-advertising-new-section .credos-slider-new ul.slick-dots li button {
    float: left;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background: #26242A;
    border: none;
}

.uk-advertising-new-section .credos-slider-new ul.slick-dots li.slick-active button {
    height: 5px;
    margin-top: -2px;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    width: 55px;
    height: 55px;
    line-height: 62px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    border: none;
    padding: 0;
    z-index: 5;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow:before {
    content: '';
    width: 18px;
    height: 15px;
    background: url(/wp-content/uploads/2021/09/arrow-right-black.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow:hover:before{
    background: url(/wp-content/uploads/2021/09/arrow-right.svg) no-repeat center center;
    background-size: contain;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow.previous {
	left: -20px;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow.next {
	left:auto;
	right: -20px;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow.previous:before  {
    background: url(/wp-content/uploads/2021/09/arrow-left-black.svg) no-repeat center center;
    background-size: contain;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow.previous:hover:before{
    background: url(/wp-content/uploads/2021/09/arrow-left.svg) no-repeat center center;
    background-size: contain;
}

.uk-advertising-new-section .credos-slider-new button.general.slick-arrow:hover {
    background: #26242A;
}

.new-news-post.credos-style-posts a.post-thumbnail-outer {
    height: 409px;
    position: relative;
}

.new-news-post.credos-style-posts a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: auto;
    position: relative;
    height: 100%;
    max-width: none;
}

.uk-advertising-new-section a.explore-link-new {
    float: right;
    margin-top: -13px;
    position: relative;
    z-index: 5;
}

.upcoming-events-new-block article {
    margin-bottom: 22px;
}

.new-style-events-post  {
    float: left;
    width: 100%;
    position: relative;
}

.new-style-events-post a.post-container  {
    float: left;
    width: 100%;
    position: relative;
	background: #fff;
	padding: 25px;
}

.new-style-events-post a.post-container .post-content  {
    float: left;
    width: 100%;
    position: relative;
}

.new-style-events-post a.post-container .post-content .event-inner-title  {
    float: left;
    width: 100%;
    position: relative;
}

.new-style-events-post a.post-container .post-content .event-inner-title h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.1em;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 800;
    margin: 0 0 30px 0;
    color: #26242a;
    min-height: 30px;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks  {
    float: left;
    width: 100%;
    position: relative;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(38,36,42,0.51);
    padding-left: 60px;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta:first-of-type{
	padding-top:0;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta:last-of-type{
	padding-bottom:0;
	border-bottom: none;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta i {
    position: absolute;
    left: 0;
    top: 16px;
    width: 30px !important;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta i.calendar {
    background: url(/wp-content/uploads/2021/05/calendar.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 4px;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta i.map-marker {
    background: url(/wp-content/uploads/2021/05/map-marker.svg) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 23px;
    top: 14px;
}

.new-style-events-post a.post-container .post-content .event-inner-title .meta-blocks .meta p {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #26242a;
}

.new-style-events-post a.post-container .post-content .event-inner-title span.view-button {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.093em;
    background: #f0f0f0;
    padding: 6px 0;
	color:#26242a;
    margin: 25px 0 0 0;
}

.new-style-events-post a.post-container:hover .post-content .event-inner-title span.view-button {
    background: #E0433D;
	color: #fff;
}

.slider-new-container-block {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 95px;
    height: 735px;
    overflow: hidden;
}

.slider-new-container-block .new-slider-block-inner {
    clear: none;
    height: 735px;
    position: relative;
	overflow: hidden;
}

.slider-new-container-block .new-slider-block-inner .image-container-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-new-container-block .new-slider-block-inner .image-container-inner .image {
    float: left;
    width: 100%;
    height: 100%;
}

.slider-new-container-block .new-slider-block-inner .image-container-inner .image{
	display:block;
}

.slider-new-container-block .new-slider-block-inner .image-container-inner .image.mobiles{
	display:none;
}

.slider-new-container-block .new-slider-block-inner .container {
    height: 100%;
    position: relative;
}

.slider-new-container-block .new-slider-block-inner .container .row {
    height: 100%;
    position: relative;
}

.slider-new-container-block .new-slider-block-inner .container .row .col-xs-12,
.slider-new-container-block .new-slider-block-inner .container .row .col-xs-0 {
    height: 100%;
    position: relative;
}

.slider-new-container-block .new-slider-block-inner .slider-inner-content-block {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-new-container-block .new-slider-block-inner .slider-inner-content-block .slider-content-block {
    position: absolute;
    left: 0;
    bottom: -240px;
    width: 100%;
	opacity: 0;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay:0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 120px;
	opacity: 1;
}

.slider-new-container-block .slick-active .new-slider-block-inner .slider-inner-content-block .slider-content-block {
    bottom: 120px;
	opacity: 1;
}

.slider-inner-content-block .slider-content-block span.label-title.title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.14em;
    margin: 0 0 15px 0;
}

.slider-inner-content-block .slider-content-block span.slider-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 60px;
    line-height: 69px;
    letter-spacing: 0.058em;
    font-weight: 800;
    margin: 0 0 40px 0;
}

.slider-inner-content-block .slider-content-block a.explore-link-new{
	float:left;
	color: #fff;
}


.container-fluid.our-work-repeated-blocks {
    margin-bottom: 90px;
}

.container-fluid.upcoming-events-new-block {
    margin-bottom: 90px;
}

.row.read-more-new-row {
    margin-top: 65px;
}

.row.read-more-new-row a.explore-link-new {
    float: none;
    display: table;
    margin: 0 auto;
}


.explore-link-new {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.025em;
    padding-right: 32px;
    position: relative;
	color: #26242a !important;
	font-family: 'Avenir W01', sans-serif;
}

.explore-link-new:hover, a:hover .explore-link-new{
	padding-right:55px;
}

.explore-link-new:after{
	content:'';
	position: absolute;
	right:0;
	top:4px;
	width:14px;
	height: 11px;
	background: url(/wp-content/uploads/2021/09/explore-arrow-black.svg) no-repeat center center;
	background-size: contain;
}

.explore-link-new.white{
	color: #fff !important;
}

.explore-link-new.white:after{
	background: url(/wp-content/uploads/2021/09/explore-arrow-white.svg) no-repeat center center;
	background-size: contain;
}

.explore-link-new.credos{
	color: #5A9696 !important;
}

.explore-link-new.credos:after{
	background: url(/wp-content/uploads/2021/09/explore-arrow-credos.svg) no-repeat center center;
	background-size: contain;
}

.explore-link-new.yellow{
	color: #EDA528 !important;
}

.explore-link-new.yellow:after{
	background: url(/wp-content/uploads/2021/09/explore-arrow-yellow.svg) no-repeat center center;
	background-size: contain;
}

.explore-link-new.red{
	color: #E0433D !important;
}

.explore-link-new.red:after{
	background: url(/wp-content/uploads/2021/09/explore-arrow-red.svg) no-repeat center center;
	background-size: contain;
}


.slider-new-container-block .new-slider-block-inner .slider-dots-container {
    float: left;
    width: 100%;
    position: relative;
}

.slider-new-container-block ul.slick-dots {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
	position: relative;
}

.slider-new-container-block ul.slick-dots li {
    margin: 7px 0 !important;
    clear: both;
}

.slider-new-container-block ul.slick-dots li button {
    opacity: 0.5;
    border: none;
    background: #fff;
}

.slider-new-container-block ul.slick-dots li.slick-active button {
    background: #fff;
    opacity:1;
}

.slick-slide {
    padding-left: 0;
    padding-right: 0;
}


.slider-new-container-block .new-slider-block-inner .slider-play-pause-buttons {
    float: left;
    width: 100%;
    position: relative;
    height: 31px;
    margin-bottom: 10px;
    margin-left: -11px;
}

.slider-new-container-block .new-slider-block-inner .slider-play-pause-buttons a {
    float: left;
    width: 31px;
    height: 31px;
    position: absolute;
    background: url(/wp-content/uploads/2021/09/slider-pause-button.svg) no-repeat center center;
    background-size: contain;
    left: 0;
     -webkit-transition: none;
     -moz-transition:   none;
     -ms-transition:  none;
     -o-transition:  none;
     transition:  none;
}

.slider-new-container-block .new-slider-block-inner .slider-play-pause-buttons a.play{
	display: none;
    background: url(/wp-content/uploads/2021/09/slider-play-button.svg) no-repeat center center;
    background-size: contain;
}

.slider-new-container-block .new-slider-block-inner .slider-play-pause-buttons a.pause{
	display: block;
}

.invert-text-colour .slider-inner-content-block .slider-content-block span.label-title.title {
    color: #26242a;
}

.invert-text-colour .slider-inner-content-block .slider-content-block span.slider-title {
    color: #26242a;
}

.slider-new-container-block .invert-text-colour.new-slider-block-inner .slider-play-pause-buttons a {
    filter: invert(1);
}

.slider-new-container-block .invert-text-colour ul.slick-dots li button {
    background: #26242a;
}

.slider-new-container-block .invert-text-colour ul.slick-dots li.slick-active button {
    background: #26242a;
}



header.header.new-style-header {
    height: 122px;
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    padding-top: 35px;
    padding-bottom: 35px;
}

header.header.new-style-header.fixed {
    background: #fff;
    height: 73px;
    padding-top: 17px;
    padding-bottom: 17px;
}

header.header.new-style-header div#account-links,
header.header.new-style-header a.search-icon,
header.header.new-style-header a#logo-main{
    margin-top: 0;
    margin-bottom: 0;
}

header.header.new-style-header a#logo-main {
    height: 52px;
    float: none;
    display: table;
    margin: 0 auto;
    width: 219px;
}

header.header.new-style-header a#logo-main img {
    position: absolute;
}

header.header.new-style-header a#logo-main img.white-logo {
    opacity: 1;
}
header.header.new-style-header.fixed a#logo-main img.white-logo {
    opacity: 0;
}

header.header.new-style-header a#logo-main img.square-logo {
    opacity: 0;
}
header.header.new-style-header.fixed a#logo-main img.square-logo {
    opacity: 1;
}

header.header.new-style-header.fixed a#logo-main {
    height: 42px;
}

header.header.new-style-header a.search-icon {
    background: url(/wp-content/uploads/2021/09/black-search-icon.svg) no-repeat center center;
    background-size: contain;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 35px;
    height: 22px;
    width: 22px;
}

body.home header.header.new-style-header a.search-icon{
    background: url(/wp-content/uploads/2021/09/white-search-icon.svg) no-repeat center center;
    background-size: contain;
}

header.header.new-style-header.fixed a.search-icon{
    background: url(/wp-content/uploads/2021/09/black-search-icon.svg) no-repeat center center !important;
    background-size: contain;
}

body.home a.newburgerMenu{
	color:#fff;
}

a.newburgerMenu {
    float: left;
    color: #26242A;
    padding-right: 65px;
    position: relative;
    margin: 16px 0;
}

a.newburgerMenu .icon {
    float: left;
    position: relative;
    width: 30px;
    height: 17px;
}

a.newburgerMenu .icon span {
    width: 30px;
    height: 3px;
    background: #26242A;
    position: absolute;
}

body.home a.newburgerMenu .icon span{
	background: #fff;
}

a.newburgerMenu .icon span:nth-child(2) {
    top: 14px;
}

a.newburgerMenu span.text {
    position: absolute;
    right: 0;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
}

a.newburgerMenu span.text.opened {
    opacity: 0;
}
a.newburgerMenu.active span.text.opened {
    opacity: 1;
}

a.newburgerMenu span.text.closed {
    opacity: 1;
}
a.newburgerMenu.active span.text.closed {
    opacity: 0;
}


.fixed a.newburgerMenu span.text {
    color: #26242A !important;
}
.fixed a.newburgerMenu .icon span {
    background: #26242A !important;
}
.fixed a.newburgerMenu {
    margin: 10px 0;
}


a.newburgerMenu.active span.text{
	color: #fff !important;
}
a.newburgerMenu.active .icon span {
    background: #fff !important;
}

body {
    padding-top: 122px;
}

body.home {
    padding-top: 0;
}


.new-sidebar-menu {
    position: fixed;
    z-index: 999;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
}

.new-sidebar-menu .sidebar-menu-close-section{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: 1;
    background: rgb(16 16 16 / 46%);
}

.sidebar-menu-block {
    background: #26242A;
    height: 100%;
    left: 0;
    top: 0;
    width: 540px;
    max-width: 100%;
    padding: 60px;
    padding-top: 125px;
    float: left;
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
	position: relative;
	z-index:2;
}

.sidebar-menu-block a.newburgerMenu {
    position: absolute;
    top: 35px;
    left: 25px;
}

.sidebar-menu-block.header-fixed a.newburgerMenu {
    margin: 10px 0;
	top: 17px;
}

a.newburgerMenu.active .icon span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

a.newburgerMenu.active .icon span:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}

.sidebar-menu-block .menu-inner {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.sidebar-menu-block .menu-inner .menu-block {
    float: left;
    width: 100%;
    position: relative;
	margin: 0 0 90px 0;
}

.sidebar-menu-block .menu-inner .menu-block > div {
    float: left;
    width: 100%;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li:last-of-type{
	margin: 0;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li > a {
    float: left;
    font-size: 41px;
    color: #fff;
    font-weight: 800;
    line-height: 51px;
    letter-spacing: 0.05em;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li.menu-item-has-children > a:after {
    content: '';
    position: relative;
    float: right;
    width: 15px;
    height: 8px;
    margin: 25px 0 0 15px;
    background: url(/wp-content/uploads/2021/09/menu-arrow.svg) no-repeat center center;
    background-size: contain;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li.menu-item-has-children > a.active:after{
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li > a:hover{
	color:#72BBBB;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li > ul.sub-menu {
    float: left;
    width: 100%;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li > ul.sub-menu li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li > ul.sub-menu li a{
	font-size:18px;
	color:#fff;
	float: left;
	letter-spacing: 0.02em;
}

.sidebar-menu-block .menu-inner .menu-block > div ul.menu > li > ul.sub-menu li a:hover{
	color:#72BBBB;
}


.sidebar-menu-block .menu-inner .sign-up-bar {
    float: left;
    width: 100%;
    position: relative;
	margin: 0 0 40px 0;
}

.sidebar-menu-block .menu-inner .sign-up-bar a.sign-up {
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
}

.sidebar-menu-block .menu-inner .sign-up-bar a.sign-up:hover{
	color:#72BBBB;
}

.sidebar-menu-block .menu-inner .social-links {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.sidebar-menu-block .menu-inner .social-links ul.social-media {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-menu-block .menu-inner .social-links ul.social-media li {
    float: left;
    margin: 0 36px 0 0;
}

.sidebar-menu-block .menu-inner .social-links ul.social-media li:last-of-type {
    margin: 0;
}

.sidebar-menu-block .menu-inner .social-links ul.social-media li a {
    float: left;
    font-size: 24px;
    color: #fff;
}

.sidebar-menu-block .menu-inner .social-links ul.social-media li a:before{
	color: #fff;
}

.sidebar-menu-block .menu-inner .social-links ul.social-media li a:hover:before{
	color: #72BBBB;
}

.container-fluid.cta-bar-new-block {
    margin-bottom: 120px;
    position: relative;
}

.container-fluid.uk-advertising-new-section {
    margin-bottom: 280px;
}

.pattern-bg-shape {
    background: url(/wp-content/uploads/2021/09/AA_PATTERN_0110-1.svg) no-repeat center center;
    position: absolute;
}

.container-fluid.front-foot-new-section .pattern-bg-shape {
    height: 549px;
    width: 100%;
    left: 0;
    top: -170px;
}

.container-fluid.cta-bar-new-block .pattern-bg-shape {
    height: 273px;
    width: 55%;
    top: -175px;
    background-position: top right !important;
    left: 0;
}

.container-fluid.our-mission-section .pattern-bg-shape {
    height: 489px;
    width: 40%;
    bottom: -110px;
    background-position: center right !important;
    left: 0;
}




/* Custom Cursor Rukes */
.cta-bar-block-inner a, .row.work-row-blocks a {
    cursor: url(https://adassoc.org.uk/wp-content/uploads/2021/09/Hover_Arrow-prompt_white.png) 45 45, pointer;
}



/* Credos New Page */

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

.next-report-block a, .next-report-block.without-link a:hover, .next-report-block span {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.047em;
    background: #72bbbb;
    padding: 30px 0;
	color: #26242A;
}

.next-report-block a:hover{
    background: #26242A;
	color: #72bbbb;
}

.adspend-content-block .content-block {
    float: left;
    width: 100%;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.047em;
}

.adspend-content-block .content-block p {
    line-height: 35px;
}

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

.container-fluid.adspend-content-block.white {
    background: #26242A;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 105px;
}

.container-fluid.adspend-content-block.white .content-block {
    color: #fff;
}

.row.adspend-title-row {
    margin-bottom: 50px;
}

.row.adspend-title-row span.title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.container-fluid.adspend-content-block.white .row.adspend-title-row span.title {
    color: #fff;
}

.container-fluid.subscribe-block {
    margin-bottom: 0;
    padding-bottom: 358px;
    overflow: hidden;
    position: relative;
}

.container-fluid.subscribe-block .pattern-bg-shape {
    height: 498px;
    width: 100%;
    left: 0;
    bottom: 115px;
}

.container-fluid.subscribe-block .image-container-inner {
    position: absolute;
    right: 0;
    top: 95px;
    z-index: 0;
    width: 70%;
    height: 630px;
}

.container-fluid.subscribe-block .image-container-inner .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.subscribe-block .subscribe-content-block{
    float: left;
    width: 105%;
    background: #26242A;
    padding: 75px 105px;
	margin-left: -105px;
	position: relative;
}

.subscribe-block .subscribe-content-block span.content-title {
    float: left;
    width: 100%;
    font-size: 52px;
    line-height: 71px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: -14px 0 40px 0;
}

.subscribe-block .subscribe-content-block .content {
    float: left;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.047em;
    color: #fff;
    margin: 0 0 45px 0;
}

.subscribe-block .subscribe-content-block .content ul {
    padding: 0;
    margin: 0 0 24px;
}

.subscribe-block .subscribe-content-block .content p {
    line-height: 25px;
}

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

.container-fluid.next-report-block {
    margin-bottom: 90px;
}

.container-fluid.next-report-block a.title:hover{
	color: #fff;
}

.container-fluid.adspend-content-block.bottom-content-block {
    margin-bottom: 155px;
    position: relative;
}

.adspend-content-block.bottom-content-block .content-block {
    margin-bottom: 55px;
}

.container-fluid.new-latest-news-section.archive-block-slider {
    margin-bottom: 200px;
}



.container-fluid.new-hero-block {
    margin-bottom: 0;
    padding-bottom: 115px;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.container-fluid.new-hero-block .pattern-bg-shape {
    height: 549px;
    width: 100%;
    left: 0;
    bottom: -472px;
}

.container-fluid.new-hero-block h1 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Avenir W01', sans-serif;
    font-size: 60px;
    line-height: 69px;
    font-weight: 700;
    letter-spacing: 0.058em;
}

.container-fluid.new-hero-block span.hero-label {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 69px;
    font-weight: 900;
    letter-spacing: 0.027em;
}


.container-fluid.latest-figures-new {
    margin-bottom: 90px;
}

.container-fluid.latest-figures-new .row.read-more-new-row {
    margin-top: 80px;
}

.figures-listing-block {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 26px;
}

.figures-listing-block .figures-selection-image {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.figures-listing-block .figures-selection-image a {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.figures-listing-block .figures-selection-image a img{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.figures-listing-block .figures-selection-image:last-of-type {
    margin: 0;
}

.figures-listing-main {
    float: right;
    width: 100%;
    position: relative;
}

.figures-listing-main .figures-selected-image {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

.figures-listing-main .figures-selected-image:first-of-type {
    display: block;
}

.latest-figures-new .hidden-bar-desktop{
	display: block;
}

.latest-figures-new .hidden-bar-mobiles{
	display: none;
}


body.home header.header.new-style-header a#logo-main img.white-logo.black-logo {
    display: none !important;
}



body#cannessite,
body#ukaegsite {
    padding-top: 0;
}




.tabbed-inner .member-layout-overlay-contain article {
    clear: none !important;
    margin-top: 0 !important;
}

.tabbed-inner .member-layout-overlay-contain article .member-post {
    height: 250px;
}

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

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

.upcoming-events-new-block .row article:nth-child(odd) {
    clear: both;
}

.new-news-post .post-content .post-download {
    float: left;
    margin: 25px 0 0 0;
}

.new-news-post .post-content span.locked-post {
    top: -2px;
    right: 0;
}

.new-style-events-post#events-post-9717 a.post-container .post-content .event-inner-title h3 {
    min-height: 54px;
}


.brim-case-study-slider {
    float: left;
    width: 100%;
    position: relative;
}

.brim-case-study-slider .brim-opinion-post a.post-content span.meta {
    color: #499D85;
}







/* NEW AD Net Zero Page */

body.page-template-ad-net-zero-new {
    background-color: #F4F5F6;
}

body.page-template-ad-net-zero-new .container-fluid .container.wider-container {
    width: 1152px;
    clear: both;
}

.logos-section-container .col-by-7 {
    width: 14.28%;
}

.logos-section-container .col-by-7 .logo-network-container {
    height: 100px;
}

body.page-template-ad-net-zero-new .post-list .action-content-title {
    z-index: 2;
    height: 280px;
    padding: 40px;
}

body.page-template-ad-net-zero-new .post-list .action-content-title .title {
    font-size: 38px;
    letter-spacing: 0.05em;
}

body.page-template-ad-net-zero-new .post-list .action-content-title .content {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.077em;
}

body.page-template-ad-net-zero-new .post-list .action-content-title .content p {
    line-height: 27px;
}

.action-plan-sliders .new-news-post a.post-thumbnail-outer {
    height: 280px;
}

.row.new-title-row.no-margin-bottom {
    margin-bottom: 0;
}

.action-plan-sliders {
    float: left;
    width: 125%;
    position: relative;
    padding-left: 35px;
	padding-bottom: 85px;
}

.action-plan-sliders .slick-list{
	overflow: visible;
}

body.page-template-ad-net-zero-new .container-fluid.post-list.action-plans-listing {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 90px;
}

.container-fluid.post-list.action-plans-listing a.view-all-actions {
    position: absolute;
    left: 215px;
    bottom: 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #26242a;
}

.container-fluid.post-list.action-plans-listing a.view-all-actions:hover {
    color: #e0433d;
}

.action-plan-sliders:before {
    content: '';
    position: absolute;
    right: 100%;
    background: #f4f5f6;
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-right: -35px;
}

.action-plan-sliders button.general.slick-arrow {
    position: absolute;
    left: 120px;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 55px;
    height: 55px;
    line-height: 62px;
    background: #1b1b1b;
    color: #fff;
    border-radius: 50%;
    border: none;
    padding: 0;
	z-index: 5;
}

.action-plan-sliders button.general.slick-arrow:before {
    content: '';
    width: 18px;
    height: 15px;
    background: url(/wp-content/uploads/2021/09/arrow-right.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.action-plan-sliders button.general.slick-arrow.previous {
    right: auto;
    left: 45px;
}

.action-plan-sliders button.general.slick-arrow.previous:before  {
    background: url(/wp-content/uploads/2021/09/arrow-left.svg) no-repeat center center;
    background-size: contain;
}

.action-plan-sliders button.general.slick-arrow:hover {
    background: #999;
}

.action-plan-sliders button.general.slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.2;
}

.container-fluid.new-net-intro-content {
    margin-bottom: 100px;
}

.container-fluid.new-hero-page-block {
    height: 735px;
    position: relative;
	margin-bottom: 85px;
}

.container-fluid.new-hero-page-block .image-container-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.container-fluid.new-hero-page-block .image-container-inner .image {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
}

body.page-template-ad-net-zero-new {
    padding-top: 0;
}

.container-fluid.new-hero-page-block .container,
.container-fluid.new-hero-page-block .container .row,
.container-fluid.new-hero-page-block .container .row > div {
    height: 100%;
    position: relative;
}

.container-fluid.new-hero-page-block .container {
    padding-top: 160px;
    padding-bottom: 100px;
}

body.page-template-ad-net-zero-new .container-fluid.ticker-taper {
    display: none;
}

.new-hero-page-block .slider-content-inner {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.new-hero-page-block .slider-content-inner h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 52px;
    line-height: 63px;
    color: #fff;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 700;
    max-width: 80%;
}

.ad-net-content-block {
    float: left;
    width: 100%;
    font-size: 26px;
	letter-spacing: 0.05em;
}

.ad-net-content-block p {
    line-height: 36px;
}

.ad-net-content-block > :last-child {
    margin: 0;
}

.new-download-block-section .ad-net-content-block,
.certif-content-inner .ad-net-content-block,
.launch-event-block .ad-net-content-block {
    font-size: 20px;
}

.new-download-block-section .ad-net-content-block p,
.certif-content-inner .ad-net-content-block p,
.launch-event-block .ad-net-content-block p {
    line-height: 28px;
}

.launch-event-block .row.new-title-row {
    margin-bottom: 35px;
}

.event-sponsors .row.new-title-row {
    margin-bottom: 45px;
}



.container-fluid.new-certif-page-block {
    height: 738px;
    position: relative;
    margin-bottom: 180px;
}

.container-fluid.new-certif-page-block .image-container-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.container-fluid.new-certif-page-block .image-container-inner .image {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
}

.container-fluid.new-certif-page-block .container,
.container-fluid.new-certif-page-block .container .row,
.container-fluid.new-certif-page-block .container .row > div {
    height: 100%;
    position: relative;
}

.container-fluid.new-certif-page-block .container {
    padding-top: 110px;
    padding-bottom: 110px;
}



.new-certif-page-block .certif-content-inner {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.new-certif-page-block .certif-content-inner .inner-bottom-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.new-certif-page-block .certif-content-inner .inner-bottom-content span.title-label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 30px 0;
}

.new-certif-page-block .certif-content-inner .inner-bottom-content .ad-net-content-block {
    color: #fff;
    margin: 0 0 40px 0;
}

.container-fluid.new-download-block-section {
    margin-bottom: 165px;
}

.new-download-block-section .row.new-title-row {
    margin-bottom: 30px;
}

.new-download-block-section .row.form-row-section {
    margin-top: 40px;
}

.new-download-block-section .sign-up-form .wpcf7 form .fields.submit {
    position: relative;
    float: left;
    margin: 0;
}

.new-download-block-section .sign-up-form .wpcf7 form .fields b {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.new-download-block-section .sign-up-form .wpcf7 form .fields input.wpcf7-text {
    background: none;
    border: none;
    border-bottom: solid 1px #26242a;
    padding: 0;
    text-transform: none;
    font-size: 16px;
}

.new-download-block-section .sign-up-form .wpcf7 form .fields {
    margin-bottom: 60px;
}

.new-download-block-section .sign-up-form .wpcf7 form .fields.submit input.wpcf7-submit {
    border: solid 1px #FC5028;
    background: none;
    color: #FC5028;
    text-transform: none;
    font-family: 'Avenir W01', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 17px 30px;
}

.new-download-block-section .sign-up-form .wpcf7 form .fields.submit input.wpcf7-submit:hover {
    border: solid 1px #FC5028;
    background: #FC5028;
    color: #fff;
}

.container-fluid.watch-summit-section {
    margin-bottom: 200px;
	position: relative;
}

.watch-summit-section .summit-content-left {
    padding-right: 50px;
}

.watch-summit-section .summit-content-left .ad-net-content-block {
    font-size: 20px;
    margin: 0 0 40px 0;
}

.watch-summit-section .summit-content-left .ad-net-content-block p {
    line-height: 28px;
}

.watch-summit-section  .summit-watch-image {
    float: right;
    width: 100%;
    padding-left: 30px;
}

.watch-summit-section .summit-watch-image img {
    float: left;
    width: 100%;
}



.explore-link-new.cta-not-link {
    float: left;
    clear: both;
    background: #1b1b1b;
    padding: 18px 56px;
    color: #fff !important;
}

.explore-link-new.cta-not-link:after {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    background: url(/wp-content/uploads/2021/09/explore-arrow-white.svg) no-repeat center center;
    background-size: contain;
    top: 0;
}

.launch-event-block a.explore-link-new.cta-not-link {
    float: right;
    margin: 80px 0 0 0;
}

.explore-link-new.red.cta-not-link {
    background: #E0433D;
}

.watch-summit-section .summit-content-left .buttons {
    float: left;
    width: 100%;
    position: relative;
}

.watch-summit-section .summit-content-left .buttons .explore-link-new.cta-not-link {
    float: left;
    margin: 0 5% 0 0;
    background: #ED9C00;
    clear: none;
    width: 47.5%;
    padding: 18px 11px;
    text-align: center;
}

.watch-summit-section .summit-content-left .buttons .explore-link-new.cta-not-link:nth-child(2) {
    margin: 0;
    background: #D6631F;
}

.explore-link-new.cta-not-link:hover {
    background: #24262A !important;
}

.watch-summit-section .summit-content-left .row.new-title-row {
    margin-bottom: 45px;
}

.ad-net-content-block a {
    color: #26242a;
}

.ad-net-content-block a:hover {
    color: #e0433d;
}

body.page-template-ad-net-zero-new .container-fluid.event-sponsors {
    margin-top: 80px;
    margin-bottom: 130px;
}

.container-fluid.launch-event-block {
    margin-bottom: 150px;
}

.watch-summit-section .pattern-bg-shape {
    height: 489px;
    width: 40%;
    bottom: 0;
    background-position: center right !important;
    right: 0;
    opacity: 0.5;
}

.new-certif-page-block .certif-content-inner .inner-bottom-content a.explore-link-new.yellow {
    color: #F3D18A !important;
}

.new-certif-page-block .certif-content-inner .inner-bottom-content a.explore-link-new.yellow:after {
    background: url(/wp-content/uploads/2021/10/explore-arrow-yellow-new.svg) no-repeat center center;
    background-size: contain;
}



body.page-template-all-in-champion,
body.page-template-all-in-action-page,
body.page-template-inclusion-home-new {
    background-color: #F4F5F6;
}

body.page-template-all-in-champion .container-fluid.ticker-taper,
body.page-template-all-in-action-page .container-fluid.ticker-taper,
body.page-template-inclusion-directory-new .container-fluid.ticker-taper,
body.page-template-inclusion-home-new .container-fluid.ticker-taper {
    display: none;
}

.all-in-action-page {
	float: left;
	width:100%;
	position: relative;
}

body.page-template-all-in-champion .bim-sections.inclusion-sections .container-fluid .container,
body.page-template-all-in-action-page .all-in-action-page .container-fluid .container,
body.page-template-inclusion-home-new .all-in-action-page .container-fluid .container,
body.page-template-inclusion-directory-new .bim-sections.inclusion-sections .container-fluid .container {
    width: 1152px;
    clear: both;
}

.row.new-title-row span.label-title.white {
    color: #fff;
}

.container-fluid.get-started-section-all-in {
    background: #2B3960;
    margin-bottom: 150px;
    padding-top: 100px;
    padding-bottom: 175px;
}

.container-fluid.directory-action-section {
    margin-bottom: 130px;
}

.container-fluid.new-latest-news-section.all-in-useful-resources {
    margin-bottom: 150px;
}

.container-fluid.events-all-in-section {
    margin-bottom: 210px;
}

body.page-template-all-in-action-page .container-fluid.cta-bar-new-block {
    margin-bottom: 90px;
}

.container-fluid.why-action-section {
    margin-bottom: 40px;
}

.container-fluid.actions-listing-blocks {
    margin-bottom: 92px;
}

.container-fluid.all-in-action-hero {
    padding-top: 45px;
}

.all-in-action-hero .action-hero-logo {
	float: left;
	width: 100%;
	position: relative;
}

.all-in-action-hero .action-hero-logo img {
    float: left;
    width: 100%;
    height: auto;
}

.all-in-action-hero  .action-hero-inner {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.all-in-action-hero .action-hero-inner span.action-label {
    float: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #26242a;
    margin: 0 0 45px 0;
}

.all-in-action-hero .action-hero-inner h1 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Avenir W01', sans-serif;
    color: #26242A;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
}

.why-action-section .row.new-title-row {
    margin-bottom: 50px;
}

.row.why-column-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.why-column-row .why-column-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.why-action-section .why-section {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    margin: 0;
    border: solid 1px #2B3960;
    padding: 45px;
}

.why-action-section .why-section h3 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.why-action-section .why-section p{
	font-size: 20px;
	line-height: 28px;
	float: left;
	width: 100%;
}

.why-action-section .why-section > :last-child{
	margin:0;
}

.why-action-section .why-section {
    border: solid 1px #2B3960;
}

.why-action-section .why-section h3, .why-action-section .why-section p {
    color: #2B3960;
}

.why-action-section .why-count-2 .why-section,
.why-action-section .why-count-3 .why-section,
.why-action-section .why-count-6 .why-section {
    border: solid 1px #E56450;
}

.why-action-section .why-count-2 .why-section h3,
.why-action-section .why-count-2 .why-section p,
.why-action-section .why-count-3 .why-section h3,
.why-action-section .why-count-3 .why-section p,
.why-action-section .why-count-6 .why-section h3,
.why-action-section .why-count-6 .why-section p {
    color: #E56450;
}

.get-started-section-all-in .started-section-list {
	float: left;
	width:100%;
	position: relative;
	margin: 0;
}

.get-started-section-all-in .started-section-list .get-started-link-block {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 65px 0;
    padding: 0 0 65px 0;
    border-bottom: solid 1px #fff;
}

.get-started-section-all-in .started-section-list .get-started-link-block:last-of-type {
    margin: 0;
}

.get-started-section-all-in .started-section-list .get-started-link-block a {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 130px 0 0;
}

.get-started-section-all-in .started-section-list .get-started-link-block a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 79px;
    height: 57px;
    background: url(/wp-content/uploads/2021/11/started-arrow-white.svg) no-repeat center center #E56450;
}

.get-started-section-all-in .started-section-list .get-started-link-block a:hover:after{
    background: url(/wp-content/uploads/2021/11/started-arrow-black.svg) no-repeat center center #f5f5f5;
}

.get-started-section-all-in .started-section-list .get-started-link-block a span.title-label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
}

.get-started-section-all-in .started-section-list .get-started-link-block a span.desc-label {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.events-all-in-section .row.new-title-row {
	margin-top: 10px;
	margin-bottom: 55px;
}

.events-all-in-section .events-all-in-image {
    float: right;
    width: 100%;
    padding-right: 56px;
    padding-left: 40px;
}

.events-all-in-section .events-all-in-image img {
    float: left;
    width: 100%;
    height: auto;
}

.all-in-content-block {
    font-size: 20px;
    margin: 0 0 40px 0;
	float: left;
	width: 100%;
	position: relative;
	letter-spacing: 0.05em;
}

.all-in-content-block p {
    line-height: 28px;
}

.all-in-content-block > :last-child{
	margin:0;
}

.events-all-in-section .all-in-content-block {
    margin: 0 0 70px 0;
}

.events-all-in-section .buttons {
    float: left;
    width: 320px;
    max-width: 100%;
}

.events-all-in-section .buttons a.explore-link-new.cta-not-link {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 35px 0;
    padding: 18px;
    background: #233B63;
}

.events-all-in-section .buttons a.explore-link-new.cta-not-link:last-of-type{
	margin: 0;
	background: #E56450;
}

.directory-action-section .row.new-title-row {
	margin-top: 75px;
	margin-bottom: 55px;
}

.directory-action-section .director-section-image {
    float: right;
    width: 100%;
    position: relative;
    padding-right: 30px;
    padding-left: 60px;
}

.directory-action-section .director-section-image img {
    float: left;
    width: 100%;
    position: relative;
}

.directory-action-section .all-in-content-block {
    padding-right: 30px;
    margin: 0 0 50px 0;
}

.cta-bar-block-inner.small-sizing a {
    padding: 50px 85px;
}

.cta-bar-block-inner.small-sizing a span.text-title {
    font-size: 26px;
    line-height: 39px;
}

.new-latest-news-section.all-in-useful-resources .news-slider-new ul.slick-dots {
    padding-right: 320px;
}

.new-latest-news-section.all-in-useful-resources .news-slider-new button.general.slick-arrow {
    right: 100px;
}

.new-latest-news-section.all-in-useful-resources .news-slider-new button.general.slick-arrow.previous {
	right: 175px;
}

a.explore-link-new.blue {
    color: #2B3960 !important;
}

a.explore-link-new.blue:after {
    background: url(/wp-content/uploads/2021/11/blue-arrow.svg) no-repeat center center;
    background-size: contain;
}

.row.listing-row-actions {
    margin-right: -30px;
    margin-left: -30px;
}

.row.listing-row-actions .col-xs-12 {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
}

.actions-listing-blocks .all-in-action-post {
    float: left;
    width: 100%;
    position: relative;
}

.actions-listing-blocks .all-in-action-post a {
    float: left;
    width: 100%;
    position: relative;
    background: #E56450;
    padding: 40px 28px;
    height: 330px;
    border: solid 1px #E56450;
}

.actions-listing-blocks .all-in-action-post a:hover{
	background: transparent;
}

.actions-listing-blocks .all-in-action-post a:after {
    content: '';
    position: absolute;
    bottom: 36px;
    left: 30px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2021/11/action-block-arrow-white.svg) no-repeat center center;
    background-size: contain;
}

.actions-listing-blocks .all-in-action-post a:hover:after{
    background: url(/wp-content/uploads/2021/11/action-block-arrow-orange.svg) no-repeat center center;
    background-size: contain;
}

.actions-listing-blocks .all-in-action-post a .action-label {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}

.actions-listing-blocks .all-in-action-post a:hover .action-label{
	color: #E56450;
}

.actions-listing-blocks .all-in-action-post a .action-title {
    float: left;
    width: 100%;
    position: relative;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
}

.actions-listing-blocks .all-in-action-post a:hover .action-title{
	color: #E56450;
}

.row.phase-title-row {
    margin-bottom: 50px;
}

.row.phase-title-row span.title {
	float: left;
	width: 100%;
	font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #26242a;
}

.all-in-action-hero .action-hero-inner .cta-bar-new-block {
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
}

.all-in-action-hero .action-hero-inner .cta-bar-block-inner a {
    background: #E56450;
    padding: 48px 60px;
}

.container-fluid.new-all-in-modal.get-in-touch-inclusion-modal {
    width: 100%;
    padding: 35px 80px;
    background: #fff;
}

.container-fluid.new-all-in-modal.get-in-touch-inclusion-modal .overlay {
    float: left;
    width: 100%;
    height: 100%;
    background: #2b3960;
    position: relative;
}

.container-fluid.new-all-in-modal.get-in-touch-inclusion-modal .overlay a.close-get-in-touch {
    left: 40px;
    right: auto;
    top: 40px;
    z-index: 1;
}

.container-fluid.new-all-in-modal.get-in-touch-inclusion-modal .overlay .container {
    height: 100%;
    position: relative;
    overflow: auto;
    width: 85%;
}

.new-all-in-modal .all-in-modal-content {
    float: left;
    width: 100%;
    padding-left: 32px;
    padding-top: 130px;
    height: 100%;
    position: relative;
    padding-bottom: 125px;
}

.new-all-in-modal .all-in-modal-content .join-us-bar.inclusion-join-us {
    padding: 0;
    background: none;
    position: relative;
    margin: 0 0 20px 0;
}

.container-fluid.new-all-in-modal.get-in-touch-inclusion-modal .overlay .container .row {
    height: 100%;
}

.container-fluid.new-all-in-modal.get-in-touch-inclusion-modal .overlay .container .row .col-lg-5 {
    height: 100%;
    position: relative;
}

.new-all-in-modal .wpcf7 form .fields b {
    font-size: 14px;
    letter-spacing: 0.095em;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.new-all-in-modal .wpcf7 form .fields input.wpcf7-text,
.new-all-in-modal .wpcf7 form .fields textarea{
	border-radius:0;
	height:40px;
	border-color: #fff;
	background: none;
	color: #fff;
	border: none;
	border-bottom: solid 1px #fff;
	padding: 0;
}

.new-all-in-modal .wpcf7 form .fields textarea{
	height: 143px;
	border: solid 1px #fff;
	padding: 20px;
}

.new-all-in-modal .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
	margin: 0;
}

.new-all-in-modal .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: #fff;
    content: '\f00c';
    line-height: 13px;
    text-align: center;
    color: transparent;
}

.new-all-in-modal .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
	color:#fff;
    border-color: #fff;
}

.new-all-in-modal .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item  input:checked ~  span.wpcf7-list-item-label {
    color: #fff;
}

.new-all-in-modal .wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    padding: 0 0 0 34px;
    line-height: 19px;
}

.new-all-in-modal .wpcf7 form .fields {
    margin: 0 0 30px 0;
}

.new-all-in-modal .wpcf7 form .fields.submit {
    margin: 0;
}

.new-all-in-modal .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 12px;
    float: left;
    text-align: center;
    border-color: #E56450;
    color: #E56450;
    width: 300px;
    max-width: 100%;
    left: auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 54px;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.new-all-in-modal .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover{
	background:#E56450;
	color: #fff;
}

.modal-form-container {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 105px;
}

.new-all-in-modal .wpcf7 form .wpcf7-response-output {
    color: #fff !important;
}

.new-all-in-modal .wpcf7 form.invalid .wpcf7-response-output:before,
.new-all-in-modal .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;
}

.get-in-touch-inclusion-modal.new-all-in-modal span.get-in-touch-title {
    padding: 20px 30px;
}

.get-in-touch-inclusion-modal.new-all-in-modal .content {
    font-weight: 600;
    letter-spacing: 0.05em;
}

.get-started-section-all-in .started-section-list .get-started-link-block.no-link-block {
    border: none;
	padding: 0;
}

.get-started-section-all-in .started-section-list .get-started-link-block.no-link-block a {
    pointer-events: none;
    cursor: default;
    padding: 0;
}

.get-started-section-all-in .started-section-list .get-started-link-block.no-link-block a:after {
    display: none;
}

.get-started-section-all-in .row.after-content {
    margin-top: 120px;
}

.get-started-section-all-in .row.before-content {
    margin-bottom: 90px;
}

.get-started-section-all-in .row.before-content .started-content-section {
    font-weight: 700;
}

.started-content-section {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.038em;
}

.started-content-section p {
    line-height: 28px;
}

.started-content-section :last-child {
    margin: 0;
}

.our-partners.new-partners-section .partner-container {
    height: 230px;
    background: #FFFFFF;
}

.our-partners.new-partners-section .partner-container .image-container {
    background: none;
    height: auto;
    width: 45%;
}

.our-partners.new-partners-section .partner-container .content {
    font-size: 18px;
    padding: 40px;
    color: #2E2E2E;
    padding-left: 0;
    width: 55%;
}

.our-partners.new-partners-section .partner-container .content p {
    line-height: 25px;
}

.all-in-action-page .join-us-bar.inclusion-join-us {
    background: #2B3960;
    padding: 85px 0;
}

.all-in-action-page .join-us-bar.inclusion-join-us span.title {
    font-size: 26px;
    line-height: 39px;
}

.all-in-action-page .join-us-bar.inclusion-join-us .social-icons {
    margin: -2px 0;
}

.team-members.all-in-new-team .profile-container {
    margin-bottom: 45px;
}

.team-members.all-in-new-team .profile-container .image-container {
    height: 307px;
    position: relative;
}

.team-members.all-in-new-team .profile-container .image-container .image {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.team-members.all-in-new-team .profile-container .post-content {
    height: auto;
    padding: 0;
    background: none;
    margin: 30px 0 0 0;
}

.team-members.all-in-new-team .profile-container .post-content h5 {
    font-family: 'Avenir W01', sans-serif;
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0;
}

.team-members.all-in-new-team .profile-container .post-content p.role {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0 0;
    letter-spacing: 0.1em;
    color: #E56450;
}

.all-in-action-page .container-fluid.featured-archive-section {
    padding-top: 45px;
    margin-bottom: 100px;
}

.all-in-action-page .container-fluid.featured-archive-section .inclusion-banner {
    overflow: hidden;
}

.all-in-action-page .container-fluid.social-bar-block {
    margin-bottom: 130px;
}

.all-in-action-page  .container-fluid.our-partners.new-partners-section {
    margin-bottom: 150px;
}

.container-fluid.all-in-new-intro {
    margin-bottom: 120px;
}

.all-in-new-intro .inclusion-intro-content {
    float: left;
    width: 100%;
}

.all-in-new-intro .inclusion-intro-content h1 {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 52px;
    line-height: 64px;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 700;
    margin: 0 0 35px 0;
	color: #24262A;
}

.all-in-new-intro .inclusion-intro-content .content {
    float: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.06em;
	margin: 0 0 50px 0;
}

.all-in-new-intro .inclusion-intro-content .content p{
	line-height: 28px;
}

.all-in-new-intro .inclusion-intro-content .content :last-child{
	margin:0;
}

.all-in-new-intro .inclusion-intro-content .buttons-container {
    float: left;
    width: 100%;
}

.events-all-in-section .buttons {
    float: left;
    width: 320px;
    max-width: 100%;
}

.all-in-new-intro .inclusion-intro-content .buttons-container a.explore-link-new.cta-not-link {
    float: left;
    width: auto;
    text-align: center;
    margin: 0 35px 20px 0;
    background: #E56450;
    clear: none;
    padding: 18px 35px;
}

.all-in-new-intro .inclusion-intro-content .buttons-container a.explore-link-new.cta-not-link:nth-child(even){
    background: #233B63;
}

.all-in-new-intro .inclusion-intro-content .buttons-container a.explore-link-new.cta-not-link:last-of-type{
	margin: 0;
}

.container-fluid.all-in-action-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    background: #fff;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
}

.row.nav-bar-inner .nav-item {
    float: left;
    width: 100%;
    text-align: center;
}

.row.nav-bar-inner .nav-item a {
    padding: 32px 0;
    display: table;
    margin: 0 auto;
    color: #2B3960;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    line-height: 10px;
}

.row.nav-bar-inner .nav-item a:hover {
    color: #e56450;
}



.all-in-action-page .container-fluid.social-bar-block {
    position: relative;
}

.all-in-action-page .container-fluid.social-bar-block .pattern-bg-shape {
    height: 380px;
    width: 55%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
    background-position: top right !important;
    left: 0;
}

.container-fluid.directory-action-section {
    position: relative;
}

.container-fluid.directory-action-section .pattern-bg-shape {
    height: 489px;
    width: 40%;
    bottom: -110px;
    background-position: center left !important;
    right: 0;
}



.container-fluid.events-all-in-section{
    position: relative;
}

.container-fluid.events-all-in-section .pattern-bg-shape {
    height: 489px;
    width: 47%;
    bottom: -110px;
    background-position: center left !important;
    right: 0;
}

.row.team-members-row-new .col-xs-12:nth-child(4n+5) {
    clear: both;
}







body.white-header-page{
	padding-top:0;
}

body.white-header-page header.header.new-style-header a#logo-main img.white-logo.black-logo {
    display: none;
}

body.white-header-page a.newburgerMenu .icon span{
	background: #fff;
}

body.white-header-page a.newburgerMenu{
	color:#fff;
}

body.white-header-page header.header.new-style-header a.search-icon{
    background: url(/wp-content/uploads/2021/09/white-search-icon.svg) no-repeat center center;
    background-size: contain;
}

.inclusion-new-all-in .container-fluid.brim-bar-tools-hero.black-background-fluid {
    padding-top: 175px;
    padding-bottom: 120px;
    margin-bottom: 80px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in .container-fluid.brim-bar-tools-hero h1 {
    text-transform: none;
    font-family: 'Avenir W01', sans-serif;
    font-size: 52px;
    line-height: 63px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in .container-fluid.brim-bar-tools-hero .content {
    font-size: 26px;
    padding-right: 85px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in .container-fluid.brim-bar-tools-hero .content p {
    line-height: 36px;
}

.inclusion-new-all-in .framework-posts form.filterable_search .sidebar .filter-block ul li a {
    font-size: 12px;
    line-height: 13px;
    padding: 18px 8px;
    margin-top: -1px;
    font-family: 'Avenir W01', sans-serif;
    text-transform: none;
    font-weight: 600;
}

.inclusion-new-all-in .framework-posts.inclusion-posts form.filterable_search .sidebar .filter-block ul li label > span {
    font-size: 12px;
    text-transform: none;
    padding: 8px 25px;
    line-height: 16px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in .framework-posts form.filterable_search .sidebar .filter-block ul li[data-value="262"] label > span,
.bim-sections.inclusion-sections.inclusion-new-all-in .framework-posts form.filterable_search .sidebar .filter-block ul li[data-value="264"] label > span {
    padding: 8px 12px;
}


.inclusion-new-all-in .inclusion-post {
    padding: 0 0 45px 0;
    margin: 0 0 45px 0;
    padding-left: 218px;
}

.inclusion-new-all-in .featured-resource-inclusion .inclusion-post {
    padding: 0;
    margin: 0;
    padding-left: 218px;
}

.inclusion-new-all-in .inclusion-post .post-content h3 {
    font-size: 20px;
    font-family: 'Avenir W01', sans-serif;
    text-transform: none;
}

.inclusion-new-all-in .featured-resource-inclusion .inclusion-post .post-content .content {
	font-size: 16px;
	line-height: 18px;
}

.inclusion-new-all-in .featured-resource-inclusion .inclusion-post .post-content .content p {
	line-height: 18px;
}

.inclusion-new-all-in .featured-resource-inclusion {
    padding: 30px 90px;
}

.inclusion-new-all-in .featured-resource-inclusion .row.title-row span.sub-title {
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    text-transform: none;
    font-weight: 600;
}

.inclusion-new-all-in .framework-posts form.filterable_search div#filterable_search_results .row.featured-inclusion-row {
    margin-right: -90px;
    margin-left: -90px;
    margin-bottom: 45px;
}

.inclusion-new-all-in .row.brim-title-row {
    margin-bottom: 40px;
}

.inclusion-new-all-in .row.brim-title-row .sub-title.not-caps {
    font-family: 'Avenir W01', sans-serif;
}

.inclusion-new-all-in .framework-posts form.filterable_search .sidebar {
    margin-bottom: 70px;
}

.inclusion-new-all-in .framework-posts form.filterable_search .row.load-more span#load_more {
    cursor: pointer;
    width: 300px;
    text-align: center;
    background: #2B3960;
    border: none;
    text-transform: none;
    color: #fff;
    height: 54px;
    padding: 22px 0;
    font-family: 'Avenir W01', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.inclusion-new-all-in .framework-posts form.filterable_search .row.load-more span#load_more:hover {
    background: #e56450;
}

.inclusion-new-all-in .framework-posts form.filterable_search div#filterable_search_results {
    margin-bottom: 90px;
}

.inclusion-new-all-in .framework-posts form.filterable_search .row.load-more {
    margin-bottom: 80px;
}


.new-container-width .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item,
.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item {
    width: auto;
    margin: 10px 40px 0 0;
}

.new-container-width .wpcf7 form .fields.submit .wpcf7-submit.cta-button,
.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    border: none;
}

.new-container-width .wpcf7 form .fields.gdpr-new .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label,
.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.gdpr-new .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
    width: 0px;
    overflow: hidden;
    height: 20px;
    padding: 0 0 0 25px;
}

.new-container-width .wpcf7 form .fields.gdpr-new .wpcf7-checkbox,
.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.gdpr-new .wpcf7-checkbox {
    width: auto;
}

.new-container-width .wpcf7 form .fields.gdpr-new span.label-gdpr,
.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.gdpr-new span.label-gdpr {
    font-weight: 400;
    color: #000000;
    font-size: 10px;
    padding: 0 0 0 0;
    line-height: 24px;
}

.new-container-width .wpcf7 form .fields.gdpr-new span.label-gdpr a,
.dropped-sign-up-form .wpcf7 form .fields.gdpr-new span.label-gdpr a {
    text-decoration: underline !important;
    color: #26242a;
}

.new-container-width .wpcf7 form .fields.gdpr-new span.label-gdpr a:hover,
.dropped-sign-up-form .wpcf7 form .fields.gdpr-new span.label-gdpr a:hover {
    color: #22525e;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form.invalid .wpcf7-response-output, .page-id-11717 .dropped-sign-up-form .wpcf7 form.unaccepted .wpcf7-response-output {
    color: red !important;
}

.new-container-width .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    width: auto;
}

.page-id-11717 .dropped-sign-up-form {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.standard-label-text b {
    font-size: 20px;
    letter-spacing: 1.65px;
    font-weight: 400;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.standard-label-text {
    margin-top: 20px;
    margin-bottom: 35px;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form h4 {
    float: left;
    width: 100%;
    margin: 0;
}

.page-id-11717 .row.header-meta-block .meta-block-top-details {
    padding-bottom: 0;
}

.page-id-11717 .row.header-meta-block .meta-block-top-details span.meta {
    display: none;
}



.cta-bar-block-inner a.has-no-link, .row.work-row-blocks a.has-no-link {
    cursor: default;
}

.directory-action-section.content-section .row.new-title-row {
    margin-top: 0;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields.standard-label-text.no-margin-top {
    margin-top: 0;
    margin-bottom: 15px;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form p.sub-text {
    width: 100%;
    float: left;
    font-size: 14px;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields b {
    font-weight: 600;
}

.page-id-11717 .dropped-sign-up-form .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
    font-weight: 800;
}



.actions-listing-blocks .row.listing-row-actions#phase-section-2 .all-in-action-post a {
    border: solid 1px #233B63;
    background: #233B63;
}

.actions-listing-blocks .row.listing-row-actions#phase-section-2 .all-in-action-post a:hover {
    background: transparent;
}

.actions-listing-blocks .row.listing-row-actions#phase-section-2 .all-in-action-post a:hover .action-label, .actions-listing-blocks .row.listing-row-actions#phase-section-2 .all-in-action-post a:hover .action-title {
    color: #233B63;
}

.actions-listing-blocks .row.listing-row-actions#phase-section-2 .all-in-action-post a:hover:after {
    background: url(/wp-content/uploads/2022/01/action-block-arrow-blue.svg) no-repeat center center;
    background-size: contain;
}

.climate-action-buttons.the-works-button {
    /* padding-left: 0px; */
}

.climate-action-buttons.the-works-button a.read-more-button {
    padding: 16px 18px;
    line-height: 18px;
    height: 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.climate-action-buttons.the-works-button a.read-more-button#adgreen {
    background: #22525e;
}

.climate-action-buttons.the-works-button a.read-more-button#adgreen:hover {
    background: #26242a !important;
}




.framework-posts form.filterable_search .sidebar .search-form {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.framework-posts form.filterable_search .sidebar .search-form b {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    color: #121212;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: 'Avenir W01', sans-serif;
    text-transform: none;
}

.framework-posts form.filterable_search .sidebar .search-form .inner-search {
    float: left;
    width: 100%;
}

.framework-posts form.filterable_search .sidebar .search-form .inner-search input[type="search"] {
    color: #2B3960;
    border: solid 1px #2B3960;
    height: 50px;
    padding: 8px 18px;
    float: left;
    width: 100%;
    font-size: 16px;
}

.row.nav-bar-inner .inner-big-nav-list {
    float: left;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.upcoming-events-new-block .row.listing-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upcoming-events-new-block .row.listing-row article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.upcoming-events-new-block .row.listing-row article > .new-style-events-post {
    height: 100%;
}

.upcoming-events-new-block .row.listing-row article > .new-style-events-post a {
    height: 100%;
    position: relative;
}




.bim-sections.inclusion-sections.inclusion-new-all-in.champion-content-page .container-fluid.brim-bar-tools-hero .content {
    padding: 0;
    font-size: 20px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in.champion-content-page .container-fluid.brim-bar-tools-hero .content p,
.bim-sections.inclusion-sections.inclusion-new-all-in.champion-content-page .container-fluid.brim-bar-tools-hero .content li {
    line-height: 28px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in.champion-content-page .container-fluid.brim-bar-tools-hero .content ol {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 22px;
}

.bim-sections.inclusion-sections.inclusion-new-all-in.champion-content-page .container-fluid.brim-bar-tools-hero .content ol li {
    float: left;
    width: 100%;
}

.champion-content-page .directory-action-section .director-section-image {
    padding-left: 0;
    padding-right: 59px;
}

.champion-content-page .directory-action-section .all-in-content-block {
    padding-right: 0;
}

.champion-content-page .directory-action-section .all-in-content-block ul {
    padding: 0 0 0 22px;
}

.champion-content-page .directory-action-section .row.new-title-row {
    margin-top: 0;
    margin-bottom: 25px;
}

.champion-content-page .actions-listing-blocks .row.new-title-row .content {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 35px 0 0;
    letter-spacing: 0.05em;
}

.champion-content-page .actions-listing-blocks .row.new-title-row .content p {
    line-height: 29px;
}

.champion-content-page .actions-listing-blocks .row.new-title-row .content > :last-child {
    margin: 0;
}

.champion-content-page.inclusion-new-all-in .container-fluid.brim-bar-tools-hero.black-background-fluid {
    margin-bottom: 129px;
}

.champion-content-page .container-fluid.directory-action-section {
    margin-bottom: 150px;
}

.champion-content-page .actions-listing-blocks .all-in-action-post a:after {
    display: none;
}

.actions-listing-blocks .all-in-action-post a  span.action-text {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    color: #fff;
}

.actions-listing-blocks .all-in-action-post a:hover span.action-text {
    color: #E56450;
}



.all-in-champion-form {
    float: left;
    width: 100%;
    position: relative;
}

.all-in-champion-form h3.form-title {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 26px;
    line-height: 30px;
    color: #26242A;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.all-in-champion-form .wpcf7 form .fields {
	margin:0 0 35px 0;
}

.all-in-champion-form .wpcf7 form .fields.submit {
    margin: 0;
}

.all-in-champion-form .wpcf7 form .fields b {
    text-transform: none;
    font-size: 14px;
    margin: 0 0 10px 0;
    letter-spacing: 0.05em;
}

.all-in-champion-form .wpcf7 form .fields input.wpcf7-text,
.all-in-champion-form .wpcf7 form .fields textarea,
.all-in-champion-form .wpcf7 form .fields input.wpcf7-date,
.all-in-champion-form .wpcf7 form .fields input.wpcf7-number {
    background: none;
    border-radius: 0px;
    border: solid 1px rgb(38 36 42 / 50%);
	height: 48px;
	position: relative;
}

.all-in-champion-form .wpcf7 form .fields.submit button.wpcf7-submit {
    margin: 0 auto;
    height: 54px;
    padding: 13px;
    font-size: 15px;
    text-transform: none;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
    border: none;
    outline: none !important;
    width: 436px;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    background: #2B3960;
}

.all-in-champion-form .wpcf7 form .fields.submit button.wpcf7-submit:hover {
    background: #1b1b1b;
}

.all-in-champion-form .wpcf7 form .fields.submit button.wpcf7-submit:after {
    content: '';
    right: 0;
    width: 14px;
    height: 11px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    background: url(/wp-content/uploads/2021/09/explore-arrow-white.svg) no-repeat center center;
    background-size: contain;
    top: 0;
}

.champion-content-page .actions-listing-blocks .row.listing-row-actions {
    margin-bottom: 70px;
}

.champion-content-page .container-fluid.actions-listing-blocks {
    overflow: hidden;
}

.champion-content-page .actions-listing-blocks .all-in-action-post a[href="#"] {
    cursor: pointer;
    pointer-events: none;
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper .codedropz-upload-handler {
    border-radius: 0;
    border: solid 1px rgb(38 36 42 / 50%);
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
    padding: 44px;
    cursor: pointer;
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto 33px;
    overflow: hidden;
    color: transparent;
    background: url(/wp-content/uploads/2022/03/upload-icon.svg) no-repeat center center;
	background-size:contain;
    border-radius: 50%;
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner > span{
	display: none;
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.05em;
}

.container-fluid.all-in-action-nav a.open-framework-menu{
    display: none;
}

.all-in-champion-form .wpcf7 form .fields .codedropz-upload-wrapper ~ span.wpcf7-not-valid-tip {
    margin: 5px 10px 0 0;
}

.post-list .news-post.cannes-new-posts-smaller .post-thumbnail-outer {
    height: 200px;
}

.post-list .news-post.cannes-new-posts-smaller  .post-content {
    height: 120px;
}

.row.front-row-block .featured-video-block .inner-image {
    float: left;
    width: 100%;
    position: relative;
}

body.page-template-inclusion-directory-new {
    background: #fff;
}

.postid-12957 .standard-post a.cta-button {
    float: none;
    display: table;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    margin: 0 auto;
}

.postid-12957 .standard-post a.cta-button:hover {background: #555;}





.partners.cannes-partners .logos-carousel .logo {
    padding: 0 15px;
}

.partners.cannes-partners .logos-carousel .logo a {
    height: 100px;
    float: left;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.partners.cannes-partners .logos-carousel .logo a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.post-list.events-listing a.explore-link-new.red {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}







.upcoming-events-new-block form.filterable_search .sidebar {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block {
    float: left;
    width: 100%;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul {
    list-style-type: none;
    float: left;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li {
	float: left;
	width:auto;
	margin: 0 20px 0 0;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label {
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 0;
    background: #121212;
    overflow: hidden;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label input.cat_filter {
    display: none;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label > span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.044em;
    padding: 13px 8px;
    background: none;
    color: #fff;
    font-weight: 700;
	position: relative;
	z-index: 1;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label:hover > span,
.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label input:checked ~ span{
	color: #fff !important
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label > span .bg-hover{
	position: absolute;
	left:0;
	top:0;
	width:0%;
	height:100%;
	z-index: -1;
	background: #e0312c;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label:hover > span .bg-hover,
.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label input:checked ~ span .bg-hover {
    width: 106%;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.044em;
    padding: 19px 8px;
    background:none;
    color: #fff;
    font-weight: 700;
	position: relative;
	z-index: 1;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li a:before{
	content:'';
	width:100%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	background: #e0312c;
	z-index: -1;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li a:after{
	content:'';
	width:0%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	background: #121212;
	z-index: -1;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li a:hover:after{
	width:100%;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li label > span {
    text-transform: none;
    font-size: 12px;
    padding: 15px 35px;
    line-height: 16px;
}

.upcoming-events-new-block form.filterable_search .sidebar .filter-block ul li a {
    padding: 15px 35px;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
}

.upcoming-events-new-block form.filterable_search .open-filters-mobiles {
    display: none !important;
}




.logos-section-container .col-by-8 {
    width:12.5%;
}

.logos-section-container .col-by-8 .logo-network-container {
    height: 100px;
}

.logos-section-container .col-by-8 .logo-network-container a.logo-container {
    padding: 5px;
}

.event-sponsors.new-supporters-inclusion .row.new-title-row span.label-title {
    font-size: 30px;
    line-height: 1;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    width: 55px;
    height: 55px;
    line-height: 62px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    border: none;
    padding: 0;
    z-index: 5;
    font-size: 0px;
    line-height: 1;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow.previous {
    left: -20px;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow.next {
    left: auto;
    right: -20px;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow:before {
    content: '';
    width: 18px;
    height: 15px;
    background: url(/wp-content/uploads/2021/09/arrow-right-black.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow.previous:before {
    background: url(/wp-content/uploads/2021/09/arrow-left-black.svg) no-repeat center center;
    background-size: contain;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow:hover {
    background: #26242A;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow:hover:before {
    background: url(/wp-content/uploads/2021/09/arrow-right.svg) no-repeat center center;
    background-size: contain;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new button.general.slick-arrow.previous:hover:before {
    background: url(/wp-content/uploads/2021/09/arrow-left.svg) no-repeat center center;
    background-size: contain;
}

div#scrollInclusionWorkingGroup .row.team-members-row-new ul.slick-dots {
    display: none !important;
}

body.page-template-media-page .new-container-width .container-fluid.new-latest-news-section, body.page-template-media-page .new-container-width .container-fluid.uk-advertising-new-section {
    margin-bottom: 100px;
}





.container-fluid.directory-action-section.all-in-hub-split {
    padding-bottom: 175px;
    padding-top: 175px;
}

.directory-action-section.all-in-hub-split .director-section-image{
	padding-right: 0;
}

.directory-action-section.all-in-hub-split .all-in-content-block {
    font-weight: 400;
    padding-right: 75px;
}

.directory-action-section.all-in-hub-split .buttons {
    float: left;
    width: 100%;
    position: relative;
}

.directory-action-section.all-in-hub-split .buttons .brim-cta-button.full-colour:after {
    content: '';
    width: 14px;
    height: 11px;
    background: url(/wp-content/uploads/2021/09/explore-arrow-black.svg) no-repeat center center;
    background-size: contain;
    display: inline;
    position: relative;
    float: right;
    margin: 0 0 0 20px;
}

.directory-action-section.all-in-hub-split .buttons .brim-cta-button.full-colour:hover:after{
    background: url(/wp-content/uploads/2021/09/arrow-right.svg) no-repeat center center;
    background-size: contain;
}

.directory-action-section.all-in-hub-split .buttons .brim-cta-button.full-colour {
    padding: 21px 53px;
    background: #e0c5ba;
    border-color: #e0c5ba;
}

.directory-action-section.all-in-hub-split .buttons .brim-cta-button.full-colour:hover {
    border-color: #121212;
    background: #121212;
    color: #fff;
}

.events-single-header .events-new-sidebar .partners-sidebar .row.partner-logos .bigger-logo .logo-network-container {
    height: 150px;
}





.zero-net-content .row.content-row .intro-block .buttons {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.zero-net-content .row.content-row .intro-block .buttons a.cta-button {
    border-radius: 0;
    background: #2B3960;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 14px;
    font-weight: 800;
    padding: 18px 30px;
}

.zero-net-content .row.content-row .intro-block .buttons a.cta-button:hover {
    background: #F9522E;
    color: #fff;
}



.all-in-census-bar .cta-bar-block-inner a.all-in {
    background: url(/wp-content/uploads/2023/03/ALL_IN_Census_Button.jpg) no-repeat center center #2b395f;
    background-size: contain;
}

.wpcf7 form .wpcf7-spinner {
    display: none !important;
}



.climate-action-buttons-new-style {
    float: left;
    width: 100%;
    padding-left: 20px;
}

.climate-action-buttons-new-style a {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background: #e9ebe8;
    margin: 0 0 15px 0;
}

.climate-action-buttons-new-style a:last-of-type {
    margin-bottom: 0;
}

.climate-action-buttons-new-style a img {
    height: 50px;
    margin-bottom: 18px;
    object-fit: contain;
    width: 200px !important;
}

.standard-post .scroll-section{
    float:left;
    width: 100%;
}



.post-list.speakers.speakers-new-block .row.relatedleaders {
    display: flex;
    flex-wrap: wrap;
}

.post-list.speakers.speakers-new-block .row.relatedleaders article {
    margin-bottom: 20px;
}

.post-list.speakers.speakers-new-block .news-post {
    margin-bottom: 0;
    height: 100%;
    background: rgba(227, 233, 229, 0.25);
}

.post-list.speakers.speakers-new-block .news-post a.readbio {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-list.speakers-new-block .news-post .post-content {
    height: auto;
    background: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-list.speakers-new-block .news-post .post-content h3 {
    margin-bottom: 35px;
    font-size: 17px;
}

.post-list.speakers-new-block .news-post .post-content p.authors-name {
    font-size: 13px;
    line-height: 17px;
    position: static;
    padding: 0;
    margin-top: auto;
    float: left;
    width: 100%;
}

.post-list.speakers.speakers-new-block .row.relatedleaders article:nth-child(4n+5) {
    clear: both;
}




.new-container-width .wpcf7 form .fields.gdpr-new.new-style span.label-gdpr {
    padding: 0 0 0 10px;
}

.new-container-width .wpcf7 form .fields.gdpr-new.new-style .wpcf7-checkbox .wpcf7-list-item{
	width:100%;
	margin: 0;
}

.new-container-width .wpcf7 form .fields.gdpr-new.new-style .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;
}

.new-container-width .wpcf7 form .fields.gdpr-new.new-style .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before {
	color:#26242a;
    border-color: #26242a;
}

.new-container-width .wpcf7 form .fields.gdpr-new.new-style .wpcf7-checkbox .wpcf7-list-item  input:checked ~  span.wpcf7-list-item-label {
    color: #26242a;
}

.new-container-width .wpcf7 form .fields.gdpr-new.new-style .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label {
    padding: 0 0 0 15px;
    height: 17px;
    position: relative;
    top: 5px;
}

.new-container-width .wpcf7 form .fields.gdpr-new.new-style span.wpcf7-not-valid-tip {
    position: absolute;
    left: -14px;
    top: 100%;
    white-space: nowrap;
}