/*
Theme Name: BGC Partners
Author: Alchemy Digital
Author URI: http://alchemy-digital.co.uk/
Description:
Version: 1.0
*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: white;
}
body, html {
  height: 100%;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*  ==========================================================================

    Base typography

    ========================================================================== */
html {
    font-size: 1em;
    line-height: 1.4;
}
body {
    font-size: 14px;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    line-height: 1;
}
h1{
    font-weight: 700;
    font-size: 2em;
    margin: 0 0 .25em;
    line-height: .9;
    text-transform: uppercase;
}
h2{
}

h3{
    font-size: 1.5em;
    margin: 1.5em 0 .25em;
}

h4{
    font-size: 1.25em;
    margin: 1.5em 0 .35em;
}

h5{
    font-size: 1.5em;
    margin: 0 0 .6em;
    text-transform: uppercase;;
    font-weight: 700;
}
h6{
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 600;
}

p{
    margin: 0 0 1em;
}

a{
    color: black;
    text-decoration: none;
    font-weight: 700;
    outline: none;
    word-wrap: break-word;
}

a:active,
a:focus{
    outline: none;
}

a:hover{
    text-decoration: underline;
}

.btn{
    color: #000;
    border: solid 1px #aaa;
    padding: .75em 1em;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: .88em;
}

.btn:hover{
    border-color: #d4121b;
    color: #d4121b;
}

a .fa{ padding: 0 0 0 .5em; font-size: .88em; }

li:before {
/*    content: "";*/
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.3em;
    display: block;
    height: 0;
    width: 0;
    top: 1em;
    left: -1em;
    position: relative;
}

.section__content ul{
    padding: 0 1em;
}
/*.section__content li{
    padding-left: 1.5em;
}*/

strong, .bold{
    font-weight: 700;
}
.sml{ font-size: .9em; }
.underline{ text-decoration: underline; }

.section__leader{
    font-size: 1.25em;
    line-height: 1.2;
}

.pullleft{
    margin-left: -1.5em;
}

.pullleft--half{ margin-left: -1em; }

.section__container { position: relative; margin: 0 10%; }

.section{ width: 100%; position: relative; }

@media only screen and (min-width: 500px) {
    h1{ font-size: 2.5em; }
    h2{ font-size: 2em; }

    .pullleft{ margin-left: -2em; }
}

@media only screen and (min-width: 700px) {
    h1{ font-size: 3em; }
    h2{ font-size: 2.5em; }
    h3{ font-size: 1.75em; }
    .section__leader{ font-size: 1.3em; }
    .pullleft{ margin-left: -2.5em; }
    .padder{ padding-right: 10%; }

}
@media only screen and (min-width: 1000px) {
    body{ font-size: 16px; }
    h1{ font-size: 3.5em; }
    h2{ font-size: 2.75em; }
    h3{ font-size: 1.85em; }

    .section__title--long{ font-size: 3.5em; }
}

@media only screen and (min-width: 1200px) {

    h1{ font-size: 4em; }
    /*h3{ font-size: 2em; }*/
    .section__leader{ font-size: 1.5em; }
}

@media only screen and (min-width: 1400px) {
    body{ font-size: 18px; }

    body .sitenav{ font-size: 16px; }

    h1{ font-size: 4.25em; }
    .section__leader{ font-size: 1.5em; }
}


@media only screen and (min-width: 1600px) {
    body{ font-size: 20px; }
}

.table{
	font-size: .88em;
	width: 100%;
}

.table td{
	border-bottom: solid 1px #ddd;
	padding: .5em .5em .5em 0;
	text-align: left;
}

.table th{
	font-size: .88em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: left;
	padding: .5em .5em .5em 0;
}


/* ==============

   Header;

   ============== */

html {
    position: relative;
}

.cantor-super-nav {
    position: absolute;
    top: 0;
}

.admin-bar .siteheader{ top: 32px !important; }

.siteheader{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    padding: 25px 0;
}

.siteheader.fixed {
    top: 0;
}

.siteheader:after {
  content: "";
  display: table;
  clear: both;
}

.logo{
    width: 110px;
    height: auto;
    margin:0 auto 0 auto;
    display: block;
    max-width: 200px;
}
.logo__img{
    width: 100%;
    height: auto;
    margin: 0 0 0 -16px;
}
.siteheader .logo__img--black,
.headernegative .siteheader .logo__img--white{
    display: block;
}

.headernegative .siteheader .logo__img--black,
.siteheader .logo__img--white{
    display: none;
}


@media only screen and (min-width: 700px) {
    .logo__img{ margin: 0 0 0 -35px; }
}

/* ==============
  Navigation;
  ============== */

.sitenav{
    font-size: 14px;
}

.sitenav--desktop{
    display: none;
}

.sitenav--mobile{
    font-size: 14px;
    position: fixed;
    z-index: 100;
    top:30px;
    right:0;
    height: 100%;
    width: 80%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform .2s ease-out;
     -moz-transition: transform .2s ease-out;
        -ms-transition: transform .2s ease-out;
            transition: transform .2s ease-out;
    -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    right: 42px;
}

.no-csstransforms .sitenav--mobile{
    left: 100%;
    margin-left: -45px
}

.sitenav--mobile[data-state=open]{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
}

.no-csstransforms .sitenav--mobile[data-state=open]{
    left: auto;
    right: 0;
    margin-left: 0;
}

.sitenav--mobile .sitenav__list{
    background: black;
    position: absolute;
    top: 0;
    padding: 10%;
    right: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    left: 42px;
    top:0;
}
.sitenav li:before{
    display: none;
}

.sitenav__list a{
    color: white;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.7em;
}

.sitenav__list .sitenav__item.active > a, .siteheader.fixed .sitenav__list .active > a, .section__subnav .sitenav__list .current-cat > a{
    color: #d4121b;
}

.sitenav--mobile .sitenav__item, .sitenav--mobile .sitenav__list .menu-bgc-mobile-menu-container > li{
    padding: 0.3em 0;
    border-top: 1px solid grey;
}

.sitenav--mobile .sitenav__item, .sitenav--mobile .sitenav__list .menu-bgc-mobile-menu-container >  li a{
    padding-bottom: 0.6em;
}

.sitenav__item:first-child, .sitenav--mobile .sitenav__list .menu-bgc-mobile-menu-container > li:first-child{
    border:none;
}

.sitenav__sublist, .sub-menu {
    padding:0;
    margin: 0 0 0.5em;
}

.sitenav__sublist a, .sub-menu a{
    font-weight:400;
    font-size: 0.95em;
}

.sub-menu .sub-menu a{
    font-weight:300;
    font-size: 0.85em;
}

.sitenav__toggle{
    background: black;
    position: relative;
    display:  inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    left:0;
    top:4%;
}

.sitenav__toggle span {
    margin: 0 auto;
    position: relative;
    top: 18px;
    transition-duration: 0s;
    transition-delay: .2s;
}
.sitenav__toggle span:before, .sitenav__toggle span:after {
    position: absolute;
    content: '';
}
.sitenav__toggle span, .sitenav__toggle span:before, .sitenav__toggle span:after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    display: block;
}
.sitenav__toggle span:before {
    margin-top: -7px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0;
}
.sitenav__toggle span:after {
    margin-top: 7px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0;
}
.sitenav[data-state=open] .sitenav__toggle span {
    background-color: rgba(0,0,0,0.0);
    transition-delay: .2s;
}
.sitenav[data-state=open] .sitenav__toggle span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0, .2s;
}
.sitenav[data-state=open] .sitenav__toggle span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0, .2s;
}

/* Sidebar navigation */

