article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff?10) format("woff"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-logo:before {
    content: "\e905"
}

.icon-logo2:before {
    content: "\e90f"
}

.icon-mail:before {
    content: "\e910"
}

.icon-phone:before {
    content: "\e911"
}

.icon-location:before {
    content: "\e912"
}

.icon-pdf:before {
    content: "\e90e"
}

.icon-youtube:before {
    content: "\ea9d"
}

.icon-linkedin:before {
    content: "\e907"
}

.icon-twitter:before {
    content: "\e908"
}

.icon-facebook:before {
    content: "\e90a"
}

.icon-bullhorn:before {
    content: "\e90c"
}

.icon-bell:before {
    content: "\e90d"
}

.icon-search:before {
    content: "\e904"
}

.icon-long-arrow-left:before {
    content: "\e909"
}

.icon-long-arrow-right:before {
    content: "\e90b"
}

.icon-check:before {
    content: "\e91e"
}

.icon-close:before {
    content: "\e91f"
}

.icon-arrow-left:before {
    content: "\e900"
}

.icon-arrow-right:before {
    content: "\e901"
}

.icon-arrow-up:before {
    content: "\e902"
}

.icon-arrow-down:before {
    content: "\e903"
}

@-webkit-keyframes fade-in-display {
    0% {
        opacity: 0;
        visibility: hidden
    }
    1% {
        opacity: 0;
        visibility: visible
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-in-display {
    0% {
        opacity: 0;
        visibility: hidden
    }
    1% {
        opacity: 0;
        visibility: visible
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes fade-out-display {
    0% {
        opacity: 1;
        visibility: visible
    }
    1% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade-out-display {
    0% {
        opacity: 1;
        visibility: visible
    }
    1% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes header-show {
    0% {
        -webkit-transform: translateY(calc(-100% - 40px));
        transform: translateY(calc(-100% - 40px))
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes header-show {
    0% {
        -webkit-transform: translateY(calc(-100% - 40px));
        transform: translateY(calc(-100% - 40px))
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes header-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(calc(-100% - 40px));
        transform: translateY(calc(-100% - 40px))
    }
}

@keyframes header-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(calc(-100% - 40px));
        transform: translateY(calc(-100% - 40px))
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #2d4963;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-container--default .select2-selection--single {
    background-color: #2d4963;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2d4963;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #2d4963
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #2d4963
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #2d4963
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #2d4963;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #2d4963
}

.light-text {
    color: #1e232c
}

h1, h2, h3, h4, h5, h6 {
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    color: #1e232c;
    margin: 0 0 25px 0
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 16px
}

@media (max-width: 991px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }
}

img {
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 1rem 0
}

small {
    font-size: .75em
}

sub, sup {
    position: relative;
    height: 0;
    line-height: 1em;
    vertical-align: baseline
}

sup {
    bottom: 2px
}

sub {
    top: 2px
}

em {
    font-style: italic
}

b, strong {
    font-weight: 700
}

del {
    text-decoration: line-through
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: 700
}

code, pre, samp {
    font-family: monospace
}

var {
    font-style: italic
}

a {
    position: relative;
    text-decoration: none;
    color: #e42313;
    outline: 0;
    border: none;
    transition: color .5s
}

a:hover {
    color: #1e232c;
    text-decoration: none
}

a:focus {
    color: #1e232c;
    text-decoration: none;
    outline: 0
}

a img {
    border: 0
}

ol, ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    line-height: 23px;
    color: #434c5d
}

ol > li, ul > li {
    margin: 0 0 2px 0;
    padding-left: 35px
}

ol > li:last-child, ul > li:last-child {
    margin-bottom: 0
}

ol > li ol, ol > li ul, ul > li ol, ul > li ul {
    margin-top: 7px;
    margin-bottom: 0
}

ol > li ol > li, ol > li ul > li, ul > li ol > li, ul > li ul > li {
    padding-left: 25px
}

ul > li:before {
    display: inline-block;
    content: '';
    position: relative;
    top: -3px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: -5px;
    background-color: #e42313
}

ol {
    list-style-position: outside;
    counter-reset: section
}

ol > li:before {
    display: inline-block;
    content: counter(section) ".";
    counter-increment: section;
    width: 40px;
    margin-left: -40px;
    padding-right: 7px;
    text-align: right;
    color: #e42313;
    font-weight: 400
}

ol.upper-alpha > li:before {
    content: counter(section, upper-alpha) "."
}

iframe {
    border: none
}

iframe img {
    max-width: 100%
}

hr {
    margin: 2em 0;
    box-sizing: content-box;
    height: 1px;
    background-color: #fff;
    opacity: .3;
    border: none
}

p {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 23px;
    color: #434c5d
}

p.no-pad {
    margin: 0
}

p.no-pad + ol, p.no-pad + ul {
    margin-top: 0
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: hide;
    font-size: 15px;
    line-height: 25px
}

table tr > th {
    padding: 6px 14px;
    font-weight: 400;
    text-align: left;
    color: #434c5d;
    border-bottom: 1px solid #d6e2e4
}

table tr > th.center {
    text-align: center
}

table tr > th.right {
    text-align: right
}

table tr > td {
    padding: 6px 14px;
    color: #434c5d;
    border-bottom: 1px solid #d6e2e4
}

table tr > td.center {
    text-align: center
}

table tr > td.right {
    text-align: right
}

@media (max-width: 767px) {
    table {
        table-layout: fixed
    }

    table tr > th {
        word-wrap: break-word
    }

    table tr > td {
        word-wrap: break-word
    }
}

.button {
    position: relative;
    padding: 5px 22px;
    display: inline-block;
    font-family: "Proxima Nova", Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #e42313;
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: background-color .5s, color .25s
}

.button .icon-long-arrow-right {
    margin-left: 15px;
    line-height: 1px;
    position: relative;
    top: 1px
}

.button.active, .button:active, .button:focus, .button:hover {
    color: #fff;
    background-color: #1e232c
}

.button.disabled, .button.disabled.active, .button.disabled:active, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled].active, .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover {
    opacity: .4;
    cursor: not-allowed
}

nav ul {
    margin: 0;
    padding: 0
}

nav ul li {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    background: 0 0
}

nav ul li:before {
    display: none;
    content: '';
    background: 0 0
}

nav ul li a {
    text-decoration: none
}

nav ul li a:active, nav ul li a:focus, nav ul li a:hover {
    text-decoration: none
}

nav.primary > ul {
    margin: 11px -36px 5px 0
}

nav.primary > ul > li {
    float: left;
    margin-right: 36px;
    margin-bottom: 5px
}

nav.primary > ul > li > a {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    color: #434c5d
}

nav.primary > ul > li > a:hover {
    color: #e42313
}

nav.primary > ul > li.active a {
    color: #e42313
}

nav.social > ul {
    
}

nav.social > ul > li {
    float: left;
    margin-right: 16px
}

nav.social > ul > li a {
    display: block;
    font-size: 17px;
    color: #434c5d
}

nav.social > ul > li a:hover {
    color: #e42313
}

nav.social > ul > li:last-child {
    margin-right: 0
}

nav.footer > ul > li {
    margin-bottom: 7px
}

nav.footer > ul > li a {
    display: inline-block;
    color: inherit
}

nav.footer > ul > li a:hover {
    color: #e42313
}

nav.footer > ul > li.active a {
    color: #e42313
}

nav.footer > ul > li:last-child {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    nav.primary > ul {
        margin-right: -27px
    }

    nav.primary > ul > li {
        margin-right: 27px
    }

    nav.primary > ul > li a {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    nav.primary {
        margin: 0
    }

    nav.primary > ul {
        margin: 0
    }

    nav.primary > ul > li {
        padding: 0;
        margin: 0;
        float: none;
        text-align: center;
        border-bottom: 1px solid #d6e2e4
    }

    nav.primary > ul > li > a {
        padding: 1px 0 0 0;
        margin: 0;
        height: auto;
        font-size: 16px;
        line-height: 47px;
        font-weight: 400;
        color: #434c5d;
        border: none
    }

    nav.primary > ul > li > a:hover {
        color: #e42313
    }

    nav.primary > ul > li > a:after {
        top: 50%
    }
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
    cursor: pointer
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0
}

.icheckbox {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #fff;
    border: 2px solid #eaeaea;
    transition: all .5s
}

.icheckbox:before {
    margin: 0;
    position: relative;
    top: 8px;
    left: 0;
    font-size: 11.5px;
    line-height: 0;
    text-align: center;
    content: '\e91e';
    display: block;
    opacity: 0;
    transition: all .5s
}

.icheckbox.checked {
    background-color: #e72400;
    border-color: #e72400 !important
}

.icheckbox.checked:before {
    opacity: 1
}

.icheckbox.disabled {
    cursor: default;
    border-color: rgba(234, 234, 234, .4)
}

.icheckbox.disabled.checked {
    border-color: rgba(234, 234, 234, .4)
}

.icheckbox.disabled.checked:before {
    opacity: .4
}

.icheckbox.disabled.checked:hover {
    border-color: rgba(234, 234, 234, .4)
}

label.checkbox {
    display: block;
    padding-left: 30px;
    margin: 5px 0;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    color: #1e232c;
    cursor: pointer
}

label.checkbox + label.checkbox {
    margin-top: 10px
}

label.checkbox .icheckbox {
    margin: 0;
    margin-left: -30px;
    top: 0;
    position: absolute;
    line-height: normal
}

label.checkbox:hover .icheckbox {
    border-color: #aaa
}

label.checkbox:hover .icheckbox.disabled {
    border-color: rgba(234, 234, 234, .4)
}

label.checkbox:hover .icheckbox.disabled.checked {
    border-color: rgba(234, 234, 234, .4)
}

label.checkbox:hover .icheckbox.disabled.checked:before {
    opacity: .4
}

label.checkbox:hover .icheckbox.disabled.checked:hover {
    border-color: rgba(234, 234, 234, .4)
}

.select2-container .select2-selection {
    position: relative;
    height: auto;
    background: 0 0;
    border: 1px solid #eaeaea;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    transition: border-color .5s
}

.select2-container .select2-selection .select2-selection__rendered {
    padding: 11px 12px;
    padding-right: 30px;
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    vertical-align: bottom;
    font-family: "Proxima Nova", Montserrat, sans-serif;
    color: #434c5d;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    transition: color .5s, background-color .5s
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #434c5d
}

.select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: auto;
    color: #434c5d
}

.select2-container .select2-selection .select2-selection__arrow b {
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select2-container .select2-selection .select2-selection__arrow b:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e903';
    font-size: 16px;
    display: block;
    transition: all .5s
}

.select2-container .select2-selection.thin {
    height: 32px
}

.select2-container .select2-selection.thin .select2-selection__rendered {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px
}

.select2-container:hover .select2-selection {
    border-color: #aaa
}

.select2-container.select2-container--focus .select2-selection {
    border-color: #434c5d
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.select2-container .select2-dropdown {
    border: none;
    border-radius: 0
}

.select2-container .select2-dropdown .select2-search {
    display: none
}

.select2-container .select2-dropdown .select2-results > .select2-results__options {
    max-height: 227px
}

.select2-container .select2-dropdown .select2-results > .select2-results__options li {
    margin: 0;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 21px;
    color: #434c5d;
    transition: all .5s;
    border-bottom: 1px solid #eaeaea
}

.select2-container .select2-dropdown .select2-results > .select2-results__options li:last-child {
    border-bottom: none
}

.select2-container .select2-dropdown .select2-results > .select2-results__options li:before {
    display: none
}

.select2-container .select2-dropdown .select2-results > .select2-results__options li.select2-results__option--highlighted {
    background-color: #f3f3f3
}

.select2-container .select2-dropdown .select2-results > .select2-results__options li[aria-selected=true] {
    color: #fff;
    background-color: #e72400
}

.select2-hidden-accessible.form-control {
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    border: none !important
}

form fieldset {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    display: block;
    border: none
}

form fieldset legend {
    margin: 0;
    margin-bottom: .75rem;
    padding: 0;
    padding-bottom: .5rem;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e72400
}

form .form-control-label {
    margin-bottom: .25rem;
    display: block;
    font-size: .9375rem;
    color: #1e232c
}

form .form-control-group {
    margin-bottom: .75rem
}

form .form-control-group:last-child {
    margin-bottom: 0
}

form .form-control-group label {
    margin-bottom: .5rem;
    display: block
}

.iradio {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    transition: all .5s
}

.iradio:before {
    margin: 0;
    position: relative;
    top: 9px;
    left: 0;
    font-size: 11.5px;
    line-height: 0;
    text-align: center;
    content: '\e91e';
    display: block;
    opacity: 0;
    transition: all .5s
}

.iradio.checked {
    background-color: #e72400;
    border-color: #e72400 !important
}

.iradio.checked:before {
    opacity: 1
}

.iradio.disabled {
    cursor: default;
    border-color: rgba(234, 234, 234, .4)
}

.iradio.disabled.checked {
    border-color: rgba(234, 234, 234, .4)
}

.iradio.disabled.checked:before {
    opacity: .4
}

.iradio.disabled.checked:hover {
    border-color: rgba(234, 234, 234, .4)
}

label.radio {
    display: block;
    padding-left: 30px;
    margin: 5px 0;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    color: #1e232c;
    cursor: pointer
}

label.radio + label.radio {
    margin-top: 10px
}

label.radio .iradio {
    margin: 0;
    margin-left: -30px;
    top: -1px;
    position: absolute;
    line-height: normal
}

label.radio:hover .iradio {
    border-color: #aaa
}

label.radio:hover .iradio.disabled {
    border-color: rgba(234, 234, 234, .4)
}

label.radio:hover .iradio.disabled.checked {
    border-color: rgba(234, 234, 234, .4)
}

label.radio:hover .iradio.disabled.checked:before {
    opacity: .4
}

label.radio:hover .iradio.disabled.checked:hover {
    border-color: rgba(234, 234, 234, .4)
}

.form-control {
    -webkit-appearance: none;
    padding: 10px 20px;
    display: block;
    width: 100%;
    height: auto;
    font-family: "Proxima Nova", Montserrat, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    vertical-align: bottom;
    color: #434c5d;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    transition: color .5s, background-color .5s, border-color .5s, box-shadow .5s
}

.form-control:hover {
    background-color: #fff;
    border-color: #aaa
}

.form-control:focus {
    background-color: #fff;
    border-color: #e72400
}

.form-control::-webkit-input-placeholder {
    font-style: normal;
    color: #434c5d;
    opacity: 1
}

.form-control::-moz-placeholder {
    font-style: normal;
    color: #434c5d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    font-style: normal;
    color: #434c5d;
    opacity: 1
}

.form-control::placeholder {
    font-style: normal;
    color: #434c5d;
    opacity: 1
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: .4;
    background-color: transparent
}

.form-control[disabled]:focus, .form-control[disabled]:hover, .form-control[readonly]:focus, .form-control[readonly]:hover, fieldset[disabled] .form-control:focus, fieldset[disabled] .form-control:hover {
    border-color: #eaeaea
}

fieldset[disabled] .form-control {
    opacity: 1
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    display: none
}

.form-control-group.has-error .form-control {
    border-color: #c21829
}

textarea {
    margin: 0;
    overflow: auto
}

.programmes-list-component .items .item {
    margin-bottom: 8px
}

.programmes-list-component .items .item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 52px;
    padding: 0 30px 0 13px;
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #1e232c;
    background-color: #d6e2e4;
    border-left: 5px solid transparent
}

.programmes-list-component .items .item a:hover {
    color: #e72400
}

.programmes-list-component .items .item a.color-1 {
    border-color: #e72400
}

.programmes-list-component .items .item a.color-2 {
    border-color: #294fb3
}

.programmes-list-component .items .item a.color-3 {
    border-color: #43c863
}

.programmes-list-component .items .item a.color-4 {
    border-color: #5029b3
}

.programmes-list-component .items .item a.color-5 {
    border-color: #f7882e
}

.programmes-list-component .items .item:last-child {
    margin-bottom: 0
}

.calendar-component .month {
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #1e232c;
    margin-bottom: 10px
}

.calendar-component ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px -4px 0
}

.calendar-component ul li {
    margin: 0;
    padding: 0;
    font-size: 1em
}

.calendar-component ul li:before {
    display: none
}

.calendar-component ul li {
    width: calc(14.2857% - 4px);
    margin: 0 4px 4px 0;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px
}

.calendar-component ul li.disabled {
    color: #b5c8d4
}

.calendar-component ul li.active {
    padding: 0
}

.calendar-component ul li.active a {
    display: block;
    padding: 7px 0;
    font-weight: 700;
    color: #434c5d;
    background-color: #dbe6e7
}

.calendar-component ul li.active a:hover {
    color: #e72400
}

.calendar-component ul li.today {
    font-weight: 700
}

.calendar-component ul li.today, .calendar-component ul li.today a {
    color: #e72400
}

.featured-section .news-list-component .items {
    margin: 0 0 -20px 0
}

.featured-section .news-list-component .items .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
}

.featured-section .news-list-component .items .item a {
    padding-left: 97px;
    min-height: 56px
}

.featured-section .news-list-component .items .item a figure {
    margin: 0;
    position: absolute;
    width: 84px;
    height: 56px
}

.featured-section .news-list-component .items .item a p {
    float: none;
    width: auto
}

.featured-section .news-list-component .items .item a .title {
    margin: 2px 0 0 0;
    line-height: 20px
}

.tags-component ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px -7px 0
}

.tags-component ul li {
    margin: 0;
    padding: 0;
    font-size: 1em
}

.tags-component ul li:before {
    display: none
}

.tags-component ul li {
    margin: 0 4px 7px 0
}

.tags-component ul li a {
    display: inline-block;
    padding: 3px 8px 2px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #434c5d;
    background-color: #dbe6e7
}

.tags-component ul li a:hover {
    color: #e72400
}

.newsletter-section .inner {
    padding: 31px 30px 24px 30px;
    background-color: #dbe6e7
}

.newsletter-section .inner .content-section-title {
    margin-bottom: 35px;
    position: relative
}

.newsletter-section .inner .content-section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 17px;
    height: 5px;
    background-color: #e72400
}

.newsletter-section .inner .form-control {
    border: none
}

.newsletter-section .inner .button {
    display: none
}

.newsletter-section .inner p {
    margin: 15px 0 0 0
}

.streams-list-component .items {
    margin-bottom: -15px
}

.streams-list-component .items .item {
    margin-bottom: 7px
}

.streams-list-component .items .item a {
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #1e232c
}

.streams-list-component .items .item a:hover {
    color: #e72400
}

@media (max-width: 991px) {
    .main-columns-wrapper .right-column .banner-section a img, .main-columns-wrapper .right-column .globsec-tv-section a img {
        width: 100%
    }
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 11.5px 0 -44px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: default
}

.breadcrumbs ul li {
    margin: 0;
    padding: 0;
    font-size: 1em
}

.breadcrumbs ul li:before {
    display: none
}

.breadcrumbs ul li {
    font-size: 11px;
    line-height: 19px;
    color: #76829d
}

.breadcrumbs ul li a {
    color: inherit
}

.breadcrumbs ul li a:hover {
    color: #e72400
}

.breadcrumbs ul li:after {
    content: '/';
    margin: 0 3px
}

.breadcrumbs ul li:last-child {
    margin-right: 0
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.pagination {
    margin: 55px 0 60px 0
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination ul li {
    margin: 0;
    padding: 0;
    font-size: 1em
}

.pagination ul li:before {
    display: none
}

.pagination ul li a {
    display: inline-block;
    min-width: 35px;
    padding: 6px 10px 5px 10px;
    margin: 0 1px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #434c5d;
    background-color: #dbe6e7;
    transition: background-color .5s, color .25s
}

.pagination ul li a:hover {
    color: #e72400
}

.pagination ul li.active a {
    color: #fff;
    background-color: #434c5d;
    cursor: default
}

.share-component .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -10px 0
}

.share-component .items .item {
    margin: 0 10px 10px 0
}

.share-component .items .item a {
    display: inline-block;
    min-width: 120px;
    text-align: center;
    padding: 6px 12px 5px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: red;
    transition: background-color .5s
}

.share-component .items .item a [class*=" icon-"], .share-component .items .item a [class^=icon-] {
    font-size: 17px;
    margin-right: 8px;
    position: relative;
    top: 2px
}

.share-component .items .item a .icon-linkedin {
    top: 1px
}

.share-component .items .item a:hover {
    background-color: #1e232c !important
}

.share-component .items .item.facebook a {
    background-color: #2f5a9c
}

.share-component .items .item.twitter a {
    background-color: #26aff1
}

.share-component .items .item.linkedin a {
    background-color: #007ab5
}

.share-component .items .item.pdf a {
    background-color: #e94c3d
}

.home-slider-component {
    margin-top: -55px;
    margin-left: -30px;
    margin-bottom: -5px
}

.home-slider-component .items .item {
    display: -webkit-flex;
    display: flex;
    overflow: hidden
}

.home-slider-component .items .item figure {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    position: relative;
    margin: -1px;
    overflow: hidden
}

.home-slider-component .items .item figure img {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 53%;
    left: 75%;
    display: block;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slick-slide .body p{
    margin-bottom: 5px;
}
.home-slider-component .items .item .body, .home-slider-component .items .item .category {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    position: realtive;
    z-index: 1
}

@-moz-document url-prefix() {
    .home-slider-component .items .item .body, .home-slider-component .items .item .category {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
    }
}

.home-slider-component .items .item .category {
    z-index: 3;
    position: absolute;
    width: 165px;
    padding: 55px 30px 50px 30px;
    box-shadow: none;
}

.home-slider-component .items .item .category .date {
    font-family: "Proxima Nova", Montserrat, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
    color: #fff;
    margin-top: .5px;
    margin-bottom: 10px
}

.home-slider-component .items .item .category .date strong {
    display: block;
    font-weight: 700
}

.home-slider-component .items .item .category > strong {
    display: block;
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: white;
    position: relative
}

.home-slider-component .items .item .body {
    text-align: left;
    width: 7% !important;
    height: 100% !important;
    position: absolute;
    padding: 75px 30px 45px 30px;
    color: #fff;
    background: #284962;
    z-index: 2;
}

.home-slider-component .items .item .body .title {
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    margin-top: .5px;
    margin-right: -5px;
    width: 75%;
    margin-bottom: 50px;
    position: relative
}

.home-slider-component .items .item .body .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    width: 17px;
    height: 5px;
    background-color: #b5c8d4
}

.home-slider-component .items .item .body p {
    color: inherit
}

.home-slider-component .items .item .body .button {
    padding: 10px 40px
}
@media (max-width: 1199px) {
    .home-slider-component .items .item .body {
        height: 50% !important;
        width: 650px !important;
    }
    .home-slider-component .items .item figure img{
        position: absolute;
        top: 75%;
        height: 50%;
        width: 100%;
        left: 50%;
        display: block;
        object-fit: cover;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 991px) {
    .home-slider-component .items .item .body {
        width: 725px !important;
    }
}
@media (max-width: 500px) {
    .home-slider-component .items .item .body {
        height: 50% !important;
        width: 450px !important;
    }
}

@media (max-width: 1199px) {
    .home-slider-component {
        margin-left: 0
    }

    .home-slider-component .items .item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-slider-component .items .item figure:after {
        display: block;
        content: '';
        padding-top: 60%
    }

    .home-slider-component .items .item .body {
        padding-bottom: 30px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .home-slider-component .items .item .body .title {
        margin-bottom: 25px
    }

    .home-slider-component .items .item .body .title:after {
        display: none
    }

    .home-slider-component .items .item .body p {
        display: none
    }
}

.news-list-component .items {
    margin: -20px -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-list-component .items .item {
    width: 49%;
    padding: 20px 15px
}

.news-list-component .items .item a {
    display: block;
    min-height: 87px;
    padding-left: 150px;
    position: realtive
}

.news-list-component .items .item a figure {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 87px;
    overflow: hidden
}

.news-list-component .items .item a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .5s
}

.news-list-component .items .item a p {
    margin: 0
}

.news-list-component .items .item a .category {
    margin-top: -4px;
    font-size: 13px;
    color: #76829d
}

.news-list-component .items .item a .title {
    margin: 4px 0;
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-weight: 700;
    color: #1e232c;
    transition: color .5s
}

.news-list-component .items .item a:hover figure img {
    opacity: .65
}

.news-list-component .items .item a:hover .title {
    color: #e72400
}

@media (max-width: 1199px) {
    .news-list-component .items .item {
        width: 100%
    }
}

@media (max-width: 480px) {
    .news-list-component .items .item a {
        padding-left: 0
    }

    .news-list-component .items .item a figure {
        position: relative;
        float: left;
        margin-bottom: 15px
    }

    .news-list-component .items .item a P {
        clear: both
    }

    .news-list-component .items .item a .category, .news-list-component .items .item a .title {
        float: right;
        clear: none;
        width: calc(100% - 150px)
    }
}

.projects-list-component .items {
    margin: -22px -18px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.projects-list-component .items .item {
    width: 33.33%;
    padding: 22px 18px
}

.projects-list-component .items .item a {
    display: block
}

.projects-list-component .items .item a figure {
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden
}

.projects-list-component .items .item a figure:after {
    display: block;
    content: '';
    padding-top: 50%
}

.projects-list-component .items .item a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .5s
}

.projects-list-component .items .item a p {
    margin: 0
}

.projects-list-component .items .item a .category {
    font-size: 13px;
    color: #76829d
}

.projects-list-component .items .item a .title {
    margin: 4px 0;
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-weight: 700;
    color: #1e232c;
    transition: color .5s
}

.projects-list-component .items .item a:hover figure img {
    opacity: .65
}

.projects-list-component .items .item a:hover .title {
    color: #e72400
}

@media (max-width: 1439px) {
    .projects-list-component .items {
        margin-left: -15px;
        margin-right: -15px
    }

    .projects-list-component .items .item {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1199px) {
    .projects-list-component .items .item {
        width: 50%
    }
}

@media (max-width: 480px) {
    .projects-list-component .items .item {
        width: 100%
    }
}

.detail-container .post-container .post-image {
    float: left;
    max-width: 450px;
    margin: 4px 30px 24px 0
}

.detail-container .post-container .post-category {
    font-size: 13px;
    line-height: 23px;
    color: #76829d;
    margin-bottom: 6px
}

.detail-container .post-container .post-tags {
    margin-bottom: 20px
}

.detail-container .post-container .post-content > h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 45px 0 20px 0
}

.detail-container .post-container .post-content ol, .detail-container .post-container .post-content p, .detail-container .post-container .post-content ul {
    font-size: 16px;
    line-height: 27px
}

.detail-container .post-container .post-content ol:last-child, .detail-container .post-container .post-content p:last-child, .detail-container .post-container .post-content ul:last-child {
    margin-bottom: 0
}

.detail-container .post-container .post-content .center {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.detail-container .post-container .post-content .center-image {
    text-align: center;
    margin: 35px 0 55px 0
}

.detail-container .post-container .post-content .content-section {
    margin: 45px 0 50px 0
}

.detail-container .content-section .content-section-title {
    margin-top: -8px;
    margin-bottom: 20px;
    font-size: 17px
}

.detail-container .content-section:last-child {
    margin-bottom: 0
}

.detail-container .content-section:last-child .share-component {
    padding-bottom: 5px
}

.subnav {
    margin: 0 0 30px 0
}

.subnav ul {
    width: 100%;
    display: -webkit-flex;
    display: flex
}

.subnav ul li {
    width: 100%
}

.subnav ul li a {
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #434c5d;
    border-bottom: 4px solid #d6e2e4;
    transition: border-color .5s
}

.subnav ul li a:hover {
    border-color: #434c5d
}

.subnav ul li.active a {
    color: #e72400;
    border-color: #e72400
}

.gallery-component .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -20px -20px 0
}

.gallery-component .items .item {
    margin: 0 20px 20px 0
}

.gallery-component .items .item img {
    max-width: 130px;
    max-height: 87px
}

.speakers-component .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden
}

.speakers-component .items .item {
    width: calc(100% / 6)
}

.speakers-component .items .item a {
    display: block;
    position: relative
}

.speakers-component .items .item a:after {
    display: block;
    content: '';
    padding-top: 100%
}

.speakers-component .items .item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s
}

.speakers-component .items .item a:hover img {
    opacity: .65
}

.all-speakers-component ul {
    margin: 0 -30px -4px 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.all-speakers-component ul li {
    padding: 0;
    margin: 0 0 4px 0
}

.all-speakers-component ul li:before {
    display: none
}

.events-component .items {
    margin: -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

.events-component .items .item {
    width: 50%;
    padding: 15px
}

.events-component .items .item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.events-component .items .item a .date {
    min-width: 87px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 7px 0;
    color: #1e232c;
    background-color: #dbe6e7
}

.events-component .items .item a .date strong {
    display: block;
    font-size: 22.25px;
    line-height: 22px;
    font-weight: 700
}

.events-component .items .item a .body {
    padding-left: 20px;
    margin: -4px 0
}

.events-component .items .item a .body .category {
    font-size: 13px;
    color: #76829d;
    margin: 0
}

.events-component .items .item a .body .title {
    color: #1e232c;
    font-weight: 700;
    transition: color .5s;
    margin: 2px 0
}

.events-component .items .item a:hover .body .title {
    color: #e72400
}

.programme-info-component .items {
    margin: -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.programme-info-component .items .item {
    width: 50%;
    padding: 15px
}

.programme-info-component .items .item .inner {
    display: -webkit-flex;
    display: flex;
    background-color: #dbe6e7;
    position: relative
}

.programme-info-component .items .item .inner > * {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.programme-info-component .items .item .inner .date {
    min-width: 135px;
    padding: 20px 0 50px 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #1e232c;
    border-right: 1px solid #fff
}

.programme-info-component .items .item .inner .date strong {
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700
}

.programme-info-component .items .item .inner .notification {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 135px;
    padding: 7px 0 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    border-top: 1px solid #fff
}

.programme-info-component .items .item .inner .notification .icon-bell {
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.programme-info-component .items .item .inner .body {
    padding: 20px 25px
}

.programme-info-component .items .item .inner .body p {
    margin: 0
}

.programme-info-component .items .item .inner .body .title {
    color: #1e232c;
    font-weight: 700;
    margin-bottom: 2px
}

.partners-component .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.partners-component .items .item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 50px
}

.partners-component .items .item .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px
}

.downloads-section .inner {
    padding: 30px;
    background-color: #dbe6e7
}

.downloads-section .inner .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -80px -30px 0
}

.downloads-section .inner .items .item {
    margin: 0 80px 30px 0
}

.downloads-section .inner .items .item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #434c5d
}

.downloads-section .inner .items .item a img {
    margin-right: 15px
}

.downloads-section .inner .items .item a:hover {
    color: #e72400
}

.career-component .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -30px -30px 0
}

.career-component .items .item {
    width: 33.33%
}

.career-component .items .item a {
    display: -webkit-flex;
    display: flex;
    margin: 0 30px 30px 0;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-family: Proxima Nova, Montserrat, sans-serif;
    line-height: 24px;
    font-weight: 700;
    color: #1e232c
}

.career-component .items .item a .icon-logo2 {
    font-size: 65px;
    color: #e72400;
    margin: 0 30px 0 2px
}

.career-component .items .item a:hover {
    color: #e72400
}

.contacts-component .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px -30px 0
}

.contacts-component .items .item {
    width: 50%
}

.contacts-component .items .item .inner {
    display: -webkit-flex;
    display: flex;
    margin: 0 30px 30px 0
}

.contacts-component .items .item .inner .photo {
    min-width: 108px;
    margin-right: 30px
}

.contacts-component .items .item .inner .photo img {
    width: 108px;
    height: 108px
}

.contacts-component .items .item .inner p {
    margin: 0
}

.contacts-component .items .item .inner .title {
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-weight: 700;
    color: #1e232c;
    margin: -4px 0 15px 0
}

.map-component {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px
}

.map-component .info-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: -30px
}

