/*
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;

   ============== */

.admin-bar .siteheader{ top: 32px !important; }

.siteheader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    padding: 25px 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:0;
    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 div > li{
    padding: 0.3em 0;
    border-top: 1px solid grey;
}

.sitenav--mobile .sitenav__item, .sitenav--mobile .sitenav__list div >  li a{
    padding-bottom: 0.6em;
}

.sitenav__item:first-child, .sitenav--mobile .sitenav__list div > 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("img/home/bgc_ceo_statement2.jpg");
}
.fixed-bg.statement--first {
  background-image: url("img/home/bgc_ceo_statement1.jpg");
}
.fixed-bg.section--charity-day {
  background-image: url("img/home/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;
}


.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("img/home/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(img/home/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(img/home/bgc_ourvision_bg2.jpg) center right no-repeat;
        background-size: 50% auto;
    }
}

@media only screen and (min-width: 1400px) {
    .section--our-vision{
        background: url(img/home/bgc_ourvision_bg2.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;
}



@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{
    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: 1px 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;
	
}
}