.section__subnav{
    border-top: 1px solid #000;
    padding-top: 1em;
}

.section__subnav li{
    margin-bottom: .25em;
}

.section__subnav li:before{
    display: none;
}

.section__subnav p.subnav__parentpage{
    font-size: 1.3em;
    margin-bottom: 0.5em;
    line-height: 1;
    text-transform: uppercase;
}
.section__subnav hr{
  width: 15px;
  margin: 0.5em 0;
  border-top:2px solid #000;
  display: block;
  text-align: right;
}
.section__subnav .sitenav__list a, .section__subnav p.subnav__parentpage{
    color: #000;
    font-weight: 900;
    font-size: 1.3em;
}
.section__subnav .sitenav__list a.active, .section__subnav p.subnav__parentpage.active a, .current_page_item > a{
    color: #d4121b;
}

.section__subnav  .sitenav__list ul.fa {
     margin: 0.5em 0;
     padding-left: 1.5em;
}
.section__subnav  .sitenav__list ul.fa:before{
   /* display: inline-block;*/
        display: none;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      font-size: 0.75em;
      float: left;
      margin-left: -2em;
}
.section__subnav  .sitenav__list ul.fa li.sitenav__item.active:before {
        display: inline-block;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      font-size: 0.75em;
      float: left;
      margin-left: -2em;
    content: "\f112";
    left: 1em;
    border: none;
}
.section__subnav  .sitenav__list ul.fa a{
    font-size: 0.69em;
}

.sitecontent {
    margin-top: 100px;
}

/* Including COLLEX in the sub-menu */

.section__subnav  .sitenav__list .sitenav__item.alt.active ul.fa {
    display: block;
}

@media only screen and (min-width: 700px) {
    .logo{
        margin: 0 0 0 10%;
    }
}