.map-component .info-column .info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px
}

.map-component .info-column .info [class*=" icon-"], .map-component .info-column .info [class^=icon-] {
    width: 90px;
    text-align: center;
    font-size: 40px;
    color: #e72400
}

.map-component .info-column .info .icon-phone {
    position: relative;
    left: 1px
}

.map-component .info-column .info p {
    margin: 0
}

.map-component .info-column .info p strong {
    font-size: 16px;
    color: #1e232c
}

.map-component .info-column .info p strong a {
    color: inherit
}

.map-component .info-column .info p strong a:hover {
    color: #e72400
}

.map-component .map-container {
    margin-left: auto;
    width: 720px;
    height: 320px
}

.map-component .map-container #map-canvas {
    height: 100%
}

@media (max-width: 1439px) {
    .detail-container .post-container .post-image {
        max-width: 50%
    }

    .map-component .map-container {
        width: 60%
    }
}

@media (max-width: 1199px) {
    .subnav ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .speakers-component .items .item {
        width: 25%
    }

    .all-speakers-component ul {
        margin-right: 0
    }

    .events-component .items .item {
        width: 100%
    }

    .programme-info-component .items .item {
        width: 100%
    }

    .partners-component .items .item {
        width: 50%
    }

    .career-component .items .item {
        width: 50%
    }

    .contacts-component .items .item {
        width: 100%
    }

    .map-component .map-container {
        width: 100%;
        margin-top: 50px
    }
}

