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

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.zoom {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.zoom:hover {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.5, M12=-0, M21=0, M22=1.5)
}

.top {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 0 0
}

.top:after {
    background: rgba(151, 151, 150, .5);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute
}

.top .brand {
    width: 89px;
    float: left;
    display: block;
    height: 96px;
    padding: 15px 0 10px 0
}

@media(min-width:768px) {
    .top .brand {
        width: 100%
    }
}

.top .brand img {
    width: 150px
}

.top .brand img.mobile-logo {
    display: block;
    margin: 0 0 0 17px;
    width: 60px
}

@media(min-width:768px) {
    .top .brand img.mobile-logo {
        display: block
    }
}

.top nav {
    float: right
}

.top nav .top-nav {
    display: none
}

@media(min-width:1200px) {
    .top nav .top-nav {
        display: block
    }
}

.top nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    display: block;
    float: left
}

.top nav ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative
}

.top nav ul li.has-panel a:before {
    content: "";
    display: inline-block;
    position: relative;
    background: url("../img/down-arrow-ico-red.svg");
    width: 10px;
    height: 5px;
    top: -2px;
    margin: 0 10px
}

.top nav ul li:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 80%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    margin: 0 auto;
    border-top: 5px solid rgba(255, 255, 255, 0)
}

@media(min-width:1400px) {
    .top nav ul li:before {
        bottom: -25px
    }
}

.top nav ul li:hover:before {
    width: 100%
}

.top nav ul li:hover a {
    color: #c12c2d;
    text-decoration: none
}

.top nav ul li.has-children:hover {
    z-index: 2
}

.top nav ul li.has-children:hover ul {
    display: block
}

.top nav ul li.has-children:hover a {
    text-decoration: none;
    background: #c12c2d;
    color: #fff
}

.top nav ul li.has-children:hover a:before {
    background: url("../img/down-arrow-ico-white.svg")
}

.top nav ul li.has-children:hover li:before {
    display: none
}

.top nav ul li.has-children:hover li a {
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #fff
}

.top nav ul li.has-children:hover li a:hover {
    background: #1f222d
}

.top nav ul li.selected:before {
    border-top: 5px solid #c12c2d
}

.top nav ul li.selected a {
    text-decoration: none
}

.top nav ul li li a {
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
    padding: 10px 20px;
    width: 100%
}

.top nav ul li li a:before {
    display: none
}

.top nav ul li li:hover a {
    background: rgba(0, 0, 0, .1)
}

.top nav ul li a {
    position: relative;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.2px;
    display: inline-block
}

@media(min-width:1400px) {
    .top nav ul li a {
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .top nav ul li a {
        margin: 25px 0 0 0;
        padding: 15px 20px 11px 10px
    }
}

.top nav ul li ul {
    list-style: none;
    display: none;
    position: absolute;
    width: 13em
}

.top nav ul li ul li {
    width: 100%
}

.top nav ul li ul li a {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px
}

.top nav ul li ul li:hover a {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.top nav .toggle-navs {
    margin: 0 -15px 0 0
}

.top nav .toggle-navs li {
    float: left;
    display: block
}

.top nav .toggle-navs li:before {
    display: none
}

.top nav .search-btn {
    position: relative;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    display: block;
    letter-spacing: 2.2px;
    border-top: 5px solid #c12c2d;
    padding: 20px 15px 35px 15px;
    display: inline-block;
    border-left: 1px solid rgba(151, 151, 150, .5);
    border-right: 1px solid rgba(151, 151, 150, .5)
}

@media(min-width:1400px) {
    .top nav .search-btn {
        font-size: 14px
    }
}

@media(min-width:768px) {
    .top nav .search-btn {
        padding: 20px 20px 35px 20px
    }
}

.top nav .search-btn:before {
    content: "";
    display: inline-block;
    position: relative;
    background: url("../img/search-ico-red.svg");
    width: 30px;
    height: 30px;
    top: 9px;
    margin: 0 10px
}

.top nav .search-btn.active {
    background: #181a21;
    color: #fff
}

.top nav .search-btn.active:before {
    background: url("../img/search-ico-white.svg")
}

.top nav .search-btn.active:after {
    content: "";
    background: #181a21;
    border-left: 1px solid #181a21;
    border-right: 1px solid #181a21;
    position: absolute;
    bottom: -2px;
    width: 101%;
    height: 2px;
    left: -1px
}

.top nav .burger {
    display: block;
    position: relative;
    width: 78px;
    height: 96px;
    padding: 10px 20px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    top: 0
}

.top nav .burger span {
    background: #c12c2d;
    width: 38px;
    height: 3px;
    position: absolute;
    display: block;
    top: 45px
}

.top nav .burger span:before {
    content: "";
    background: #c12c2d;
    width: 38px;
    height: 3px;
    position: absolute;
    top: -10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.top nav .burger span:after {
    content: "";
    background: #c12c2d;
    width: 38px;
    height: 3px;
    position: absolute;
    top: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.top nav .burger.active {
    background: #181a21
}

.top nav .burger.active span {
    background: #fff
}

.top nav .burger.active span:before {
    top: 0;
    background: #fff
}

.top nav .burger.active span:after {
    top: 0;
    background: #fff
}

.hide-scroll {
    overflow: hidden
}

.hide-scroll .top:after {
    display: none
}

.search-panel, .menu-panel {
    display: none;
    background: #181a21;
    padding: 100px 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    overflow: scroll;
    top: -100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.search-panel.menu-panel-on, .menu-panel.menu-panel-on {
    top: 0%
}

.search-panel .heading, .menu-panel .heading {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 60px 0 30px 0
}

.search-panel .search-text, .menu-panel .search-text {
    font-size: 25px;
    padding: 20px 25px 20px 65px;
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 30px
}

.search-panel .search-text:focus, .menu-panel .search-text:focus {
    outline: none
}

.search-panel .search-area, .menu-panel .search-area {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.search-panel .search-area:before, .menu-panel .search-area:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/search-ico-black.svg);
    width: 30px;
    height: 30px;
    top: 28px;
    left: 17px;
    margin: 0 10px;
    z-index: 1;
    opacity: .4
}

@media(min-width:768px) {
    .search-panel .search-area, .menu-panel .search-area {
        width: 80%
    }
}

.search-panel ::-webkit-input-placeholder, .menu-panel ::-webkit-input-placeholder {
    color: #000
}

.search-panel ::-moz-placeholder, .menu-panel ::-moz-placeholder {
    color: #000
}

.search-panel :-ms-input-placeholder, .menu-panel :-ms-input-placeholder {
    color: #000
}

.search-panel :-moz-placeholder, .menu-panel :-moz-placeholder {
    color: #000
}

.search-panel input.btn-primary, .menu-panel input.btn-primary {
    width: 100%;
    margin-bottom: 30px;
    float: right;
    padding: 29px 0 29px 0
}

@media(min-width:768px) {
    .search-panel input.btn-primary, .menu-panel input.btn-primary {
        width: 20%
    }
}

.search-panel input.btn-primary:hover, .menu-panel input.btn-primary:hover {
    background: #fff;
    color: #c12c2d
}

.search-panel input.btn-primary:hover span, .menu-panel input.btn-primary:hover span {
    color: #c12c2d
}

.search-panel input.btn-primary:focus, .menu-panel input.btn-primary:focus {
    outline: none
}

.search-panel a.btn-ghost-primary, .menu-panel a.btn-ghost-primary {
    clear: both;
    display: block;
    width: 210px;
    padding: 15px 10px;
    margin: 30px auto
}

.search-panel a.btn-ghost-primary span, .menu-panel a.btn-ghost-primary span {
    color: #fff;
    font-size: 12px
}

.search-panel .list-of-links, .menu-panel .list-of-links {
    clear: both;
    margin-top: 80px
}

.search-panel .list-of-links h5, .menu-panel .list-of-links h5 {
    text-align: center;
    color: #c12c2d;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .search-panel .list-of-links h5, .menu-panel .list-of-links h5 {
        text-align: left;
        float: left
    }
}

.search-panel .list-of-links ul, .menu-panel .list-of-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width:768px) {
    .search-panel .list-of-links ul, .menu-panel .list-of-links ul {
        margin: 0 0 0 22%
    }
}

.search-panel .list-of-links ul li, .menu-panel .list-of-links ul li {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-family: "Freight Display W01 Light", serif;
    margin-bottom: 14px
}

@media(min-width:768px) {
    .search-panel .list-of-links ul li, .menu-panel .list-of-links ul li {
        width: 49%;
        text-align: left
    }
}

.search-panel .list-of-links ul li a, .menu-panel .list-of-links ul li a {
    color: #fff;
    font-weight: 100;
    font-family: "Freight Display W01 Light", serif
}

.menu-overlay h3 {
    font-size: 30px;
    margin-top: 0;
    color: #fff
}

@media(min-width:768px) {
    .menu-overlay h3 {
        font-size: 50px
    }
}

.menu-overlay h6 {
    color: #c12c2d;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    margin-bottom: 30px
}

.home .banner {
    background-position: center
}

.banner {
    background-position: center;
    background-size: cover;
    padding: 180px 0
}

@media(min-width:1024px) {
    .banner {
        background-position: center
    }
}

@media(min-width:768px) {
    .banner .content {
        padding-right: 10%
    }
}

.banner .content .heading {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-family: "brandon_grotesque_regularRg", sans-serif
}

@media(min-width:1024px) {
    .banner .content .heading {
        font-size: 66px
    }
}

.banner .content .heading strong {
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    display: block
}

.banner .content p {
    font-size: 16px;
    color: #fff;
    font-family: "Freight Display W01 Light", serif;
    letter-spacing: 1px
}

@media(min-width:1024px) {
    .banner .content p {
        font-size: 26px
    }
}

.banner .content .btn {
    margin: 20px 0 0 0
}

.banner .content .list-img-lbl {
    list-style: none;
    margin: 0;
    padding: 50px 0 0 0
}

.banner .content .list-img-lbl li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 1rem
}

.banner .content .list-img-lbl li img {
    width: 90px;
    margin: 0 auto
}

.banner .content .list-img-lbl li span {
    display: block;
    text-align: center;
    width: 115px;
    font-family: "Freight Display W01 Book", serif;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0 0
}

.banner .awards-logo {
    margin: 50px auto
}

.banner .awards-logo img {
    width: 85px;
    top: -20px;
    position: relative
}

.banner .awards-logo .text {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0
}

.banner .awards-logo .award-logo {
    display: inline-block;
    width: 45%;
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .banner .awards-logo .award-logo {
        width: 264px
    }
    .banner .awards-logo {
        margin: 50px auto;
        display: flex;
        justify-content: space-evenly
    }
}

.large-banner {
    position: relative;
    overflow: hidden
}

@media(min-width:1024px) {
    .large-banner {
        height: 700px
    }
}

.large-banner .content {
    padding-right: 0%
}

.large-banner .content .heading {
    color: #fff;
    font-family: "brandon_grotesquebold", sans-serif;
    font-size: 40px
}

@media(min-width:1024px) {
    .large-banner .content .heading {
        font-size: 80px
    }
}

.large-banner .content p {
    max-width: 800px;
    margin: 0 auto;
    color: #fff
}

.large-banner .scrolldown {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: 0 auto;
    background: #fff;
    color: #c12c2d;
    width: 80px;
    height: 80px;
    border-radius: 1000px
}

.large-banner .scrolldown i {
    background: url("../img/chevron-down-red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 15px;
    display: block;
    margin: 15px auto
}

.xlarge-banner {
    position: relative;
    overflow: hidden
}

@media(min-width:1024px) {
    .xlarge-banner {
        height: 850px;
        padding-top: 260px
    }
}

.xlarge-banner .content {
    position: relative;
    padding-right: 0%
}

.xlarge-banner .content .subheading {
    color: #c12c2d;
    font-family: "brandon_grotesquebold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px
}

@media(min-width:1024px) {
    .xlarge-banner .content .subheading {
        font-size: 20px
    }
}

.xlarge-banner .content .small-heading {
    color: #c12c2d;
    font-family: "brandon_grotesquebold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px
}

@media(min-width:1024px) {
    .xlarge-banner .content .small-heading {
        font-size: 12px
    }
}

.xlarge-banner .content .heading {
    color: #fff;
    font-family: "brandon_grotesquebold", sans-serif;
    font-size: 33px
}

@media(min-width:375px) {
    .xlarge-banner .content .heading {
        font-size: 40px
    }
}

@media(min-width:1024px) {
    .xlarge-banner .content .heading {
        font-size: 80px
    }
}

.xlarge-banner .content p {
    max-width: 800px;
    margin: 0 auto;
    color: #fff
}

.xlarge-banner .scrolldown {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: 0 auto;
    background: #fff;
    color: #c12c2d;
    width: 80px;
    height: 80px;
    border-radius: 1000px
}

.xlarge-banner .scrolldown i {
    background: url("../img/chevron-down-red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 15px;
    display: block;
    margin: 15px auto
}

.triangle-banner {
    position: relative;
    background: #c12c2d;
    padding-bottom: 20px
}

.triangle-banner:after {
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 3
}

.triangle-banner.red {
    background: #c12c2d
}

.triangle-banner.red:after {
    background-image: url("../img/content-chevron-bottom-red.svg")
}

.triangle-banner.white {
    background: #fff
}

.triangle-banner.white:after {
    background-image: url("../img/content-chevron-bottom-white.svg")
}

.triangle-banner.white .content .subheading {
    color: #1f222d
}

.triangle-banner.white .content .heading {
    color: #c12c2d
}

.triangle-banner.white .content .heading:after {
    background-color: #1f222d
}

.triangle-banner.grey {
    background: #1f222d
}

.triangle-banner.grey:after {
    background-image: url("../img/content-chevron-bottom-grey.svg")
}

@media(min-width:1024px) {
    .triangle-banner {
        height: 450px
    }
}

.triangle-banner .content {
    padding-right: 0%
}

.triangle-banner .content .subheading {
    font-size: 14px;
    color: #ffe593;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.2px
}

.triangle-banner .content .heading {
    color: #fff;
    font-family: "brandon_grotesquebold", sans-serif;
    font-size: 40px
}

@media(min-width:1024px) {
    .triangle-banner .content .heading {
        font-size: 80px
    }
}

.triangle-banner .content .heading:after {
    background-color: #ffe593
}

.triangle-banner .content p {
    max-width: 800px;
    margin: 0 auto;
    color: #fff
}

.small-banner {
    padding: 140px 0 100px 0
}

.small-banner .content {
    padding-right: 0%
}

.small-banner .content .subheading {
    font-size: 14px;
    color: #ffe593;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.2px
}

.small-banner .content .heading {
    color: #fff;
    font-family: "brandon_grotesqueblack", sans-serif;
    font-size: 40px
}

@media(min-width:1024px) {
    .small-banner .content .heading {
        font-size: 60px
    }
}

.small-banner .content .heading:after {
    background-color: #c12c2d
}

.small-banner .content p {
    max-width: 800px;
    margin: 0 auto;
    color: #fff
}

.primary-nav {
    display: none;
    background: #181a21;
    padding: 150px 0 0 50px;
    height: 100%;
    position: fixed;
    width: 90%;
    z-index: 99;
    overflow: scroll;
    right: -100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media(min-width:768px) {
    .primary-nav {
        padding: 150px 0 0 50px;
        width: 30%
    }
}

.primary-nav.menu-panel-on {
    right: 0%
}

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

@media(min-width:768px) {
    .primary-nav nav ul {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px
    }
}

.primary-nav nav ul li {
    display: block;
    font-size: 25px;
    font-family: "Freight Display W01 Light", serif;
    margin-bottom: 8px;
    color: #fff
}

.primary-nav nav ul li a {
    color: #fff
}

.primary-nav nav ul li ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    margin-bottom: 20px
}

.primary-nav nav ul li ul li {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    padding-left: 20px
}

.primary-nav nav ul li ul li a {
    color: #979796
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class^="col-"], .row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.panel-padding {
    width: 100%;
    overflow: hidden;
    margin: 80px 0 0 0
}

@media screen and (max-width:1199px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 80px 0 80px 0
    }
}

@media screen and (max-width:991px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 60px 0 60px 0
    }
}

@media screen and (max-width:767px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 40px 0 40px 0
    }
}