@media only screen and (min-width: 1000px) {
    .siteheader{
        padding: 20px 0;
        height: auto;
    }

    .siteheader.fixed{
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
           -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);
        padding: 8px 0;
        height: auto;
    }
    .logo{
        width: 120px;
    }

    .siteheader.fixed .logo__img--white{
      display: none;
    }
    .siteheader.fixed .logo__img--black{
      display: block;
    }

    .sitenav--desktop{
        display: block;
        width: auto;
    }
    .sitenav--mobile{
        display: none;
    }
    .sitenav--desktop{
        position: absolute;
        z-index: 100;
        right:0;
        left: 0;
        width: 100%;
        top:110px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        line-height: 20px;
    }

    .siteheader.fixed .logo{ display: none; }

    .siteheader.fixed{ height: 50px; padding-top: 20px; padding-bottom: 20px;  }

    .siteheader.fixed .sitenav--desktop{
        top:50%;
        height: 1px;
    }

    .sitenav--desktop .sitenav__list{
        background: none;
        margin: -.5em 10% 0;
        left: 0;
        right: 0;
        position: absolute;
        height: 1px;
    }
    .sitenav--desktop .sitenav__item {
        display: inline-block;
        margin: 0 .75em;
    }
    .sitenav--desktop .sitenav__item:first-child, .siteheader.fixed .sitenav--desktop .sitenav__item:first-child{
        margin-left: 0;
    }
    .sitenav--desktop .sitenav__item:last-child{
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        margin-right: 0;
    }
    .sitenav--desktop ul li.last{
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        margin-right: 0;
    }

    .siteheader.fixed .sitenav--desktop .sitenav__item {
        float: none;
    }
    .siteheader.fixed .sitenav__list a, .siteheader .sitenav__list a{
        color:#000;
        display: inline-block;
    }

    .headernegative .siteheader .sitenav__list a{ color:#fff; }
    .headernegative .siteheader .sitenav__list .active a{ color: #d4121b; }

    .siteheader.fixed .sitenav__list a,
    .headernegative.fixed .sitenav__list a{ color:#000; }

    .section__subnav{
        border-top: none;
    }

    .sitecontent {
        margin-top: 150px;

    }

}



@media only screen and (min-width: 1100px){

    .sitenav{ font-size: 16px; }
}


@media only screen and (min-width: 1200px) {
    .siteheader{
        padding: 30px 0;
    }

    .siteheader .logo{ display: block; width: 140px; }
    .siteheader .logo img,
    .siteheader.fixed .logo img{ margin-left: -47px; }

    .sitecontent {
        margin-top: 155px;
    }

    .siteheader.fixed{ height: auto; padding-top: 10px; padding-bottom: 10px; }
    .siteheader .logo,
    .siteheader.fixed .logo{ display: block; width: 120px; }


    .siteheader .sitenav{
        top:135px;
    }

}

@media only screen and (min-width: 1200px) {

    .sitenav--desktop{
        text-align: center;
        line-height: 30px;
    }

    .siteheader .sitenav{
        top:50%;
        height: 0;
    }

    .siteheader .sitenav__list{ margin-top: -.5em; }

    .siteheader .logo img{ margin-left: -42px; }

    .sitecontent {
        margin-top: 120px;
    }
}



@media only screen and (min-width: 1400px) {
    .siteheader{
        padding: 35px 0;
    }

    .siteheader .logo{ display: block; width: 160px; }
    .siteheader .logo img{ margin-left: -54px; }
    .sitecontent { margin-top: 150px; }

}

.home .sitecontent{ margin-top: 0px; }

/* ==============

   Footer;

   ============== */

.sitefooter {
    background: black;
    text-align: center;
    padding: 5% 0;
    z-index: 1;
    position: relative;
    min-height: 1px;
}

.footerlogo{
    width: 110px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.footerlogo img{
    width: 100%;
    margin-left: -40px;
}


.sitenav--footer {
    width: 100%;
    margin-top: 2.5%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sitenav--footer .sitenav__list{
    padding: 0;
}
.sitefooter .sitenav__item {
    display: inline-block;
    margin: 0 .75em;
}
.sitefooter .sitenav__item:first-child {
  margin-left: 0;
}
.sitefooter .sitenav__list a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.sitefooter .sitenav--desktop .sitenav__item:last-child {
    float: none;
}
.sitefooter__copyright{
    color: white;
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0 auto 0;
    width: 80%;
    max-width: 500px;
}

.sitefooter__copyright a{ color: #fff; font-weight: normal; }

.socialnav{
    margin: 1em 0;
    font-size: 20px;
}

.socialnav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.socialnav li{
    display: inline-block;
    margin: 0 .25em 0;
}

.socialnav li:before{ display: none; }

.socialnavlink{ color: #fff; }

.socialnavlink--facebook:hover{ color: #3b5998; }
.socialnavlink--twitter:hover{ color: #55acee; }
.socialnavlink--linkedin:hover{ color: #007bb6; }
.socialnavlink--instagram:hover{ color: #517fa4; }

/* ==============

  Main components;

  ============== */

.section{
    padding: 10% 0;
}

.sitecontent {
  position: relative;
  z-index: 1;
}

.section__container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section__container::after {
    content: '';
    display: table;
    clear: both;
}
.page .section__content{
    width: 100%;
    padding: 0;
}

.section__wrapper{ min-height: 1px; }
.section__wrapper:after { content: "";  visibility: hidden; display: block; height: 0; clear: both; }

.section__subnav{
    float: none;
}

.section__breadcrumbs{
    display: none;
	background: #fff;
	padding: 20px 10%;
	border-top: solid 1px #ddd;
    font-size: 14px;
    position: relative;
    z-index:1000px;
}

.section__breadcrumbs li:before{ display: none; }

.section__breadcrumbs ul{ margin: 0; }

.section__breadcrumbs li{
	display:inline-block;
	margin-right: 1em;
}
.section__breadcrumbs li, .section__breadcrumbs a{
	text-transform: uppercase;
	font-weight: 600;
}
.section__breadcrumbs li.separator{
	font-weight: 300;
}
.section__breadcrumbs li a{
	text-decoration: underline;
}

/* Full width bg page */

.page.full{
    width: 100%;
    margin-bottom: 0;
}
.page.full .section__container{
    padding-top:0;
}

.page.full .section__wrapper.header{
    width: 100%;
    padding: 0 0% 2%;
    text-align: center;
}

.section__wrapper.header .section__header{
    width: 100%;
    margin: 0 auto 3em;
}

/*.headernegative .section__header{ color: #fff; }*/

.sectionimg--fixed{
    background-color: #eee;
    background-repeat: no-repeat;

    background-size: cover;
    background-position: center center;
    padding: 33% 0 0;
    height: 0;
    display: none;
}

@media only screen and (min-width: 1100px){
    .sectionimg--fixed{ background-attachment: fixed; }
}

.sectionimg--sml{
    display: block;
    width: 100%;
    margin: 0 0 1.5em;
}
.page.full .section__wrapper.content{
    width: 100%;
}
.page.full .section__content{
  float: none;
  padding: 3em 0;
  width: 100%;
}
.page.full .section__content.featured{
	padding-bottom: 1em;
}

/* Page content components */

.section__pagename{
    margin-top: 0;
}

.section__title--white, .section__pagename--white{
    color: white;
}

.section__pagelink{
    color: black;
    text-transform: uppercase;
    font-size: 1em;
    margin-right: 20px;
    font-weight: 700;
    text-decoration:underline;
}

.section__pagelink--white{
    color: white;
}

.image_caption{
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #aaa;
    padding:.25em 0 0;
    display: block;
}

.image_caption br{
  display: none;
}
.image_caption::after{
    content:'__';
    display: block;
    margin-top: -2px;
}
.standout__content{
	margin: 3em 0 2em;
}
.standout__content p{
	max-width: 370px;
	margin: 1em auto;
	color: #d4121b;
	font-size: 1.2em;
}
.standout__content a{
	text-decoration: underline;
	color: #d4121b;
}
.standout__content hr{
	width: 20px;
	border-top: 1px solid #d4121b;
	margin: 0 auto;
}

@media only screen and (min-width: 700px) {

	.section{
        padding: 7.5% 0;
    }

	.page.full .section__container{
	    background-attachment:fixed;
	}

	.sectionimg--sml{
	    display: none;
	    width: 100%;
	}

    .sectionimg--fixed{ display: block; }

	.page .section__header{
		margin-bottom: 5%;
		width: 70%;
	}

	.page .section__content {
		float: right;
		width: 66%;
        margin-right: 5%;
	}

	.section__subnav{
		float: left;
		width: 25%;
        border-top: none;
        padding-top: 0;
	}

    .no-subnav .section__content{
        margin-right: 10%;
        width: 80%;
    }

    .section__breadcrumbs{ display: none; }
}

@media only screen and (min-width: 900px) {
    .section{ padding: 7% 0; }
}

@media only screen and (min-width: 950px) {
    .page .section__content {
        width: 60%;
        margin-right: 15%;
    }
}

@media only screen and (min-width: 1200px) {

    .section{
        padding: 6% 0;
    }
    .section__subnav{
		width: 22%;
	}

    .section__wrapper.header .section__header {
		width: 90%;
	}

    .page .section__content {
        float: right;
        width: 50%;
        margin-right: 25%;
    }

    .page .section__content--bigger{
        width: 75%;
        margin-right: 0;
    }

    .section__content--bigger .flex__body{
        max-width: 75%;
    }
}

@media only screen and (min-width: 1400px) {
    .section__wrapper.header .section__header {
		width: 80%;
	}
}

/* ====================

  pagenav

  ==================== */

.pagenav{
}

.pagenav--bordertop{
    margin-top: 7%;
    padding-top: 7%;
    border-top: solid 1px #ddd;
}

.pagenav--nomargintop{ margin-top: 0; }

.pagenav li:before{
    display: none;
}

.pagenav a{
    display: inline-block;
}

.pagenav a:hover{
    text-decoration: underline;
}

.pagenavlist{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagenavitem{
    margin: 0 0 2em;
    padding: 0;
}

.pagenavitem .fa{ padding: 0 0 0 .25em; font-size: .88em; }

.pagenavitem__heading{
    margin: 0 0 .5em;
}
.pagenavitem__heading .fa{ font-size: .5em; }
.fa-caret-right:before {
line-height: 0.95em;
vertical-align: top;
}

@media only screen and (min-width: 1000px){
    .pagenav--bordertop{
        margin-top: 5%;
        padding-top: 5%;
    }
    .pagenav--nomargintop{ margin-top: 0; }

}

/* ====================

  map

  ==================== */

.map{
    padding: 50% 0 0;
    background: #eeeeee;
    position: relative;
    overflow: hidden;
    display: none;
}

.map__canvas{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -25px;
}

.map__canvas img{ max-width: none; }

.map__data{ display: none; }

.maptip {
    position: absolute;
    z-index: 500;
    height: 1px;
    width: 1px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .25s linear 0s;
       -moz-transition: opacity .25s linear 0s;
            transition: opacity .25s linear 0s;
}

.maptip--over{ opacity: .8; }

.maptip__title {
    margin: 0;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 10px;
    width: auto;
    text-transform: uppercase;
    position: absolute;
    top: -10px;
    left: 20px;
    white-space: nowrap;
}

.maptip--right .maptip__title { left: auto; right: 20px;  }

@media only screen and (min-width: 700px){
    .map{ display: block; }
}

/* ====================

  Page: Front Page;

  ==================== */

.vh100{
    /* min-height: 100vh; */
    padding: 0;
}

@media only screen and (min-width:900px){
    .vh100{
        min-height: 100vh;
    }
}

.fixed-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.fixed-bg.section--intro {
  background:transparent;
}

.fixed-bg.section--about-us .section__container{
    padding: 0 0 7.14%;
}

.fixed-bg.statement--second {
  background-image: url("../jpg/bgc_ceo_statement2-2.jpg");
}
.fixed-bg.statement--first {
  background-image: url("../jpg/bgc_ceo_statement1.jpg");
}
.fixed-bg.section--charity-day {
  background-image: url("../jpg/bgc_charity_bg.jpg");
}

@media only screen and (min-width: 1100px) {
  .fixed-bg {
      background-attachment: fixed;
  }
}

.scrolling-bg {
  position: relative;
  z-index: 2;
}


/* ---------------------
   Section: Intro;
   --------------------- */

.section--intro {
    position: relative;
}

.section--intro .section__container{
    position: relative;
    z-index: 10;
}

.section--intro .section__wrapper{
    padding: 120px 0 60px;

}

.section--intro .section__content p:first-child{
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}

.videobg{
    padding: 0;
    position: absolute;
    z-index: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.section--intro .videobg{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overlow: hidden;
}

.videobg__video{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;

    object-fit: cover;
}


.videobg__video video.fs-width{ width: 100%; }
.videobg__video video.fs-height{ height: 100%; width: auto; }

.fixedbg__container{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.fixedbg__video{
    position: absolute;
}

@media only screen and (min-width:500px){
    .section--intro .section__wrapper{ padding: 150px 0 100px; }
}

@media only screen and (min-width:700px){
    .section--intro .section__wrapper{ padding: 200px 0 150px; }
}

@media only screen and (min-width:900px){
    .section--intro .section__wrapper{ padding: 250px 0 150px;
    margin-left: 50%;}
    .not-home .section--intro .section__wrapper{  margin-left: 0; text-align: center;}

    .videobg__video{display: block;}

    .videogo .videobg__video video{ display: block; opacity: 0.75;}
    .videogo.videobg{ background: #000 !important; }

}

/* ---------------------
   Section: About;
   --------------------- */

.fixed-bg.section--about-us {
    background-image: url("../jpg/bgc_about_bg.jpg");
}

.section--about-us .section__container{
    margin-top: -1px;
}

.section--about-us__bg{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(255,255,255,.75);
      z-index: 1;
}

.section--about-us .section__container{ position: relative; z-index: 2; }

@media only screen and (min-width: 700px) {

  .section--about-us__bg{
      background: url(../png/bgc_about_bg_overlay.png) center center no-repeat;
      background-size: 100% 100%;
      height: 100%;
      margin-top: -1px;
  }

  .section--about-us .section__wrapper{
      padding: 5%;
      margin: -5%;
      background: #fff;
  }
}

/* ---------------------
   Section: Our Vision;
   --------------------- */

.section--our-vision h5{ margin: 0 0 .15em; }
.section--our-vision h6{ margin: 0 0 1em; }

/*@media only screen and (min-width: 700px) {
    .section--our-vision{
        background: url(img/home/bgc_ourvision_bg2.jpg) right center no-repeat;
        background-size: 50% auto;
    }
}*/

@media only screen and (min-width: 1000px) {
    .section--our-vision{
        background: url(../jpg/bgc_ourvision_bg2-2.jpg) center right no-repeat;
        background-size: 50% auto;
    }
}

@media only screen and (min-width: 1400px) {
    .section--our-vision{
        background: url(../jpg/bgc_ourvision_bg2-2.jpg) center right no-repeat;
    }
}

/* ---------------------
   Section: section--news
   --------------------- */

.section--news{
    border-top: solid 1px #ddd;
    background: #fff;
}

.section--news .section__header{
    margin-bottom: 1.5em;
}

.section--news .section__title{
    margin-bottom: 0em;
}



/* ---------------------
   Section: Our Expertise;
   --------------------- */

.section--our-expertise .section__header,
.section--our-expertise .section__leader{
    text-align: center;
    margin-left: auto; margin-right: auto;
}

.section--our-expertise .gd-u{
}

.section--our-expertise h5{ margin: .5em 0 .75em; }
.section--our-expertise h6{ margin: 0 0 1em; }



.section--our-expertise ul li{
    font-weight: 600;
    font-size: .88em;
    margin: 0;
}

@media only screen and (min-width:1000px){
    .section--our-expertise .section__leader{
        width: 75%;
    }
}

/* ---------------------
   Section: Our Success;
   --------------------- */

.section--success-story{
    background: #fff;
}
.section--success-story .section__header::after{
    content: '';
    display: table;
    clear: both;
}
.section--success-story .section__header, .section--success-story .section__title{
    width: 100%;
}
.section--success-story .section__quote{
    width: 100%;
    margin:0;
}

.section--success-story .section__quote .quote{ font-size: 1.3em; margin: 0 0 .5em; }
.section--success-story .section__quote .quotecta { margin: 0; }
.section--success-story .section__quote a{ color: rgb(212,18,27); font-weight: 400; text-decoration: underline; }

.graph__header{
     margin: 0.75em 0;
}

.graph__header::after{
    content: '';
    display: table;
    clear: both;
}

.graph__header h4{
    margin: 0;
    display: inline-block;
}

.red{
   color: rgb(212,18,27);
   font-size: 1.3em;
}

.larger{ font-size: 1.3em; }

.graph_main{
    margin: 3% auto 5%;
    width: 80%;
}

.graph_main img{
    width: 100%;
    display: block;
}
.graph__legend{
    margin-top: 20px;
    margin-left: 3%;
    font-size: 0.95em;
}
p.graph__legend{
    font-size: 0.90em;
    font-style: italic;
    margin-left: 0;
    margin-top: 10px;
}
.legend__item{
    margin-left: 2.5%;
    display:inline-block;
    line-height: 16px;
    vertical-align: top;
}

.legend__item span{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.item--red span{
    background: rgb(212,18,27);
}

.item--black span{
    background: rgb(0,0,0);
}

.item--purple span{
	background: rgb(139,20,124);
}

.item--blue span{
    background: rgb(0,136,184);
}

.item--yellow span{
    background: rgb(219,190,41);
}

.item--green span{
    background: rgb(135,187,77);
}

.green{
	color: green;
}

.stock__container{
	width: 100%;
    font-size: .88em;
}

.stock__container .stock__title{
	margin-top: 10px;
	width: 100%;
	padding: 2% 3.5%;
	background: #ddd;
	font-weight: bold;
	display: block;
}

.stock__details{
	background: #fff;
	display: inline-block;
	width: 100%;
    border: solid 1px #ddd;
}

.stock__quote{
	display: inline-block;
	width: 100%;
	padding: 5% 3%;
}

.stock__quote p{
	font-size: 2em;
	font-style: italic;
	font-weight: 100;
	line-height: 40px;
	height: 40px;
	margin: 0;
}

.stock__feed{
	width: 100%;
	display: inline-block;
	border-top: 1px solid #ddd;
}

.stock__feed p{
	width: 50%;
	display: inline-block;
	font-size: 1em;
	line-height: 50px;
	height: 50px;
	margin: 0;padding: 0 3%;
}

.stock__feed p:first-child{
	border-right: 1px solid #ddd;
}

.section__title--large {
    /* Inserting default h1 sizes here */
    font-size: 28px;
    margin-bottom: 7px;
    line-height: 0.9;
    text-transform: uppercase;

    @media screen and (min-width: 500px) {
        font-size: 35px;
        margin-bottom: 9px;
    }

    @media screen and (min-width: 700px) {
        font-size: 42px;
        margin-bottom: 11px;
    }

    @media screen and (min-width: 1000px) {
        font-size: 56px;
        margin-bottom: 14px;
    }

    @media screen and (min-width: 1200px) {
        font-size: 64px;
        margin-bottom: 16px;
    }

    @media screen and (min-width: 1400px) {
        font-size: 77px;
        margin-bottom: 19px;
    }

    @media screen and (min-width: 1600px) {
        font-size: 85px;
        margin-bottom: 21px;
    }
}


@media only screen and (min-width: 700px) {

  .section--success-story .section__title{
      width: 50%;
      float:left;
  }
  .section--success-story .section__quote{
      float:right;
      width: 22%;
  }

  .graph_secondary .padder{ padding-right: 0; }

}

@media only screen and (min-width: 1000px) {
    .graph__header{
         margin: .75em 0 1.5em;
    }
     .graph_secondary .padder{ padding-right: 10%; }
}

/* ---------------------
   Section: Charity Day
   --------------------- */
 .charitydaypage.section{
 	padding-top: 4%;
 }

 .charitydaypage .section__wrapper .section__leader{
 	font-size: 1em;
 	margin-bottom: 1.4em;
 }


 .charitydaypage .section__wrapper .section__leader span{
 	cursor: pointer;
 	font-weight: bold;
 }


.section--charity-day{
    padding-top: 0;
}

.section--charity-day .section__wrapper{
  margin: 5% 0;
}
.section--charity-day .section__content p{
    color: white;
}

@media only screen and (min-width: 700px) {

  .section--charity-day .section__wrapper{
      padding: 5% 5% 5% 50%;


  }
  .section--charity-day .section__content{
    padding-left: 0;
    min-height: 1px;
    position: relative;
  }
}

/* ---------------------
   Section: Our History
   --------------------- */

.section--our-history{
   overflow: hidden;
}

.section--our-history .section__content{
    padding: 0;
}

.timeline-item__date{
    border-top:1px dashed black;
    width: 100%;
    position: relative;
    height: 10px;
}
.timeline-item__date span{
    padding-right: 40px;
    display:inline-block;
    position: absolute;
    background:#fff;
    top:-15px;
    font-weight: 800;
}

.scroll__content{
    padding: 1em 0 0;
}

.scroll__item .padder{
    padding: 15px 2em 0 0;
}

.scroll__item--first .padder{ padding-top: 0; }



/* ---------------------
   Section: Our History
   --------------------- */

.statement__author{
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

.statement--first .section__wrapper{
    text-align: center;
}

.statement__copy{
    font-size: 2em;
    line-height: 1.3em;
    color: white;
    font-weight: 300;
}

@media only screen and (min-width: 700px) {
    .statement--second .statement__copy{
        font-size: 2em;
        margin-top: 1em;
    }

    .statement--second .section__wrapper{
       width: 66%;
    }
}

@media only screen and (min-width: 900px) {

    .statement--first .statement__copy{
        font-size: 3em;
        line-height: 1.1;
    }

    .statement--second .statement__copy{
        font-size: 2.6em;
        line-height: 1.1;
    }

}

@media only screen and (min-width: 1200px) {
    .statement--first .statement__copy{
        font-size: 3em;

    }

    .statement--second .statement__copy{
        margin-top: 0.8em;
        font-size: 3em;

    }
}

@media only screen and (min-width: 1400px) {
    .statement--first .statement__copy{
        font-size: 3.5em;
    }

    .statement--second .statement__copy{
        font-size: 3.5em;
    }
}

/* ====================

  Page: BGC;

  ==================== */

.bgc .page{
    overflow: visible;
    background: transparent;
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgc .section__feature-img{
    display: block;
    width: 100%;
}

@media only screen and (min-width: 700px) {
  .bgc .page{
      background-size: 380px auto;
      background-position: right 4%;
  }
  .bgc .section__feature-img{
      display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .bgc .page{
      background-size: 500px auto;
      background-position: right top;
  }
}

/* ====================

  Page: FINANCIAL SERVICES;

  ==================== */
.financial-services .page .section__wrapper.header, .investors-media .page .section__wrapper.header, .careers .page .section__wrapper.header, .bgc .page .section__header{
    padding: 0 0% 2%;
}

.financial-services .page .section__header, .investors-media .page .section__header, .careers .page .section__header, .bgc .page .section__header, 
.page-template-page-template-careers .page .section__header{
    margin: 0 auto 3em;
    text-align: center;
    width: 90%;
}

.page-template-page-template-service-php .sectionimg--sml, .page-template-page-template-energy .sectionimg--sml{
    display: block;
    width: 100%;
}

@media only screen and (min-width: 700px) {
    .page-template-page-template-service-php .sectionimg--sml, .page-template-page-template-energy .sectionimg--sml{
        display: block;
        width: 27%;
        position: absolute;
        top: 3%;
        right:1%;
    }
}

/*.investors-media .section__wrapper{
    padding-top: 3em;
}*/


/* ====================

  Page: ENERGY;

  ==================== */

.energylogo{ display: inline-block; max-width: 80px; }

.section--introenergy .sectionimg--fixed{display: block;}
.section--introenergy .section__wrapper{ text-align: center; }

@media only screen and (min-width: 900px){
    .section--introenergy .section__wrapper {
        padding: 300px 0 150px;
    }

    .energylogo{ max-width: 119px; }
}


/* ====================

  Page: INVESTORS & MEDIA;

  ==================== */

.product-contact{
    margin-top: 7%;
    text-align: center;
}

.product-contact__header{
    margin-bottom: 2em;
}

.product-contact__heading{
    margin: 0 auto .3em;
}

.product-contact:before{
    content: " ";
    display: block;
    width: 2em;
    margin: 0 auto .5em;
    max-width: 100%;
    border-top: .25em solid #000;
}


@media only screen and (min-width: 700px) {
   .product-contact__heading{ width: 80%; }
}

@media only screen and (min-width: 1000px) {
   .product-contact{ margin-top: 5%; }
   .product-contact__header{ margin-bottom: 3em; }
   .product-contact__heading{ width: 66%; }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 2em;
}

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

.inline.newsitem__postdate{ display: inline-block; }
.filetype{ display: inline-block; font-size: 0.85em; padding-left: .65em; }

.downloadpdf{ margin-bottom: 2em; }

.videothumb{
    position: relative;
    height: 0;
    padding-bottom: 65%;
    display: block;
    margin-bottom: 1em;
    overflow: hidden;
}
.videothumb__img{
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.videothumb__img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ====================

  Page: BROKING;

  ==================== */


.section__contact{
    text-align: center;
}

.section--contact-ngkf{
    padding: 6% 0 0;
}

.contact .page.full {
    padding-bottom: 0;
}


.pagenav--contact .pagenavitem{
    margin-bottom: 1em;
}
.section__contact .gd-g{
    width: 100%;
    margin: 0 auto;
}
.section__contact h6{
    text-transform: uppercase;
}
.section__contact hr{
    width: 1em;
    margin: 1em auto 0.8em;
    border-top: 2px solid #000;
}
.contact .pagenav a{
    font-size: 0.95em;
}

.contact .pagenav li:nth-child(2n){
    padding-left: 5%;
}

@media only screen and (min-width: 550px) {
    .contact .pagenav li:nth-child(2n){
        padding-left: 0;
    }
}

@media only screen and (min-width: 700px) {

    .contact .pagenav a{
        font-size: 1em;
    }

}

@media only screen and (min-width: 1000px) {
    .section__contact .gd-g{
        max-width: 980px;
    }
}

/* ====================

  Page: location;

  ==================== */

.locationpage{
}

/*.pixgridder .section__contact [data-col]{ margin-bottom: 2em; }
@media only screen and (min-width:700px){
    .pixgridder .section__contact [data-col]{ margin: 0 auto 2em; width: 50%; }
}

@media only screen and (min-width:1000px){
    .pixgridder .section__contact [data-col]{ margin: 0 auto 0em; width: 25%; }
}*/

.locationpage .section__wrapper.header{
    text-align: center;
}

.locationpage .section__subnav{
    font-size: .88em;
    line-height: 1.3;
}

.locationpage .section__subnav{ border-top: none; }

.contactmethod__name{
    font-weight: 800;
    display: block;
}

.section__leader--contact{ margin-bottom: .3em; }
.section__leader--secondary{ font-size: 1em; }

.diciplines{
    padding: 0.75em 0 0 0.75em;
    font-weight: 700;
    font-size: .88em;
}

.contactdetails a{ font-weight: 400; }

/* ====================

  headerlinks;

  ==================== */

.headerlinks{
    margin: 0;
    padding: 0;
    text-align: center;
}

.headerlinks li:before{ display: none; }
.headerlinks li{
    display: inline-block;
}
.headerlinks li a{ display: inline-block; padding: .25em .5em; }

.headerlinks a .fa{
    padding: 0 0 0 .5em;
}

/* ====================

  sponsors;

  ==================== */

.eventsponsors{
}

.sponsor{
    margin: 0 0 2em;
}

.sponsor__name{
    margin-top: 0;
}

@media only screen and (min-width:700px){
    .sponsor .padder{ padding-right: 15%; }
    .sponsor { margin-bottom: 3em; }
}

@media only screen and (min-width:1000px){
    .sponsor { font-size: 16px; }
}

/* ====================

  newsitems;

  ==================== */

.newsitems,
.section__content .newsitems{
    padding-left: 0;
    padding-right: 0;
}

.newsitems--awards,
.section__content .newsitems--awards{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin: 2em 0 2em;
    font-size: .88em;
}

.newsitems--awards .business_logo{ height: 3.5em; }

.yearly__menu span{
    display: inline-block;
    margin-left: 0.5em;
}
.section__title--newsheading{
    text-transform: none;
}
.newsitem{
    margin: 0 0 2em;
}
.newsitem:before{ display: none; }

.newsitem__subheading{
    font-size: 1em;
    margin: 0 0 0.2em;
}

.newsitem__heading{
    font-size: 1.3em;
    margin: 0 0 0.5em;
}

.member .newsitem__heading{ margin: 0 0 0.2em; }
.member .newsitem__subheading{ margin: 0.65em 0; }


.newsitem__postdate{ font-size: .88em; display: block; font-weight: bold; margin-bottom: 1em;}

.newsitem p{ margin: 0 0 .25em; }

.paging{
    padding: .5em 0 0;
    border-top: solid 1px #ddd;
}

.paging:after { content: "";  visibility: hidden; display: block; height: 0; clear: both; }
.paging .fa{ font-size: .8em; padding: 0 .75em 0 0; }
.paging__pager--newer{ float: left; }
.paging__pager--older{ float: right;  }
.paging__pager--older .fa{ padding: 0 0 0 .75em; }

.article-footer{
    margin: 2em 0;
    font-weight: 800;
    font-size: .88em;
}

.articleimg{ margin: 0 0 5%; }

.categories{
    margin: 0;
    padding: 0;
    display: inline-block;
}

.categories li{ display: inline-block; margin: 0 .5em 0 0; }
.categories li:before{ display: none; }

.relatedposts{
    margin-top: 7%;
    border-top: solid 1px #ddd;
    padding-top: 7%;
}

.marketdatanews{
    margin-top: 0;
}

.relatedpostsheader{
    margin: 0 0 2em;
}

.relatedpostsheader__heading{
    display: inline-block;
    margin: 0 .5em 0 0;
    text-transform: capitalize;
    font-size: 37px;
}

.newsitems--careers{
    margin: 7% 0 0;
}

.newsitems--careers p{
    font-size: .88em;
}

.member__thumbnail{
    width: 50%;
    position: relative;
    float: right;
    margin: .5em 0 1.5em 1em;
}

.member__thumbnail img{ width: 100%; display: block; }

.business p{ margin: 0 0 1em; }
.business_logo{
    display: block;
    border: none;
    height: 4em;
    width: auto;
    margin: 0 0 1em;
    position: relative;
}


.business_logo img{
    display: block;
    height: 100%;
    max-width: 100%;
}

@media only screen and (min-width:550px){
    .member__thumbnail{ width: 33%; }
}

@media only screen and (min-width:700px){
    .relatedposts{ border-top: none; padding-top: 0; }
}

@media only screen and (min-width:1200px){
    .member__thumbnail{ margin-right: -15%;  margin-left: 5%; }
    .member .newsitem__subheading{ margin: 0.85em 0; }
}

/* ====================

  calltoaction;

  ==================== */


.calltoaction{
    font-size: 1.5em;
    color: #D4121B;
    line-height: 1;
    margin: 1.25em 0;
}

.calltoaction a{ color: #D4121B; }

.calltoaction p{ margin: 0; }

.calltoaction:before,
.calltoaction:after{
    content: " ";
    display: block;
    width: 1em;
    margin: .5em 0;
    max-width: 100%;
    border-top: .15em solid #D4121B;
}

@media only screen and (min-width: 700px) {
    .calltoaction{ font-size: 1.75em; }
}

@media only screen and (min-width: 1000px) {
    .calltoaction{ font-size: 1.85em; }
}

@media only screen and (min-width: 1200px) {
    .calltoaction{ font-size: 2em; }
}

/* ====================

  history events

  ==================== */

.historyevents{
}

.historyevent{
    margin: 0 0 1.5em;
}

.historyevent__heading{
    margin: 0 0 .25em;
}

.historyevent p{ margin: 0 0 .5em; }

/* ====================

  energy section

  ==================== */

.articlesection{ border-top: 0px solid #ddd; margin-bottom: 3em; }
.articlesection h3{ margin-bottom: 1em; }
.articlesection p img { width: 100%; height: auto; }

.articlesection .fa{ font-size: 2em; }

.enerygheader{ margin: 0 0 2em; border-top: none; }
.enerygheader > div{
    margin-bottom: 1.5em;
}

.rowpanel{
    margin: 2em 0 0;
    text-align: center;
}

.rowpanel .fa{ margin-bottom: .25em; }



@media only screen and (min-width: 700px) {
    .enerygheader > div{
        margin-bottom: 0;
    }
    #faq_charity .gd-u-gt700-1-2 {
    padding: 0 10px;
}
}
input[type="text"], textarea{
	width: 100%;
}
.name_list{
	background-color: grey; color: #fff; width: 100%; max-height: 60%;
	
}

.application_table {
  display: flex; /* equal height of the children */
}

.col {
  flex: 1; /* additionally, equal width */
  background-color: #000;

}
.bottom_submit {
	padding: 10px 30px;
    color: #fff;
    background: #d4121b;
    border: 2px solid #fff;
	font-weight: bold;
	border-radius: 12px;
	text-transform: uppercase;
}
.colfaq{
	padding: 10px;
}
 @media only screen and (min-width: 1399px) {
	 .application_table  .col .col2{
		 font-size:17px;
	 }
	 .img_ldn {
    text-align:right;
}
}
.charity_contact{
	float:left;width:50%;text-align:left;
	padding-left: 60px;
	
}
@media only screen and (max-width: 700px) {
	.charity_contact{
	float:left;width:100% !important;text-align:center !important;
	padding-left: 0px !important;
	
}
}
.new-york-application #wrap.chartiy_wrap #section1 .section_contents .inner .include_list h5{margin-bottom: -1px !important;    font-size: 14px !important;}
.new-york-application #wrap.chartiy_wrap #section1 .section_contents .inner .include_list{padding:4px 0 0 20px !important;}
.new-york-application #wrap.chartiy_wrap #section1 .section_contents .inner .include_list p {
    margin-bottom: -1px !important;    font-size: 0.9em !important;
}
.london-application #wrap.chartiy_wrap #section1 .section_contents .inner .include_list p{margin-bottom: 5.5px !important; }
.london-application #wrap.chartiy_wrap #section1 .section_contents .inner .include_list h5,
.new-york-application #wrap.chartiy_wrap #section1 .section_contents .inner .include_list h5{
    font-size: 16px !important;
  font-weight: bold;
}

.postid-5652 .enerygheader, .postid-10068 .enerygheader, .postid-10067 .enerygheader, .postid-10066 .enerygheader, .postid-10053 .enerygheader{
	display: none;
}
.charitydaypage .section__wrapper .section__leader #rw {
    display: none !important;
}

#wrap.chartiy_wrap #section2 .inner {
    padding: 20px 55px 0px 55px !important;
}
#wrap.chartiy_wrap #section1 .section_contents .inner .include_list .list1{
	width: 45%;
}
#wrap.chartiy_wrap #section1 .section_contents .inner .include_list .list2{
	width: 55%;
}
/*Add toggle bar to ESG page*/
.faq-wrapper {
  margin: 25px 0;
}
 
dl {
  line-height: 170%;
  margin-bottom: 20px;
}
 
dl, dt, dd {
  margin: 0;
  padding: 0;
}
 .faqs {
    border-top: 0px solid #ddd;
}
.faqs dt {
  font-weight: 700;
  background: #f1f1f1;
  position: relative;
  padding: 6px 14px;
  margin: 15px 0;
  border-radius: 4px;
}
 /*DIVERSITY PAGE style */
.page-template-page-template-careers .section__container1 {
    margin: 0px;
  	background: #000;
    padding: 82px 0 40px 0;
}
.page-template-page-template-careers .section__career {
    margin: 0 0 0 10%;
}
.page-template-page-template-careers .section__career .section__content--bigger{
  	background: #E6E2E7;
}
.page-template-page-template-careers .section__career .section__content--bigger h3, 
.page-template-page-template-careers .section__career .section__content--bigger .entry-content{
	padding: 24px 0 0 24px;
}
.page-template-page-template-careers .section__career .sitenav a{
    color:#fff;
}
.page-template-page-template-careers .section__career .sitenav .active{
    color:#EF321F;
}
.page-template-page-template-careers .section__career .sitenav
{
padding-top: 78px;
  font-size: 15px;
}
@media only screen and (min-width: 700px) {
    .page-template-page-template-careers .section__content--bigger::after{ right: 86%;    }
  .page-template-page-template-careers .section__container1{
  background-image: url(../png/img_b.png);
    background-repeat: no-repeat;
    background-position: 30.5% 0%;
  }
}
@media only screen and (min-width: 950px) {
    .page-template-page-template-careers .section__content--bigger::after{ right: 90%;    }
    .page-template-page-template-careers .section__container1{ background-position: 27.5% 0%;  }
}

@media only screen and (min-width: 1200px) {
    .page-template-page-template-careers .section__content--bigger::after{ right: 93%;    }
      .page-template-page-template-careers .section__container1{ background-position: 28.8% 0%;  }
}
@media only screen and (min-width: 1400px) {
    .page-template-page-template-careers .section__content--bigger::after{ right: 94%;    }
        .page-template-page-template-careers .section__container1{ background-position: 29.5% 0%;  }
}
@media only screen and (min-width: 1600px) {
    .page-template-page-template-careers .section__content--bigger::after{ right: 96%;    }
        .page-template-page-template-careers .section__container1{ background-position: 30.2% 0%;  }
}
@media only screen and (min-width: 1900px) {
    .page-template-page-template-careers .section__content--bigger::after{ right: 98%;    }
}
.page-template-page-template-careers .section__wrapper .section__content--bigger{position:relative;}
/* .page-template-page-template-careers .section__content--bigger::after{
	background: url("/wp-content/uploads/2020/07/img_b.png") no-repeat;
  	background-size: contain;
  content: "";
    display: block;
  	    width: 152px;
    height: 143px;
  position: absolute;
    top: -82px;
} */
.page-template-page-template-careers .section__career .section__content--bigger #slide-3 span,
.page-template-page-template-careers .section__career .section__content--bigger #slide-5 span{display:none;}
.page-template-page-template-careers .section__career .section__content--bigger .entry-content .myDIV #slide-1,
.page-template-page-template-careers .section__career .section__content--bigger .entry-content .myDIV #slide-2{
	width: 66%;
}
.page-template-page-template-careers .section__career .section__content--bigger .article2 .owl-charity-carousel .item {
  height: 216px;
  display: block;
  margin-bottom: 1px;
  line-height: 200px;
}

.page-template-page-template-careers .section__career .section__content--bigger .article2 .owl-charity-carousel .charityitem{
  text-align: center;
  white-space: nowrap;
  display: block;
  height: 100%;
}

.page-template-page-template-careers .section__career .section__content--bigger .article2 .owl-charity-carousel .item .charity-logo {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 180px;
  
}
.page-template-page-template-careers .section__career .section__content--bigger .article2 #owl-charities1 .owl-controls{
  	display:block !important;
  	left:0;
  	bottom:0;
  	top:auto;
} 
.page-template-page-template-careers .section__career .section__content--bigger .article2 #owl-charities1 .owl-controls .owl-prev,
.page-template-page-template-careers .section__career .section__content--bigger .article2 #owl-charities1 .owl-controls .owl-next{
	color: #EF321F;
  	background: none;
}
.page-template-page-template-careers .section__career .section__content--bigger .article2 #owl-charities1 .owl-controls .owl-prev .fa,
.page-template-page-template-careers .section__career .section__content--bigger .article2 #owl-charities1 .owl-controls .owl-next .fa{
font-size: 46px;font-weight: bold;
}
.page-template-page-template-careers .section__career .section__content--bigger .article2 .owl-charity-carousel .owl-wrapper-outer{
	overflow:hidden !important;
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 table .td1{
	width:16%;vertical-align:top;background:#EF321F;color:#fff;
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 table .td2{
	width:84%;vertical-align:top;background:#000;
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 table .td3{
	width:24%;vertical-align:top;
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 table .td4{
	width:76%;vertical-align:top;
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 .c_dis{
	position: absolute;color: #fff;top: 194px;background: red; padding: 10px; 
  	right:100%;
    width: 40%;
    min-height: 130px;
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 #dis-1 {
	/*position:initial !important;
  	width:100% !important;*/
}
.page-template-page-template-careers .section__career .section__content--bigger .article1 .table2 {
  	width:66%;
}
@media only screen and (max-width: 700px) {
    .page-template-page-template-careers .section__content--bigger::after{ display:none;    }
  .page-template-page-template-careers .section__career .section__content--bigger .entry-content .myDIV #slide-1,
.page-template-page-template-careers .section__career .section__content--bigger .entry-content .myDIV #slide-2 {
    width: 96%;
}
  .page-template-page-template-careers .section__career .section__content--bigger .article1 .c_dis{
	position: initial;
    width: 100%;
        margin-bottom: 10px;
}
  .page-template-page-template-careers .section__career .section__content--bigger .article1 .table2 {
  	width:100%;
}
}
}


.new-york-application-2 #wrap.chartiy_wrap #section1 .section_contents .inner .include_list p {
    margin-bottom: -1px !important;
    font-size: 0.9em !important;
}

.london-application span.wpcf7-list-item{margin-left:0px;}

/*  ==========================================================================
cookies consent
========================================================================== */
.cookie-alert {
    background: #d8262f;
    box-shadow: -1px -13px 67px 2px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: -1px -13px 67px 2px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: -1px -13px 67px 2px rgba(0, 0, 0, 0.57);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.cookie-alert__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    width: 100%;
}

.cookie-alert__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -22px;
    width: 100%;
}

.cookie-alert__text {
    border-left: 1px solid #fff;
    padding: 0 0 0 18px;
    margin-bottom: 23px;
}

.cookie-alert__text p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.cookie-alert__button {
    background: transparent;
    border: 0;
    color: #fff;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 22px;
    padding: 13px 20px;
    white-space: nowrap;
}

.cookie-alert__button.blue {
    border-color: #01509c;
    color: #01509c;
}

.cookie-alert__button.blue:hover {
    background-color: #01509c;
    color: #fff;
}

.cookie-alert__button.black {
    border-color: #000;
    color: #000;
}

.cookie-alert__button.preferences {
    margin: 7.14% 1% 0 0;
}

.cookie-alert__button:not(:last-of-type) {
    margin-bottom: 10px;
}

.cookie-alert__button__icon {
    margin-left: 10px;
}

.cookie-alert__button__icon.hover-off {
    display: inline-block;
}

.cookie-alert__button__icon.hover-on {
    display: none;
}

.cookie-alert__button:hover .cookie-alert__button__icon.hover-off {
    display: none;
}

.cookie-alert__button:hover .cookie-alert__button__icon.hover-on {
    display: inline-block;
}

.cookie-alert__button--primary {
    border: 1px solid #fff;
    text-transform: uppercase;
}

.cookie-alert__button--primary:hover {
    background: #000;
    color: #fff;
}

.cookie-alert__button--submit {
    display: none;
}

.cookie-preference__section:not(:last-of-type) {
    margin: 60px 0px;
}

.cookie-preferences__fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}

.cookie-preference__header {
    font-weight: bold;
}

.fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 7px 0 0;
    width: 100%;
}

.lightswitch-radio-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #999;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 6px;
}

.lightswitch-radio {
    position: absolute;
    left: -9999px;
}

.lightswitch-radio + span {
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    min-width: 70px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 10px;
}
.lightswitch-radio:checked + span {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #333;
}

.cookie-updated-alert {
    display: none;
    color: #01509c;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5%;
}

.preferences-buttons-wrapper {
    padding-bottom: 20px;
    position: relative;
}

.preferences-buttons-wrapper .cookie-updated-alert {
    margin: 10px 0 0;
    position: absolute;
}

.cookie-preference__section table th,
.cookie-preference__section table td {
    text-align: left;
}

@media all and (min-width: 700px) {
    .cookie-alert__container {
        padding: 30px 40px 50px;
    }

    .cookie-alert__text {
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .cookie-alert__text p {
        text-align: left;
    }

    .cookie-alert__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cookie-alert__button {
        margin-bottom: 0 !important;
    }
}

@media all and (min-width: 999px) {
    .cookie-alert__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px;
    }

    .cookie-alert__text {
        margin-bottom: 0;
    }

    .cookie-alert__text p {
        margin: 0;
    }
}

@media all and (min-width: 1200px) {
    .cookie-alert__container {
        padding: 30px 60px 30px 80px;
    }
}

/* ---------------------
   Section: Timeline
   --------------------- */
.section--timeline {
    overflow: hidden;
}


/* ---------------------
   Popup on Landing page
   --------------------- */
.modal {
    display: none;
  
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  
    padding-top: 40px;
  
    box-shadow: 0 0 250px 0 #000 inset;
    filter: drop-shadow(0px 0px 54px rgba(0, 0, 0, 0.25));
  
    z-index: 92;
  
    .modal__content-wrapper {
      place-self: center;
  
      height: calc(100% - 100px);
      max-height: 514px;
      width: 100%;
      max-width: 1400px;
  
      background-color: #FFFFFF;
  
      @media all and (min-width: 768px) {
        height: calc(100vh - 200px);
        width: calc(100% - 200px);
        margin-left: 24px;
        margin-right: 24px;
      }
  
      @media all and (min-width: 1600px) {
        max-height: 800px;
      }
  
      @media all and (min-width: 1921px){
        max-height: 1000px;
      }
    }
  
    .modal__content {
      position: relative;
  
      height: calc(100% - 20px);
      margin: 10px;
      border: 10px solid #000;

      overflow-y: scroll;
    }
  
    .modal__close {
      position: absolute;
      top: 40px;
      right: 40px;
  
      /* @include button; */
  
      min-width: unset;
  
      border-radius: 827px;
      border: 1px solid #000;
      padding: 7px 13px;
  
      background-color: #FFFFFF;
  
      transition: all 200ms ease-in-out;

      cursor: pointer;
  
      &:hover {
        background-color: #000;
  
        .modal__close-text {
          color: #fff;
        }
      }
    }
  
    .modal__close-text {
      font-size: 14px;
      line-height: 1.4;
      text-transform: uppercase;
      color: $dark-blue;
  
      transition: all 200ms ease-in-out;
  
      &:after {
        content: " X";
      }
    }
  
    .modal__body {
      width: calc(100% - 50px);
      margin: 50px auto;
      padding: 24px 28px;
  
      @media all and (min-width: 991px) {
        margin-top: 100px;
        margin-bottom: 16px;
      }
    }
  
    .wp-block {
      padding-left: 0;
      padding-right: 0;
    }
  
    h2.wp-block-heading {
      font-size: 40px;
      color: $dark-blue;
  
      @media (--lg) {
        font-size: 68px;
      }
    }
  
    .wp-block-image {
      margin: 40px auto 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .wp-block-buttons {
      margin-top: 40px;
    }
  
    .wp-block-paragraph {
      color: $dark-blue;
    }

    .wp-block-button__link {
        display: inline-flex;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0;

        padding: 16px 24px;
        text-transform: uppercase;

        color: $white!important;
        background: $blue;

        &:hover {
            border: 1px solid $gray-medium;
            border-radius: 15px;
            background: $gray-medium;
            cursor: pointer;
        }
    }

    ul {
        list-style: inside;
    }

    ol {
        list-style: decimal inside;
    }
  }

  .modal--visible{
    display: grid;
  }

.modal--centered-content .modal__content {
    display: grid;
    align-content: center;
}

.modal.modal--photo-with-text-frame {
    .modal__content-wrapper {
        max-height: none;
        overflow-y: scroll;

        @media (min-width: 500px) {
            height: 514px;
            overflow-y: auto;
        }

        @media (min-width: 700px) {
            height: 600px;
            max-width: 1043px;
        }
    }

    .modal__content {
        align-self: start;

        height: auto;
        margin: 0;
        border: 0;
        padding-top: 70px;
        padding-bottom: 40px;

        overflow-y: scroll;

        @media (min-width: 500px) {
            align-self: center;
            width: auto;
            padding: 70px 40px 40px;
        }
    }

    .modal__close {
        top: 16px;
        right: 24px;
    }

    .modal__body {
        margin: 0;
        padding: 0;
        width: auto;

        @media (min-width: 500px) {
            height: 100%;
        }

        @media (min-width: 500px) {
            display: grid;
            align-items: center;
        }
    }
}

.wp-block-columns.is-style-popup-stack {
    flex-direction: column;
    gap: 24px;

    margin: 0;
    padding: 0;

    @media (min-width: 500px) {
        flex-direction: row;
        gap: 0;

        height: 444px;
    }

    @media (min-width: 700px) {
        height: 490px;
    }

    .wp-block-column {
        @media (min-width: 500px) {
            flex: 0 0 50% !important;
        }

        /* The following assumes just 2 columns */
        &:first-child {
            @media (min-width: 700px) {
                flex: 9;
            }
        }

        &:last-child {
            @media (min-width: 500px) {
                align-self: center;
            }

            @media (min-width: 700px) {
                flex: 11;
            }
        }
    }

    .wp-block-image {
        height: 475px;
        max-height: 40vh;
        margin: 0;

        @media (min-width: 500px) {
            height: 100%;
            max-height: none;
            margin-right: 32px;

            overflow: hidden;
        }

        img {
            height: 100%;
            width: 100%;

            object-fit: cover;
            object-position: top;
        }
    }

    h2 {
        margin-left: 16px;
        margin-right: 16px;
        border: 0;

        font-family: "FreightSans Pro", sans-serif;
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: -1.82px;

        @media (min-width: 500px) {
            margin-left: 32px;
            margin-right: 32px;
        }
    }

    p {
        margin-top: 24px;
        margin-left: 16px;
        margin-right: 16px;

        font-family: "FreightSans Pro", sans-serif;
        font-size: 20px;
        line-height: 1.1;
        letter-spacing: -0.2px;
        color: #151618;

        @media (min-width: 500px) {
            margin-left: 32px;
            margin-right: 32px;
        }

        a {
            display: inline-block;
            position: relative;

            font-size: 14px;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
            text-decoration: none;
        }

        a:after {
            content: '';

            position: absolute;
            left: 0;
            bottom: -4px;

            width: 100%;
            border-bottom: 1px solid #000000;
        }
    }
}