@media (max-width: 991px) {
    .speakers-component .items .item {
        width: 20% !important
    }

    .all-speakers-component ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width: 767px) {
    .detail-container .post-container .post-image {
        float: none;
        max-width: 450px;
        margin-right: 0
    }

    .detail-container .post-container .post-category {
        margin-top: 0
    }

    .detail-container .post-container .post-content ol, .detail-container .post-container .post-content p, .detail-container .post-container .post-content ul {
        font-size: 15px;
        line-height: 25px
    }

    .subnav ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px
    }

    .subnav ul li {
        width: 33.33%;
        margin-bottom: 10px
    }

    .speakers-component .items .item {
        width: 25% !important
    }
}

@media (max-width: 480px) {
    .speakers-component .items .item {
        width: 50% !important
    }

    .all-speakers-component ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .programme-info-component .items .item .inner .date {
        min-width: 125px
    }

    .programme-info-component .items .item .inner .notification {
        width: 125px
    }

    .partners-component .items .item {
        width: 100%
    }

    .career-component .items .item {
        width: 100%
    }

    .contacts-component .items .item .inner .photo {
        min-width: 90px;
        margin-right: 15px
    }

    .contacts-component .items .item .inner .photo img {
        width: 90px;
        height: 90px
    }
}

.speaker-detail.content-section {
    margin-top: 68px
}