@media screen and (max-width:640px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 30px 0 30px 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 2px solid #f0f0f0;
    background: #f8f8f8;
    position: relative;
    border-radius: 0
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 30px 0 0;
    padding: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #888;
    min-height: 18px
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #ccc
}

.selectric-hover .selectric .button {
    color: #888
}

.selectric-hover .selectric .button:after {
    border-top-color: #888
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #ccc;
    background: #f0f0f0;
    border-bottom-width: 0;
    padding-bottom: 2px
}

.selectric-open .selectric-items {
    display: block
}

.selectric-open.selectric-above .selectric {
    border-top-width: 0;
    border-bottom-width: 2px
}

.selectric-open.selectric-above .selectric-items {
    border-bottom-width: 0;
    border-top-width: 2px
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f0f0f0;
    border: 2px solid #ccc;
    border-top-width: 0;
    z-index: -1;
    padding: 0
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px 20px;
    color: #666;
    cursor: pointer
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li.selected {
    background: #ddd;
    color: #444
}

.selectric-items li:hover {
    background: #fefefe;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

footer {
    background: #1f222d;
    border-top: 10px solid #c12c2d;
    padding: 25px 0
}

footer .brand {
    width: 240px;
    display: block;
    margin: 10px auto
}

@media(min-width:768px) {
    footer .brand {
        margin: 0 0 10px 0
    }
}

footer .brand img {
    width: 100%
}

footer address {
    color: #979796;
    font-family: "Freight Display W01 Light", serif;
    margin-bottom: 5px;
    text-align: center
}

@media(min-width:768px) {
    footer address {
        text-align: left
    }
}

footer .tel {
    color: #979796;
    font-size: 24px;
    font-family: "Freight Display W01 Light", serif;
    margin-bottom: 10px;
    text-align: center;
    display: block
}

@media(min-width:768px) {
    footer .tel {
        text-align: left;
        display: inline-block
    }
}

@media(min-width:768px) {
    footer .tel {
        margin-bottom: 60px
    }
}

footer .tel a {
    color: #979796
}

footer dl.footer-links dt {
    font-family: "brandon_grotesque_regularRg", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff
}

footer dl.footer-links dt a {
    color: #fff;
    font-family: "brandon_grotesque_regularRg", sans-serif
}

footer dl.footer-links dd {
    margin-bottom: 5px;
    font-size: 15px;
    vertical-align: top
}

@media(min-width:480px) {
    footer dl.footer-links dd {
        width: 49%;
        display: inline-block
    }
}

@media(min-width:1024px) {
    footer dl.footer-links dd {
        width: 100%;
        display: inline-block
    }
}

footer dl.footer-links dd a {
    color: #979796;
    font-family: "Freight Display W01 Light", serif
}

footer dl.footer-links dd a:hover {
    color: #fff
}

footer dl.footer-links dd a .icon {
    position: relative;
    top: 4px;
    margin-right: 10px
}

.signoff {
    background: #000;
    padding: 10px 0
}

.signoff .copyright {
    font-family: "Freight Display W01 Light", serif;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px
}

@media(min-width:768px) {
    .signoff .copyright {
        display: inline-block;
        text-align: left
    }
}

.signoff .lower-links {
    color: #979796;
    float: none;
    display: block;
    text-align: center;
    font-family: "Freight Display W01 Light", serif
}

@media(min-width:768px) {
    .signoff .lower-links {
        float: right;
        display: inline-block;
        text-align: left
    }
}

.signoff .lower-links a {
    color: #979796;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px
}

.signoff .lower-links a:hover {
    color: #fff
}

.rte p strong {
    font-weight: bold
}

.rte img {
    max-width: 100%;
    height: auto
}

.preloading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.preloading .top-door {
    width: 100%;
    background: #c12c2d;
    height: 50%;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.preloading .bottom-door {
    width: 100%;
    background: #c12c2d;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.preloading .mobile-logo {
    width: 70px;
    position: absolute;
    height: 70px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%
}

.load {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.load .top-door {
    opacity: 0;
    top: -50%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.load .bottom-door {
    opacity: 0;
    bottom: -50%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.load .preloading {
    opacity: 1;
    z-index: -99
}

.out .top-door {
    top: 0%;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.out .bottom-door {
    bottom: 0%;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.out .preloading {
    opacity: 1;
    z-index: 999
}

.list-logos {
    position: relative
}

.list-logos.red-bar {
    background: url("../img/red-bar-100.svg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1650px 110px;
    height: 136px;
    margin-top: -108px
}

@media(min-width:1024px) {
    .list-logos.red-bar {
        height: 108px;
        background-size: 1655px 110px
    }
}

.list-logos.red-bar .subheading {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -50px;
    position: absolute;
    left: 0;
    font-size: 21px;
    font-family: "Freight Display W01 Light", serif;
    color: #fff
}

.list-logos.white-bar {
    background: #fff
}

.list-logos.white-bar .subheading {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px;
    position: relative;
    left: 0;
    font-size: 21px;
    font-family: "Freight Display W01 Light", serif;
    color: #000
}

.list-logos.align-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.list-logos.align-bottom .subheading {
    color: #fff;
    font-size: 20px
}

.list-logos ul {
    list-style: none;
    padding: 33px 0;
    margin: 0;
    text-align: center
}

.list-logos ul li {
    width: 60px;
    display: inline-block;
    margin: 10px .2rem 0
}

@media(min-width:768px) {
    .list-logos ul li {
        width: 80px;
        margin: 10px 0 0 0
    }
}

@media(min-width:1400px) {
    .list-logos ul li {
        width: 120px;
        margin: 0 10px
    }
}

.list-logos ul li img {
    width: 100%
}

.home .list-logos.red-bar {
    background: url("../img/red-bar.svg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: 1650px 110px
}

.home .list-logos.red-bar .subheading {
    color: #c12c2d
}

.panels.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0
}

@media(min-width:1024px) {
    .panels.bg-img {
        padding: 150px 0
    }
}

@media(min-width:1400px) {
    .panels.bg-img {
        padding: 150px 0 350px
    }
}

.panels.bg-img .content .heading {
    color: #fff;
    font-family: "brandon_grotesqueblack", sans-serif;
    font-size: 40px;
    text-transform: uppercase
}

@media(min-width:1024px) {
    .panels.bg-img .content .heading {
        font-size: 70px
    }
}

.panels.bg-img .content .heading span {
    color: #c12c2d;
    display: block
}

.panels.bg-img .content p.intro {
    color: #fff;
    font-family: "Freight Display W01 Book", serif;
    font-size: 23px
}

@media(min-width:1024px) {
    .panels.bg-img .content p.intro {
        font-size: 33px
    }
}

.panels.bg-img .content .rte {
    color: #fff;
    font-family: "Freight Display W01 Book", serif;
    font-size: 24px
}

.panels.bg-img .content .rte dd, .panels.bg-img .content .rte dt, .panels.bg-img .content .rte li, .panels.bg-img .content .rte p, .panels.bg-img .content .rte ul {
    font-size: 16px;
    font-family: "Freight Display W01 Book", serif;
    font-weight: 100
}

@media(min-width:1024px) {
    .panels.bg-img .content .rte dd, .panels.bg-img .content .rte dt, .panels.bg-img .content .rte li, .panels.bg-img .content .rte p, .panels.bg-img .content .rte ul {
        font-size: 24px
    }
}

.panels.two-bg-img {
    position: relative;
    overflow: hidden
}

.panels.two-bg-img .in-img-bg {
    position: absolute;
    z-index: 0;
    bottom: 0
}

.panels.two-bg-img .in-img-bg.left {
    left: 0
}

.panels.two-bg-img .in-img-bg.right {
    right: 0
}

.panels.two-bg-img .in-img-bg img {
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

@media(min-width:768px) {
    .panels.two-bg-img .in-img-bg img {
        opacity: 1
    }
}

.panels.two-bg-img .content .small-heading {
    color: #1f222d;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.panels.two-bg-img .content .heading {
    color: #c12c2d;
    font-family: "brandon_grotesqueblack", sans-serif;
    font-size: 40px;
    text-transform: uppercase
}

@media(min-width:1024px) {
    .panels.two-bg-img .content .heading {
        font-size: 70px
    }
}

.panels.two-bg-img .content .heading span {
    color: #1f222d
}

.panels.two-bg-img .content .subheading {
    color: #1f222d;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    font-size: 27px;
    text-transform: uppercase
}

.panels.two-bg-img .content .subheading span {
    color: #c12c2d
}

.panels.two-bg-img .content p.intro {
    color: #000;
    font-family: "Freight Display W01 Book", serif;
    font-size: 33px
}

.panels.two-bg-img .content .rte {
    color: #000;
    font-family: "Freight Display W01 Book", serif;
    font-size: 24px;
    padding: 0 15%
}

.panels.two-bg-img .content .rte dd, .panels.two-bg-img .content .rte dt, .panels.two-bg-img .content .rte li, .panels.two-bg-img .content .rte p, .panels.two-bg-img .content .rte ul {
    font-size: 16px;
    font-family: "Freight Display W01 Book", serif;
    font-weight: 100
}

@media(min-width:1024px) {
    .panels.two-bg-img .content .rte dd, .panels.two-bg-img .content .rte dt, .panels.two-bg-img .content .rte li, .panels.two-bg-img .content .rte p, .panels.two-bg-img .content .rte ul {
        font-size: 24px
    }
}

.panels.two-bg-img .list-logos {
    text-align: center;
    padding: 100px 0 30px
}

.panels.two-bg-img .list-logos .subheading {
    color: #1f222d;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block
}

.panels.two-bg-img .list-logos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.panels.two-bg-img .list-logos ul li {
    display: inline-block
}

.panels.bg-img.testimonials {
    padding: 40px 0 150px
}

.underline-border-left {
    position: relative
}

.underline-border-left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #c12c2d;
    width: 35px;
    height: 3px;
    display: block
}

.underline-border-center {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.underline-border-center:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    background: #c12c2d;
    width: 70px;
    height: 3px;
    display: block
}

.center-align {
    text-align: center
}

.padding-top {
    padding-top: 70px
}

.padding-bottom {
    padding-bottom: 70px
}

.padding-both {
    padding-top: 70px;
    padding-bottom: 70px
}

.double-padding-top {
    padding-top: 140px;
    padding-bottom: 100px
}

.content .heading {
    font-family: "brandon_grotesqueblack", sans-serif
}

.content .heading span {
    color: #c12c2d
}

.content .rte {
    font-family: "Freight Display W01 Book", serif;
    font-size: 24px
}

.content .rte dd, .content .rte dt, .content .rte li, .content .rte p, .content .rte ul {
    font-size: 18px;
    font-family: "Freight Display W01 Book", serif;
    font-weight: 100
}

@media(min-width:1024px) {
    .content .rte dd, .content .rte dt, .content .rte li, .content .rte p, .content .rte ul {
        font-size: 20px;
        line-height: 30px
    }
}

.content .rte blockquote {
    border-color: #c12c2d;
    color: #c12c2d;
    padding-top: 0;
    font-size: 24px
}

@media(min-width:1024px) {
    .content .rte blockquote {
        font-size: 30px
    }
}

.content .intro-block {
    border-color: #c12c2d;
    color: #000;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 1em;
    border-left: 8px solid #c12c2d;
    color: #c12c2d;
    line-height: 1.3;
    letter-spacing: -.01em;
    font-size: 25px;
    margin-bottom: 30px
}

.content .intro-block.black {
    color: #000
}

.content .intro-block.black span, .content .intro-block.black strong {
    color: #c12c2d
}

.content .intro-block.red {
    color: #c12c2d
}

.content .intro-block.red span, .content .intro-block.red strong {
    color: #000
}

@media(min-width:1024px) {
    .content .intro-block {
        font-size: 35px
    }
}

.lrg-number {
    font-size: 60px;
    font-family: "Freight Display W01 Book", serif;
    text-align: center;
    display: block;
    color: #c12c2d;
    line-height: 110px
}

@media(min-width:1024px) {
    .lrg-number {
        font-size: 90px
    }
}

.sm-copy {
    color: #000;
    font-size: 16px;
    font-family: "Freight Display W01 Book", serif;
    margin-bottom: 70px
}

@media(min-width:1024px) {
    .sm-copy {
        font-size: 24px
    }
}

.cta .content .subheading {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "brandon_grotesque_regularRg", sans-serif
}

.cta .content .subheading span {
    position: relative
}

.cta .content .subheading span:after {
    content: "";
    background: #c12c2d;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.cta .content .heading {
    font-size: 26px;
    text-transform: uppercase;
    color: #c12c2d;
    font-family: "brandon_grotesquebold", sans-serif;
    margin-bottom: 30px
}

@media(min-width:1024px) {
    .cta .content .heading {
        font-size: 46px
    }
}

.cta.red {
    background: #c12c2d
}

.cta.red .content .subheading {
    color: #fff
}

.cta.red .content .subheading span {
    color: #fff
}

.cta.red .content .subheading span:after {
    background: #fff
}

.cta.red .content .heading {
    color: #fff
}

.cta.red .content a.btn {
    border-color: #fff;
    color: #fff
}

.cta.red .content a.btn:hover {
    background: #fff;
    color: #c12c2d
}

.cta.grey {
    background: #1f222d
}

.cta.grey .content .subheading {
    color: #fff
}

.cta.grey .content .subheading span {
    color: #fff
}

.cta.grey .content .subheading span:after {
    background: #fff
}

.cta.grey .content .heading {
    color: #fff
}

.cta.grey .content a.btn {
    border-color: #fff;
    color: #fff
}

.cta.grey .content a.btn:hover {
    background: #fff;
    color: #1f222d
}

.blockquotes {
    position: relative;
    padding: 120px 0 0
}

.blockquotes:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../img/quote-symbol.svg");
    width: 108px;
    height: 108px;
    margin: 0 auto
}

.blockquotes .quote {
    text-align: center
}

.blockquotes .quote blockquote {
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
    border-left: 0;
    margin: 0;
    padding: 5px;
}

.blockquotes .quote blockquote q {
    color: #fff;
    font-size: 28px
}

@media(min-width:1024px) {
    .blockquotes .quote blockquote q {
        font-size: 38px
    }
}

.blockquotes .quote blockquote span.from {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px
}

@media(min-width:1024px) {
    .blockquotes .quote blockquote span.from {
        font-size: 18px
    }
}

.blockquotes .quote blockquote span.from strong {
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    background-color: rgba(255,255,255,0.7);
}

.blockquotes .quote .logo {
    width: 120px;
    margin: 0 auto
}

.blockquotes .quote .logo img {
    width: 100%
}

.blockquotes .slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 30px 0
}

.blockquotes .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.blockquotes .slick-dots li button {
    border-radius: 1000px;
    width: 25px;
    height: 25px;
    text-indent: -3000em;
    border: 1px solid #fff;
    background: transparent
}

.blockquotes .slick-dots li button:active, .blockquotes .slick-dots li button:focus {
    outline: none
}

.blockquotes .slick-dots li.slick-active button {
    background: #c12c2d;
    border: 1px solid #c12c2d
}

.title {
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid rgba(151, 151, 150, .5)
}

.title .heading {
    font-size: 16px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2.2px
}

.title .heading span {
    color: #c12c2d
}

.title .heading a {
    color: #000
}

.panel-link {
    text-align: center;
    border-top: 1px solid rgba(151, 151, 150, .5)
}

.panel-link a {
    padding: 60px 0;
    display: block;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.panel-link a .heading {
    font-size: 16px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2.2px
}

.panel-link a .heading span {
    color: #c12c2d
}

.panel-link a:hover {
    background: #c12c2d
}

.panel-link a:hover .heading {
    color: #fff
}

.panel-link a:hover .heading span {
    color: #fff
}

.full-multi-col-ctas .container-fluid {
    padding: 0
}

.full-multi-col-ctas .content {
    display: flex;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 100%
}

.full-multi-col-ctas .content a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25% 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    transform: scale(1);
    background-repeat: no-repeat;
    background-size: cover
}

.full-multi-col-ctas .content a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.full-multi-col-ctas .content a:hover {
    text-decoration: none;
    transform: scale(1.1)
}

.full-multi-col-ctas .content a:hover:before {
    background: rgba(0, 0, 0, .3)
}

.full-multi-col-ctas .content .subheading {
    font-size: 16px;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    color: #c12c2d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    z-index: 1;
    position: relative
}

.full-multi-col-ctas .content .heading {
    font-size: 30px;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-top: 0;
    z-index: 1;
    position: relative
}

.full-multi-col-ctas .content img {
    height: 80px;
    z-index: 1;
    position: relative
}

.multi-sq-col-ctas .content {
    padding-bottom: 40px
}

.multi-sq-col-ctas .content .heading {
    font-size: 60px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #c12c2d;
    text-transform: uppercase;
    letter-spacing: 2px
}

.multi-sq-col-ctas .content .subheading {
    font-size: 24px;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px
}

.multi-sq-col-ctas .ico-logo {
    height: 42px;
    margin-bottom: 20px
}

.multi-sq-col-ctas .content.box {
    background: #1f222d;
    padding: 60px;
    height: 100%
}

.multi-sq-col-ctas .content.box .rte {
    color: #fff;
    font-size: 18px
}

.multi-sq-col-ctas .content.box .rte a, .multi-sq-col-ctas .content.box .rte dd, .multi-sq-col-ctas .content.box .rte dt, .multi-sq-col-ctas .content.box .rte h1, .multi-sq-col-ctas .content.box .rte h2, .multi-sq-col-ctas .content.box .rte h3, .multi-sq-col-ctas .content.box .rte h4, .multi-sq-col-ctas .content.box .rte h5, .multi-sq-col-ctas .content.box .rte h6, .multi-sq-col-ctas .content.box .rte li, .multi-sq-col-ctas .content.box .rte p, .multi-sq-col-ctas .content.box .rte ul {
    color: #fff;
    font-size: 20px
}

.multi-sq-col-ctas .content.box {
    padding: 15% 10%;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.multi-sq-col, .team-multi-sq-col {
    overflow: hidden
}

.multi-sq-col .container-fluid, .team-multi-sq-col .container-fluid {
    padding: 0
}

.multi-sq-col .content, .team-multi-sq-col .content {
    padding-bottom: 40px
}

.multi-sq-col .content .heading, .team-multi-sq-col .content .heading {
    font-size: 20px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #c12c2d;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media(min-width:1024px) {
    .multi-sq-col .content .heading, .team-multi-sq-col .content .heading {
        font-size: 40px
    }
}

.multi-sq-col .content .subheading, .team-multi-sq-col .content .subheading {
    font-size: 24px;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px
}

.multi-sq-col .ico-logo, .team-multi-sq-col .ico-logo {
    height: 42px;
    margin-bottom: 20px
}

.multi-sq-col .content.box, .team-multi-sq-col .content.box {
    position: relative;
    background: #1f222d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 15% 10%;
    height: 100%;
    width: 100%
}

.multi-sq-col .content.box .rte, .team-multi-sq-col .content.box .rte {
    color: #fff;
    font-size: 20px
}

.multi-sq-col .content.box .rte a, .multi-sq-col .content.box .rte dd, .multi-sq-col .content.box .rte dt, .multi-sq-col .content.box .rte h1, .multi-sq-col .content.box .rte h2, .multi-sq-col .content.box .rte h3, .multi-sq-col .content.box .rte h4, .multi-sq-col .content.box .rte h5, .multi-sq-col .content.box .rte h6, .multi-sq-col .content.box .rte li, .multi-sq-col .content.box .rte p, .multi-sq-col .content.box .rte ul, .team-multi-sq-col .content.box .rte a, .team-multi-sq-col .content.box .rte dd, .team-multi-sq-col .content.box .rte dt, .team-multi-sq-col .content.box .rte h1, .team-multi-sq-col .content.box .rte h2, .team-multi-sq-col .content.box .rte h3, .team-multi-sq-col .content.box .rte h4, .team-multi-sq-col .content.box .rte h5, .team-multi-sq-col .content.box .rte h6, .team-multi-sq-col .content.box .rte li, .team-multi-sq-col .content.box .rte p, .team-multi-sq-col .content.box .rte ul {
    color: #fff;
    font-size: 20px
}

.multi-sq-col .content.box .subheading, .team-multi-sq-col .content.box .subheading {
    font-size: 16px;
    font-family: "Freight Display W01 Light", serif;
    text-transform: none;
    letter-spacing: .5px;
    margin-bottom: 20px;
    margin-top: 0
}

@media(min-width:1024px) {
    .multi-sq-col .content.box .subheading, .team-multi-sq-col .content.box .subheading {
        font-size: 24px
    }
}

@media(min-width:1024px) {
    .multi-sq-col .content.box, .team-multi-sq-col .content.box {
        padding: 15% 10%
    }
}

.multi-sq-col .content.box:after, .team-multi-sq-col .content.box:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 45%
}

@media(min-width:1024px) {
    .multi-sq-col .content.box:after, .team-multi-sq-col .content.box:after {
        content: "";
        display: block
    }
}

.multi-sq-col .content.box .btn, .team-multi-sq-col .content.box .btn {
    margin: 10px 0
}

.multi-sq-col .content.box .btn i, .team-multi-sq-col .content.box .btn i {
    margin-left: 5px
}

.multi-sq-col .content.box.background, .team-multi-sq-col .content.box.background {
    z-index: 0;
    padding: 35% 10%
}

@media(min-width:1024px) {
    .multi-sq-col .content.box.background, .team-multi-sq-col .content.box.background {
        padding: 15% 10%
    }
}

.multi-sq-col .content.box.white, .team-multi-sq-col .content.box.white {
    background: #fff;
    z-index: 1
}

.multi-sq-col .content.box.white .rte, .team-multi-sq-col .content.box.white .rte {
    color: #000
}

.multi-sq-col .content.box.white .rte a, .multi-sq-col .content.box.white .rte dd, .multi-sq-col .content.box.white .rte dt, .multi-sq-col .content.box.white .rte li, .multi-sq-col .content.box.white .rte p, .multi-sq-col .content.box.white .rte ul, .team-multi-sq-col .content.box.white .rte a, .team-multi-sq-col .content.box.white .rte dd, .team-multi-sq-col .content.box.white .rte dt, .team-multi-sq-col .content.box.white .rte li, .team-multi-sq-col .content.box.white .rte p, .team-multi-sq-col .content.box.white .rte ul {
    color: #000
}

.multi-sq-col .content.box.white .btn, .team-multi-sq-col .content.box.white .btn {
    border: 1px solid rgba(151, 151, 150, .5);
    color: #000;
    background: rgba(151, 151, 150, .5)
}

.multi-sq-col .content.box.white .btn i, .team-multi-sq-col .content.box.white .btn i {
    color: #c12c2d
}

.multi-sq-col .content.box.white .btn:hover, .team-multi-sq-col .content.box.white .btn:hover {
    background: #c12c2d;
    color: #fff
}

.multi-sq-col .content.box.white .btn:hover i, .team-multi-sq-col .content.box.white .btn:hover i {
    color: #fff
}

.multi-sq-col .content.box.light-grey, .team-multi-sq-col .content.box.light-grey {
    background: #efefef;
    z-index: 1
}

.multi-sq-col .content.box.light-grey .rte, .team-multi-sq-col .content.box.light-grey .rte {
    color: #000
}

.multi-sq-col .content.box.light-grey .rte a, .multi-sq-col .content.box.light-grey .rte dd, .multi-sq-col .content.box.light-grey .rte dt, .multi-sq-col .content.box.light-grey .rte li, .multi-sq-col .content.box.light-grey .rte p, .multi-sq-col .content.box.light-grey .rte ul, .team-multi-sq-col .content.box.light-grey .rte a, .team-multi-sq-col .content.box.light-grey .rte dd, .team-multi-sq-col .content.box.light-grey .rte dt, .team-multi-sq-col .content.box.light-grey .rte li, .team-multi-sq-col .content.box.light-grey .rte p, .team-multi-sq-col .content.box.light-grey .rte ul {
    color: #000
}

.multi-sq-col .content.box.light-grey .btn, .team-multi-sq-col .content.box.light-grey .btn {
    border: 1px solid rgba(151, 151, 150, .5);
    color: #000;
    background: rgba(151, 151, 150, .5)
}

.multi-sq-col .content.box.light-grey .btn i, .team-multi-sq-col .content.box.light-grey .btn i {
    color: #c12c2d
}

.multi-sq-col .content.box.light-grey .btn:hover, .team-multi-sq-col .content.box.light-grey .btn:hover {
    background: #c12c2d;
    color: #fff
}

.multi-sq-col .content.box.light-grey .btn:hover i, .team-multi-sq-col .content.box.light-grey .btn:hover i {
    color: #fff
}

.multi-sq-col .content.box.red, .team-multi-sq-col .content.box.red {
    background: #c12c2d;
    z-index: 1
}

.multi-sq-col .content.box.red .heading, .team-multi-sq-col .content.box.red .heading {
    color: #fff
}

.multi-sq-col .content.box.red .subheading, .team-multi-sq-col .content.box.red .subheading {
    color: #ffe593
}

.multi-sq-col .content.box.red .btn, .team-multi-sq-col .content.box.red .btn {
    border: 1px solid #fff;
    color: #fff
}

.multi-sq-col .content.box.red .btn:hover, .team-multi-sq-col .content.box.red .btn:hover {
    background: #fff;
    color: #c12c2d
}

.multi-sq-col .content.box.grey, .team-multi-sq-col .content.box.grey {
    background: #1f222d;
    z-index: 1
}

.multi-sq-col .content.box.grey .subheading, .team-multi-sq-col .content.box.grey .subheading {
    color: #fff
}

.multi-sq-col .content.box.grey .btn, .team-multi-sq-col .content.box.grey .btn {
    border: 1px solid #fff;
    color: #fff
}

.multi-sq-col .content.box.grey .btn:hover, .team-multi-sq-col .content.box.grey .btn:hover {
    background: #fff;
    color: #1f222d
}

@media(min-width:1024px) {
    .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .social, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .social {
        right: 30px;
        left: auto
    }
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .content.box:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .content.box:after {
    border-width: 25px 0 25px 25px;
    right: -25px
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .red, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .red {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .red:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .red:after {
    border-color: transparent transparent transparent #c12c2d
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .grey, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .grey:after {
    border-color: transparent transparent transparent #1f222d
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .light-grey, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .light-grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .light-grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .light-grey:after {
    border-color: transparent transparent transparent #efefef
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .white, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .white {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .white:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(odd) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(odd) .white:after {
    border-color: transparent transparent transparent #fff
}

@media(min-width:1024px) {
    .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .social, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .social {
        left: 50px;
        right: auto
    }
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .content.box:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .content.box:after {
    border-width: 25px 25px 25px 0;
    left: -25px
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .red, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .red {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .red:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .red:after {
    border-color: transparent #c12c2d transparent transparent
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .grey, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .grey:after {
    border-color: transparent #1f222d transparent transparent
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .light-grey, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .light-grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .light-grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .light-grey:after {
    border-color: transparent #efefef transparent transparent
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .white, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .white {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .white:after, .multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class*=' col-']:nth-child(even) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(odd) div[class^='col-']:nth-child(even) .white:after {
    border-color: transparent #fff transparent transparent
}

@media(min-width:1024px) {
    .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .social, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .social {
        left: 50px;
        right: auto
    }
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .content.box:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .content.box:after {
    border-width: 25px 25px 25px 0;
    left: -25px
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .red, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .red {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .red:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .red:after {
    border-color: transparent #c12c2d transparent transparent
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .grey, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .grey:after {
    border-color: transparent #1f222d transparent transparent
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .light-grey, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .light-grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .light-grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .light-grey:after {
    border-color: transparent #efefef transparent transparent
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .white, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .white {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .white:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(odd) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(odd) .white:after {
    border-color: transparent #fff transparent transparent
}

@media(min-width:1024px) {
    .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .social, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .social, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .social {
        right: 30px;
        left: auto
    }
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .content.box:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .content.box:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .content.box:after {
    border-width: 25px 0 25px 25px;
    right: -25px
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .red, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .red, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .red {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .red:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .red:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .red:after {
    border-color: transparent transparent transparent #c12c2d
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .grey, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .grey:after {
    border-color: transparent transparent transparent #1f222d
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .light-grey, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .light-grey, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .light-grey {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .light-grey:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .light-grey:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .light-grey:after {
    border-color: transparent transparent transparent #efefef
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .white, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .white, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .white {
    z-index: 2
}

.multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .white:after, .multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class*=' col-']:nth-child(even) .white:after, .team-multi-sq-col div[class^='col-']>.row:nth-child(even) div[class^='col-']:nth-child(even) .white:after {
    border-color: transparent transparent transparent #fff
}

.full-col-trip-cols {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.full-col-trip-cols .content.full-image img {
    width: 100%
}

.full-col-trip-cols.grey {
    background-color: #f7f7f7
}

.full-col-trip-cols.grey .content .rte {
    color: #fff
}

.full-col-trip-cols.grey .content h2.heading {
    color: #fff
}

.full-col-trip-cols.white {
    background-color: #fff
}

.full-col-trip-cols.white .content .rte {
    color: #555
}

.full-col-trip-cols.white .content h2.heading {
    color: #c12c2d
}

.full-col-trip-cols .content .small-heading {
    color: #c12c2d;
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.full-col-trip-cols .content h2.heading {
    font-size: 30px;
    font-family: "brandon_grotesque_regularRg", sans-serif
}

.full-col-trip-cols .content h2.heading strong {
    font-family: "brandon_grotesquebold", sans-serif
}

@media(min-width:1024px) {
    .full-col-trip-cols .content h2.heading {
        font-size: 65px
    }
}

.full-col-trip-cols .content .heading {
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 20px;
    position: relative
}

@media(min-width:1024px) {
    .full-col-trip-cols .content .heading {
        font-size: 30px
    }
}

.full-col-trip-cols .content .heading:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0
}

.full-col-trip-cols .content .subheading {
    font-family: "Freight Display W01 Bold", serif;
    color: #c12c2d;
    font-weight: 800;
    letter-spacing: .5px;
    margin: 10px 0;
    display: inline-block
}

.full-col-trip-cols .content .rte.padding-both {
    padding: 30px 0;
    font-size: 20px;
    font-family: "Freight Display W01 Light", serif
}

@media(min-width:768px) {
    .full-col-trip-cols .content .rte.padding-both {
        font-size: 24px
    }
}

.full-col-trip-cols .content .rte.padding-both p {
    font-size: 20px;
    font-family: "Freight Display W01 Light", serif;
    webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

@media(min-width:768px) {
    .full-col-trip-cols .content .rte.padding-both p {
        font-size: 24px
    }
}

.full-col-trip-cols .box {
    cursor: pointer;
    position: relative;
    padding: 30px 50px 60px 50px;
    margin: 5px 5px;
    height: 100%;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

@media(min-width:992px) {
    .full-col-trip-cols .box {
        padding: 30px 20px 60px 20px
    }
}

@media(min-width:1200px) {
    .full-col-trip-cols .box {
        padding: 30px 50px 60px 50px
    }
}

.full-col-trip-cols .box .heading {
    font-size: 20px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #fff;
    min-height: 40px
}

@media(min-width:992px) {
    .full-col-trip-cols .box .heading {
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .full-col-trip-cols .box .heading {
        font-size: 20px
    }
}

.full-col-trip-cols .box .heading:after {
    display: none
}

.full-col-trip-cols .box p {
    color: #fff;
    font-weight: 100;
    min-height: 50px
}

.full-col-trip-cols .box.white {
    background: #fff
}

.full-col-trip-cols .box.white .heading {
    color: #c12c2d
}

.full-col-trip-cols .box.white p {
    color: #979796
}

.full-col-trip-cols .box.red {
    background: #c12c2d
}

.full-col-trip-cols .box.red .heading {
    color: #fff
}

.full-col-trip-cols .box.red p, .full-col-trip-cols .box.red ul {
    color: #fff
}

.full-col-trip-cols .box.grey {
    background: #1f222d
}

.full-col-trip-cols .box.grey .heading {
    color: #fff
}

.full-col-trip-cols .box.grey p {
    color: #fff
}

.full-col-trip-cols .box:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/down-arrow-ico-white.svg");
    width: 20px;
    height: 10px;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0
}

.full-col-trip-cols .box:hover {
    background: #1f222d
}

.full-col-quad-cols .content.full-image img {
    width: 100%
}

.full-col-quad-cols.grey {
    background-color: #f7f7f7
}

.full-col-quad-cols .content .small-heading {
    color: #c12c2d;
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.full-col-quad-cols .content h2.heading {
    font-size: 30px
}

@media(min-width:1024px) {
    .full-col-quad-cols .content h2.heading {
        font-size: 60px
    }
}

.full-col-quad-cols .content h2.heading:after {
    display: none
}

.full-col-quad-cols .content .heading {
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 20px;
    position: relative
}

@media(min-width:1024px) {
    .full-col-quad-cols .content .heading {
        font-size: 30px
    }
}

.full-col-quad-cols .content .heading:after {
    content: "";
    position: absolute;
    background: #c12c2d;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    display: block;
    bottom: -10px;
    left: 0;
    right: 0
}

.full-col-quad-cols .content .subheading {
    font-family: "Freight Display W01 Bold", serif;
    color: #c12c2d;
    font-weight: 800;
    letter-spacing: .5px;
    margin: 10px 0;
    display: inline-block
}

.special-infographic {
    background-position: bottom;
    background-repeat: repeat-x
}

.special-infographic .supporting-gfx {
    position: absolute;
    left: -15px;
    display: none
}

@media(min-width:1024px) {
    .special-infographic .supporting-gfx {
        bottom: 18px;
        display: block;
        width: 38px
    }
}

@media(min-width:1200px) {
    .special-infographic .supporting-gfx {
        bottom: 18px;
        display: block;
        width: 51px
    }
}

@media(min-width:1400px) {
    .special-infographic .supporting-gfx {
        bottom: 25px;
        display: block;
        width: 62px
    }
}

.team-multi-sq-col .social {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50px
}

@media(min-width:1024px) {
    .team-multi-sq-col .social {
        bottom: 15px
    }
}

.team-multi-sq-col .social li {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px
}

.team-multi-sq-col .social li:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background: #c12c2d;
    display: block
}

.team-multi-sq-col .social li:hover:before {
    background: rgba(193, 44, 45, .9)
}

.team-multi-sq-col .social li a {
    color: #fff;
    z-index: 1;
    position: relative;
    display: block;
    padding: 6px 14px;
    font-size: 25px
}

.team-multi-sq-col .social li a i.icon {
    width: 32px;
    margin-left: -4px
}

.full-double-col-single-coloured-col .container-fluid {
    padding: 0
}

.full-double-col-single-coloured-col .white {
    background: #fff
}

@media(min-width:1024px) {
    .full-double-col-single-coloured-col .white {
        padding: 0
    }
}

.full-double-col-single-coloured-col .white .row {
    margin: 0
}

.full-double-col-single-coloured-col .grey {
    background: #efefef;
    height: 100%;
    padding: 40px 30px 80px
}

@media(min-width:768px) {
    .full-double-col-single-coloured-col .grey {
        padding: 40px 0 80px
    }
}

.full-double-col-single-coloured-col .grey .row {
    margin: 0
}

.full-double-col-single-coloured-col .red-top-border {
    border-top: 4px solid #c12c2d
}

@media(min-width:1024px) {
    .full-double-col-single-coloured-col .red-top-border {
        border-top: 8px solid #c12c2d
    }
}

@media(min-width:768px) {
    .full-double-col-single-coloured-col .grey-top-border {
        border-top: 4px solid #646473
    }
}

@media(min-width:1024px) {
    .full-double-col-single-coloured-col .grey-top-border {
        border-top: 8px solid #646473
    }
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0 30px;
    font-size: 15px;
    display: none;
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 150, .2)
}

.breadcrumb:after {
    content: "";
    position: absolute;
    background: url("../img/pointer-down.svg");
    background-repeat: no-repeat;
    width: 38px;
    height: 20px;
    bottom: -19px;
    left: 10%
}

@media(min-width:768px) {
    .breadcrumb {
        display: block;
        padding: 15px 30px 0
    }
}

@media(min-width:1024px) {
    .breadcrumb {
        padding: 15px 0 0
    }
}

.breadcrumb dt {
    display: inline-block;
    padding-right: 10px
}

.breadcrumb dd {
    display: inline-block
}

.breadcrumb dd a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #000
}

.breadcrumb dd a:after {
    content: "";
    display: inline-block;
    position: relative;
    background: url("../img/breadcrumb-divider.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    margin-left: 10px
}

.breadcrumb dd span {
    color: #c12c2d;
    font-weight: 600
}

.blog-author {
    padding: 0 30px
}

@media(min-width:1024px) {
    .blog-author {
        float: left;
        width: 126px;
        padding: 0
    }
}

.blog-author .blog-img {
    position: relative;
    width: 126px;
    display: none
}

@media(min-width:1024px) {
    .blog-author .blog-img {
        display: block
    }
}

.blog-author .blog-img img {
    width: 100%;
    padding: 13px
}

.blog-author .blog-img .mask {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 126px;
    height: 126px;
    background: url("../img/diamond-bitmap-mask.svg");
    display: block
}

.blog-author .post-date {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    font-size: 14px;
    display: block;
    text-align: center
}

@media(min-width:768px) {
    .blog-author .post-date {
        text-align: left
    }
}

.blog-author .post-by {
    display: block;
    text-align: center;
    font-size: 14px
}

@media(min-width:768px) {
    .blog-author .post-by {
        text-align: left
    }
}

.blog-snippet {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0 50px;
    border-bottom: 1px solid rgba(151, 151, 150, .2)
}

.blog-snippet .blog-content {
    text-align: center;
    padding: 0 30px;
    font-size: 18px
}

@media(min-width:768px) {
    .blog-snippet .blog-content {
        padding: 0 0 0 30px
    }
}

.blog-snippet .blog-content .content dd, .blog-snippet .blog-content .content li, .blog-snippet .blog-content .content p {
    font-size: 20px;
    line-height: 30px
}

@media(min-width:768px) {
    .blog-snippet .blog-content {
        text-align: left
    }
}

@media(min-width:1024px) {
    .blog-snippet .blog-content {
        padding-left: 150px
    }
}

@media(min-width:1400px) {
    .blog-snippet .blog-content {
        padding-left: 250px
    }
}

.blog-snippet .blog-content .snippet {
    margin-bottom: 20px;
    font-size: 18px
}

.blog-snippet .blog-content .heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #000;
    font-size: 25px;
    text-align: center
}

@media(min-width:768px) {
    .blog-snippet .blog-content .heading {
        font-size: 40px;
        text-align: left
    }
}

.blog-snippet .blog-content .heading a {
    color: #000;
    word-break: break-word
}

.blog-snippet .blog-content .heading a:hover {
    text-decoration: none;
    color: #c12c2d
}

.blog-full {
    position: relative;
    margin-bottom: 0;
    padding: 30px 0 50px;
    border-bottom: 1px solid rgba(151, 151, 150, .2)
}

.blog-full .blog-content {
    padding: 0 30px;
    font-size: 18px
}

@media(min-width:768px) {
    .blog-full .blog-content {
        padding: 0 0 0 30px
    }
}

.blog-full .blog-content .rte a, .blog-full .blog-content .rte dd, .blog-full .blog-content .rte li, .blog-full .blog-content .rte p {
    font-size: 20px;
    line-height: 30px
}

.blog-full .blog-content .rte p {
    margin-bottom: 30px
}

.blog-full .blog-content .rte a {
    text-decoration: underline;
    color: #c12c2d
}

.blog-full .blog-content .rte a:hover {
    text-decoration: none
}

@media(min-width:768px) {
    .blog-full .blog-content {
        text-align: left
    }
}

@media(min-width:1024px) {
    .blog-full .blog-content {
        padding-left: 150px
    }
}

@media(min-width:1400px) {
    .blog-full .blog-content {
        padding-left: 180px
    }
}

.blog-full .blog-content .heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #000;
    font-size: 25px
}

@media(min-width:768px) {
    .blog-full .blog-content .heading {
        font-size: 55px;
        text-align: left
    }
}

.blog-full .blog-content .heading a {
    color: #000
}

.blog-full .blog-content .heading a:hover {
    text-decoration: none;
    color: #c12c2d
}

.blog-full .blog-content .blog-author {
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px
}

.blog-full .blog-content .blog-author .post-by {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: left
}

.blog-full .blog-content .blog-author .post-date {
    text-align: left
}

@media(min-width:1024px) {
    .blog-post .share-links {
        padding-left: 150px
    }
}

@media(min-width:1400px) {
    .blog-post .share-links {
        padding-left: 180px
    }
}

.blog-post .share-links a {
    color: #979796;
    font-size: 30px;
    padding: 20px 10px;
    display: block;
    border-bottom: 3px solid #c12c2d;
    width: 80px;
    text-align: center;
    border-left: 1px solid rgba(151, 151, 150, .2);
    border-right: 1px solid rgba(151, 151, 150, .2);
    float: left
}

.blog-post .share-links a:hover {
    background: #c12c2d
}

.blog-post .share-links a:hover i {
    color: #fff
}

.three-col .heading {
    text-transform: uppercase
}

.three-col.grey {
    background: #f7f7f7
}

.three-col.grey .mask {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 126px;
    height: 126px;
    background: url("../img/diamond-bitmap-mask-greybg.svg");
    display: block
}

.three-col .blog-snippet {
    text-align: center
}

@media(min-width:1024px) {
    .three-col .blog-snippet {
        border-bottom: 0
    }
}

@media(min-width:1400px) {
    .three-col .blog-snippet {
        padding: 0 30px
    }
}

.three-col .blog-snippet .blog-author {
    width: 186px;
    text-align: center;
    float: left
}

@media(min-width:1024px) {
    .three-col .blog-snippet .blog-author {
        width: 100%
    }
}

.three-col .blog-snippet .blog-author .blog-img, .three-col .blog-snippet .blog-author .post-by, .three-col .blog-snippet .blog-author .post-date {
    margin: 0 auto;
    text-align: center
}

@media(min-width:768px) {
    .three-col .blog-snippet .blog-author .blog-img {
        display: block;
        text-align: left;
        margin: 0
    }
}

@media(min-width:1024px) {
    .three-col .blog-snippet .blog-author .blog-img {
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

.three-col .blog-snippet .blog-content {
    padding: 0;
    text-align: center
}

@media(min-width:768px) {
    .three-col .blog-snippet .blog-content {
        padding-left: 200px;
        text-align: left
    }
}

@media(min-width:1024px) {
    .three-col .blog-snippet .blog-content {
        padding: 0;
        text-align: center
    }
}

.three-col .blog-snippet .blog-content .content .blog-author {
    width: 100%;
    padding: 0
}

.three-col .blog-snippet .blog-content .content .blog-author .post-by {
    text-align: center
}

@media(min-width:768px) {
    .three-col .blog-snippet .blog-content .content .blog-author .post-by {
        text-align: left
    }
}

@media(min-width:1024px) {
    .three-col .blog-snippet .blog-content .content .blog-author .post-by {
        text-align: center
    }
}

.three-col .blog-snippet .blog-content .content .heading {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 0
}

@media(min-width:768px) {
    .three-col .blog-snippet .blog-content .content .heading {
        text-align: left
    }
}

@media(min-width:1024px) {
    .three-col .blog-snippet .blog-content .content .heading {
        text-align: center
    }
}

.three-col .blog-snippet .blog-content .content .snippet {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px
}

.three-col .blog-snippet .blog-content .content a, .three-col .blog-snippet .blog-content .content dd, .three-col .blog-snippet .blog-content .content li, .three-col .blog-snippet .blog-content .content p {
    font-size: 16px;
    line-height: 22px
}

.three-col .blog-snippet .blog-content .content a {
    color: #c12c2d
}

.three-col .blog-snippet .blog-content .content .btn {
    color: #000
}

.three-col .blog-snippet .blog-content .content .post-by {
    margin-bottom: 20px
}

.filters .small-heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    clear: both
}

.filters ul.selected {
    display: block
}

.filters .month-listings {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none
}

.filters .month-listings li {
    width: 100%;
    display: inline-block;
    float: left
}

@media(min-width:768px) {
    .filters .month-listings li {
        width: 50%
    }
}

@media(min-width:992px) {
    .filters .month-listings li {
        width: 100%
    }
}

@media(min-width:1200px) {
    .filters .month-listings li {
        width: 50%
    }
}

.filters .month-listings li a {
    color: #000;
    font-size: 18px;
    padding: 11px 10px;
    display: block;
    border: 1px solid rgba(151, 151, 150, .3);
    position: relative;
    margin-left: -1px;
    margin-bottom: -1px
}

.filters .month-listings li a:hover {
    text-decoration: none;
    color: #c12c2d
}

.filters .month-listings li i {
    color: #c12c2d;
    margin-right: 10px;
    font-size: 12px
}

.filters .month-listings li span.count {
    position: relative;
    color: #c12c2d;
    z-index: 1;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 10px;
    float: right
}

.filters .month-listings li span.count:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    transform: rotate(45deg);
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1
}

.filters .year-listings {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    width: 100%;
    clear: both;
    display: block;
    float: left
}

.filters .year-listings li {
    width: 50%;
    display: block;
    float: left;
    padding: 0 10px 20px 0
}

.filters .year-listings li:nth-child(even) {
    padding-right: 0;
    padding-left: 10px
}

.filters .year-listings li span {
    display: block;
    border: 1px solid #dbdbdb;
    background: #fff url("../img/check-box.svg") no-repeat right 25px;
    font-size: 18px;
    padding: 11px 20px;
    cursor: pointer
}

.filters .year-listings li.selected span {
    background-color: #c12c2d;
    border-color: #c12c2d;
    color: #fff;
    background-position: right -102px
}

.filters .category-listings {
    list-style: none;
    padding: 0;
    margin: 0
}

.filters .category-listings li {
    width: 100%;
    display: inline-block;
    float: left
}

.filters .category-listings li a {
    color: #000;
    font-size: 18px;
    padding: 11px 10px;
    display: block;
    border-bottom: 1px solid rgba(151, 151, 150, .3);
    position: relative;
    margin-left: -1px;
    margin-bottom: -1px
}

.filters .category-listings li a:hover {
    text-decoration: none;
    color: #c12c2d
}

.filters .category-listings li i {
    color: #c12c2d;
    margin-right: 10px;
    font-size: 12px;
    float: left;
    top: 7px;
    position: relative
}

.filters .category-listings li span {
    display: block;
    padding-left: 30px;
    width: 80%
}

.filters .category-listings li span.count {
    padding-left: 0;
    color: #c12c2d;
    z-index: 1;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 10px 0 20px;
    float: right;
    position: absolute;
    right: 0;
    top: 25%
}

.filters .category-listings li span.count:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    transform: rotate(45deg);
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1
}

.page-text.padding-both {
    padding: 40px 0
}

.page-text .rte h1, .page-text .rte h2, .page-text .rte h3, .page-text .rte h4, .page-text .rte h5, .page-text .rte h6 {
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    text-transform: uppercase;
    letter-spacing: 2px
}

.page-text .rte a {
    color: #c12c2d;
    text-decoration: underline
}

.page-text .rte a:hover {
    text-decoration: none
}

.page-text .rte p {
    margin-bottom: 30px
}

.page-text .rte ol {
    counter-reset: li-counter;
    padding-left: 0
}

.page-text .rte ol li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #000
}

.page-text .rte ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: .25em;
    font-size: 24px;
    line-height: 12px;
    color: #000;
    content: counter(li-counter);
    counter-increment: li-counter;
    font-family: "brandon_grotesqueblack", sans-serif
}

.page-text .rte .sub-txt {
    color: #000;
    margin-bottom: .8em;
    line-height: 1
}

.feature-img {
    display: none;
    position: relative
}

@media(min-width:1024px) {
    .feature-img {
        display: block
    }
}

.feature-img.padding-top {
    margin: 40px 0 0;
    padding: 0
}

.feature-img.padding-bottom {
    margin: 0 0 40px;
    padding: 0
}

.feature-img.padding-both {
    margin: 40px 0;
    padding: 0
}

.feature-img.flush {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -40px
}

.feature-img .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 25px
}

.feature-img .content .heading {
    text-transform: uppercase;
    font-family: "brandon_grotesquebold", sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative
}

.feature-img .content .heading.underline-border-center:after {
    background-color: #fff
}

.feature-img.light-text .content .heading {
    color: #fff
}

.feature-img.light-text .content .heading.underline-border-center:after {
    background-color: #fff
}

.feature-img.light-text .content .rte {
    color: #fff
}

.feature-img.light-text .content .rte a, .feature-img.light-text .content .rte dd, .feature-img.light-text .content .rte h1, .feature-img.light-text .content .rte h2, .feature-img.light-text .content .rte h3, .feature-img.light-text .content .rte h4, .feature-img.light-text .content .rte h5, .feature-img.light-text .content .rte h6, .feature-img.light-text .content .rte li, .feature-img.light-text .content .rte p {
    color: #fff
}

.feature-img.dark-text .content .heading {
    color: #000
}

.feature-img.dark-text .content .heading.underline-border-center:after {
    background-color: #000
}

.feature-img.dark-text .content .rte {
    color: #000
}

.feature-img.dark-text .content .rte a, .feature-img.dark-text .content .rte dd, .feature-img.dark-text .content .rte h1, .feature-img.dark-text .content .rte h2, .feature-img.dark-text .content .rte h3, .feature-img.dark-text .content .rte h4, .feature-img.dark-text .content .rte h5, .feature-img.dark-text .content .rte h6, .feature-img.dark-text .content .rte li, .feature-img.dark-text .content .rte p {
    color: #000
}

.feature-img.dark-text .content .btn {
    border-color: #000;
    color: #000
}

.feature-img.dark-text .content .btn i {
    color: #000;
    margin-left: 5px
}

.feature-img.dark-text .content .btn:hover {
    background: #000;
    color: #fff
}

.feature-img .image {
    width: 100%
}

.page-navigation {
    margin-bottom: 40px
}

.page-navigation dt {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    clear: both
}

.page-navigation dd {
    border-bottom: 1px solid rgba(151, 151, 150, .2);
    padding: 15px 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.page-navigation dd:hover a {
    padding-left: 15px;
    text-decoration: none;
    color: #c12c2d;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.page-navigation dd a {
    color: #000;
    font-size: 20px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.page-navigation dd a i {
    float: right;
    color: #c12c2d
}

#page-actions {
    border-top: 1px solid #eee;
    clear: right
}

.top-of-page {
    width: 70px;
    height: 66px;
    display: block;
    text-align: center;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 2.7em;
    font-size: 13px;
    color: #000;
    border-left: 1px solid #eee;
    font-family: "brandon_grotesquebold", sans-serif;
    background: #fff url("../img/chevron-up-red.svg") no-repeat 50% 20%;
    background-size: 24px 24px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.top-of-page:hover {
    background-color: #efefef;
    color: #c12c2d
}

.search-bar {
    background: #c12c2d;
    padding: 5px 0 10px
}

.search-bar fieldset {
    background: url("../img/search-icons.svg") no-repeat 0 4px;
    padding-left: 60px
}

@media(min-width:768px) {
    .search-bar {
        padding: 5px 0 10px
    }
}

@media(min-width:1024px) {
    .search-bar {
        padding: 5px 0 15px
    }
}

.search-bar input.text {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-size: 25px;
    padding: 10px;
    height: 62px;
    margin-right: 10px;
    width: 70%;
    float: left
}

.search-bar input.text:focus {
    outline: 0
}

.search-bar ::-webkit-input-placeholder {
    color: #fff
}

.search-bar ::-moz-placeholder {
    color: #fff
}

.search-bar :-ms-input-placeholder {
    color: #fff
}

.search-bar :-moz-placeholder {
    color: #fff
}

.search-bar .btn {
    border: 1px solid #fff;
    background: #c12c2d;
    background-image: url("../img/ui-elements.svg");
    background-repeat: no-repeat;
    background-position: 27px -885px;
    text-indent: -9999em;
    width: 75px;
    color: #fff;
    float: right
}

@media(min-width:768px) {
    .search-bar .btn {
        background-image: none;
        text-indent: 0;
        padding: 20px 0;
        width: 25%
    }
}

@media(min-width:768px) {
    .search-bar .btn:hover {
        background: #fff;
        color: #c12c2d
    }
}

.display-jobs {
    background: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 150, .2)
}

.display-jobs:after {
    content: "";
    position: absolute;
    background: url("../img/pointer-down.svg");
    background-repeat: no-repeat;
    width: 38px;
    height: 20px;
    bottom: -19px;
    left: 10%
}

@media(min-width:768px) {
    .display-jobs {
        display: block;
        padding: 15px 15px 0
    }
}

@media(min-width:1024px) {
    .display-jobs {
        padding: 15px 0 0
    }
}

.display-jobs .status {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .display-jobs .status {
        font-size: 25px;
        margin-top: 0
    }
}

@media(min-width:1024px) {
    .display-jobs .status {
        margin-top: 8px
    }
}

.display-jobs .status span {
    color: #c12c2d
}

.display-jobs .paging {
    float: right;
    display: none
}

@media(min-width:1024px) {
    .display-jobs .paging {
        display: block
    }
}

.display-jobs .paging dl dt {
    color: #000;
    float: left;
    font-weight: 100;
    font-size: 14px;
    width: 100px;
    white-space: normal;
    text-align: right;
    margin: 10px 10px 0
}

.display-jobs .paging dl dd {
    cursor: pointer;
    display: inline-block;
    color: #000;
    border: 1px solid rgba(151, 151, 150, .2);
    padding: 7px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: 400
}

.display-jobs .paging dl dd.selected {
    text-decoration: underline;
    color: #c12c2d;
    background: rgba(151, 151, 150, .1)
}

.job-id {
    border: 1px solid rgba(151, 151, 150, .2);
    position: absolute;
    top: -1px;
    right: 0;
    padding: 7px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    color: #000
}

.job-id span {
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d
}

.job-info {
    margin-top: 50px
}

.job-info table {
    width: 100%
}

.job-info th {
    background: rgba(151, 151, 150, .1);
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 10px;
    border: 1px solid rgba(151, 151, 150, .2)
}

@media(min-width:1024px) {
    .job-info th {
        display: block;
        width: 100%
    }
}

@media(min-width:1200px) {
    .job-info th {
        display: table-cell;
        width: 100%
    }
}

.job-info td {
    border: 1px solid rgba(151, 151, 150, .1);
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 10px;
    color: #c12c2d
}

@media(min-width:1024px) {
    .job-info td {
        display: block;
        width: 100%
    }
}

@media(min-width:1200px) {
    .job-info td {
        display: table-cell;
        width: 100%
    }
}

.job-snippet {
    position: relative;
    margin-bottom: 0;
    padding: 30px 0 50px;
    border-bottom: 1px solid rgba(151, 151, 150, .2)
}

.job-snippet .job-content {
    text-align: left;
    padding: 0;
    font-size: 18px
}

@media(min-width:768px) {
    .job-snippet .job-content {
        padding: 30px 0 0
    }
}

.job-snippet .job-content .content dd, .job-snippet .job-content .content li, .job-snippet .job-content .content p {
    font-size: 20px;
    line-height: 30px
}

.job-snippet .job-content .location {
    color: #c12c2d;
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

.job-snippet .job-content .location:after {
    content: "o";
    font-family: "brandon_grotesque_regularRg", sans-serif;
    font-size: 9px;
    color: #c12c2d;
    position: relative;
    margin: 0 10px;
    top: -3px
}

.job-snippet .job-content .pay {
    color: #000;
    margin-bottom: 10px;
    display: inline-block
}

@media(min-width:768px) {
    .job-snippet .job-content {
        text-align: left
    }
}

.job-snippet .job-content .snippet {
    margin-bottom: 20px;
    font-size: 18px
}

.job-snippet .job-content .heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #000;
    font-size: 25px;
    text-align: left
}

@media(min-width:768px) {
    .job-snippet .job-content .heading {
        font-size: 30px;
        text-align: left
    }
}

.job-snippet .job-content .heading a {
    color: #000
}

.job-snippet .job-content .heading a:hover {
    text-decoration: none;
    color: #c12c2d
}

.job-full {
    position: relative;
    margin-bottom: 0;
    padding: 30px 0 0;
    border-bottom: 1px solid rgba(151, 151, 150, .2)
}

.job-full .btn {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .job-full .btn {
        width: auto
    }
}

.job-full .job-content {
    padding: 0;
    font-size: 18px
}

.job-full .job-content .rte {
    margin-top: 50px
}

.job-full .job-content .rte a, .job-full .job-content .rte dd, .job-full .job-content .rte li, .job-full .job-content .rte p {
    font-size: 20px;
    line-height: 30px
}

.job-full .job-content .rte p {
    margin-bottom: 30px
}

.job-full .job-content .rte a {
    text-decoration: underline;
    color: #c12c2d
}

.job-full .job-content .rte a:hover {
    text-decoration: none
}

.job-full .job-content .small-job-info {
    margin-bottom: 30px
}

.job-full .job-content .small-job-info i.icon {
    width: 50px;
    height: 50px;
    float: left
}

.job-full .job-content .small-job-info .location, .job-full .job-content .small-job-info .pay {
    display: block;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 600
}

.job-full .job-content .small-job-info .location {
    color: #c12c2d
}

@media(min-width:768px) {
    .job-full .job-content {
        text-align: left;
        padding-left: 0
    }
}

.job-full .job-content .heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #000;
    font-size: 25px
}

@media(min-width:768px) {
    .job-full .job-content .heading {
        font-size: 55px;
        text-align: left
    }
}

.job-full .job-content .heading a {
    color: #000
}

.job-full .job-content .heading a:hover {
    text-decoration: none;
    color: #c12c2d
}

.job-sidebar {
    position: relative;
    margin-bottom: 0;
    padding: 0
}

.job-sidebar .btn {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .job-sidebar .btn {
        width: auto
    }
}

.job-sidebar .job-content {
    padding: 15px 0 30px;
    border-bottom: 1px solid rgba(151, 151, 150, .2);
    font-size: 18px
}

.job-sidebar .job-content .rte {
    margin-top: 50px
}

.job-sidebar .job-content .rte a, .job-sidebar .job-content .rte dd, .job-sidebar .job-content .rte li, .job-sidebar .job-content .rte p {
    font-size: 20px;
    line-height: 30px
}

.job-sidebar .job-content .rte p {
    margin-bottom: 30px
}

.job-sidebar .job-content .rte a {
    text-decoration: underline;
    color: #c12c2d
}

.job-sidebar .job-content .rte a:hover {
    text-decoration: none
}

.job-sidebar .job-content .content {
    margin-bottom: 20px
}

.job-sidebar .job-content .small-job-info {
    margin-bottom: 20px
}

.job-sidebar .job-content .small-job-info i.icon {
    width: 30px;
    height: 30px;
    float: left
}

.job-sidebar .job-content .small-job-info .location, .job-sidebar .job-content .small-job-info .pay {
    display: block;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 600
}

.job-sidebar .job-content .small-job-info .location {
    color: #c12c2d
}

@media(min-width:768px) {
    .job-sidebar .job-content {
        text-align: left;
        padding: 15px 25px 30px
    }
}

.job-sidebar .job-content .heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "brandon_grotesqueblack", sans-serif;
    color: #000;
    font-size: 25px
}

@media(min-width:768px) {
    .job-sidebar .job-content .heading {
        font-size: 20px;
        text-align: left
    }
}

.job-sidebar .job-content .heading a {
    color: #000
}

.job-sidebar .job-content .heading a:hover {
    text-decoration: none;
    color: #c12c2d
}

.refine-search {
    margin-top: -40px
}

.refine-search .refine-bar {
    background: #646473;
    display: block;
    width: calc(100% + 60px);
    height: 83px;
    position: relative;
    left: -30px
}

@media(min-width:768px) {
    .refine-search .refine-bar {
        left: 0;
        width: 100%
    }
}

.refine-search .refine-bar h3 {
    margin: 0;
    padding: 27px 20px 0;
    color: #fff;
    font-family: "brandon_grotesquebold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px
}

.refine-search .refine-bar h3 i {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    top: -10px;
    margin-right: 20px
}

.refine-search .small-heading {
    font-family: "brandon_grotesquebold", sans-serif;
    color: #c12c2d;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 25px 0 0;
    clear: both;
    display: block
}

.consultant-sidebar {
    margin-top: -40px;
    margin-left: -30px;
    margin-right: -30px
}

@media(min-width:768px) {
    .consultant-sidebar {
        margin-left: 0;
        margin-right: 0
    }
}

.consultant-sidebar .refine-bar {
    background: #646473;
    display: block;
    height: 83px;
    position: relative
}

@media(min-width:768px) {
    .consultant-sidebar .refine-bar {
        left: 0;
        width: 100%
    }
}

.consultant-sidebar .refine-bar h3 {
    margin: 0;
    padding: 27px 20px 0 45px;
    color: #fff;
    font-family: "brandon_grotesquebold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px
}

.consultant-sidebar .refine-bar h3 i {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    top: -10px;
    margin-right: 20px
}

.consultant-sidebar .consultant-profile {
    background: #36373f;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff
}

.consultant-sidebar .consultant-profile .consultant-info {
    padding: 30px 45px
}

.consultant-sidebar .consultant-profile .consultant-info .consultant-name {
    font-size: 25px
}

.consultant-sidebar .consultant-profile .consultant-info p {
    color: #efefef
}

.consultant-sidebar .consultant-profile .consultant-info ul.consultant-contact-info {
    list-style: none;
    padding: 0;
    margin: 0
}

.consultant-sidebar .consultant-profile .consultant-info ul.consultant-contact-info li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(239, 239, 239, .2)
}

.consultant-sidebar .consultant-profile .consultant-info ul.consultant-contact-info li a {
    color: #fff
}

.consultant-sidebar .consultant-profile .consultant-info ul.consultant-contact-info li .icon {
    position: relative;
    top: 8px;
    margin-right: 10px
}

.consultant-sidebar .consultant-profile .consultant-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative
}

.consultant-sidebar .consultant-profile .consultant-image .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px
}

.consultant-sidebar .consultant-profile .consultant-image .consultant-role {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c12c2d;
    display: inline-block;
    padding: 10px 15px 10px 45px;
    color: #fff;
    font-size: 18px
}

ul.form {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(151, 151, 150, .4)
}

ul.form li {
    padding: 0 1% 0 0;
    margin: 0;
    width: 100%;
    float: left
}

@media(min-width:768px) {
    ul.form li {
        width: 48%
    }
}

.checkbox {
    position: relative
}

.checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 2;
    cursor: pointer
}

.checkbox label {
    padding-left: 0 !important;
    display: block
}

.checkbox label span {
    padding: 10px 10px 10px 30px;
    display: block;
    width: 100%;
    position: relative;
    font-weight: 100;
    font-size: 18px
}

.checkbox label span:after {
    content: "";
    background: #fff;
    border: 1px solid rgba(151, 151, 150, .4);
    position: absolute;
    top: 13px;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block
}

.checkbox :checked+label span:after {
    background-image: url("../img/red-tick.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: 0 !important
}

.special-checkbox {
    position: relative
}

.special-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 2;
    cursor: pointer
}

.special-checkbox label {
    border: 1px solid rgba(151, 151, 150, .4);
    background: #fff;
    display: block
}

.special-checkbox label span {
    padding: 10px;
    display: block;
    width: 100%;
    position: relative;
    font-weight: 100
}

.special-checkbox label span:after {
    content: "";
    background: #fff;
    border: 1px solid rgba(151, 151, 150, .4);
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    display: block
}

.special-checkbox label span i {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 5px;
    float: left;
    top: -5px
}

.special-checkbox :checked+label span:after {
    background-image: url("../img/red-tick.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px
}

.tab-filters {
    padding: 10px 0
}

.tab-filters .small-heading {
    padding-top: 5px;
    font-size: 9px
}

@media(min-width:768px) {
    .tab-filters .small-heading {
        font-size: 12px
    }
}

@media(min-width:1024px) {
    .tab-filters .small-heading {
        font-size: 9px
    }
}

@media(min-width:1400px) {
    .tab-filters .small-heading {
        font-size: 12px
    }
}

.tab-filters ul.form {
    list-style: none;
    padding: 0;
    margin: 0
}

.tab-filters .group {
    display: none
}

.tab-filters .group.selected {
    display: block
}

.tab-filters .group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 0
}

.tab-filters .group ul li {
    width: 100%
}

.tab-filters .group ul li span {
    padding: 5px 10px 5px 30px
}

.tab-filters .group ul li span:after {
    top: 7px
}

.submit {
    margin: 30px 0;
    padding: 30px 0;
    display: block;
    float: left;
    width: 100%
}

.tabs {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.tabs li {
    min-height: 50px;
    border: 1px solid rgba(151, 151, 150, .2);
    border-bottom: 0;
    background: rgba(151, 151, 150, .2);
    padding: 10px;
    width: 50%;
    display: block;
    float: left;
    cursor: pointer
}

.tabs li.selected {
    border: 1px solid rgba(151, 151, 150, .5);
    border-bottom: 0;
    background: #fff
}

.box-style {
    border: 1px solid rgba(151, 151, 150, .5);
    border-top: 0;
    background: #fff;
    padding: 10px;
    display: block;
    float: left;
    width: 100%
}

.forms {
    color: #000
}

.forms ::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.forms ::-moz-placeholder {
    color: #000;
    opacity: 1
}

.forms :-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.forms :-moz-placeholder {
    color: #000;
    opacity: 1
}

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

.forms ul li {
    position: relative;
    margin: 0;
    padding: 0;
    position: relative
}

.forms ul li .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    left: 10px
}

.forms ul li.file input, .forms ul li.text input, .forms ul li.text-alt input {
    background: rgba(255, 255, 255, 0);
    color: #000;
    border: 0;
    border-bottom: 1px solid rgba(151, 151, 150, .5);
    font-size: 20px;
    padding: 10px 10px 10px 50px;
    width: 100%
}

@media(min-width:768px) {
    .forms ul li.file input, .forms ul li.text input, .forms ul li.text-alt input {
        font-size: 25px
    }
}

.forms ul li.file input:focus, .forms ul li.text input:focus, .forms ul li.text-alt input:focus {
    outline: 0
}

.forms ul li.file .required, .forms ul li.text .required, .forms ul li.text-alt .required {
    position: relative;
    top: 10px;
    right: 5px;
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: right;
    display: block;
    color: #c12c2d
}

.forms ul li.file .error, .forms ul li.text .error, .forms ul li.text-alt .error {
    color: #c12c2d;
    position: relative;
    display: block;
    text-align: right;
    font-size: 10px;
    right: 10px;
    padding: 10px 0
}

.forms ul li.text-alt {
    background: rgba(0, 0, 0, .2);
    padding: 30px 0
}

.forms ul li.text-alt .icon.form-linkedin-ico {
    top: 0
}

.forms ul li.text-alt .icon.form-contact-ico {
    bottom: 8px
}

.forms ul li.text-alt .small-heading {
    padding-left: 50px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: rgba(255, 229, 147, .8);
    text-transform: uppercase
}

.forms ul li.text-alt .small-text {
    padding-left: 50px
}

.forms ul li.file {
    padding-bottom: 30px
}

.forms ul li.file .cv-placeholder {
    position: absolute;
    font-size: 20px;
    bottom: 50px;
    left: 60px;
    z-index: 0;
    width: 50%
}

@media(min-width:768px) {
    .forms ul li.file .cv-placeholder {
        font-size: 25px;
        width: 100%
    }
}

.forms ul li.file .icon {
    bottom: 50px
}

.forms ul li.file input {
    opacity: 0;
    z-index: 1;
    position: relative
}

.forms ul li.file .info {
    text-align: right;
    display: block;
    border-top: 1px solid rgba(151, 151, 150, .5);
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    top: 62px
}

.forms ul li.textarea .icon {
    top: 15px;
    left: 30px
}

.forms ul li.textarea textarea {
    width: 100%;
    border: 1px solid rgba(151, 151, 150, .2);
    padding: 15px 15px 15px 70px;
    background: #fff;
    font-size: 25px;
    min-height: 200px
}

.forms ul li.submit {
    padding: 20px 0;
    text-align: center
}

.forms ul li.submit .btn {
    border: 0;
    width: 100%
}

@media(min-width:768px) {
    .forms ul li.submit .btn {
        width: auto
    }
}

.apply-form {
    display: none;
    background: #c12c2d;
    color: #fff
}

.apply-form ::-webkit-input-placeholder {
    color: #fff
}

.apply-form ::-moz-placeholder {
    color: #fff
}

.apply-form :-ms-input-placeholder {
    color: #fff
}

.apply-form :-moz-placeholder {
    color: #fff
}

.apply-form ul li.file input, .apply-form ul li.text input, .apply-form ul li.text-alt input {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border-color: rgba(255, 255, 255, .2)
}

.apply-form ul li.file .required, .apply-form ul li.text .required, .apply-form ul li.text-alt .required {
    color: #fff
}

.apply-form ul li.file .error, .apply-form ul li.text .error, .apply-form ul li.text-alt .error {
    color: #fff
}

.apply-form ul li.file .info {
    border-color: rgba(255, 255, 255, .2)
}

.apply-form ul li.submit {
    text-align: left
}

.apply-form ul li.submit .btn {
    border: 1px solid #fff
}

.share-apply-links {
    position: relative
}

.share-apply-links .btn-linkedin {
    position: absolute;
    right: 0;
    border: 0;
    top: 0;
    border-left: 1px solid rgba(151, 151, 150, .3);
    display: none
}

@media(min-width:768px) {
    .share-apply-links .btn-linkedin {
        display: block
    }
}

.select-a-form {
    margin: 10px auto;
    display: block;
    background: #fff;
    border: 1px solid rgba(151, 151, 150, .5);
    list-style: none;
    padding: 15px 25px;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    width: 100%
}

.select-a-form:focus, .select-a-form:active, .select-a-form:hover {
    outline: 0
}

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

.form-variants li.form-type {
    padding: 0;
    margin: 0;
    display: none
}

.form-variants li.form-type:first-child {
    display: block
}

.contact {
    padding: 150px 0 0 0
}

.contact .content {
    font-size: 24px
}

.contact .content a {
    color: #c12c2d
}

.contact .content .heading {
    text-transform: uppercase;
    color: #c12c2d;
    font-size: 60px
}

.contact .content p {
    font-size: 24px;
    line-height: 33px
}

.contact-forms {
    padding: 50px 0 0 0
}

.contact-forms .heading {
    text-transform: uppercase;
    font-family: "brandon_grotesquebold", sans-serif;
    font-size: 18px;
    letter-spacing: 4px
}

.triangle {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 80px;
    margin-bottom: -80px
}

.triangle:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-bottom: 80px;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    z-index: 1;
    margin-top: -80px
}

.triangle .triangle-content {
    background: #fff;
    padding: 80px 0 0 0
}

.triangle .triangle-content .content blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 100
}

@media(min-width:768px) {
    .triangle .triangle-content .content blockquote {
        font-size: 34px
    }
}

.triangle .triangle-content .content blockquote:after {
    margin: 0 auto
}

.triangle .triangle-content .content blockquote .author {
    position: relative;
    margin: 20px 0 0 0;
    text-align: center;
    display: block;
    padding: 30px 0 0 0;
    display: block;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.triangle .triangle-content .content blockquote .author:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background: #c12c2d
}

.triangle .triangle-content .content blockquote .author strong {
    color: #c12c2d
}

.triangle.red:after {
    background: #c12c2d
}

.triangle.red .triangle-content {
    background: #c12c2d
}

.triangle.grey:after {
    background: #1f222d
}

.triangle.grey .triangle-content {
    background: #1f222d
}

.triangle.white:after {
    background: #fff
}

.triangle.white .triangle-content {
    background: #fff
}

.full-col-half-col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.full-col-half-col:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute
}

@media(min-width:992px) {
    .full-col-half-col {
        min-height: 530px
    }
    .full-col-half-col:before {
        display: none
    }
    .full-col-half-col .content {
        padding-right: 60px;
        padding-left: 60px
    }
}

@media(min-width:1400px) {
    .full-col-half-col {
        min-height: 730px
    }
}

.full-col-half-col .content {
    position: relative;
    z-index: 2
}

.full-col-half-col .content.full-image img {
    width: 100%
}

.full-col-half-col.left {
    background-position: left center
}

.full-col-half-col.right {
    background-position: right center
}

.full-col-half-col.dark {
    background-color: #212121
}

.full-col-half-col.dark:before {
    background: rgba(33, 33, 33, .9)
}

.full-col-half-col.dark .content .rte {
    margin-bottom: 20px;
    color: #979796
}

.full-col-half-col.dark .content .rte strong {
    font-family: "Freight Display W01 Bold", serif
}

.full-col-half-col.dark .content .heading {
    color: #c12c2d
}

.full-col-half-col.dark .btn span {
    color: #fff
}

.full-col-half-col.light {
    background-color: #fff
}

.full-col-half-col.light:before {
    background: rgba(255, 255, 255, .9)
}

.full-col-half-col.light .content .rte {
    margin-bottom: 20px;
    color: #212121
}

.full-col-half-col.light .content .heading {
    color: #c12c2d
}

.full-col-half-col.red {
    background-color: #c12c2d
}

.full-col-half-col.red:before {
    background: rgba(193, 44, 45, .9)
}

.full-col-half-col.red .content .rte {
    margin-bottom: 20px;
    color: #fff
}

.full-col-half-col.red .content .heading {
    color: #fff
}

.full-col-half-col.red .btn {
    border: 1px solid #fff
}

.full-col-half-col.red .btn span {
    color: #fff
}

.full-col-half-col.red .btn:hover {
    background: #fff
}

.full-col-half-col.red .btn:hover span {
    color: #c12c2d
}

.full-col-half-col .content .small-heading {
    color: #c12c2d;
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

.full-col-half-col .content h2.heading {
    font-size: 30px;
    font-family: "brandon_grotesquebold", sans-serif
}

@media(min-width:1024px) {
    .full-col-half-col .content h2.heading {
        font-size: 70px
    }
}

.full-col-half-col .content .heading {
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 20px;
    position: relative
}

@media(min-width:1024px) {
    .full-col-half-col .content .heading {
        font-size: 45px
    }
}

.full-col-half-col .content .subheading {
    font-family: "Freight Display W01 Bold", serif;
    color: #c12c2d;
    font-weight: 800;
    letter-spacing: .5px;
    margin: 10px 0;
    display: inline-block
}

.full-col-half-col .content .rte {
    font-size: 18px;
    font-family: "Freight Display W01 Light", serif;
    letter-spacing: .5px
}

.full-col-half-col .content .rte p {
    font-size: 18px;
    font-family: "Freight Display W01 Light", serif;
    webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.full-col-half-col .content .rte p strong {
    font-family: "Freight Display W01 Bold", serif
}

.full-col-half-col .box {
    position: relative;
    padding: 30px 50px 60px 50px;
    margin: 50px 5px
}

.full-col-half-col .box .heading {
    font-size: 20px;
    font-family: "brandon_grotesquebold", sans-serif;
    color: #fff;
    min-height: 40px
}

.full-col-half-col .box .heading:after {
    display: none
}

.full-col-half-col .box p {
    color: #fff;
    font-weight: 100;
    min-height: 50px
}

.full-col-half-col .box.white {
    background: #fff
}

.full-col-half-col .box.white .heading {
    color: #c12c2d
}

.full-col-half-col .box.white p {
    color: #979796
}

.full-col-half-col .box.red {
    background: #c12c2d
}

.full-col-half-col .box.red .heading {
    color: #fff
}

.full-col-half-col .box.red p {
    color: #fff
}

.full-col-half-col .box.grey {
    background: #1f222d
}

.full-col-half-col .box.grey .heading {
    color: #fff
}

.full-col-half-col .box.grey p {
    color: #fff
}

.full-col-half-col .box:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/down-arrow-ico-white.svg");
    width: 20px;
    height: 10px;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0
}

dl.tags dt {
    font-size: 15px;
    color: #212121;
    margin: 30px 0 10px 0
}

dl.tags dd {
    display: block;
    float: left;
    margin: 0 2px 8px 0
}

dl.tags dd a {
    background: #212121;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none
}

dl.tags dd a:hover {
    background: #c12c2d;
    color: #fff
}

.light dl.tags dt {
    color: #212121
}

.light dl.tags dd a {
    background: #212121;
    color: #fff
}

.light dl.tags dd a:hover {
    background: #c12c2d;
    color: #fff
}

.dark dl.tags dt {
    color: #fff
}

.dark dl.tags dd a {
    background: #fff;
    color: #212121
}

.dark dl.tags dd a:hover {
    background: #c12c2d;
    color: #fff
}

.red dl.tags dt {
    color: #fff
}

.red dl.tags dd a {
    background: #212121;
    color: #fff
}

.red dl.tags dd a:hover {
    background: #fff;
    color: #212121
}

.scroll-to-toggles {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.toggles {
    display: none;
    table-layout: fixed;
    width: 100%
}

@media(min-width:768px) {
    .toggles {
        display: table
    }
}

.toggles ol {
    counter-reset: item;
    display: block;
    display: table-row
}

.toggles ol li {
    cursor: pointer;
    position: relative;
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    letter-spacing: 1px;
    padding-bottom: 30px;
    color: #fff
}

.toggles ol li:after {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    content: "";
    position: absolute;
    width: 0%;
    background: rgba(193, 44, 45, 0);
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.toggles ol li:hover:after {
    content: "";
    position: absolute;
    width: 60%;
    background: #c12c2d;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.toggles ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #c12c2d
}

.full-col-half-col-process {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.full-col-half-col-process:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute
}

@media(min-width:992px) {
    .full-col-half-col-process:before {
        display: none
    }
    .full-col-half-col-process .content {
        padding-right: 60px
    }
}

.full-col-half-col-process .content {
    position: relative;
    z-index: 2
}

.full-col-half-col-process .content.full-image img {
    width: 100%
}

.full-col-half-col-process.left {
    background-position: left center
}

.full-col-half-col-process.right {
    background-position: right center
}

.full-col-half-col-process .lrg-number {
    text-align: left;
    position: relative;
    display: inline-block;
    color: #212121;
    font-style: italic
}

.full-col-half-col-process .lrg-number:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute
}

.full-col-half-col-process .heading {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "brandon_grotesquebold", sans-serif;
    letter-spacing: 2px
}

.full-col-half-col-process .rte {
    font-size: 25px;
    padding: 20px 0
}

.full-col-half-col-process .rte p {
    font-size: 25px
}

.full-col-half-col-process.dark {
    background-color: #212121
}

.full-col-half-col-process.dark:before {
    background: rgba(33, 33, 33, .9)
}

.full-col-half-col-process.dark .content .rte {
    margin-bottom: 20px;
    color: #fff
}

.full-col-half-col-process.dark .content .rte strong {
    font-family: "Freight Display W01 Bold", serif
}

.full-col-half-col-process.dark .content .lrg-number {
    color: #fff
}

.full-col-half-col-process.dark .content .heading {
    color: #c12c2d
}

.full-col-half-col-process.dark .btn span {
    color: #fff
}

.full-col-half-col-process.light {
    background-color: #fff
}

.full-col-half-col-process.light:before {
    background: rgba(255, 255, 255, .9)
}

.full-col-half-col-process.light .content .rte {
    margin-bottom: 20px;
    color: #212121
}

.full-col-half-col-process.light .content .heading {
    color: #c12c2d
}

.full-col-half-row-process .sub-panels {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.full-col-half-row-process .sub-panels.padding-bottom {
    padding: 50px 0 350px 0
}

.full-col-half-row-process .sub-panels.padding-top {
    padding: 50px 0 50px 0
}

.full-col-half-row-process .sub-panels:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute
}

@media(min-width:992px) {
    .full-col-half-row-process .sub-panels:before {
        display: none
    }
    .full-col-half-row-process .sub-panels .content {
        padding-right: 60px
    }
}

.full-col-half-row-process .sub-panels .content {
    position: relative;
    z-index: 2
}

.full-col-half-row-process .sub-panels .content.full-image img {
    width: 100%
}

.full-col-half-row-process .sub-panels.left {
    background-position: left center
}

.full-col-half-row-process .sub-panels.right {
    background-position: right center
}

.full-col-half-row-process .sub-panels .lrg-number {
    text-align: left;
    position: relative;
    display: inline-block;
    color: #212121;
    font-style: italic
}

.full-col-half-row-process .sub-panels .lrg-number:after {
    content: "";
    background: #c12c2d;
    width: 60px;
    height: 2px;
    bottom: 20px;
    right: -60px;
    position: absolute
}

.full-col-half-row-process .sub-panels .heading {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "brandon_grotesquebold", sans-serif;
    letter-spacing: 2px
}

.full-col-half-row-process .sub-panels .rte {
    font-size: 25px;
    padding: 20px 0
}

.full-col-half-row-process .sub-panels .rte p {
    font-size: 25px
}

.full-col-half-row-process .sub-panels.dark {
    background-color: #212121
}

.full-col-half-row-process .sub-panels.dark:before {
    background: rgba(33, 33, 33, .9)
}

.full-col-half-row-process .sub-panels.dark .content .rte {
    margin-bottom: 20px;
    color: #fff
}

.full-col-half-row-process .sub-panels.dark .content .rte strong {
    font-family: "Freight Display W01 Bold", serif
}

.full-col-half-row-process .sub-panels.dark .content .lrg-number {
    color: #fff
}

.full-col-half-row-process .sub-panels.dark .content .heading {
    color: #c12c2d
}

.full-col-half-row-process .sub-panels.dark .btn span {
    color: #fff
}

.full-col-half-row-process .sub-panels.light {
    background-color: #fff
}

.full-col-half-row-process .sub-panels.light:before {
    background: rgba(255, 255, 255, .9)
}

.full-col-half-row-process .sub-panels.light .content .rte {
    margin-bottom: 20px;
    color: #212121
}

.full-col-half-row-process .sub-panels.light .content .heading {
    color: #c12c2d
}

.full-col-half-row-process .video-popup {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 700px;
    display: block;
    margin: -350px 0 0 0;
    background: #212121
}

.tag-list {
    padding: 40px 0
}

.tag-list .heading {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 23px;
    font-family: "brandon_grotesquebold", sans-serif;
    margin-bottom: 15px
}

.tag-list ul.tags {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.tag-list ul.tags li {
    display: block;
    border: 1px solid #c12c2d;
    margin: .5rem 0;
    padding: 1rem
}

@media(min-width:768px) {
    .tag-list ul.tags li {
        display: inline-block;
        border: none;
        margin: 1rem;
        padding: 0
    }
}

.tag-list ul.tags li a {
    border: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 10px 25px
}

@media(min-width:768px) {
    .tag-list ul.tags li a {
        font-size: 20px;
        border: 1px solid #c12c2d
    }
}

.tag-list ul.tags li a:hover {
    text-decoration: none
}

.report-cta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    text-align: center
}

.report-cta .stat {
    text-align: center;
    clear: both
}

.report-cta .stat p {
    font-size: 35px;
    margin: 10px 0;
    text-align: center;
    margin-bottom: 20px
}

@media(min-width:768px) {
    .report-cta .stat p {
        padding-left: 240px;
        padding-right: 20px;
        text-align: left
    }
}

.report-cta .lrg-number {
    color: #fff;
    text-align: center;
    position: relative
}

@media(min-width:768px) {
    .report-cta .lrg-number {
        float: left;
        text-align: left;
        top: -30px;
        margin-bottom: -30px
    }
}

.report-cta p {
    font-size: 23px;
    text-align: center;
    padding: 0 0 20px 0
}

@media(min-width:768px) {
    .report-cta p {
        padding: 0 80px 20px 80px
    }
}

.report-cta p a {
    text-decoration: underline;
    color: #fff
}

.report-cta .btn {
    margin-bottom: 10px
}

@media(max-width:768px) {
    .report-cta .btn {
        padding-left: 10px;
        padding-right: 10px
    }
}

.report-cta .report-download-red-ico {
    position: relative;
    left: -10px;
    margin-bottom: -30px;
    top: -16px;
    width: 40px;
    height: 40px
}

.sp-cta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    padding: 0 0 60px 0;
    text-align: center
}

.sp-cta.padding-top {
    padding-top: 70px
}

.sp-cta .small-heading {
    color: #c12c2d;
    font-family: "brandon_grotesque_regularRg", sans-serif;
    letter-spacing: 2px
}

.sp-cta .stat {
    text-align: center;
    clear: both
}

.sp-cta .stat p {
    font-size: 35px;
    margin: 10px 0;
    text-align: center;
    margin-bottom: 20px
}

@media(min-width:480px) {
    .sp-cta .stat p {
        padding-left: 220px;
        text-align: left
    }
}

@media(min-width:992px) {
    .sp-cta .stat p {
        padding-left: 320px;
        padding-right: 20px;
        text-align: left
    }
}

.sp-cta .lrg-number {
    color: #000;
    text-align: center;
    position: relative
}

@media(min-width:768px) {
    .sp-cta .lrg-number {
        float: left;
        text-align: left;
        top: -30px;
        margin-bottom: -30px
    }
}

.sp-cta p {
    font-size: 23px;
    text-align: center;
    padding: 0 0 20px 0
}

@media(min-width:768px) {
    .sp-cta p {
        padding: 0 80px 10px 80px
    }
}

.sp-cta p a {
    text-decoration: underline;
    color: #000
}

.sp-cta .btn {
    margin-bottom: 10px
}

@media(max-width:768px) {
    .sp-cta .btn {
        padding-left: 10px;
        padding-right: 10px
    }
}

.sp-cta .report-download-red-ico {
    position: relative;
    left: -10px;
    margin-bottom: -30px;
    top: -16px;
    width: 40px;
    height: 40px
}

.sp-process {
    overflow: hidden;
    color: #000;
    font-size: 18px
}

.sp-process p strong {
    font-family: "Freight Display W01 Bold", serif
}

.sp-process .process-intro {
    position: relative;
    background: #efefef;
    padding: 40px 0 100px 0
}

@media(min-width:1400px) {
    .sp-process .process-intro {
        padding: 40px 0 20px 0
    }
}

.sp-process .process-intro .subheading {
    text-transform: uppercase;
    color: #000;
    font-family: "brandon_grotesquebold", sans-serif
}

.sp-process .process-intro .content {
    margin: 60px 0 0 0
}

.sp-process .process-intro .intro {
    font-size: 40px
}

.sp-process .process-intro .intro span {
    color: #c12c2d
}

.sp-process .process-intro img {
    margin-bottom: -150px;
    position: relative;
    width: 200%;
    max-width: 855px
}

.sp-process .process-part {
    position: relative
}

.sp-process .process-part .bullseye {
    background: url("../img/bullseye.svg");
    width: 115px;
    height: 115px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0
}

@media(min-width:1024px) {
    .sp-process .process-part .bullseye {
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.sp-process .bullseye {
    background: url("../img/bullseye.svg");
    width: 115px;
    height: 115px;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: -0;
    top: auto;
    animation: pulse 2s ease-in-out infinite
}

@media(min-width:1024px) {
    .sp-process .bullseye {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.sp-process .onpoint {
    display: none;
    position: absolute;
    width: 50%;
    height: 160px;
    bottom: -45px;
    left: 0;
    background: url("../img/dashed.svg");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 3px 43px
}

@media(min-width:1024px) {
    .sp-process .onpoint {
        display: block
    }
}

.sp-process .onpoint .bullseye {
    top: -30px;
    position: relative
}

.sp-process .onpoint:after {
    position: absolute;
    width: 50%;
    background: url("../img/dashed-hoz.svg");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 43px 3px;
    height: 3px;
    display: block;
    content: "";
    bottom: 0;
    right: 0
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }
    70% {
        transform: scale(.8)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    70% {
        transform: scale(.8)
    }
    100% {
        transform: scale(1)
    }
}

.sp-process .process-content {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
    background: url("../img/dashed.svg");
    background-position: 55px 0;
    background-repeat: repeat-y;
    background-size: 3px 43px
}

.sp-process .process-content:after {
    content: "";
    position: absolute;
    display: none;
    width: 12px;
    height: 12px;
    background: #c12c2d;
    border-radius: 1000px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media(min-width:1024px) {
    .sp-process .process-content {
        background: url("../img/dashed.svg");
        background-position: top center;
        background-repeat: repeat-y;
        background-size: 3px 43px
    }
    .sp-process .process-content:after {
        display: block
    }
}

.sp-process .process-content:before {
    content: "";
    height: 100%;
    width: 5px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.sp-process .process-content .content {
    margin: 60px 0 0 0;
    padding: 0 0 0 100px
}

@media(min-width:1024px) {
    .sp-process .process-content .content {
        padding: 0 60px
    }
}

.sp-process .process-content .content .intro {
    font-size: 26px
}

.sp-process .process-content .content .intro span {
    color: #c12c2d
}

.sp-process .process-content .logo-sector {
    max-width: 150px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 40px;
    top: 0
}

@media(min-width:1024px) {
    .sp-process .process-content .logo-sector {
        max-width: 260px;
        margin-bottom: 40px
    }
}

.sp-process .process-content img {
    position: relative;
    width: 110%;
    max-width: 740px
}

@media(min-width:768px) {
    .sp-process .process-content img {
        margin-bottom: -80px
    }
}

@media(min-width:1200px) {
    .sp-process .process-content img {
        margin-bottom: -120px;
        top: -60px
    }
}

@media(min-width:1400px) {
    .sp-process .process-content img {
        margin-bottom: -60px;
        top: -60px
    }
}

.snippets-info {
    border-top: 1px solid #efefef
}

@media(max-width:768px) {
    .snippets-info.padding-top, .snippets-info.padding-both {
        padding-top: 30px
    }
}

@media(min-width:768px) {
    .snippets-info .content {
        padding: 0 30px
    }
}

.snippets-info .content .btn {
    margin-top: 30px;
    margin-bottom: 30px
}

.snippets-info .heading {
    color: #c12c2d;
    font-family: "Freight Display W01 Book", serif;
    font-size: 30px;
    margin-top: 0
}

.pagination {
    margin: 0 0 -6px 0
}

.pagination ol, .pagination li {
    list-style: none
}

.pagination ol {
    padding-left: 0;
    margin: 0
}

.pagination ol:before, .pagination ol:after {
    content: " ";
    display: table
}

.pagination ol:after {
    clear: both
}

.pagination li {
    float: left
}

.pagination li:first-child a {
    border-width: 0 1px 0
}

.pagination a {
    display: block;
    min-height: 3.3125rem;
    min-width: 3.5rem;
    padding-top: 10px;
    text-align: center;
    border: 1px solid #eee;
    border-width: 0 1px 0 0;
    font-size: 20px;
    text-decoration: none;
    color: #000
}

@media(min-width:768px) {
    .pagination a {
        min-height: 5.3125rem;
        min-width: 5.5rem;
        padding-top: 11px;
        font-size: 35px
    }
}

.pagination a.selected {
    background-color: #c12c2d;
    color: #fff;
    text-decoration: underline
}

.pagination a.selected:hover {
    background-color: #c12c2d
}

.pagination a:hover {
    background-color: #fdfdfd;
    text-decoration: underline
}

.pagination .prev, .pagination .next {
    background: #f4f4f4
}

@media(max-width:460px) {
    .top .brand img.mobile-logo {
        width: 55px
    }
    .top nav .search-btn {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 15px;
        font-size: 8px
    }
    .multi-sq-col-ctas .content .heading {
        font-size: 40px
    }
    .multi-sq-col-ctas .ico-logo {
        height: 25px
    }
}

dl.tags dd a {
    cursor: text
}

.form-variants .tickbox label {
    display: inline-block;
    padding: 5px 15px
}

.form-variants .tickbox label a {
    color: #c12c2d
}

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    top: 4px;
    padding: 9px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px
}

.regular-checkbox:checked {
    border: 1px solid #adb8c0;
    color: #99a1a7
}

.regular-checkbox:checked:after {
    content: '';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #99a1a7;
    width: 14px;
    height: 14px;
    background-color: #c12c2d
}

.regular-checkbox:active, .regular-checkbox:focus {
    outline: none
}

@-moz-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-khtml-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.trading-ecosystem h5 {
    font-family: 'brandon_grotesquebold', sans-serif
}

.trading-ecosystem h5, {
    font-weight: normal;
    text-transform: uppercase
}

.disable-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.trading-ecosystem h5 {
    font-size: .95em;
    letter-spacing: .14em;
    text-transform: uppercase
}

.trading-ecosystem strong {
    font-weight: normal
}

.trading-ecosystem {
    position: relative;
    background-size: cover;
    padding: 5.1875rem 0 7.1875rem
}

.trading-ecosystem h2, .trading-ecosystem p {
    color: #fff
}

.trading-ecosystem p {
    font-size: 1.2em
}

.trading-ecosystem h2 {
    margin: 0 0 .6em;
    font-size: 2.9375rem;
    letter-spacing: .005em;
    padding-right: 1.5em;
    line-height: 1.1
}

.trading-ecosystem h2 span {
    color: #c12c2d
}

.trading-ecosystem h5 {
    color: #c12c2d;
    font-size: 1.05em;
    margin-bottom: .35em
}

.trading-ecosystem .content {
    padding-right: 0;
    position: relative;
    z-index: 3
}

.trading-ecosystem .row>.eco-pop {
    float: none;
    width: auto;
    max-width: 400px
}

.trading-ecosystem .ecosystem-elements {
    position: relative;
    z-index: 1;
    padding-right: 0
}

.trading-ecosystem .descriptions {
    display: none
}

.trading-ecosystem .fader {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    background: #212737;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.trading-ecosystem .fader.active {
    z-index: 2
}

.eco-pop {
    position: absolute;
    left: 55%;
    float: none;
    text-align: center;
    top: 25%;
    z-index: 4;
    background: #181d29;
    padding: 1.5em;
    border: 1px solid #fff
}

@media only screen and (max-width:600px) {
    .eco-pop {
        top: 50%
    }
}

.eco-pop .button-red {
    margin: 0 auto;
    background: #c12c2d;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    font-size: 12px;
    font-family: 'brandon_grotesquebold', sans-serif;
    text-transform: uppercase
}

.eco-pop .button-red:hover {
    cursor: pointer
}

.eco-pop h3 {
    color: #c12c2d;
    text-transform: uppercase;
    text-align: center;
    font-size: .95em;
    letter-spacing: .1em
}

.eco-pop h3>span:after {
    margin-top: 1em;
    background-color: #fff;
    content: '';
    display: block;
    position: relative;
    margin: .06em auto;
    width: 66px;
    height: 1px
}

.eco-pop p {
    color: #fff;
    text-align: center
}

.trading-ecosystem .eco-pop p {
    font-size: .95em;
    padding: 1em 0 1.3em
}

#modaloverlay {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    filter: alpha(opacity=70)
}

#modal {
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 2001
}

#modal #cv-model {
    display: block
}

#modal.hidden {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-inner {
    padding: 1em 1em 1.5em;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #36373f
}

body>.modal-content {
    display: none
}

.modal-content h2, .modal-content h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.modal-content h2 {
    font-size: 1.875rem
}

.modal-content h3 {
    font-size: 1.4375rem;
    margin: 0 0 .2em;
    line-height: 1.2
}

.modal-content p {
    font-size: .9em;
    color: #d5d9df !important
}

.modal-content strong {
    color: #fff
}

.modal-content h3+p {
    margin-bottom: 1em
}

.modal-content hr {
    display: block;
    width: 100%;
    height: 3px;
    border: none
}

.modal-content header {
    text-align: center
}

#modal, .eco-pop {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.75, .75);
    -moz-transform: scale(.75, .75);
    -ms-transform: scale(.75, .75);
    -o-transform: scale(.75, .75);
    transform: scale(.75, .75)
}

#modal.expanded, .eco-pop.expanded {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

#modal .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2002;
    width: 55px;
    height: 55px
}

#modal .modal-close:hover {
    cursor: pointer;
    background-position: left bottom
}

#modal .modal-close span {
    width: 55px;
    height: 55px;
    text-indent: -9999em;
    display: block
}

@media(max-width:1400px) {
    .trading-ecosystem {
        padding: 4em 0 5.5em
    }
    .trading-ecosystem h2 {
        font-size: 2.5rem
    }
    .trading-ecosystem p {
        font-size: 1.1em;
        line-height: 1.6
    }
}

@media(max-width:1230px) {
    .trading-ecosystem h5 {
        font-size: 1em;
        margin-bottom: .35em
    }
}

@media(max-width:1150px) {
    .trading-ecosystem .content {
        text-align: center;
        padding-right: 0
    }
    .trading-ecosystem p {
        font-size: 1.1em;
        padding: 0 3em
    }
    .trading-ecosystem h2 {
        padding: 0 1.5em
    }
    .trading-ecosystem .ecosystem-elements {
        text-align: center;
        margin-top: 3em
    }
    .eco-pop {
        left: 33%;
        padding: 1em;
        top: 50%
    }
    .trading-ecosystem .eco-pop p {
        font-size: .95em
    }
}

@media(max-width:767px) {
    .trading-ecosystem p {
        padding: 0 1.5em
    }
    .trading-ecosystem h2 {
        padding: 0 1em
    }
    .trading-ecosystem {
        padding: 3em 0 4.5em
    }
}

@media(max-width:650px) {
    .trading-ecosystem h2 {
        font-size: 2.2rem
    }
    .trading-ecosystem p {
        padding: 0 0
    }
    .trading-ecosystem h2 {
        padding: 0 0
    }
}

@media(max-width:450px) {
    .trading-ecosystem h2 {
        font-size: 1.7em
    }
    .trading-ecosystem h5 {
        font-size: .9em
    }
}

.ecosystem {
    padding-top: 47px;
    max-width: 760px
}

.hex-info {
    float: left;
    padding: 8px;
    margin-top: -47px
}

.hex-info:nth-child(3n) {
    margin-left: 83px
}

@media(min-width:494px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 83px
    }
}

@media(min-width:662px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:768px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 83px
    }
}

@media(min-width:834px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 83px
    }
}

@media(min-width:1151px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 83px
    }
}

@media(min-width:1249px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:1249px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:1400px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12), .hex-info:nth-child(19) {
        margin-left: 83px
    }
}

.hex {
    width: 152px;
    height: 176px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    font-family: 'arial', sans-serif;
    font-weight: 100;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 152px
}

.coloured {
    background-image: url(../img/market-elements-red.png);
    background-size: cover
}

.coloured:hover {
    background-image: url(../img/market-elements-red-on.png);
    background-size: cover
}

.no-colour {
    background-image: url(../img/market-elements-white.png);
    background-size: cover
}

.no-colour:hover {
    background-image: url(../img/market-elements-white-on.png);
    background-size: cover
}

.hex-tooltip {
    display: none
}

.trading-ecosystem .eco-pop {
    float: none;
    width: auto;
    max-width: 400px
}

@-moz-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-khtml-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.trading-ecosystem h5 {
    font-weight: normal;
    text-transform: uppercase
}

.disable-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.trading-ecosystem h5 {
    font-size: .95em;
    letter-spacing: .14em;
    text-transform: uppercase
}

.trading-ecosystem strong {
    font-weight: normal
}

.trading-ecosystem {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 5.1875rem 0 7.1875rem
}

.trading-ecosystem h2, .trading-ecosystem p {
    color: #fff
}

.trading-ecosystem p {
    font-size: 1.2em
}

.trading-ecosystem h2 {
    margin: 0 0 .6em;
    font-size: 2.9375rem;
    letter-spacing: .005em;
    padding-right: 1.5em;
    line-height: 1.1;
    text-transform: uppercase
}

.trading-ecosystem h2 span {
    color: #c12c2d
}

.trading-ecosystem h5 {
    color: #c12c2d;
    font-size: 1.05em;
    margin-bottom: .35em
}

.trading-ecosystem .content {
    padding-right: 10%;
    position: relative;
    z-index: 3
}

@media(max-width:1150px) {
    .trading-ecosystem .content {
        padding-right: 0
    }
}

.trading-ecosystem .row>.eco-pop {
    float: none;
    width: auto;
    max-width: 400px
}

.trading-ecosystem .ecosystem-elements {
    position: relative;
    z-index: 1
}

.trading-ecosystem .descriptions {
    display: none
}

.trading-ecosystem .fader {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    background: #212737;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.trading-ecosystem .fader.active {
    z-index: 2
}

.eco-pop {
    position: absolute;
    left: 55%;
    float: none;
    text-align: center;
    top: 25%;
    z-index: 4;
    background: #181d29;
    padding: 1.5em;
    border: 1px solid #fff
}

.eco-pop .button-red {
    margin: 0 auto
}

.eco-pop .button-red:hover {
    cursor: pointer
}

.eco-pop h3 {
    color: #c12c2d;
    text-transform: uppercase;
    text-align: center;
    font-size: .95em;
    letter-spacing: .1em;
    font-family: "brandon_grotesqueblack", sans-serif
}

.eco-pop h3>span:after {
    margin-top: 1em;
    background-color: #fff
}

.eco-pop p {
    color: #fff;
    text-align: center
}

.trading-ecosystem .eco-pop p {
    font-size: .95em;
    padding: 1em 0 1.3em
}

#modaloverlay {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    filter: alpha(opacity=70)
}

#modal {
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 2001
}

#modal #cv-model {
    display: block
}

#modal.hidden {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-inner {
    padding: 1em 1em 1.5em;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #36373f
}

body>.modal-content {
    display: none
}

.modal-content h2, .modal-content h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.modal-content h2 {
    font-size: 1.875rem
}

.modal-content h3 {
    font-size: 1.4375rem;
    margin: 0 0 .2em;
    line-height: 1.2
}

.modal-content p {
    font-size: .9em;
    color: #d5d9df !important
}

.modal-content strong {
    color: #fff
}

.modal-content h3+p {
    margin-bottom: 1em
}

.modal-content hr {
    display: block;
    width: 100%;
    height: 3px;
    border: none
}

.modal-content header {
    text-align: center
}

.csstransitions #modal, .csstransitions .eco-pop {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.75, .75);
    -moz-transform: scale(.75, .75);
    -ms-transform: scale(.75, .75);
    -o-transform: scale(.75, .75);
    transform: scale(.75, .75)
}

.csstransitions #modal.expanded, .csstransitions .eco-pop.expanded {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

#modal .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2002;
    width: 55px;
    height: 55px
}

#modal .modal-close:hover {
    cursor: pointer;
    background-position: left bottom
}

#modal .modal-close span {
    width: 55px;
    height: 55px;
    text-indent: -9999em;
    display: block
}

@media(max-width:767px) {
    .trading-ecosystem p {
        padding: 0 1.5em
    }
    .trading-ecosystem h2 {
        padding: 0 1em
    }
    .trading-ecosystem {
        padding: 3em 0 4.5em
    }
}

@media(max-width:650px) {
    .trading-ecosystem h2 {
        font-size: 2.2rem
    }
    .trading-ecosystem p {
        padding: 0 0
    }
    .trading-ecosystem h2 {
        padding: 0 0
    }
}

.ecosystem {
    padding-top: 47px;
    max-width: 760px
}

.hex-info {
    float: left;
    padding: 8px;
    margin-top: -47px
}

.hex-info:nth-child(3n) {
    margin-left: 83px
}

@media(min-width:494px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 83px
    }
}

@media(min-width:662px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:768px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 83px
    }
}

@media(min-width:834px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 83px
    }
}

@media(min-width:1151px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 83px
    }
}

@media(min-width:1249px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:1249px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:1400px) {
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(3), .hex-info:nth-child(7), .hex-info:nth-child(11), .hex-info:nth-child(15) {
        margin-left: 0
    }
    .hex-info:nth-child(1), .hex-info:nth-child(2), .hex-info:nth-child(3), .hex-info:nth-child(4) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(13) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(4), .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12), .hex-info:nth-child(19) {
        margin-left: 83px
    }
}

.hex {
    width: 152px;
    height: 176px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    font-family: 'arial', sans-serif;
    font-weight: 100;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 152px
}

.coloured {
    background-image: url(../img/market-elements-red.png);
    background-size: cover
}

.coloured:hover {
    background-image: url(../img/market-elements-red-on.png);
    background-size: cover
}

.no-colour {
    background-image: url(../img/market-elements-white.png);
    background-size: cover
}

.no-colour:hover {
    background-image: url(../img/market-elements-white-on.png);
    background-size: cover
}

.hex-tooltip {
    display: none
}

.trading-ecosystem .eco-pop {
    float: none;
    width: auto;
    max-width: 400px
}

.ecosystem {
    padding-top: 47px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto
}

@media(min-width:494px) {
    .ecosystem {
        max-width: 420px
    }
}

@media(min-width:662px) {
    .ecosystem {
        max-width: 590px
    }
}

@media(min-width:768px) {
    .ecosystem {
        max-width: 680px
    }
}

@media(min-width:834px) {
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 83px
    }
}