.speaker-detail .detail-container .post-container .post-image {
    margin-top: 0;
    margin-right: 60px;
    margin-bottom: 0
}

.speaker-detail .detail-container .post-container .post-content {
    display: inline-block;
    width: 670px
}

.speaker-detail .programme-info-component {
    margin: 30px 0 32px 0
}

.speaker-detail .programme-info-component .items {
    margin: 0
}

.speaker-detail .programme-info-component .items .item {
    width: 100%;
    padding: 0
}

.speaker-detail .speakers-component .items .item {
    width: calc(100% / 8)
}

@media (min-width: 481px) {
    .speaker-detail .programme-info-component .items .item .inner .date {
        padding-bottom: 20px
    }

    .speaker-detail .programme-info-component .items .item .inner .body {
        -webkit-flex-grow: 2;
        flex-grow: 2;
        border-right: 20px solid #fff
    }

    .speaker-detail .programme-info-component .items .item .inner .notification {
        position: static;
        display: -webkit-flex;
        display: flex;
        width: auto;
        min-height: 110px;
        padding: 0 20px;
        text-align: center;
        white-space: nowrap;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        background-color: #fff;
        border: 3px solid #d6e2e4
    }

    .speaker-detail .programme-info-component .items .item .inner .notification .icon-bell {
        display: block;
        font-size: 14.5px;
        line-height: 15px;
        margin: 0 0 5px 0
    }
}

@media (max-width: 1439px) {
    .speaker-detail .detail-container .post-container .post-image {
        max-width: 35%;
        margin-right: 30px
    }
}

@media (max-width: 1199px) {
    .speaker-detail .detail-container .post-container .post-content {
        width: calc(65% - 30px)
    }

    .speaker-detail .programme-info-component .items .item .inner .date {
        min-width: 125px
    }

    .speaker-detail .speakers-component .items .item {
        width: calc(100% / 6)
    }
}

@media (max-width: 991px) {
    .speaker-detail .detail-container .post-container .post-image {
        max-width: calc(50% - 15px);
        margin-bottom: 30px
    }

    .speaker-detail .detail-container .post-container .post-content {
        width: auto
    }

    .speaker-detail .programme-info-component {
        clear: both
    }
}

@media (max-width: 767px) {
    .speaker-detail .detail-container .post-container .post-image {
        max-width: 450px;
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .speaker-detail .detail-container .post-container .post-image {
        max-width: 100%;
        margin-bottom: 30px
    }
}

.globsec-tv .detail-container .post-container .post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 24px 0
}

.globsec-tv .detail-container .post-container .post-image a {
    display: block;
    position: relative;
    overflow: hidden
}

.globsec-tv .detail-container .post-container .post-image a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #434c5d;
    opacity: .9
}