@media(min-width:1151px) {
    .ecosystem {
        max-width: 940px
    }
    .hex-info:nth-child(3n) {
        margin-left: 0
    }
    .hex-info:nth-child(6n) {
        margin-left: 83px
    }
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 83px
    }
    .hex-info:nth-child(6n) {
        margin-left: 0
    }
}

@media(min-width:1249px) {
    .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
}

@media(min-width:1338px) {
    .hex-info:nth-child(9) {
        margin-left: 0
    }
    .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 83px
    }
}

@media(min-width:1712px) {
    .hex-info:nth-child(4), .hex-info:nth-child(9), .hex-info:nth-child(14) {
        margin-left: 0
    }
    .hex-info:nth-child(5), .hex-info:nth-child(12) {
        margin-left: 83px
    }
    .hex-info:nth-child(10), .hex-info:nth-child(16) {
        margin-left: 0
    }
    .hex-info:nth-child(12) {
        margin-left: 0
    }
}

@media(max-width:1199px) {
    .trading-ecosystem .eco-pop {
        float: none;
        width: auto;
        max-width: 400px;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

.mi-facts {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat
}

.mi-facts .heading {
    text-transform: uppercase;
    color: #383838;
    font-size: 30px
}

@media(min-width:768px) {
    .mi-facts .heading {
        font-size: 45px
    }
}

.trading-heading {
    margin-bottom: 80px
}

.trading-stats p {
    color: #555;
    font-size: 12px;
    margin-bottom: .35em;
    text-transform: uppercase;
    font-family: "brandon_grotesquebold", sans-serif;
    letter-spacing: 1.2px
}

.trading-stats strong {
    color: #c12c2d
}

.trading-stats h3 {
    color: #c12c2d;
    font-size: 38px
}

.cookie-alert {
    width: 100%;
    background-color: #000;
    border-bottom: 1px solid #000;
    color: #fff;
    display: block;
    padding: 10px 0 10px 0;
    overflow: hidden;
    z-index: 99999999
}

.cookie-alert.positioned {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden
}

.cookie-alert.positioned.display {
    visibility: visible
}

.cookie-alert .inner {
    max-width: 960px;
    margin: 0 auto;
    width: 90%
}

.cookie-alert .inner:after, .cookie-alert .inner:before, .cookie-alert .alert-message:after, .cookie-alert .alert-message:before {
    content: " ";
    display: table
}

.cookie-alert .inner:after, .cookie-alert .alert-message:after {
    clear: both
}

.cookie-alert .alert-message {
    float: none;
    padding-left: 0
}

.cookie-alert .dismiss {
    margin: 10px 0
}

.cookie-alert .dismiss:hover {
    cursor: pointer
}

.cookie-alert .button-sm {
    padding: 0;
    text-decoration: none;
    background: #c12c2d;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 10px 0;
    clear: both
}

.cookie-alert h3, .cookie-alert p {
    float: left
}

.cookie-alert h3 {
    color: #fff;
    font-size: .95em;
    margin-right: .2em;
    margin-bottom: 0;
    padding-right: 1em
}

.cookie-alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold
}

.cookie-alert p {
    font-size: 14px;
    color: #fff;
    padding-top: 0;
    line-height: 21px
}

.panels.bg-img.less-top-padding {
    padding: 40px 0 250px 0
}

@media(min-width:768px) {
    .panels.bg-img.less-top-padding {
        padding: 40px 0 250px 0
    }
}

@media(max-width:767px) {
    .home .banner {
        background-position: 80% 0
    }
}

a:hover {
    cursor: pointer
}


/* Tabs panel */
.tabbable-panel {
    /* border:1px solid #eee; */
    padding: 20px;
  }
  
  /* Default mode */
  .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    /* margin-right: 0; */
    color: #737373;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  /* .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
  } */
  /* .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
  } */
  /* .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
  } */
  /* .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  } */
  .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid transparent;
    position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    margin-top: -5px;
    background-color: #fff;
    border: 0;
    border-top: 2px solid #bebcbb;
    padding: 15px 0;
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }
  
  /* Below tabs mode */
  
  .tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
  }
  .tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
  }

  .tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid transparent;
  }

  .tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .nav-tabs > li, .nav-pills > li {
      float:none;
      display:inline-block;
      *display:inline;
       zoom:1;
  }
  
  .nav-tabs, .nav-pills {
      text-align:center;
  }

  .blockquotes:before {
      display: none;
  }