.globsec-tv .detail-container .post-container .post-image a .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    z-index: 2;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.globsec-tv .detail-container .post-container .post-image a:hover .icon-play {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
    transform: translate(-50%, -50%) scale(1.06)
}

.globsec-tv .projects-list-component .items .item figure .icon-play {
    -webkit-transform: translate(-50%, -50%) scale(.4);
    transform: translate(-50%, -50%) scale(.4);
    opacity: 1
}

.globsec-tv-live-component {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    border: 3px solid #dbe6e7
}

.globsec-tv-live-component .icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 17px 0 15px;
    background-color: #dbe6e7
}

.globsec-tv-live-component .icon .icon-bullhorn {
    font-size: 14.5px;
    color: #e72400
}

.globsec-tv-live-component .body {
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #1e232c;
    padding: 8px 14px
}

.globsec-tv-live-component .body strong {
    color: #e72400
}

* {
    box-sizing: border-box
}

:after, :before {
    box-sizing: border-box
}

html {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: "Proxima Nova", Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #434c5d;
    background-color: #dbe6e7
}

.main-container {
    position: relative;
    background-color: #fff
}

.main-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 120px 0 #b6c8d4
}

@-moz-document url-prefix() {
    .main-container:after {
        box-shadow: 0 0 80px 0 #b6c8d4
    }
}

main {
    overflow: hidden
}

::-moz-selection {
    color: #fff;
    background-color: #252627
}

::selection {
    color: #fff;
    background-color: #252627
}

.clearfix:after, .clearfix:before, .container:after, .container:before, .content-section:after, .content-section:before, .detail-container .post-container:after, .detail-container .post-container:before, .news-list-component .items .item a:after, .news-list-component .items .item a:before, .panel .panel-body:after, .panel .panel-body:before, .panel .panel-header:after, .panel .panel-header:before, form .form-control-group:after, form .form-control-group:before, label.checkbox:after, label.checkbox:before, label.radio:after, label.radio:before, nav ul:after, nav ul:before {
    content: ' ';
    display: table
}

.clearfix:after, .container:after, .content-section:after, .detail-container .post-container:after, .news-list-component .items .item a:after, .panel .panel-body:after, .panel .panel-header:after, form .form-control-group:after, label.checkbox:after, label.radio:after, nav ul:after {
    clear: both
}

.hidden {
    display: none
}

.container {
    margin: 0 auto;
    padding: 0 15px
}

@media (min-width: 1440px) {
    .main-container {
        width: 1440px;
        margin: 0 auto
    }

    .container {
        width: 1410px
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .main-container {
        width: 1200px;
        margin: 0 auto
    }

    .container {
        width: 1170px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .main-container {
        position: static
    }

    .container {
        width: 100%;
        padding: 0 15px
    }

    body {
        padding-top: 50px
    }
}

.main-columns-wrapper, .two-columns-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-columns-wrapper > .column, .two-columns-wrapper > .column {
    width: 50%;
    padding: 0 15px
}

.main-columns-wrapper .main-column {
    width: 1080px;
    padding: 0 15px
}

.main-columns-wrapper .right-column {
    width: 330px;
    padding: 0 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

.main-columns-wrapper .right-column .content-section {
    margin: 50px 0
}

.content-section {
    margin: 35px 0
}

.content-section .content-section-title {
    margin: -7px 0 22px 0;
    font-size: 22.25px;
    line-height: 28px;
    font-weight: 700;
    color: #1e232c
}

.content-section .content-section-title .dot {
    display: inline-block;
    margin-left: 4px;
    width: 5px;
    height: 5px;
    background-color: #e72400;
    border-radius: 50%
}

.content-section .content-section-subtitle {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    margin-top: -22px
}

@media (max-width: 1439px) {
    .main-columns-wrapper .main-column {
        width: 850px
    }

    .main-columns-wrapper .right-column {
        width: 320px
    }
}

@media (max-width: 1199px) {
    .main-columns-wrapper .main-column {
        width: 66.66%
    }

    .main-columns-wrapper .right-column {
        width: 33.33%
    }
}

@media (max-width: 991px) {
    .main-columns-wrapper {
        display: block
    }

    .main-columns-wrapper .main-column {
        width: auto
    }

    .main-columns-wrapper .right-column {
        width: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px
    }

    .main-columns-wrapper .right-column .content-section {
        margin-top: 0;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .two-columns-wrapper > .column {
        width: 100% !important
    }
}

@media (max-width: 480px) {
    .main-columns-wrapper .right-column .content-section {
        width: 100%
    }
}

#header {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    cursor: default
}

#header.opened {
    position: absolute !important
}

#header .header-top {
    border-bottom: 1px solid #d6e2e4
}

#header .header-top .header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0 16px 0
}

#header .header-bottom {
    border-bottom: 1px solid #d6e2e4
}

#header .logo {
    font-size: 56px;
    line-height: 72px;
    margin: 0 0 -13px 0
}

#header .logo a {
    position: relative;
    top: 1px;
    color: #434c5d
}

#header .logo a:hover {
    color: #1e232c
}

#header .header-search-container {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-left: 30px
}

#header .header-search-container form {
    position: relative;
    margin-left: auto;
    width: 300px;
    display: -webkit-flex;
    display: flex
}

#header .header-search-container form .form-control {
    width: 0;
    margin-left: auto;
    transition: all .5s;
    padding:0;
    margin-right: 50px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #ecedf0;
}



#header .header-search-container form .form-control:hover,
#header .header-search-container form .form-control:focus
 {
    width: 100%!important;
}
#header .header-search-container form .form-control:hover ~ .button,
#header .header-search-container form .form-control:focus ~ .button {
    color:#e72400!important;
}




#header .header-search-container form .button {
    position: relative;
    top:-6px;
    width: 45px;
    margin-top: 15px!important;
    margin-left: -45px;
    margin-right: 11px;
    padding: 0;
    font-size: 17px;
    color: #434c5d;
    background-color: transparent
}
#header .header-search-container form .button:after {
    content:"";
    position: absolute;
    height:100%;
    width:1px;
    background-color: #ecedf0;
    right:0;
    top:0;
}


#header .header-search-container form .button:hover {
    color:#e72400;
}


#header .header-store-links-container {
    display: -webkit-flex;
    display: flex
}

#header .header-store-links-container a {
    margin-left: 10px
}

#header .header-store-links-container a img {
    transition: opacity .5s
}

#header .header-store-links-container a:hover img {
    opacity: .65
}

#header #header-compact-nav-button-container {
    display: none;
    float: left
}

#header.animated.show {
    -webkit-animation: header-show .5s;
    animation: header-show .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#header.animated.hide {
    -webkit-animation: header-hide .5s;
    animation: header-hide .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body.compact-header #header {
    box-shadow: 0 2px 6px 0 rgba(255, 255, 255, .1)
}

#header-compact-nav-button {
    padding: 0;
    position: relative;
    text-align: left;
    display: block;
    z-index: 32;
    width: 40px;
    height: 40px;
    background: 0 0;
    transition: all .3s
}

#header-compact-nav-button:before {
    display: none
}

#header-compact-nav-button .patty {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 4px;
    display: block;
    background-color: #434c5d;
    transition: all .5s

}

#header-compact-nav-button .patty:after, #header-compact-nav-button .patty:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    z-index: 1;
    background-color: #434c5d;
    transition: all .5s
}

#header-compact-nav-button .patty:before {
    top: -8px
}

#header-compact-nav-button .patty:after {
    top: 8px
}

#header-compact-nav-button.active, #header-compact-nav-button:hover {
    text-decoration: none;
    outline: 0
}

#header-compact-nav-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

#header-compact-nav-container.active {
    z-index: 1
}

#header-compact-nav-container.active, #header-compact-nav-container.active * {
    -webkit-animation: fade-in-display .5s;
    animation: fade-in-display .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#header-compact-nav-container.inactive, #header-compact-nav-container.inactive * {
    -webkit-animation: fade-out-display .5s;
    animation: fade-out-display .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 1199px) {
    #header .logo {
        font-size: 50px
    }

    #header .header-search-container form {
        width: 240px
    }
}

@media (max-width: 991px) {
    #header .logo {
        font-size: 50px
    }

    #header .header-store-links-container {
        display: none
    }
}

@media (max-width: 767px) {
    #header {
        position: fixed;
        background-color: #2d4963
    }

    #header #header-top-nav-container {
        display: none
    }

    #header #header-primary-nav-container {
        display: none
    }

    #header .header-bottom {
        display: none
    }

    #header .header-top {
        position: relative;
        border: none
    }

    #header .header-top .header-inner {
        height: 50px
    }

    #header .logo {
        font-size: 30px;
        line-height: 1px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 1px 0 0 0
    }

    #header .header-search-container, #header .header-social-container {
        display: none
    }

    #header #header-compact-nav-button-container {
        margin-top: 5px;
        margin-left: 6px;
        display: block
    }

    #header #header-compact-nav-container nav.primary {
        margin-left: -15px;
        margin-right: -15px
    }
}

#footer {
    margin-top: -35px;
    cursor: default;
    background-color: #434c5d
}

#footer .footer-top {
    padding: 91px 0 15px 0
}

#footer .footer-top .footer-inner {
    margin-left: -15px;
    margin-right: -45px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer .footer-top .footer-inner .footer-section {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    margin-bottom: 35px
}

#footer .footer-top .footer-inner .footer-section:last-child {
    padding-right: 45px
}

#footer .footer-top .footer-inner .footer-section .title {
    margin-bottom: 28px;
    font-family: Proxima Nova, Montserrat, sans-serif;
    font-size: 22.25px;
    line-height: 24px;
    font-weight: 700;
    color: #fff
}

#footer .footer-top .footer-inner .footer-section li, #footer .footer-top .footer-inner .footer-section p {
    font-size: 14px;
    line-height: 23px;
    color: #fff
}

#footer .footer-bottom {
    padding-bottom: 57px
}

#footer .footer-bottom .footer-inner p {
    margin: 0;
    color: #fff
}

#footer .footer-bottom .footer-inner p a {
    color: inherit
}

#footer .footer-bottom .footer-inner p a:hover {
    color: #e72400
}

@media (max-width: 1199px) {
    #footer .footer-top .footer-inner {
        margin-right: -15px
    }

    #footer .footer-top .footer-inner .footer-section:last-child {
        padding-right: 15px
    }
}

@media (max-width: 991px) {
    #footer .footer-top .footer-inner .footer-section {
        width: 50%
    }
}

@media (max-width: 767px) {
    #footer {
        margin-top: 0
    }

    #footer .footer-top {
        padding: 45px 0 0 0
    }

    #footer .footer-top .footer-inner {
        display: block
    }

    #footer .footer-top .footer-inner .footer-section {
        width: 100%
    }

    #footer .footer-bottom {
        padding-bottom: 42px;
        text-align: center
    }

    #footer .footer-bottom .footer-inner {
        display: block
    }
}

#page-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

#page-overlay.active {
    -webkit-animation: fade-in-display .5s;
    animation: fade-in-display .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#page-overlay.inactive {
    -webkit-animation: fade-out-display .5s;
    animation: fade-out-display .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

html.no-cssanimations #page-overlay.active {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    visibility: visible
}

html.no-cssanimations #page-overlay.inactive {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
    visibility: hidden
}

body.page-error .content-section {
    margin: 130px 0 110px 0;
    text-align: center
}

body.page-home #header .header-bottom {
    border: none
}

body.page-home .right-column {
    padding-top: 2px
}

body.page-home .right-column .content-section:first-child {
    margin-top: 0
}

body.page-home .right-column .programmes-section {
    -webkit-order: -1;
    order: -1
}