

@media (min-width:600px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:600px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:600px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:600px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:600px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:600px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:600px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:600px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 23px;
    line-height: 30px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:600px) {
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:600px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px
}

@media (max-width:599px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:600px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.navbar-form {
    margin: 3px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:600px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:599px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:600px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 3px;
    margin-bottom: 3px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 7px;
    margin-bottom: 7px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width:600px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:600px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:599px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:599px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\A0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.66857;
    text-decoration: none;
    color: #043f71;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #011627;
    background-color: #cdcdd4;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #043f71;
    border-color: #043f71;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 30px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #cdcdd4
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #043f71
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #022440
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #043f71;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #cdcdd4
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #b2b2bc
}

.container-fluid .jumbotron,
.container .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:600px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 81px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 30px;
    line-height: 1.66857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #3a3a48
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #043f71
}

.alert {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 30px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #043f71;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #cdcdd4;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #043f71;
    border-color: #043f71
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #48a8f9
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 30px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #043f71
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #043f71;
    border-color: #043f71
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #043f71
}

.panel-primary>.panel-heading .badge {
    color: #043f71;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #043f71
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.66857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.66857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 18px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:599px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:599px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:599px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:599px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:600px) and (max-width:799px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:600px) and (max-width:799px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:600px) and (max-width:799px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:600px) and (max-width:799px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:800px) and (max-width:999px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:800px) and (max-width:999px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:800px) and (max-width:999px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:800px) and (max-width:999px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1000px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1000px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1000px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1000px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:599px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:600px) and (max-width:799px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:800px) and (max-width:999px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1000px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(/dist/images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/dist/images/fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-close,
.fancybox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: transparent url(/dist/images/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: visible!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/dist/images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(/dist/images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(/dist/images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.fancybox-close-sf {
    background: none!important;
    color: #fff;
    font-size: 30px;
    top: -40px;
    right: -40px
}

.fancybox-close-sf:focus,
.fancybox-close-sf:hover {
    color: #fff;
    text-decoration: none
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: scroll
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li:hover #fp-nav ul li a.active span,
#fp-nav ul li:hover .fp-slidesNav ul li a.active span,
#fp-nav ul li a.active span,
#fp-slidesNav ul li:hover #fp-nav ul li a.active span,
#fp-slidesNav ul li:hover .fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateZ(0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav.fp-show-active a.active+.fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

.fp-slidesNav ul li {
    display: inline-block
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto!important
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

.slick-track:after,
.slick-track:before {
    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
}

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

@font-face {
    font-family: Gotham;
    src: url(/dist/fonts/GothamMedium.woff) format("woff"), url(/dist/fonts/GothamMedium.ttf) format("truetype"), url(/dist/images/GothamMedium.svg#GothamMedium) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: TiemposText;
    src: url(/dist/fonts/TiemposHeadline-Regular.eot);
    src: url(/dist/fonts/TiemposHeadline-Regular.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/TiemposHeadline-Regular.woff2) format("woff2"), url(/dist/fonts/TiemposHeadline-Regular.woff) format("woff"), url(/dist/fonts/TiemposHeadline-Regular.ttf) format("truetype"), url(/dist/images/TiemposHeadline-Regular.svg#TiemposHeadline-Regular) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: TiemposText;
    src: url(/dist/fonts/TiemposHeadline-Light.eot);
    src: url(/dist/fonts/TiemposHeadline-Light.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/TiemposHeadline-Light.woff2) format("woff2"), url(/dist/fonts/TiemposHeadline-Light.woff) format("woff"), url(/dist/fonts/TiemposHeadline-Light.ttf) format("truetype"), url(/dist/images/TiemposHeadline-Light.svg#TiemposHeadline-Light) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: TiemposText;
    src: url(/dist/fonts/TiemposText-Regular.eot);
    src: url(/dist/fonts/TiemposText-Regular.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/TiemposText-Regular.woff2) format("woff2"), url(/dist/fonts/TiemposText-Regular.woff) format("woff"), url(/dist/fonts/TiemposText-Regular.ttf) format("truetype"), url(/dist/images/TiemposText-Regular.svg#TiemposText-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TiemposText;
    src: url(/dist/fonts/TiemposText-Semibold.eot);
    src: url(/dist/fonts/TiemposText-Semibold.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/TiemposText-Semibold.woff2) format("woff2"), url(/dist/fonts/TiemposText-Semibold.woff) format("woff"), url(/dist/fonts/TiemposText-Semibold.ttf) format("truetype"), url(/dist/images/TiemposText-Semibold.svg#TiemposText-Semibold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: TiemposText;
    src: url(/dist/fonts/TiemposText-RegularItalic.eot);
    src: url(/dist/fonts/TiemposText-RegularItalic.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/TiemposText-RegularItalic.woff2) format("woff2"), url(/dist/fonts/TiemposText-RegularItalic.woff) format("woff"), url(/dist/fonts/TiemposText-RegularItalic.ttf) format("truetype"), url(/dist/images/TiemposText-RegularItalic.svg#TiemposText-RegularItalic) format("svg");
    font-weight: 400;
    font-style: italic
}

.form-control.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-btn>.form-control.btn {
    height: 50px;
    padding: 10px 16px 7px;
    font-size: 18px
}

.newsletter-container {
    max-width: 980px;
    width: 100%
}

.newsletter-title {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 60px
}

.pink .newsletter-title {
    color: #db088c
}

.blue .newsletter-title {
    color: #009ac7
}

.gold .newsletter-title {
    color: #b4a169
}

.purple .newsletter-title {
    color: #5c317c
}

.submenu .newsletter-title {
    font-weight: 400;
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-size: 23px;
    color: #5c317c;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

@media screen and (min-width:800px) {
    .newsletter-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:1000px) {
    .newsletter-form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.newsletter-form label {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.newsletter-form .newsletter-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase
}

.navbar .newsletter-form .newsletter-submit-btn {
    position: absolute;
    z-index: 30;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.newsletter-form .newsletter-submit--inner {
    position: relative;
    z-index: 9
}

.newsletter-form.archive-newsletter-form .newsletter-input,
.newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    margin-bottom: 15px;
    font-size: 18px
}

@media screen and (min-width:800px) {
    .newsletter-form.archive-newsletter-form .newsletter-input,
    .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
        margin-bottom: 0
    }
}

.newsletter-form.archive-newsletter-form .newsletter-input {
    padding: 7.5px;
    border-width: 1px;
    border-style: solid
}

.newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    width: 100%;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px
}

@media screen and (min-width:800px) {
    .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
        padding-top: 0;
        padding-bottom: 0
    }
}

.pink .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    background: #db088c
}

.pink .newsletter-form.archive-newsletter-form .newsletter-submit-btn:hover {
    background: #aa066d
}

.pink .newsletter-form.archive-newsletter-form .newsletter-input {
    border-color: #db088c
}

.blue .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    background: #009ac7
}

.blue .newsletter-form.archive-newsletter-form .newsletter-submit-btn:hover {
    background: #007394
}

.blue .newsletter-form.archive-newsletter-form .newsletter-input {
    border-color: #009ac7
}

.gold .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    background: #b4a169
}

.gold .newsletter-form.archive-newsletter-form .newsletter-submit-btn:hover {
    background: #9c884e
}

.gold .newsletter-form.archive-newsletter-form .newsletter-input {
    border-color: #b4a169
}

.purple .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    background: #5c317c
}

.purple .newsletter-form.archive-newsletter-form .newsletter-submit-btn:hover {
    background: #412357
}

.purple .newsletter-form.archive-newsletter-form .newsletter-input {
    border-color: #5c317c
}

.orange .newsletter-form.archive-newsletter-form .newsletter-submit-btn {
    background: #f47b20
}

.orange .newsletter-form.archive-newsletter-form .newsletter-submit-btn:hover {
    background: #d6620b
}

.orange .newsletter-form.archive-newsletter-form .newsletter-input {
    border-color: #f47b20
}

.newsletter-form.menu-newsletter-form .newsletter-input {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 15px;
    margin-bottom: 15px
}

.mobile-nav .newsletter-form.menu-newsletter-form .newsletter-input {
    margin-left: -15px;
    margin-right: -15px
}

.newsletter-form.menu-newsletter-form input[type=submit] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.newsletter-form.menu-newsletter-form .newsletter-submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #5c317c
}

.newsletter-form.menu-newsletter-form .newsletter-submit i {
    display: inline-block;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.newsletter-form.menu-newsletter-form .newsletter-submit:hover {
    background-color: #412357
}

.newsletter-form.menu-newsletter-form .newsletter-input {
    border-color: #5c317c;
    color: #5c317c
}

.newsletter-form .newsletter-input,
.newsletter-form .newsletter-submit-btn {
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.newsletter-form .newsletter-input {
    width: 100%;
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 400
}

.newsletter-form .newsletter-submit-btn {
    color: #fff
}

.newsletter-form [class*=col-] {
    float: none
}

.archive-newsletter-form {
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (min-width:800px) {
    .archive-newsletter-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.hero .slick-list,
.hero .slick-slider,
.hero .slick-track {
    height: 100%
}

.hero .slick-item {
    position: relative
}

.slick-dots-container {
    position: absolute
}

.hero .slick-dots-container {
    right: 30px;
    bottom: 30px
}

.slick-dots {
    list-style: none
}

.slick-dots li {
    line-height: 1.5
}

.slick-dot {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    background: none;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    padding: 0;
    line-height: 0;
    outline: none
}

.slick-active .slick-dot,
.slick-dot:hover {
    background: #fff
}

body .header-nav,
body .header-nav .header-nav-bar {
    background-color: #043f71
}

body .header-nav .navbar-links .navbar-link-item a:hover,
body .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #0884ec
}

body .header-nav .nav-main .nav-item>a,
body .header-nav .navbar-brand,
body .header-nav .social {
    color: #fff
}

body .header-nav .nav-main .nav-item>a:hover,
body .header-nav .navbar-brand:hover,
body .header-nav .social:hover {
    color: #0884ec
}

body .btn {
    background-color: #043f71;
    border-color: #043f71
}

body .btn:hover {
    background-color: #022440;
    border-color: #022440
}

body .form-control,
body .icon-border {
    border-color: #fff
}

body .video-wrapper:after,
body .video-wrapper:before,
body .video-wrapper a:after,
body .video-wrapper a:before {
    color: #043f71
}

body .video-wrapper .video-bottom-bar {
    background-color: #043f71
}

body .featured-resource .resource-label,
body .featured-resource .resource-meta,
body .resources-archive-post .resource-label,
body .resources-archive-post .resource-meta {
    color: #043f71
}

body .featured-resource .resource-meta span:before,
body .resources-archive-post .resource-meta span:before {
    background-color: #043f71
}

body .featured-resource .image-outter--colour-line:before {
    background: #043f71
}

body .resource--projects .resource-heading h2 {
    color: #043f71
}

body .project-list-item {
    border-color: #043f71
}

body .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body .cta-blocks .cta-block-inner,
body blockquote {
    background-color: #043f71
}

body blockquote:after {
    border-top-color: #043f71;
    border-left-color: #043f71
}

body blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #043f71
}

body .accordion-block-title .accordion-close-icon,
body .accordion-block-title .accordion-open-icon,
body .accordion-block-title:hover,
body .accordion-title,
body .text-container a {
    color: #043f71
}

body .text-container a:hover {
    color: #01080e
}

body .text-container a.btn,
body .text-container a.btn:hover {
    color: #fff
}

body .text-container h3,
body .text-container h3 a,
body .text-container h4,
body .text-container h4 a {
    color: #043f71
}

body .text-container h3 a:hover,
body .text-container h4 a:hover {
    color: #01080e
}

body .file-list .file-list-file-title a {
    color: #043f71
}

body .file-list .file-list-file-title a:hover {
    color: #01080e
}

body .file-list .file-list-file-link:active,
body .file-list .file-list-file-link:hover,
body .supporters .supporter-title,
body .supporters .supporter-title a {
    color: #043f71
}

body .supporters .supporter-title a:hover {
    color: #01080e
}

body .supporters a {
    color: #043f71
}

body .supporters a:hover {
    color: #01080e
}

body .supporters a.btn,
body .supporters a.btn:hover {
    color: #fff
}

body .styled-select {
    border-color: #043f71
}

body .resources-pagination a.active,
body .resources-pagination a:hover,
body .team-members-list h3 {
    color: #043f71
}

body.gold .header-nav,
body.gold .header-nav .header-nav-bar {
    background-color: #b4a169
}

body.gold .header-nav .navbar-links .navbar-link-item a:hover,
body.gold .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #dfd6be
}

body.gold .header-nav .nav-main .nav-item>a,
body.gold .header-nav .navbar-brand,
body.gold .header-nav .social {
    color: #fff
}

body.gold .header-nav .nav-main .nav-item>a:hover,
body.gold .header-nav .navbar-brand:hover,
body.gold .header-nav .social:hover {
    color: #dfd6be
}

body.gold .btn {
    background-color: #b4a169;
    border-color: #b4a169
}

body.gold .btn:hover {
    background-color: #9c884e;
    border-color: #9c884e
}

body.gold .form-control,
body.gold .icon-border {
    border-color: #b4a169
}

body.gold .video-wrapper:after,
body.gold .video-wrapper:before,
body.gold .video-wrapper a:after,
body.gold .video-wrapper a:before {
    color: #b4a169
}

body.gold .video-wrapper .video-bottom-bar {
    background-color: #b4a169
}

body.gold .featured-resource .resource-label,
body.gold .featured-resource .resource-meta,
body.gold .resources-archive-post .resource-label,
body.gold .resources-archive-post .resource-meta {
    color: #b4a169
}

body.gold .featured-resource .resource-meta span:before,
body.gold .resources-archive-post .resource-meta span:before {
    background-color: #b4a169
}

body.gold .featured-resource .image-outter--colour-line:before {
    background: #b4a169
}

body.gold .resource--projects .resource-heading h2 {
    color: #b4a169
}

body.gold .project-list-item {
    border-color: #b4a169
}

body.gold .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body.gold .cta-blocks .cta-block-inner,
body.gold blockquote {
    background-color: #b4a169
}

body.gold blockquote:after {
    border-top-color: #b4a169;
    border-left-color: #b4a169
}

body.gold blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #b4a169
}

body.gold .accordion-block-title .accordion-close-icon,
body.gold .accordion-block-title .accordion-open-icon,
body.gold .accordion-block-title:hover,
body.gold .accordion-title,
body.gold .text-container a {
    color: #b4a169
}

body.gold .text-container a:hover {
    color: #7a6b3d
}

body.gold .text-container a.btn,
body.gold .text-container a.btn:hover {
    color: #fff
}

body.gold .text-container h3,
body.gold .text-container h3 a,
body.gold .text-container h4,
body.gold .text-container h4 a {
    color: #b4a169
}

body.gold .text-container h3 a:hover,
body.gold .text-container h4 a:hover {
    color: #7a6b3d
}

body.gold .file-list .file-list-file-title a {
    color: #b4a169
}

body.gold .file-list .file-list-file-title a:hover {
    color: #7a6b3d
}

body.gold .file-list .file-list-file-link:active,
body.gold .file-list .file-list-file-link:hover,
body.gold .supporters .supporter-title,
body.gold .supporters .supporter-title a {
    color: #b4a169
}

body.gold .supporters .supporter-title a:hover {
    color: #7a6b3d
}

body.gold .supporters a {
    color: #b4a169
}

body.gold .supporters a:hover {
    color: #7a6b3d
}

body.gold .supporters a.btn,
body.gold .supporters a.btn:hover {
    color: #fff
}

body.gold .styled-select {
    border-color: #b4a169
}

body.gold .resources-pagination a.active,
body.gold .resources-pagination a:hover,
body.gold .team-members-list h3 {
    color: #b4a169
}

body.orange .header-nav,
body.orange .header-nav .header-nav-bar {
    background-color: #f47b20
}

body.orange .header-nav .navbar-links .navbar-link-item a:hover,
body.orange .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #fac39a
}

body.orange .header-nav .nav-main .nav-item>a,
body.orange .header-nav .navbar-brand,
body.orange .header-nav .social {
    color: #fff
}

body.orange .header-nav .nav-main .nav-item>a:hover,
body.orange .header-nav .navbar-brand:hover,
body.orange .header-nav .social:hover {
    color: #fac39a
}

body.orange .btn {
    background-color: #f47b20;
    border-color: #f47b20
}

body.orange .btn:hover {
    background-color: #d6620b;
    border-color: #d6620b
}

body.orange .form-control,
body.orange .icon-border {
    border-color: #f47b20
}

body.orange .video-wrapper:after,
body.orange .video-wrapper:before,
body.orange .video-wrapper a:after,
body.orange .video-wrapper a:before {
    color: #f47b20
}

body.orange .video-wrapper .video-bottom-bar {
    background-color: #f47b20
}

body.orange .featured-resource .resource-label,
body.orange .featured-resource .resource-meta,
body.orange .resources-archive-post .resource-label,
body.orange .resources-archive-post .resource-meta {
    color: #f47b20
}

body.orange .featured-resource .resource-meta span:before,
body.orange .resources-archive-post .resource-meta span:before {
    background-color: #f47b20
}

body.orange .featured-resource .image-outter--colour-line:before {
    background: #f47b20
}

body.orange .resource--projects .resource-heading h2 {
    color: #f47b20
}

body.orange .project-list-item {
    border-color: #f47b20
}

body.orange .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body.orange .cta-blocks .cta-block-inner,
body.orange blockquote {
    background-color: #f47b20
}

body.orange blockquote:after {
    border-top-color: #f47b20;
    border-left-color: #f47b20
}

body.orange blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #f47b20
}

body.orange .accordion-block-title .accordion-close-icon,
body.orange .accordion-block-title .accordion-open-icon,
body.orange .accordion-block-title:hover,
body.orange .accordion-title,
body.orange .text-container a {
    color: #f47b20
}

body.orange .text-container a:hover {
    color: #a64c08
}

body.orange .text-container a.btn,
body.orange .text-container a.btn:hover {
    color: #fff
}

body.orange .text-container h3,
body.orange .text-container h3 a,
body.orange .text-container h4,
body.orange .text-container h4 a {
    color: #f47b20
}

body.orange .text-container h3 a:hover,
body.orange .text-container h4 a:hover {
    color: #a64c08
}

body.orange .file-list .file-list-file-title a {
    color: #f47b20
}

body.orange .file-list .file-list-file-title a:hover {
    color: #a64c08
}

body.orange .file-list .file-list-file-link:active,
body.orange .file-list .file-list-file-link:hover,
body.orange .supporters .supporter-title,
body.orange .supporters .supporter-title a {
    color: #f47b20
}

body.orange .supporters .supporter-title a:hover {
    color: #a64c08
}

body.orange .supporters a {
    color: #f47b20
}

body.orange .supporters a:hover {
    color: #a64c08
}

body.orange .supporters a.btn,
body.orange .supporters a.btn:hover {
    color: #fff
}

body.orange .styled-select {
    border-color: #f47b20
}

body.orange .resources-pagination a.active,
body.orange .resources-pagination a:hover,
body.orange .team-members-list h3 {
    color: #f47b20
}

body.purple .header-nav,
body.purple .header-nav .header-nav-bar {
    background-color: #5c317c
}

body.purple .header-nav .navbar-links .navbar-link-item a:hover,
body.purple .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #9d69c4
}

body.purple .header-nav .nav-main .nav-item>a,
body.purple .header-nav .navbar-brand,
body.purple .header-nav .social {
    color: #fff
}

body.purple .header-nav .nav-main .nav-item>a:hover,
body.purple .header-nav .navbar-brand:hover,
body.purple .header-nav .social:hover {
    color: #9d69c4
}

body.purple .btn {
    background-color: #5c317c;
    border-color: #5c317c
}

body.purple .btn:hover {
    background-color: #412357;
    border-color: #412357
}

body.purple .form-control,
body.purple .icon-border {
    border-color: #5c317c
}

body.purple .video-wrapper:after,
body.purple .video-wrapper:before,
body.purple .video-wrapper a:after,
body.purple .video-wrapper a:before {
    color: #5c317c
}

body.purple .video-wrapper .video-bottom-bar {
    background-color: #5c317c
}

body.purple .featured-resource .resource-label,
body.purple .featured-resource .resource-meta,
body.purple .resources-archive-post .resource-label,
body.purple .resources-archive-post .resource-meta {
    color: #5c317c
}

body.purple .featured-resource .resource-meta span:before,
body.purple .resources-archive-post .resource-meta span:before {
    background-color: #5c317c
}

body.purple .featured-resource .image-outter--colour-line:before {
    background: #5c317c
}

body.purple .resource--projects .resource-heading h2 {
    color: #5c317c
}

body.purple .project-list-item {
    border-color: #5c317c
}

body.purple .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body.purple .cta-blocks .cta-block-inner,
body.purple blockquote {
    background-color: #5c317c
}

body.purple blockquote:after {
    border-top-color: #5c317c;
    border-left-color: #5c317c
}

body.purple blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #5c317c
}

body.purple .accordion-block-title .accordion-close-icon,
body.purple .accordion-block-title .accordion-open-icon,
body.purple .accordion-block-title:hover,
body.purple .accordion-title,
body.purple .text-container a {
    color: #5c317c
}

body.purple .text-container a:hover {
    color: #261433
}

body.purple .text-container a.btn,
body.purple .text-container a.btn:hover {
    color: #fff
}

body.purple .text-container h3,
body.purple .text-container h3 a,
body.purple .text-container h4,
body.purple .text-container h4 a {
    color: #5c317c
}

body.purple .text-container h3 a:hover,
body.purple .text-container h4 a:hover {
    color: #261433
}

body.purple .file-list .file-list-file-title a {
    color: #5c317c
}

body.purple .file-list .file-list-file-title a:hover {
    color: #261433
}

body.purple .file-list .file-list-file-link:active,
body.purple .file-list .file-list-file-link:hover,
body.purple .supporters .supporter-title,
body.purple .supporters .supporter-title a {
    color: #5c317c
}

body.purple .supporters .supporter-title a:hover {
    color: #261433
}

body.purple .supporters a {
    color: #5c317c
}

body.purple .supporters a:hover {
    color: #261433
}

body.purple .supporters a.btn,
body.purple .supporters a.btn:hover {
    color: #fff
}

body.purple .styled-select {
    border-color: #5c317c
}

body.purple .resources-pagination a.active,
body.purple .resources-pagination a:hover,
body.purple .team-members-list h3 {
    color: #5c317c
}

body.blue .header-nav,
body.blue .header-nav .header-nav-bar {
    background-color: #009ac7
}

body.blue .header-nav .navbar-links .navbar-link-item a:hover,
body.blue .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #48d6ff
}

body.blue .header-nav .nav-main .nav-item>a,
body.blue .header-nav .navbar-brand,
body.blue .header-nav .social {
    color: #fff
}

body.blue .header-nav .nav-main .nav-item>a:hover,
body.blue .header-nav .navbar-brand:hover,
body.blue .header-nav .social:hover {
    color: #48d6ff
}

body.blue .btn {
    background-color: #009ac7;
    border-color: #009ac7
}

body.blue .btn:hover {
    background-color: #007394;
    border-color: #007394
}

body.blue .form-control,
body.blue .icon-border {
    border-color: #009ac7
}

body.blue .video-wrapper:after,
body.blue .video-wrapper:before,
body.blue .video-wrapper a:after,
body.blue .video-wrapper a:before {
    color: #009ac7
}

body.blue .video-wrapper .video-bottom-bar {
    background-color: #009ac7
}

body.blue .featured-resource .resource-label,
body.blue .featured-resource .resource-meta,
body.blue .resources-archive-post .resource-label,
body.blue .resources-archive-post .resource-meta {
    color: #009ac7
}

body.blue .featured-resource .resource-meta span:before,
body.blue .resources-archive-post .resource-meta span:before {
    background-color: #009ac7
}

body.blue .featured-resource .image-outter--colour-line:before {
    background: #009ac7
}

body.blue .resource--projects .resource-heading h2 {
    color: #009ac7
}

body.blue .project-list-item {
    border-color: #009ac7
}

body.blue .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body.blue .cta-blocks .cta-block-inner,
body.blue blockquote {
    background-color: #009ac7
}

body.blue blockquote:after {
    border-top-color: #009ac7;
    border-left-color: #009ac7
}

body.blue blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #009ac7
}

body.blue .accordion-block-title .accordion-close-icon,
body.blue .accordion-block-title .accordion-open-icon,
body.blue .accordion-block-title:hover,
body.blue .accordion-title,
body.blue .text-container a {
    color: #009ac7
}

body.blue .text-container a:hover {
    color: #004b61
}

body.blue .text-container a.btn,
body.blue .text-container a.btn:hover {
    color: #fff
}

body.blue .text-container h3,
body.blue .text-container h3 a,
body.blue .text-container h4,
body.blue .text-container h4 a {
    color: #009ac7
}

body.blue .text-container h3 a:hover,
body.blue .text-container h4 a:hover {
    color: #004b61
}

body.blue .file-list .file-list-file-title a {
    color: #009ac7
}

body.blue .file-list .file-list-file-title a:hover {
    color: #004b61
}

body.blue .file-list .file-list-file-link:active,
body.blue .file-list .file-list-file-link:hover,
body.blue .supporters .supporter-title,
body.blue .supporters .supporter-title a {
    color: #009ac7
}

body.blue .supporters .supporter-title a:hover {
    color: #004b61
}

body.blue .supporters a {
    color: #009ac7
}

body.blue .supporters a:hover {
    color: #004b61
}

body.blue .supporters a.btn,
body.blue .supporters a.btn:hover {
    color: #fff
}

body.blue .styled-select {
    border-color: #009ac7
}

body.blue .resources-pagination a.active,
body.blue .resources-pagination a:hover,
body.blue .team-members-list h3 {
    color: #009ac7
}

body.pink .header-nav,
body.pink .header-nav .header-nav-bar {
    background-color: #db088c
}

body.pink .header-nav .navbar-links .navbar-link-item a:hover,
body.pink .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #fa69c3
}

body.pink .header-nav .nav-main .nav-item>a,
body.pink .header-nav .navbar-brand,
body.pink .header-nav .social {
    color: #fff
}

body.pink .header-nav .nav-main .nav-item>a:hover,
body.pink .header-nav .navbar-brand:hover,
body.pink .header-nav .social:hover {
    color: #fa69c3
}

body.pink .btn {
    background-color: #db088c;
    border-color: #db088c
}

body.pink .btn:hover {
    background-color: #aa066d;
    border-color: #aa066d
}

body.pink .form-control,
body.pink .icon-border {
    border-color: #db088c
}

body.pink .video-wrapper:after,
body.pink .video-wrapper:before,
body.pink .video-wrapper a:after,
body.pink .video-wrapper a:before {
    color: #db088c
}

body.pink .video-wrapper .video-bottom-bar {
    background-color: #db088c
}

body.pink .featured-resource .resource-label,
body.pink .featured-resource .resource-meta,
body.pink .resources-archive-post .resource-label,
body.pink .resources-archive-post .resource-meta {
    color: #db088c
}

body.pink .featured-resource .resource-meta span:before,
body.pink .resources-archive-post .resource-meta span:before {
    background-color: #db088c
}

body.pink .featured-resource .image-outter--colour-line:before {
    background: #db088c
}

body.pink .resource--projects .resource-heading h2 {
    color: #db088c
}

body.pink .project-list-item {
    border-color: #db088c
}

body.pink .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body.pink .cta-blocks .cta-block-inner,
body.pink blockquote {
    background-color: #db088c
}

body.pink blockquote:after {
    border-top-color: #db088c;
    border-left-color: #db088c
}

body.pink blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #db088c
}

body.pink .accordion-block-title .accordion-close-icon,
body.pink .accordion-block-title .accordion-open-icon,
body.pink .accordion-block-title:hover,
body.pink .accordion-title,
body.pink .text-container a {
    color: #db088c
}

body.pink .text-container a:hover {
    color: #79044d
}

body.pink .text-container a.btn,
body.pink .text-container a.btn:hover {
    color: #fff
}

body.pink .text-container h3,
body.pink .text-container h3 a,
body.pink .text-container h4,
body.pink .text-container h4 a {
    color: #db088c
}

body.pink .text-container h3 a:hover,
body.pink .text-container h4 a:hover {
    color: #79044d
}

body.pink .file-list .file-list-file-title a {
    color: #db088c
}

body.pink .file-list .file-list-file-title a:hover {
    color: #79044d
}

body.pink .file-list .file-list-file-link:active,
body.pink .file-list .file-list-file-link:hover,
body.pink .supporters .supporter-title,
body.pink .supporters .supporter-title a {
    color: #db088c
}

body.pink .supporters .supporter-title a:hover {
    color: #79044d
}

body.pink .supporters a {
    color: #db088c
}

body.pink .supporters a:hover {
    color: #79044d
}

body.pink .supporters a.btn,
body.pink .supporters a.btn:hover {
    color: #fff
}

body.pink .styled-select {
    border-color: #db088c
}

body.pink .resources-pagination a.active,
body.pink .resources-pagination a:hover,
body.pink .team-members-list h3 {
    color: #db088c
}

body.green .header-nav,
body.green .header-nav .header-nav-bar {
    background-color: #029a81
}

body.green .header-nav .navbar-links .navbar-link-item a:hover,
body.green .header-nav .navbar-toggler-custom[aria-expanded=true] {
    color: #1ffcd8
}

body.green .header-nav .nav-main .nav-item>a,
body.green .header-nav .navbar-brand,
body.green .header-nav .social {
    color: #fff
}

body.green .header-nav .nav-main .nav-item>a:hover,
body.green .header-nav .navbar-brand:hover,
body.green .header-nav .social:hover {
    color: #1ffcd8
}

body.green .btn {
    background-color: #029a81;
    border-color: #029a81
}

body.green .btn:hover {
    background-color: #016857;
    border-color: #016857
}

body.green .form-control,
body.green .icon-border {
    border-color: #029a81
}

body.green .video-wrapper:after,
body.green .video-wrapper:before,
body.green .video-wrapper a:after,
body.green .video-wrapper a:before {
    color: #029a81
}

body.green .video-wrapper .video-bottom-bar {
    background-color: #029a81
}

body.green .featured-resource .resource-label,
body.green .featured-resource .resource-meta,
body.green .resources-archive-post .resource-label,
body.green .resources-archive-post .resource-meta {
    color: #029a81
}

body.green .featured-resource .resource-meta span:before,
body.green .resources-archive-post .resource-meta span:before {
    background-color: #029a81
}

body.green .featured-resource .image-outter--colour-line:before {
    background: #029a81
}

body.green .resource--projects .resource-heading h2 {
    color: #029a81
}

body.green .project-list-item {
    border-color: #029a81
}

body.green .home-cta-blocks .cta-block-inner {
    background-color: transparent
}

body.green .cta-blocks .cta-block-inner,
body.green blockquote {
    background-color: #029a81
}

body.green blockquote:after {
    border-top-color: #029a81;
    border-left-color: #029a81
}

body.green blockquote.right:after {
    border-left-color: transparent;
    border-right-color: #029a81
}

body.green .accordion-block-title .accordion-close-icon,
body.green .accordion-block-title .accordion-open-icon,
body.green .accordion-block-title:hover,
body.green .accordion-title,
body.green .text-container a {
    color: #029a81
}

body.green .text-container a:hover {
    color: #01352d
}

body.green .text-container a.btn,
body.green .text-container a.btn:hover {
    color: #fff
}

body.green .text-container h3,
body.green .text-container h3 a,
body.green .text-container h4,
body.green .text-container h4 a {
    color: #029a81
}

body.green .text-container h3 a:hover,
body.green .text-container h4 a:hover {
    color: #01352d
}

body.green .file-list .file-list-file-title a {
    color: #029a81
}

body.green .file-list .file-list-file-title a:hover {
    color: #01352d
}

body.green .file-list .file-list-file-link:active,
body.green .file-list .file-list-file-link:hover,
body.green .supporters .supporter-title,
body.green .supporters .supporter-title a {
    color: #029a81
}

body.green .supporters .supporter-title a:hover {
    color: #01352d
}

body.green .supporters a {
    color: #029a81
}

body.green .supporters a:hover {
    color: #01352d
}

body.green .supporters a.btn,
body.green .supporters a.btn:hover {
    color: #fff
}

body.green .styled-select {
    border-color: #029a81
}

body.green .resources-pagination a.active,
body.green .resources-pagination a:hover,
body.green .team-members-list h3 {
    color: #029a81
}

.background-white {
    background: #fff
}

.color-blue .focus-area-icon {
    color: #009ac7
}

.color-blue .focus-area-icon ellipse,
.color-blue .focus-area-icon path,
.color-blue .focus-area-icon polygon,
.color-blue .focus-area-icon rect {
    fill: #009ac7
}

.header-nav .blue .list-square:before,
body.blue .reveal-learnmore,
body.home .blue .reveal-learnmore {
    background-color: #009ac7
}

.home-cta-blocks .blue .cta-title,
.home-slide-news .blue .tweet-link,
.home-slide-news .blue .tweet a,
.text-blue,
[class*=page-template-home-] .nav-main .nav-item.blue>a.hover,
[class*=page-template-home-] .nav-main .nav-item.blue>a:hover {
    color: #009ac7
}

.background-blue {
    background-color: #009ac7
}

.color-darkblue .focus-area-icon {
    color: #043f71
}

.color-darkblue .focus-area-icon ellipse,
.color-darkblue .focus-area-icon path,
.color-darkblue .focus-area-icon polygon,
.color-darkblue .focus-area-icon rect {
    fill: #043f71
}

.header-nav .darkblue .list-square:before,
body.darkblue .reveal-learnmore,
body.home .darkblue .reveal-learnmore {
    background-color: #043f71
}

.home-cta-blocks .darkblue .cta-title,
.home-slide-news .darkblue .tweet-link,
.home-slide-news .darkblue .tweet a,
.text-darkblue,
[class*=page-template-home-] .nav-main .nav-item.darkblue>a.hover,
[class*=page-template-home-] .nav-main .nav-item.darkblue>a:hover {
    color: #043f71
}

.background-darkblue {
    background-color: #043f71
}

.color-darkerblue .focus-area-icon {
    color: #042542
}

.color-darkerblue .focus-area-icon ellipse,
.color-darkerblue .focus-area-icon path,
.color-darkerblue .focus-area-icon polygon,
.color-darkerblue .focus-area-icon rect {
    fill: #042542
}

.header-nav .darkerblue .list-square:before,
body.darkerblue .reveal-learnmore,
body.home .darkerblue .reveal-learnmore {
    background-color: #042542
}

.home-cta-blocks .darkerblue .cta-title,
.home-slide-news .darkerblue .tweet-link,
.home-slide-news .darkerblue .tweet a,
.text-darkerblue,
[class*=page-template-home-] .nav-main .nav-item.darkerblue>a.hover,
[class*=page-template-home-] .nav-main .nav-item.darkerblue>a:hover {
    color: #042542
}

.background-darkerblue {
    background-color: #042542
}

.color-pink .focus-area-icon {
    color: #db088c
}

.color-pink .focus-area-icon ellipse,
.color-pink .focus-area-icon path,
.color-pink .focus-area-icon polygon,
.color-pink .focus-area-icon rect {
    fill: #db088c
}

.header-nav .pink .list-square:before,
body.home .pink .reveal-learnmore,
body.pink .reveal-learnmore {
    background-color: #db088c
}

.home-cta-blocks .pink .cta-title,
.home-slide-news .pink .tweet-link,
.home-slide-news .pink .tweet a,
.text-pink,
[class*=page-template-home-] .nav-main .nav-item.pink>a.hover,
[class*=page-template-home-] .nav-main .nav-item.pink>a:hover {
    color: #db088c
}

.background-pink {
    background-color: #db088c
}

.color-purple .focus-area-icon {
    color: #5c317c
}

.color-purple .focus-area-icon ellipse,
.color-purple .focus-area-icon path,
.color-purple .focus-area-icon polygon,
.color-purple .focus-area-icon rect {
    fill: #5c317c
}

.header-nav .purple .list-square:before,
body.home .purple .reveal-learnmore,
body.purple .reveal-learnmore {
    background-color: #5c317c
}

.home-cta-blocks .purple .cta-title,
.home-slide-news .purple .tweet-link,
.home-slide-news .purple .tweet a,
.text-purple,
[class*=page-template-home-] .nav-main .nav-item.purple>a.hover,
[class*=page-template-home-] .nav-main .nav-item.purple>a:hover {
    color: #5c317c
}

.background-purple {
    background-color: #5c317c
}

.color-orange .focus-area-icon {
    color: #f47b20
}

.color-orange .focus-area-icon ellipse,
.color-orange .focus-area-icon path,
.color-orange .focus-area-icon polygon,
.color-orange .focus-area-icon rect {
    fill: #f47b20
}

.header-nav .orange .list-square:before,
body.home .orange .reveal-learnmore,
body.orange .reveal-learnmore {
    background-color: #f47b20
}

.home-cta-blocks .orange .cta-title,
.home-slide-news .orange .tweet-link,
.home-slide-news .orange .tweet a,
.text-orange,
[class*=page-template-home-] .nav-main .nav-item.orange>a.hover,
[class*=page-template-home-] .nav-main .nav-item.orange>a:hover {
    color: #f47b20
}

.background-orange {
    background-color: #f47b20
}

.color-gold .focus-area-icon {
    color: #b4a169
}

.color-gold .focus-area-icon ellipse,
.color-gold .focus-area-icon path,
.color-gold .focus-area-icon polygon,
.color-gold .focus-area-icon rect {
    fill: #b4a169
}

.header-nav .gold .list-square:before,
body.gold .reveal-learnmore,
body.home .gold .reveal-learnmore {
    background-color: #b4a169
}

.home-cta-blocks .gold .cta-title,
.home-slide-news .gold .tweet-link,
.home-slide-news .gold .tweet a,
.text-gold,
[class*=page-template-home-] .nav-main .nav-item.gold>a.hover,
[class*=page-template-home-] .nav-main .nav-item.gold>a:hover {
    color: #b4a169
}

.background-gold {
    background-color: #b4a169
}

.color-green .focus-area-icon {
    color: #029a81
}

.color-green .focus-area-icon ellipse,
.color-green .focus-area-icon path,
.color-green .focus-area-icon polygon,
.color-green .focus-area-icon rect {
    fill: #029a81
}

.header-nav .green .list-square:before,
body.green .reveal-learnmore,
body.home .green .reveal-learnmore {
    background-color: #029a81
}

.home-cta-blocks .green .cta-title,
.home-slide-news .green .tweet-link,
.home-slide-news .green .tweet a,
.text-green,
[class*=page-template-home-] .nav-main .nav-item.green>a.hover,
[class*=page-template-home-] .nav-main .nav-item.green>a:hover {
    color: #029a81
}

.background-green {
    background-color: #029a81
}

.text-white {
    color: #fff
}

.ie-data {
    display: none!important
}

.ie9 .ie-data,
.lt-ie9 .ie-data {
    display: block!important;
    height: 100%;
    width: auto;
    max-width: none
}

.ie9 .hero .ie-data,
.lt-ie9 .hero .ie-data {
    height: auto;
    width: 100%
}

@media screen and (min-width:800px) {
    .csstransitions .fp-section.to-animate [class*=animate-from-] {
        -webkit-transition: -webkit-transform .5s ease-in;
        transition: -webkit-transform .5s ease-in;
        transition: transform .5s ease-in;
        transition: transform .5s ease-in, -webkit-transform .5s ease-in;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
    .csstransitions .fp-section.to-animate [class*=animate-from-].animate-opacity {
        -webkit-transition: opacity .8s ease-in, -webkit-transform .6s ease-in;
        transition: opacity .8s ease-in, -webkit-transform .6s ease-in;
        transition: opacity .8s ease-in, transform .6s ease-in;
        transition: opacity .8s ease-in, transform .6s ease-in, -webkit-transform .6s ease-in
    }
    .csstransitions .fp-section.to-animate .animate-opacity {
        opacity: 0;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        -webkit-transition: opacity .8s ease-in;
        transition: opacity .8s ease-in
    }
    .csstransitions .fp-section.to-animate.active .animate-opacity,
    .csstransitions .fp-section.to-animate.active [class*=animate-from-],
    .csstransitions .fp-section.to-animate.animation-done .animate-opacity,
    .csstransitions .fp-section.to-animate.animation-done [class*=animate-from-] {
        opacity: 1
    }
    .csstransitions .fp-section.to-animate.active .animate-from-down,
    .csstransitions .fp-section.to-animate.animation-done .animate-from-down {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .csstransitions .fp-section.to-animate.active .animate-from-left,
    .csstransitions .fp-section.to-animate.active .animate-from-right,
    .csstransitions .fp-section.to-animate.animation-done .animate-from-left,
    .csstransitions .fp-section.to-animate.animation-done .animate-from-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .csstransitions .fp-section.to-animate .animate-from-down {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    .csstransitions .fp-section.to-animate .animate-from-left {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .csstransitions .fp-section.to-animate .animate-from-right {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-0 {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-0 .animate-opacity {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-1 {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-1 .animate-opacity {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-2 {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-2 .animate-opacity {
        -webkit-transition-delay: .75s;
        transition-delay: .75s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-3 {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-3 .animate-opacity,
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }
    .csstransitions .fp-section.to-animate.stagger-animate .stagger-4 .animate-opacity {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s
    }
}

.reveal-learnmore {
    display: inline-block;
    text-align: center;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 80%;
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 50%;
    padding: 15px;
    font-size: 14px;
    background: #f89331;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

@media screen and (min-width:800px) {
    .reveal-learnmore {
        -webkit-transition: -webkit-transform .2s ease-in;
        transition: -webkit-transform .2s ease-in;
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in;
        -webkit-transform: translate3d(-50%, -10px, 0);
        transform: translate3d(-50%, -10px, 0);
        top: 100%;
        bottom: auto
    }
}

.header-nav .reveal-learnmore {
    font-size: 12px
}

.slide-icon-hover:hover .slide-icon {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.slide-icon {
    display: inline-block;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

body>.wrapper {
    position: relative;
    z-index: 1;
    padding-top: 60px
}

@media screen and (min-width:800px) {
    body>.wrapper {
        padding-top: 70px
    }
}

@media screen and (min-width:480px) {
    .container-fluid.max-width {
        max-width: 800px
    }
}

@media screen and (min-width:800px) {
    .container-fluid.max-width {
        max-width: 1000px
    }
}

@media screen and (min-width:1000px) {
    .container-fluid.max-width {
        max-width: 1280px
    }
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.display-columns-2 {
    display: block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.display-columns-2 [class*=col-] {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 20px
}

.mt-2 {
    margin-top: 40px
}

.mt-3 {
    margin-top: 60px
}

.mt-4 {
    margin-top: 80px
}

.mt-5 {
    margin-top: 100px
}

.mt-6 {
    margin-top: 120px
}

.mt-7 {
    margin-top: 140px
}

.mt-8 {
    margin-top: 160px
}

.mt-9 {
    margin-top: 180px
}

.mt-10 {
    margin-top: 200px
}

.mt-11 {
    margin-top: 220px
}

.mt-12 {
    margin-top: 240px
}

.mt-13 {
    margin-top: 260px
}

.mt-14 {
    margin-top: 280px
}

.mt-15 {
    margin-top: 300px
}

.mt-16 {
    margin-top: 320px
}

.mt-17 {
    margin-top: 340px
}

.mt-18 {
    margin-top: 360px
}

.mt-19 {
    margin-top: 380px
}

.mt-20 {
    margin-top: 400px
}

.mt-21 {
    margin-top: 420px
}

.mt-22 {
    margin-top: 440px
}

.mt-23 {
    margin-top: 460px
}

.mt-24 {
    margin-top: 480px
}

.mt-25 {
    margin-top: 500px
}

.mt-26 {
    margin-top: 520px
}

.mt-27 {
    margin-top: 540px
}

.mt-28 {
    margin-top: 560px
}

.mt-29 {
    margin-top: 580px
}

.mt-30 {
    margin-top: 600px
}

.mt-31 {
    margin-top: 620px
}

.mt-32 {
    margin-top: 640px
}

.mt-33 {
    margin-top: 660px
}

.mt-34 {
    margin-top: 680px
}

.mt-35 {
    margin-top: 700px
}

.mt-36 {
    margin-top: 720px
}

.mt-37 {
    margin-top: 740px
}

.mt-38 {
    margin-top: 760px
}

.mt-39 {
    margin-top: 780px
}

.mt-40 {
    margin-top: 800px
}

.mt-41 {
    margin-top: 820px
}

.mt-42 {
    margin-top: 840px
}

.mt-43 {
    margin-top: 860px
}

.mt-44 {
    margin-top: 880px
}

.mt-45 {
    margin-top: 900px
}

.mt-46 {
    margin-top: 920px
}

.mt-47 {
    margin-top: 940px
}

.mt-48 {
    margin-top: 960px
}

.mt-49 {
    margin-top: 980px
}

.mt-50 {
    margin-top: 1000px
}

.mt-51 {
    margin-top: 1020px
}

.mt-52 {
    margin-top: 1040px
}

.mt-53 {
    margin-top: 1060px
}

.mt-54 {
    margin-top: 1080px
}

.mt-55 {
    margin-top: 1100px
}

.mt-56 {
    margin-top: 1120px
}

.mt-57 {
    margin-top: 1140px
}

.mt-58 {
    margin-top: 1160px
}

.mt-59 {
    margin-top: 1180px
}

.mt-60 {
    margin-top: 1200px
}

.mt-05 {
    margin-top: 10px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 20px
}

.mr-2 {
    margin-right: 40px
}

.mr-3 {
    margin-right: 60px
}

.mr-4 {
    margin-right: 80px
}

.mr-5 {
    margin-right: 100px
}

.mr-6 {
    margin-right: 120px
}

.mr-7 {
    margin-right: 140px
}

.mr-8 {
    margin-right: 160px
}

.mr-9 {
    margin-right: 180px
}

.mr-10 {
    margin-right: 200px
}

.mr-11 {
    margin-right: 220px
}

.mr-12 {
    margin-right: 240px
}

.mr-13 {
    margin-right: 260px
}

.mr-14 {
    margin-right: 280px
}

.mr-15 {
    margin-right: 300px
}

.mr-16 {
    margin-right: 320px
}

.mr-17 {
    margin-right: 340px
}

.mr-18 {
    margin-right: 360px
}

.mr-19 {
    margin-right: 380px
}

.mr-20 {
    margin-right: 400px
}

.mr-21 {
    margin-right: 420px
}

.mr-22 {
    margin-right: 440px
}

.mr-23 {
    margin-right: 460px
}

.mr-24 {
    margin-right: 480px
}

.mr-25 {
    margin-right: 500px
}

.mr-26 {
    margin-right: 520px
}

.mr-27 {
    margin-right: 540px
}

.mr-28 {
    margin-right: 560px
}

.mr-29 {
    margin-right: 580px
}

.mr-30 {
    margin-right: 600px
}

.mr-31 {
    margin-right: 620px
}

.mr-32 {
    margin-right: 640px
}

.mr-33 {
    margin-right: 660px
}

.mr-34 {
    margin-right: 680px
}

.mr-35 {
    margin-right: 700px
}

.mr-36 {
    margin-right: 720px
}

.mr-37 {
    margin-right: 740px
}

.mr-38 {
    margin-right: 760px
}

.mr-39 {
    margin-right: 780px
}

.mr-40 {
    margin-right: 800px
}

.mr-41 {
    margin-right: 820px
}

.mr-42 {
    margin-right: 840px
}

.mr-43 {
    margin-right: 860px
}

.mr-44 {
    margin-right: 880px
}

.mr-45 {
    margin-right: 900px
}

.mr-46 {
    margin-right: 920px
}

.mr-47 {
    margin-right: 940px
}

.mr-48 {
    margin-right: 960px
}

.mr-49 {
    margin-right: 980px
}

.mr-50 {
    margin-right: 1000px
}

.mr-51 {
    margin-right: 1020px
}

.mr-52 {
    margin-right: 1040px
}

.mr-53 {
    margin-right: 1060px
}

.mr-54 {
    margin-right: 1080px
}

.mr-55 {
    margin-right: 1100px
}

.mr-56 {
    margin-right: 1120px
}

.mr-57 {
    margin-right: 1140px
}

.mr-58 {
    margin-right: 1160px
}

.mr-59 {
    margin-right: 1180px
}

.mr-60 {
    margin-right: 1200px
}

.mr-05 {
    margin-right: 10px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 20px
}

.mb-2 {
    margin-bottom: 40px
}

.mb-3 {
    margin-bottom: 60px
}

.mb-4 {
    margin-bottom: 80px
}

.mb-5 {
    margin-bottom: 100px
}

.mb-6 {
    margin-bottom: 120px
}

.mb-7 {
    margin-bottom: 140px
}

.mb-8 {
    margin-bottom: 160px
}

.mb-9 {
    margin-bottom: 180px
}

.mb-10 {
    margin-bottom: 200px
}

.mb-11 {
    margin-bottom: 220px
}

.mb-12 {
    margin-bottom: 240px
}

.mb-13 {
    margin-bottom: 260px
}

.mb-14 {
    margin-bottom: 280px
}

.mb-15 {
    margin-bottom: 300px
}

.mb-16 {
    margin-bottom: 320px
}

.mb-17 {
    margin-bottom: 340px
}

.mb-18 {
    margin-bottom: 360px
}

.mb-19 {
    margin-bottom: 380px
}

.mb-20 {
    margin-bottom: 400px
}

.mb-21 {
    margin-bottom: 420px
}

.mb-22 {
    margin-bottom: 440px
}

.mb-23 {
    margin-bottom: 460px
}

.mb-24 {
    margin-bottom: 480px
}

.mb-25 {
    margin-bottom: 500px
}

.mb-26 {
    margin-bottom: 520px
}

.mb-27 {
    margin-bottom: 540px
}

.mb-28 {
    margin-bottom: 560px
}

.mb-29 {
    margin-bottom: 580px
}

.mb-30 {
    margin-bottom: 600px
}

.mb-31 {
    margin-bottom: 620px
}

.mb-32 {
    margin-bottom: 640px
}

.mb-33 {
    margin-bottom: 660px
}

.mb-34 {
    margin-bottom: 680px
}

.mb-35 {
    margin-bottom: 700px
}

.mb-36 {
    margin-bottom: 720px
}

.mb-37 {
    margin-bottom: 740px
}

.mb-38 {
    margin-bottom: 760px
}

.mb-39 {
    margin-bottom: 780px
}

.mb-40 {
    margin-bottom: 800px
}

.mb-41 {
    margin-bottom: 820px
}

.mb-42 {
    margin-bottom: 840px
}

.mb-43 {
    margin-bottom: 860px
}

.mb-44 {
    margin-bottom: 880px
}

.mb-45 {
    margin-bottom: 900px
}

.mb-46 {
    margin-bottom: 920px
}

.mb-47 {
    margin-bottom: 940px
}

.mb-48 {
    margin-bottom: 960px
}

.mb-49 {
    margin-bottom: 980px
}

.mb-50 {
    margin-bottom: 1000px
}

.mb-51 {
    margin-bottom: 1020px
}

.mb-52 {
    margin-bottom: 1040px
}

.mb-53 {
    margin-bottom: 1060px
}

.mb-54 {
    margin-bottom: 1080px
}

.mb-55 {
    margin-bottom: 1100px
}

.mb-56 {
    margin-bottom: 1120px
}

.mb-57 {
    margin-bottom: 1140px
}

.mb-58 {
    margin-bottom: 1160px
}

.mb-59 {
    margin-bottom: 1180px
}

.mb-60 {
    margin-bottom: 1200px
}

.mb-05 {
    margin-bottom: 10px
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 20px
}

.ml-2 {
    margin-left: 40px
}

.ml-3 {
    margin-left: 60px
}

.ml-4 {
    margin-left: 80px
}

.ml-5 {
    margin-left: 100px
}

.ml-6 {
    margin-left: 120px
}

.ml-7 {
    margin-left: 140px
}

.ml-8 {
    margin-left: 160px
}

.ml-9 {
    margin-left: 180px
}

.ml-10 {
    margin-left: 200px
}

.ml-11 {
    margin-left: 220px
}

.ml-12 {
    margin-left: 240px
}

.ml-13 {
    margin-left: 260px
}

.ml-14 {
    margin-left: 280px
}

.ml-15 {
    margin-left: 300px
}

.ml-16 {
    margin-left: 320px
}

.ml-17 {
    margin-left: 340px
}

.ml-18 {
    margin-left: 360px
}

.ml-19 {
    margin-left: 380px
}

.ml-20 {
    margin-left: 400px
}

.ml-21 {
    margin-left: 420px
}

.ml-22 {
    margin-left: 440px
}

.ml-23 {
    margin-left: 460px
}

.ml-24 {
    margin-left: 480px
}

.ml-25 {
    margin-left: 500px
}

.ml-26 {
    margin-left: 520px
}

.ml-27 {
    margin-left: 540px
}

.ml-28 {
    margin-left: 560px
}

.ml-29 {
    margin-left: 580px
}

.ml-30 {
    margin-left: 600px
}

.ml-31 {
    margin-left: 620px
}

.ml-32 {
    margin-left: 640px
}

.ml-33 {
    margin-left: 660px
}

.ml-34 {
    margin-left: 680px
}

.ml-35 {
    margin-left: 700px
}

.ml-36 {
    margin-left: 720px
}

.ml-37 {
    margin-left: 740px
}

.ml-38 {
    margin-left: 760px
}

.ml-39 {
    margin-left: 780px
}

.ml-40 {
    margin-left: 800px
}

.ml-41 {
    margin-left: 820px
}

.ml-42 {
    margin-left: 840px
}

.ml-43 {
    margin-left: 860px
}

.ml-44 {
    margin-left: 880px
}

.ml-45 {
    margin-left: 900px
}

.ml-46 {
    margin-left: 920px
}

.ml-47 {
    margin-left: 940px
}

.ml-48 {
    margin-left: 960px
}

.ml-49 {
    margin-left: 980px
}

.ml-50 {
    margin-left: 1000px
}

.ml-51 {
    margin-left: 1020px
}

.ml-52 {
    margin-left: 1040px
}

.ml-53 {
    margin-left: 1060px
}

.ml-54 {
    margin-left: 1080px
}

.ml-55 {
    margin-left: 1100px
}

.ml-56 {
    margin-left: 1120px
}

.ml-57 {
    margin-left: 1140px
}

.ml-58 {
    margin-left: 1160px
}

.ml-59 {
    margin-left: 1180px
}

.ml-60 {
    margin-left: 1200px
}

.ml-05 {
    margin-left: 10px
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 20px
}

.pt-2 {
    padding-top: 40px
}

.pt-3 {
    padding-top: 60px
}

.pt-4 {
    padding-top: 80px
}

.pt-5 {
    padding-top: 100px
}

.pt-6 {
    padding-top: 120px
}

.pt-7 {
    padding-top: 140px
}

.pt-8 {
    padding-top: 160px
}

.pt-9 {
    padding-top: 180px
}

.pt-10 {
    padding-top: 200px
}

.pt-11 {
    padding-top: 220px
}

.pt-12 {
    padding-top: 240px
}

.pt-13 {
    padding-top: 260px
}

.pt-14 {
    padding-top: 280px
}

.pt-15 {
    padding-top: 300px
}

.pt-16 {
    padding-top: 320px
}

.pt-17 {
    padding-top: 340px
}

.pt-18 {
    padding-top: 360px
}

.pt-19 {
    padding-top: 380px
}

.pt-20 {
    padding-top: 400px
}

.pt-21 {
    padding-top: 420px
}

.pt-22 {
    padding-top: 440px
}

.pt-23 {
    padding-top: 460px
}

.pt-24 {
    padding-top: 480px
}

.pt-25 {
    padding-top: 500px
}

.pt-26 {
    padding-top: 520px
}

.pt-27 {
    padding-top: 540px
}

.pt-28 {
    padding-top: 560px
}

.pt-29 {
    padding-top: 580px
}

.pt-30 {
    padding-top: 600px
}

.pt-31 {
    padding-top: 620px
}

.pt-32 {
    padding-top: 640px
}

.pt-33 {
    padding-top: 660px
}

.pt-34 {
    padding-top: 680px
}

.pt-35 {
    padding-top: 700px
}

.pt-36 {
    padding-top: 720px
}

.pt-37 {
    padding-top: 740px
}

.pt-38 {
    padding-top: 760px
}

.pt-39 {
    padding-top: 780px
}

.pt-40 {
    padding-top: 800px
}

.pt-41 {
    padding-top: 820px
}

.pt-42 {
    padding-top: 840px
}

.pt-43 {
    padding-top: 860px
}

.pt-44 {
    padding-top: 880px
}

.pt-45 {
    padding-top: 900px
}

.pt-46 {
    padding-top: 920px
}

.pt-47 {
    padding-top: 940px
}

.pt-48 {
    padding-top: 960px
}

.pt-49 {
    padding-top: 980px
}

.pt-50 {
    padding-top: 1000px
}

.pt-51 {
    padding-top: 1020px
}

.pt-52 {
    padding-top: 1040px
}

.pt-53 {
    padding-top: 1060px
}

.pt-54 {
    padding-top: 1080px
}

.pt-55 {
    padding-top: 1100px
}

.pt-56 {
    padding-top: 1120px
}

.pt-57 {
    padding-top: 1140px
}

.pt-58 {
    padding-top: 1160px
}

.pt-59 {
    padding-top: 1180px
}

.pt-60 {
    padding-top: 1200px
}

.pt-05 {
    padding-top: 10px
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: 20px
}

.pr-2 {
    padding-right: 40px
}

.pr-3 {
    padding-right: 60px
}

.pr-4 {
    padding-right: 80px
}

.pr-5 {
    padding-right: 100px
}

.pr-6 {
    padding-right: 120px
}

.pr-7 {
    padding-right: 140px
}

.pr-8 {
    padding-right: 160px
}

.pr-9 {
    padding-right: 180px
}

.pr-10 {
    padding-right: 200px
}

.pr-11 {
    padding-right: 220px
}

.pr-12 {
    padding-right: 240px
}

.pr-13 {
    padding-right: 260px
}

.pr-14 {
    padding-right: 280px
}

.pr-15 {
    padding-right: 300px
}

.pr-16 {
    padding-right: 320px
}

.pr-17 {
    padding-right: 340px
}

.pr-18 {
    padding-right: 360px
}

.pr-19 {
    padding-right: 380px
}

.pr-20 {
    padding-right: 400px
}

.pr-21 {
    padding-right: 420px
}

.pr-22 {
    padding-right: 440px
}

.pr-23 {
    padding-right: 460px
}

.pr-24 {
    padding-right: 480px
}

.pr-25 {
    padding-right: 500px
}

.pr-26 {
    padding-right: 520px
}

.pr-27 {
    padding-right: 540px
}

.pr-28 {
    padding-right: 560px
}

.pr-29 {
    padding-right: 580px
}

.pr-30 {
    padding-right: 600px
}

.pr-31 {
    padding-right: 620px
}

.pr-32 {
    padding-right: 640px
}

.pr-33 {
    padding-right: 660px
}

.pr-34 {
    padding-right: 680px
}

.pr-35 {
    padding-right: 700px
}

.pr-36 {
    padding-right: 720px
}

.pr-37 {
    padding-right: 740px
}

.pr-38 {
    padding-right: 760px
}

.pr-39 {
    padding-right: 780px
}

.pr-40 {
    padding-right: 800px
}

.pr-41 {
    padding-right: 820px
}

.pr-42 {
    padding-right: 840px
}

.pr-43 {
    padding-right: 860px
}

.pr-44 {
    padding-right: 880px
}

.pr-45 {
    padding-right: 900px
}

.pr-46 {
    padding-right: 920px
}

.pr-47 {
    padding-right: 940px
}

.pr-48 {
    padding-right: 960px
}

.pr-49 {
    padding-right: 980px
}

.pr-50 {
    padding-right: 1000px
}

.pr-51 {
    padding-right: 1020px
}

.pr-52 {
    padding-right: 1040px
}

.pr-53 {
    padding-right: 1060px
}

.pr-54 {
    padding-right: 1080px
}

.pr-55 {
    padding-right: 1100px
}

.pr-56 {
    padding-right: 1120px
}

.pr-57 {
    padding-right: 1140px
}

.pr-58 {
    padding-right: 1160px
}

.pr-59 {
    padding-right: 1180px
}

.pr-60 {
    padding-right: 1200px
}

.pr-05 {
    padding-right: 10px
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 20px
}

.pb-2 {
    padding-bottom: 40px
}

.pb-3 {
    padding-bottom: 60px
}

.pb-4 {
    padding-bottom: 80px
}

.pb-5 {
    padding-bottom: 100px
}

.pb-6 {
    padding-bottom: 120px
}

.pb-7 {
    padding-bottom: 140px
}

.pb-8 {
    padding-bottom: 160px
}

.pb-9 {
    padding-bottom: 180px
}

.pb-10 {
    padding-bottom: 200px
}

.pb-11 {
    padding-bottom: 220px
}

.pb-12 {
    padding-bottom: 240px
}

.pb-13 {
    padding-bottom: 260px
}

.pb-14 {
    padding-bottom: 280px
}

.pb-15 {
    padding-bottom: 300px
}

.pb-16 {
    padding-bottom: 320px
}

.pb-17 {
    padding-bottom: 340px
}

.pb-18 {
    padding-bottom: 360px
}

.pb-19 {
    padding-bottom: 380px
}

.pb-20 {
    padding-bottom: 400px
}

.pb-21 {
    padding-bottom: 420px
}

.pb-22 {
    padding-bottom: 440px
}

.pb-23 {
    padding-bottom: 460px
}

.pb-24 {
    padding-bottom: 480px
}

.pb-25 {
    padding-bottom: 500px
}

.pb-26 {
    padding-bottom: 520px
}

.pb-27 {
    padding-bottom: 540px
}

.pb-28 {
    padding-bottom: 560px
}

.pb-29 {
    padding-bottom: 580px
}

.pb-30 {
    padding-bottom: 600px
}

.pb-31 {
    padding-bottom: 620px
}

.pb-32 {
    padding-bottom: 640px
}

.pb-33 {
    padding-bottom: 660px
}

.pb-34 {
    padding-bottom: 680px
}

.pb-35 {
    padding-bottom: 700px
}

.pb-36 {
    padding-bottom: 720px
}

.pb-37 {
    padding-bottom: 740px
}

.pb-38 {
    padding-bottom: 760px
}

.pb-39 {
    padding-bottom: 780px
}

.pb-40 {
    padding-bottom: 800px
}

.pb-41 {
    padding-bottom: 820px
}

.pb-42 {
    padding-bottom: 840px
}

.pb-43 {
    padding-bottom: 860px
}

.pb-44 {
    padding-bottom: 880px
}

.pb-45 {
    padding-bottom: 900px
}

.pb-46 {
    padding-bottom: 920px
}

.pb-47 {
    padding-bottom: 940px
}

.pb-48 {
    padding-bottom: 960px
}

.pb-49 {
    padding-bottom: 980px
}

.pb-50 {
    padding-bottom: 1000px
}

.pb-51 {
    padding-bottom: 1020px
}

.pb-52 {
    padding-bottom: 1040px
}

.pb-53 {
    padding-bottom: 1060px
}

.pb-54 {
    padding-bottom: 1080px
}

.pb-55 {
    padding-bottom: 1100px
}

.pb-56 {
    padding-bottom: 1120px
}

.pb-57 {
    padding-bottom: 1140px
}

.pb-58 {
    padding-bottom: 1160px
}

.pb-59 {
    padding-bottom: 1180px
}

.pb-60 {
    padding-bottom: 1200px
}

.pb-05 {
    padding-bottom: 10px
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 20px
}

.pl-2 {
    padding-left: 40px
}

.pl-3 {
    padding-left: 60px
}

.pl-4 {
    padding-left: 80px
}

.pl-5 {
    padding-left: 100px
}

.pl-6 {
    padding-left: 120px
}

.pl-7 {
    padding-left: 140px
}

.pl-8 {
    padding-left: 160px
}

.pl-9 {
    padding-left: 180px
}

.pl-10 {
    padding-left: 200px
}

.pl-11 {
    padding-left: 220px
}

.pl-12 {
    padding-left: 240px
}

.pl-13 {
    padding-left: 260px
}

.pl-14 {
    padding-left: 280px
}

.pl-15 {
    padding-left: 300px
}

.pl-16 {
    padding-left: 320px
}

.pl-17 {
    padding-left: 340px
}

.pl-18 {
    padding-left: 360px
}

.pl-19 {
    padding-left: 380px
}

.pl-20 {
    padding-left: 400px
}

.pl-21 {
    padding-left: 420px
}

.pl-22 {
    padding-left: 440px
}

.pl-23 {
    padding-left: 460px
}

.pl-24 {
    padding-left: 480px
}

.pl-25 {
    padding-left: 500px
}

.pl-26 {
    padding-left: 520px
}

.pl-27 {
    padding-left: 540px
}

.pl-28 {
    padding-left: 560px
}

.pl-29 {
    padding-left: 580px
}

.pl-30 {
    padding-left: 600px
}

.pl-31 {
    padding-left: 620px
}

.pl-32 {
    padding-left: 640px
}

.pl-33 {
    padding-left: 660px
}

.pl-34 {
    padding-left: 680px
}

.pl-35 {
    padding-left: 700px
}

.pl-36 {
    padding-left: 720px
}

.pl-37 {
    padding-left: 740px
}

.pl-38 {
    padding-left: 760px
}

.pl-39 {
    padding-left: 780px
}

.pl-40 {
    padding-left: 800px
}

.pl-41 {
    padding-left: 820px
}

.pl-42 {
    padding-left: 840px
}

.pl-43 {
    padding-left: 860px
}

.pl-44 {
    padding-left: 880px
}

.pl-45 {
    padding-left: 900px
}

.pl-46 {
    padding-left: 920px
}

.pl-47 {
    padding-left: 940px
}

.pl-48 {
    padding-left: 960px
}

.pl-49 {
    padding-left: 980px
}

.pl-50 {
    padding-left: 1000px
}

.pl-51 {
    padding-left: 1020px
}

.pl-52 {
    padding-left: 1040px
}

.pl-53 {
    padding-left: 1060px
}

.pl-54 {
    padding-left: 1080px
}

.pl-55 {
    padding-left: 1100px
}

.pl-56 {
    padding-left: 1120px
}

.pl-57 {
    padding-left: 1140px
}

.pl-58 {
    padding-left: 1160px
}

.pl-59 {
    padding-left: 1180px
}

.pl-60 {
    padding-left: 1200px
}

.pl-05 {
    padding-left: 10px
}

.reveal-learnmore-hover {
    position: relative;
    display: block
}

@media screen and (min-width:800px) {
    .reveal-learnmore-hover:hover .reveal-learnmore {
        -webkit-transform: translate3d(-50%, -100%, 0);
        transform: translate3d(-50%, -100%, 0)
    }
}

.icon-border {
    border-radius: 100%;
    border-width: 1px;
    border-style: solid
}

body {
    font-size: 16px
}

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

[class*=tiemposheadline-] {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif
}

.tiemposheadline-light {
    font-weight: 100;
    letter-spacing: .02em
}

.tiemposheadline-regular {
    font-weight: 200;
    letter-spacing: .01em
}

[class*=gothammedium-] {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif
}

.gothammedium-bold {
    font-weight: 600
}

.gothammedium-regular {
    font-weight: 400
}

.text-caps {
    text-transform: uppercase
}

.list-square {
    position: relative;
    padding-left: 20px
}

.list-square:before {
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    margin-left: -10px;
    -webkit-transform: translate3d(-10px, -2px, 0);
    transform: translate3d(-10px, -2px, 0)
}

.resources.menu-item .list-square:before {
    margin-left: 10px
}

.list-square--heading {
    padding-left: 30px
}

.list-square--heading:before {
    width: 15px;
    height: 15px;
    margin-left: -15px;
    background: #3a3a48
}

.list-square--white:before {
    background: #fff
}

.list-square--top {
    padding-left: 0
}

.list-square--top:before {
    position: static;
    display: block;
    margin-bottom: 20px
}

body .bg-dark,
body .bg-dark a {
    color: #fff
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none
}

blockquote {
    display: block;
    border: none;
    text-align: left;
    font-style: normal;
    position: relative;
    padding: 30px 25px;
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
    top: 6px;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    background-color: #043f71
}

@media screen and (min-width:480px) {
    blockquote {
        font-size: 17px
    }
}

@media screen and (min-width:800px) {
    blockquote {
        width: 42%;
        margin-right: 60px;
        float: left
    }
}

blockquote:after {
    position: absolute;
    bottom: -40px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-top-color: #043f71;
    border-left-color: #043f71;
    border-right-color: transparent;
    border-bottom-color: transparent
}

@media screen and (min-width:800px) {
    blockquote.right {
        float: right;
        margin-right: 0;
        margin-left: 45px
    }
}

blockquote.right:after {
    left: auto;
    right: 0;
    border-top-color: #043f71;
    border-left-color: transparent;
    border-right-color: #043f71;
    border-bottom-color: transparent
}

.btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 12px 26px 7px;
    font-size: 14px;
    line-height: 23px;
    color: #fff
}

@media screen and (min-width:480px) {
    .btn {
        font-size: 16px;
        padding: 14px 34px 11px
    }
}

@media screen and (min-width:480px) {
    .btn-group-lg>.btn,
    .btn.btn-lg {
        padding: 19px 37px 16px
    }
}

body .btn--ghost {
    border-color: #fff;
    background: transparent
}

body .btn--ghost.btn--hover-inverse:hover {
    background: #fff;
    color: #042542
}

.subscribe-button {
    margin-top: 60px
}

.bg-axiom {
    background: #fff url(/dist/images/bg-axiom.png) top;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-template-home-2 .bg-axiom {
    background: #fff url(/dist/images/bg-axiom-2.png) top
}

.header-nav {
    top: 0;
    padding: 0;
    margin: 0;
    border: none
}

[class*=page-template-home-] .header-nav,
[class*=page-template-home-] .header-nav .header-nav-bar {
    background: #fff
}

@media screen and (max-width:799px) {
    .header-nav {
        -webkit-transform: none!important;
        transform: none!important
    }
}

.admin-bar .header-nav {
    top: 0;
    position: absolute
}

@media screen and (min-width:800px) {
    .admin-bar .header-nav {
        position: fixed
    }
}

.header-nav>.container-fluid {
    height: 60px
}

@media screen and (min-width:800px) {
    .header-nav>.container-fluid {
        height: 70px
    }
}

.navbar>.container-fluid .navbar-brand {
    display: block;
    padding: 0;
    margin: 0 0 0 -77px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 154px;
    left: 50%;
    bottom: 0;
    height: 60px
}

@media screen and (min-width:800px) {
    .navbar>.container-fluid .navbar-brand {
        height: 70px
    }
}

.navbar>.container-fluid .navbar-brand .logo {
    width: 154px;
    height: 100%;
    display: block
}

.navbar>.container-fluid .navbar-brand .logo i {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    font-size: 6em
}

@media screen and (min-width:800px) {
    .navbar>.container-fluid .navbar-brand .logo i {
        font-size: 8em
    }
}

.navbar>.container-fluid .navbar-brand .inner-text {
    display: none
}

@media screen and (min-width:800px) {
    .navbar>.container-fluid .navbar-brand {
        display: inline-block;
        padding: 0 10px;
        margin: 0 0 0 -10px;
        position: static;
        bottom: auto
    }
}

.nav-main li:before {
    display: block;
    background-color: #cdcdd4;
    width: 1px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "";
    position: absolute
}

.nav-main .nav-item a {
    height: 100%;
    margin-right: -5px
}

.navbar-links {
    float: left;
    display: block;
    margin: 0;
    left: -20px;
    top: 2px;
    text-transform: uppercase;
    z-index: 2;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 60px
}

@media screen and (min-width:800px) {
    .navbar-links {
        left: auto;
        float: right;
        line-height: 70px
    }
}

.navbar-links li {
    position: relative
}

.navbar-links li:first-child:before {
    display: none
}

.navbar-links a {
    display: inline-block;
    padding: 0 24px;
    letter-spacing: .05em;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navbar-links a:active,
.navbar-links a:focus,
.navbar-links a:hover {
    text-decoration: none
}

.navbar-links .navbar-toggler-custom {
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none
}

.navbar-links .navbar-toggler-custom i {
    margin-right: 10px;
    font-size: 2em;
    position: relative;
    top: 10px
}

.navbar-links .social {
    padding: 0 5px;
    display: inline-block;
    position: relative;
    top: 3px;
    height: 60px
}

@media screen and (min-width:800px) {
    .navbar-links .social {
        height: 70px
    }
}

.navbar-links .social i {
    font-size: 1.6em
}

.navbar-links .social.facebook {
    color: #3b5998
}

.navbar-links .social.twitter {
    color: #4099ff
}

.navbar-links .social.youtube {
    color: #b00
}

.navbar-links .social:hover {
    text-decoration: none
}

.navbar-links .social:hover.facebook {
    color: #3b5998
}

.navbar-links .social:hover.twitter {
    color: #4099ff
}

.navbar-links .social:hover.youtube {
    color: #b00
}

.navbar .nav-main .nav-item>a,
.navbar .navbar-brand,
[class*=page-template-home-] .navbar .nav-main .nav-item>a,
[class*=page-template-home-] .navbar .navbar-brand {
    color: #3a3a48
}

.navbar .navbar-brand:hover {
    color: #043f71
}

.navbar .nav-main .nav-link:active,
.navbar .nav-main .nav-link:focus,
.navbar .nav-main .nav-link:hover,
.navbar .sub-nav-tabs .nav-link:active,
.navbar .sub-nav-tabs .nav-link:focus,
.navbar .sub-nav-tabs .nav-link:hover {
    background-color: transparent
}

.nav-wrapper {
    display: block;
    height: 420px;
    overflow: hidden;
    display: none
}

@media screen and (min-width:800px) {
    .nav-wrapper {
        display: block
    }
}

.nav-wrapper a {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-wrapper a:hover {
    color: #b4a169;
    background: none
}

.nav-wrapper .nav-main {
    padding-top: 40px;
    width: 320px;
    left: 30px;
    position: relative
}

@media screen and (min-width:1300px) {
    .nav-wrapper .nav-main {
        left: 0
    }
}

.nav-wrapper .nav-main .nav-link {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-size: 23px;
    padding: 9px 15px
}

.nav-wrapper .nav-main .nav-item {
    position: relative
}

.nav-wrapper .nav-main .nav-item i {
    position: absolute;
    top: 19px;
    left: -17px;
    font-size: 15px
}

.nav-wrapper .nav-main .nav-item.blue .nav-link.active,
.nav-wrapper .nav-main .nav-item.blue .nav-link:hover,
.nav-wrapper .nav-main .nav-item.blue i {
    color: #009ac7
}

.nav-wrapper .nav-main .nav-item.purple .nav-link.active,
.nav-wrapper .nav-main .nav-item.purple .nav-link:hover,
.nav-wrapper .nav-main .nav-item.purple i {
    color: #8a51b5
}

.nav-wrapper .nav-main .nav-item.orange .nav-link.active,
.nav-wrapper .nav-main .nav-item.orange .nav-link:hover,
.nav-wrapper .nav-main .nav-item.orange i {
    color: #f47b20
}

.nav-wrapper .nav-main .nav-item.pink .nav-link.active,
.nav-wrapper .nav-main .nav-item.pink .nav-link:hover,
.nav-wrapper .nav-main .nav-item.pink i {
    color: #db088c
}

.nav-wrapper .nav-main .nav-item.gold .nav-link.active,
.nav-wrapper .nav-main .nav-item.gold .nav-link:hover,
.nav-wrapper .nav-main .nav-item.gold i {
    color: #b4a169
}

.nav-wrapper .container-fluid {
    position: relative
}

.nav-wrapper .sub-nav-tabs {
    padding: 36px 0 0 40px;
    background-color: #3a3a48;
    position: absolute;
    height: 100%;
    left: 340px;
    top: 0;
    right: 0;
    z-index: 2;
    display: none
}

@media screen and (min-width:800px) {
    .nav-wrapper .sub-nav-tabs {
        display: block
    }
}

.nav-wrapper .sub-nav-tabs:before {
    content: "";
    display: block;
    position: absolute;
    height: 200%;
    left: 0;
    top: 0;
    right: -1000px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    z-index: -1
}

.nav-wrapper .sub-nav-tab {
    color: #fff
}

.nav-wrapper .sub-nav-tab .nav-link {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding: 7px 15px;
    position: relative;
    display: inline-block;
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.nav-wrapper .sub-nav-tab .nav-link:after {
    font-family: socialfinance;
    content: "\F10D";
    display: block;
    position: absolute;
    right: -52px;
    top: 0;
    height: 46px;
    line-height: 46px;
    color: #cdcdd4;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    width: 50px
}

.nav-wrapper .sub-nav-tab .nav-link:active,
.nav-wrapper .sub-nav-tab .nav-link:focus,
.nav-wrapper .sub-nav-tab .nav-link:hover {
    background-color: transparent
}

.nav-wrapper .sub-nav-tab .nav-link:hover {
    color: #cdcdd4
}

.nav-wrapper .sub-nav-tab .nav-link:hover:after {
    opacity: 1
}

.nav-wrapper .sub-nav-tab:not(:first-child) {
    display: none
}

@media screen and (max-width:799px) {
    body>.wrapper {
        -webkit-transform: none!important;
        transform: none!important
    }
}

body.menu-open {
    overflow: hidden!important
}

.navbar-links .navbar-desktop-menu {
    display: inline-block;
    position: static
}

.navbar-links .navbar-desktop-menu li>a {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-desktop-menu .nav-main li {
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.navbar .navbar-desktop-menu {
    display: none
}

@media screen and (min-width:1000px) {
    .navbar .navbar-desktop-menu {
        display: inline-block
    }
}

@media screen and (min-width:1000px) {
    .navbar .navbar-mobile-menu {
        display: none
    }
}

.sub-nav-tabs--desktop {
    position: absolute;
    left: 0;
    width: 100%
}

.sub-nav-tabs--desktop a {
    color: #3a3a48
}

.sub-nav-tabs--desktop .sub-nav-tab {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    position: absolute;
    width: 100%;
    top: 0;
    display: none
}

.sub-nav-tabs--desktop .sub-nav-tab:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 15px;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(rgba(0, 0, 0, .1), transparent);
    background: linear-gradient(rgba(0, 0, 0, .1), transparent);
    display: block
}

.sub-nav-tabs--desktop li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sub-nav-tabs--desktop li a {
    text-transform: none;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    padding: 0;
    letter-spacing: 0
}

.sub-nav-tabs--desktop .container {
    margin: 0 auto
}

.nav-item img {
    width: 100%;
    height: auto
}

.sub-nav-item--space .nav-link--desktop {
    padding-left: 30px;
    padding-right: 30px
}

.sub-nav-item--img {
    position: relative;
    overflow: hidden;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.sub-nav-item--img.img--icon {
    max-width: 70px
}

.sub-nav-item--img.img--icon img {
    height: auto;
    max-width: 80px;
    margin: 0 auto
}

.sub-nav-item--title {
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
    display: block
}

.sub-nav-item--title.title--icon {
    white-space: nowrap
}

.nav-link {
    display: block
}

.nav-link--desktop .reveal-learnmore {
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0);
    padding: 8px 15px 6px
}

.resources .nav-link--desktop {
    line-height: 1.5
}

.nav-link--desktop:hover .sub-nav-item--title,
.sub-nav-item--excerpt {
    color: rgba(58, 57, 72, .5)
}

.sub-nav-item--excerpt {
    min-height: 34px;
    font-size: 12px;
    margin-top: 10px
}

.sub-nav-tab {
    display: none
}

.sub-nav-item--list {
    font-size: 12px;
    line-height: 1.5
}

@media screen and (min-width:1000px) {
    .navbar .navbar-toggler {
        display: none
    }
}

.submenu .nav-cta {
    text-align: center;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    line-height: 1.4;
    padding: 20px
}

.submenu .nav-cta a {
    color: #fff;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media screen and (min-width:800px) {
    .submenu .nav-cta .nav-cta-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .submenu .nav-cta .nav-cta-email {
        border-right: 1px solid #fff
    }
    .submenu .nav-cta .nav-cta-email,
    .submenu .nav-cta .nav-cta-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.mobile-nav .submenu .nav-cta {
    padding: 20px;
    color: #fff
}

.mobile-nav .submenu .nav-cta:hover,
.submenu .nav-cta:hover {
    color: #fff
}

@media screen and (min-width:1000px) {
    .submenu .nav-cta {
        position: absolute;
        width: 100%;
        bottom: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.submenu .nav-cta i {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.submenu .nav-cta.blue {
    background-color: #043f71
}

.submenu .nav-cta.bluea:hover {
    background-color: #009ac7
}

.submenu .nav-cta.purple {
    background-color: #5c317c
}

.submenu .nav-cta.purplea:hover {
    background-color: #412357
}

.submenu .nav-cta.orange {
    background-color: #f47b20
}

.submenu .nav-cta.orangea:hover {
    background-color: #d6620b
}

.submenu .nav-cta.pink {
    background-color: #db088c
}

.submenu .nav-cta.pinka:hover {
    background-color: #aa066d
}

.submenu .nav-cta.gold {
    background-color: #b4a169
}

.submenu .nav-cta.golda:hover {
    background-color: #9c884e
}

.menu-newsletter-form.nav-cta {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.submenu .menu-newsletter-form.nav-cta {
    background: #fff
}

.mobile-nav {
    position: fixed;
    left: -100%;
    width: 100%;
    background-color: #3a3a48;
    z-index: 999;
    top: 60px;
    bottom: 0;
    overflow: auto
}

@media screen and (min-width:1000px) {
    .mobile-nav {
        display: none
    }
}

.mobile-nav .mobile-nav-inner {
    padding: 30px 0 20px
}

.mobile-nav .navbar-nav {
    margin: 0 0 30px;
    display: block;
    float: none
}

.mobile-nav .navbar-nav .nav-item {
    float: none;
    position: relative
}

.mobile-nav .navbar-nav .nav-item>i {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 13px
}

.mobile-nav .navbar-nav a {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    display: block
}

.mobile-nav .navbar-nav a:active,
.mobile-nav .navbar-nav a:focus,
.mobile-nav .navbar-nav a:hover {
    background: none
}

.mobile-nav .navbar-nav a:hover {
    color: #688caa
}

.mobile-nav .navbar-nav .nav-link {
    position: relative;
    font-size: 20px;
    padding: 14px 15px 14px 45px
}

@media screen and (min-width:400px) {
    .mobile-nav .navbar-nav .nav-link {
        font-size: 24px
    }
}

.mobile-nav .navbar-nav .nav-item.blue .nav-link.active,
.mobile-nav .navbar-nav .nav-item.blue .nav-link:hover,
.mobile-nav .navbar-nav .nav-item.blue i {
    color: #009ac7
}

.mobile-nav .navbar-nav .nav-item.purple .nav-link.active,
.mobile-nav .navbar-nav .nav-item.purple .nav-link:hover,
.mobile-nav .navbar-nav .nav-item.purple i {
    color: #8a51b5
}

.mobile-nav .navbar-nav .nav-item.orange .nav-link.active,
.mobile-nav .navbar-nav .nav-item.orange .nav-link:hover,
.mobile-nav .navbar-nav .nav-item.orange i {
    color: #f47b20
}

.mobile-nav .navbar-nav .nav-item.pink .nav-link.active,
.mobile-nav .navbar-nav .nav-item.pink .nav-link:hover,
.mobile-nav .navbar-nav .nav-item.pink i {
    color: #db088c
}

.mobile-nav .navbar-nav .nav-item.gold .nav-link.active,
.mobile-nav .navbar-nav .nav-item.gold .nav-link:hover,
.mobile-nav .navbar-nav .nav-item.gold i {
    color: #b4a169
}

.mobile-nav .submenu {
    display: none
}

.mobile-nav .submenu .submenu-inner {
    margin: 0;
    padding: 0 0 20px
}

.mobile-nav .submenu a {
    font-size: 16px;
    padding: 5px 15px 5px 45px
}

@media screen and (min-width:400px) {
    .mobile-nav .submenu a {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 18px
    }
}

.mobile-nav .social-media {
    padding-left: 33px
}

.mobile-nav .social-media a {
    color: #fff;
    padding: 15px;
    font-size: 1.3em
}

.home-slides {
    margin-bottom: 20px
}

.home-slide {
    height: auto;
    padding: 30px 0;
    position: relative
}

.home-slide .container {
    width: 100%
}

@media screen and (min-width:480px) {
    .home-slide .container {
        max-width: 750px
    }
}

@media screen and (min-width:800px) {
    .home-slide .container {
        max-width: 970px
    }
}

@media screen and (min-width:1000px) {
    .home-slide .container {
        max-width: 1170px
    }
}

.home-slide:first-child {
    padding: 0
}

.home-slide:first-child .home-slide-inner {
    width: 100%;
    height: 100%;
    display: table
}

.home-slide:first-child .home-slide-inner-inner {
    display: table-cell;
    vertical-align: middle
}

.home-slide:nth-child(2):before {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #f4f4f5;
    position: absolute;
    z-index: -1;
    content: "";
    display: block
}

@media screen and (min-width:480px) {
    .home-slide:nth-child(2):before {
        width: 350px;
        height: 350px;
        border-radius: 175px
    }
}

@media screen and (min-width:800px) {
    .home-slide:nth-child(2):before {
        width: 500px;
        height: 500px;
        border-radius: 250px
    }
}

.home-slide .call-to-action {
    padding-top: 15px;
    text-align: center
}

@media screen and (min-width:480px) {
    .home-slide .call-to-action {
        padding-top: 25px
    }
}

.home-slide:first-child {
    min-height: 0
}

@media screen and (min-width:480px) {
    .home-slide {
        padding: 50px 0
    }
}

@media screen and (min-width:1000px) {
    .home-slide {
        height: calc(100vh - 70px)!important;
        padding: 0;
        min-height: 530px
    }
    .home-slide.news-post-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: calc(100vh - 70px);
        height: 100%!important
    }
    .home-slide.news-post-slide .container-fluid {
        height: auto
    }
    .home-slide.content-image-video {
        min-height: 0;
        height: 100%!important
    }
    .home-slide .container-fluid {
        height: 100%
    }
    .home-slide .home-slide-inner {
        width: 100%;
        height: 100%;
        display: table
    }
    .home-slide .home-slide-inner-inner {
        display: table-cell;
        vertical-align: middle
    }
}

.home-slide.focus-areas-slide {
    height: auto
}

@media screen and (min-width:1000px) {
    .home-slide.focus-areas-slide {
        height: calc(100vh - 70px)!important
    }
}

.home-focus-title {
    max-width: 1100px;
    margin: 0 auto
}

@media screen and (min-width:800px) {
    .home-focus-title h2 {
        margin-bottom: 53px
    }
}

.home-slide-regular,
.home-slide-video {
    max-width: 850px;
    margin: 0 auto
}

.home-slide-video {
    position: relative
}

.home-slide-video .video-container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 650px;
    margin-top: -50px
}

@media screen and (min-height:650px) {
    .home-slide-video .video-container {
        max-width: 750px
    }
}

@media screen and (min-height:700px) {
    .home-slide-video .video-container {
        max-width: none;
        margin-top: -30px
    }
}

@media screen and (max-width:599px) {
    .home-slide-video .video-container {
        margin-top: 0
    }
}

.home-slide-video .call-to-action {
    padding-top: 0;
    margin-top: 0;
    position: relative;
    z-index: 2
}

@media screen and (min-width:480px) {
    .home-slide-video .call-to-action {
        margin-top: -20px
    }
}

.home-slide-video .bg-box {
    display: none;
    background-color: #f4f4f5;
    height: 330px;
    position: absolute;
    bottom: -50px;
    left: -20px;
    right: -20px;
    z-index: 1
}

@media screen and (min-width:800px) {
    .home-slide-video .bg-box {
        display: block
    }
}

.twitter-feed {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:800px) {
    .twitter-feed {
        float: left;
        width: 66.66667%
    }
}

.twitter-feed .twitter-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:800px) {
    .twitter-feed .twitter-item {
        float: left;
        width: 50%
    }
}

.twitter-feed .twitter_fav_icon,
.twitter-feed .twitter_reply_icon,
.twitter-feed [data-scribe="element:avatar"],
.twitter-feed [data-scribe="element:name"] {
    display: none
}

.twitter-feed .interact,
.twitter-feed .user {
    display: inline-block;
    vertical-align: middle
}

.twitter-feed .interact {
    margin: 0
}

.twitter-feed .tweet-image img {
    width: 100%;
    height: auto
}

.twitter-feed .TweetAuthor {
    display: inline-block;
    vertical-align: middle
}

.twitter-feed .tweet-meta img {
    display: none
}

.twitter-feed .tweet-meta i {
    display: inline-block;
    padding-right: 5px
}

.twitter-feed .tweet-meta a {
    color: #777
}

.twitter-feed .sf-icon-twitter {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.twitter-feed .sf-icon-retweet {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.twitter-feed .TweetAuthor-link,
.twitter-feed .user {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase
}

.twitter-feed .twitter_retweet_icon {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    display: inline-block;
    margin-left: 10px
}

.twitter-feed .user {
    margin-left: 10px
}

.twitter-feed .tweet {
    margin-top: 15px;
    margin-bottom: 15px;
    word-break: break-word
}

.twitter-feed .tweet.no-image {
    margin-top: 0;
    font-size: 24px
}

@media screen and (min-width:800px) {
    .home-slide-news {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

.home-slide-news .tweet,
.home-slide-news h4 {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4
}

.home-slide-news a {
    color: #3a3a48
}

.post-image {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%
}

.post-image .inner {
    height: 0;
    padding-bottom: 45.38%;
    max-height: 270px;
    overflow: hidden
}

.post-image--default {
    background-image: url(/dist/images/placeholder.png);
    background-position: 50%;
    -ms-background-size: cover;
    background-size: cover
}

.post-image--default .inner {
    padding-top: 18.69%;
    padding-bottom: 26.69%;
    text-align: center
}

.post-image--default svg path {
    fill: #fff
}

.content-image-video {
    overflow: hidden
}

.home-slide-content-image-video>.inner {
    margin-right: 20px
}

.home-slide-content-image-video .inner {
    position: relative
}

.home-slide-content-image-video .call-to-action {
    text-align: left
}

.home-slide-content-image-video .background-element {
    display: none
}

@media screen and (min-width:800px) {
    .home-slide-content-image-video .background-element {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: block
    }
}

@media screen and (min-width:800px) {
    .home-slide-content-image-video--inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.slide-content {
    background: #043f71;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 14px;
    padding: 20px
}

.slide-content h2 {
    font-size: 28px
}

@media screen and (min-width:800px) {
    .slide-content h2 {
        font-size: 35px
    }
}

@media screen and (min-width:800px) {
    .slide-content {
        background: transparent;
        margin-left: 0;
        margin-right: 0;
        padding: 55px;
        width: 58%
    }
}

.to-position {
    position: absolute
}

.slide-image--mobile {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    height: 0;
    padding-bottom: 70%
}

@media screen and (min-width:800px) {
    .slide-image--mobile {
        display: none
    }
}

.slide-image--desktop {
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    display: none
}

@media screen and (min-width:800px) {
    .slide-image--desktop {
        display: block;
        width: 475px;
        height: 500px
    }
}

.slide-image--desktop .inner {
    right: -20px;
    height: 100%;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:800px) {
    .home-focus-areas--container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:800px) {
    .home-focus-col {
        width: 20%
    }
}

.home-focus-area-box {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    z-index: 5;
    padding-top: 100%
}

@media screen and (min-width:800px) {
    .home-focus-area-box {
        padding-top: 200%
    }
}

.home-focus-area-box .full-background {
    top: 0
}

.home-focus-area-box:after {
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .85));
    background: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .85));
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    height: 100%
}

@media screen and (min-width:800px) {
    .home-focus-area-box:after {
        -webkit-transition: height .2s ease-in;
        transition: height .2s ease-in;
        background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .95));
        background: linear-gradient(transparent, rgba(0, 0, 0, .95));
        height: 60%
    }
}

@media screen and (min-width:800px) {
    .home-focus-area-box:hover {
        z-index: 6;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .5)
    }
    .home-focus-area-box:hover:after {
        height: 100%
    }
    .home-focus-area-box:hover .home-focus-area-excerpt {
        opacity: 1;
        max-height: 150px
    }
    .home-focus-area-box:hover .home-focus-area-box-inner-content {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
}

.home-focus-area-box-inner-content {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px
}

@media screen and (min-width:800px) {
    .home-focus-area-box-inner-content {
        padding: 15px 15px 45px;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .2s ease-in;
        transition: -webkit-transform .2s ease-in;
        transition: transform .2s ease-in;
        transition: transform .2s ease-in, -webkit-transform .2s ease-in
    }
}

.home-focus-area-box-inner-content i {
    font-size: 90px;
    display: block
}

.home-focus-area-excerpt {
    font-size: 14px
}

@media screen and (min-width:800px) {
    .home-focus-area-excerpt {
        overflow: hidden;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        opacity: 0;
        max-height: 0
    }
}

.home-focus-area-excerpt:before {
    content: "";
    height: 1px;
    width: 50px;
    margin: 15px auto;
    background: #fff;
    display: block
}

.home-focus-area-excerpt p {
    margin-bottom: 0
}

.home-focus-area-title {
    font-size: 20px;
    font-weight: 200
}

.home-slide-focus.main-content-wrapper {
    margin-bottom: 0
}

.home-slide-focus .main-content-inner {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 0
}

.home-slide-focus h2 {
    font-size: 35px
}

.engage-cta-slide {
    margin-top: -60px
}

@media screen and (min-width:800px) {
    .engage-cta-slide {
        margin-top: 0
    }
}

.engage-cta-slide .main-content-wrapper {
    margin-bottom: 0;
    padding-top: 0
}

.engage-cta-slide .main-content-inner {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 0
}

.engage-cta-slide h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 1.2;
    margin: 50px 0;
    font-weight: 100
}

@media screen and (min-width:800px) {
    .engage-cta-slide h2 {
        font-size: 55px
    }
}

.engage-cta-slide .cta-block {
    margin-left: -1px
}

.home-cta-blocks .cta-text {
    font-size: 16px;
    color: #3a3a48;
    margin-bottom: 0
}

@media screen and (min-width:1000px) {
    .home-cta-blocks .container {
        max-width: 1100px
    }
}

.home-cta-blocks .cta-title {
    margin-top: 0;
    font-style: 27px
}

.home-cta-blocks .cta-text,
.home-cta-blocks .cta-title {
    -webkit-transition: color .2s ease-in, opacity .2s ease-in;
    transition: color .2s ease-in, opacity .2s ease-in
}

.home-cta-blocks .cta-block {
    padding-bottom: 40px
}

.home-cta-blocks .cta-block:last-child {
    padding-bottom: 0
}

.home-cta-blocks .cta-block:hover .cta-text {
    color: rgba(58, 57, 72, .5)
}

.home-cta-blocks .cta-block:hover .cta-title {
    opacity: .6
}

@media screen and (min-width:800px) {
    .home-cta-blocks .cta-block {
        padding-bottom: 0
    }
    .home-cta-blocks .cta-block:nth-child(odd) {
        border-right: 1px solid #eaeaea
    }
    .home-cta-blocks .cta-block:nth-child(odd) .inner {
        padding-right: 40px
    }
    .home-cta-blocks .cta-block:nth-child(2n) .inner {
        padding-left: 40px
    }
    .home-cta-blocks .cta-block:first-child,
    .home-cta-blocks .cta-block:nth-child(2) {
        padding-bottom: 40px
    }
}

.post-list--item {
    padding-top: 30px
}

@media screen and (min-width:800px) {
    .post-list--top .post-list--item {
        padding-top: 0
    }
}

.footer-wrapper {
    text-align: center
}

.footer-wrapper .container-fluid {
    margin-bottom: 17px
}

.footer-wrapper .list-inline {
    margin-bottom: 0
}

.footer-wrapper .list-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.footer-wrapper .list-social {
    text-align: left;
    margin-top: 10px
}

@media screen and (min-width:800px) {
    .footer-wrapper .list-social {
        text-align: right;
        margin-top: 0
    }
}

.footer-wrapper .list-links i:before {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.footer-wrapper .list-links a {
    color: #042542
}

.footer-wrapper .list-links a:hover {
    color: #043f71
}

.footer-wrapper .list-links li {
    display: block;
    margin-bottom: 10px;
    padding-right: 20px
}

@media screen and (min-width:800px) {
    .footer-wrapper .list-links li {
        display: inline-block;
        margin-bottom: 0
    }
}

.footer-wrapper .form-group {
    display: block;
    box-shadow: 1px 1px 20px 0 hsla(240, 6%, 82%, .4)
}

@media screen and (min-width:480px) {
    .footer-wrapper .form-group {
        display: inline-block
    }
}

.footer-wrapper .form-group .form-control {
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .footer-wrapper .form-group .form-control {
        width: 270px;
        float: left;
        margin-bottom: 0
    }
}

@media screen and (min-width:800px) {
    .footer-wrapper .form-group .form-control {
        width: 370px
    }
}

.footer-wrapper .form-group .btn {
    width: 100%
}

@media screen and (min-width:480px) {
    .footer-wrapper .form-group .btn {
        width: auto
    }
}

.footer-wrapper .newsletter {
    margin-top: 55px;
    padding-bottom: 10px
}

.footer-wrapper .newsletter .newsletter-inner .newsletter-label {
    display: inline-block;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 15px;
    width: auto
}

@media screen and (min-width:480px) {
    .footer-wrapper .newsletter .newsletter-inner .newsletter-label {
        font-size: 26px;
        margin-right: 20px
    }
}

.footer-wrapper .newsletter .newsletter-inner .newsletter-button {
    display: inline-block
}

.footer-wrapper .support-ourwork li {
    padding: 0 10px;
    padding-bottom: 20px
}

@media screen and (min-width:800px) {
    .footer-wrapper .support-ourwork li {
        padding-bottom: 0
    }
}

.footer-wrapper .social {
    display: inline-block;
    height: 100%;
    font-size: 1.3em;
    padding: 0;
    color: #333;
    position: relative;
    top: 8px
}

.footer-wrapper .social:first-child i {
    margin-right: 10px
}

.footer-wrapper .social i {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-wrapper .social:hover {
    text-decoration: none
}

.footer-wrapper .social:hover.facebook {
    color: #3b5998
}

.footer-wrapper .social:hover.twitter {
    color: #4099ff
}

.footer-wrapper .social:hover.youtube {
    color: #b00
}

.footer-wrapper .footer-nav {
    font-size: 12px
}

.footer-wrapper .footer-nav li {
    position: relative;
    margin: 0 5px 15px;
    display: block
}

@media screen and (min-width:480px) {
    .footer-wrapper .footer-nav li {
        display: inline-block
    }
}

.footer-wrapper .footer-nav li:before {
    background-color: #688caa;
    width: 1px;
    height: 20px;
    top: 50%;
    margin: -11px 0 0;
    left: -6px;
    content: "";
    position: absolute;
    display: none
}

@media screen and (min-width:480px) {
    .footer-wrapper .footer-nav li:before {
        display: block
    }
}

.footer-wrapper .footer-nav li:first-child:before {
    display: none
}

.footer-wrapper .footer-nav a {
    color: #777
}

.footer-wrapper .footer-nav a:hover {
    color: #6b6b76;
    text-decoration: none
}

.hero {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    height: calc(100vh - 60px)
}

@media screen and (min-width:800px) {
    .hero {
        height: 100%
    }
}

.hero .text-container a {
    font-size: 14px;
    letter-spacing: .1em
}

.hero .fade-in-bg {
    opacity: 0
}

.hero .text-container {
    z-index: 2;
    width: 100%;
    height: 400px;
    margin-top: -200px;
    position: absolute;
    top: 40%;
    display: table;
    max-width: 100%
}

@media screen and (min-width:480px) {
    .hero .text-container {
        top: 45%
    }
}

.hero .text-container .logo {
    background: url(/dist/images/shapes-header.svg) 50% no-repeat;
    -ms-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 30px;
    margin-bottom: 22px;
    display: none
}

@media screen and (min-width:480px) {
    .hero .text-container .logo {
        height: 45px
    }
}

.hero .text-container .heading {
    display: none
}

.hero .text-container .heading h2 {
    font-style: normal;
    font-size: 28px;
    margin: 0 auto;
    line-height: 1.3
}

@media screen and (min-width:480px) {
    .hero .text-container .heading h2 {
        font-size: 42px
    }
}

@media screen and (min-width:800px) {
    .hero .text-container .heading h2 {
        font-size: 55px
    }
}

.hero .text-container .heading a {
    display: block
}

.hero .text-container .heading a:hover {
    color: #fff
}

.hero .text-container .heading i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px
}

.hero .text-container .text {
    display: table-cell;
    vertical-align: middle
}

.hero .down-arrow-wrapper {
    position: absolute;
    text-align: center;
    bottom: 12%;
    z-index: 5;
    height: 40px;
    width: 40px;
    right: 50%;
    margin-right: -20px;
    display: none
}

@media screen and (min-width:480px) {
    .hero .down-arrow-wrapper {
        bottom: 8%;
        height: 60px;
        width: 60px;
        margin-right: -30px
    }
}

@media screen and (min-width:800px) {
    .hero .down-arrow-wrapper {
        bottom: 11%
    }
}

.hero .down-arrow-wrapper .down-arrow {
    display: block;
    background: url(/dist/images/down-arrow.svg) 50% no-repeat;
    -ms-background-size: contain;
    background-size: contain;
    height: 100%;
    width: 100%
}

.hero-background-overlay {
    position: relative
}

.hero-background-overlay:after,
.hero-background-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1
}

.hero-background-overlay img {
    position: relative;
    z-index: 2
}

.hero-background-overlay:after {
    width: 100%;
    background: url(/dist/images/hero-texture-pattern.png) repeat
}

.hero-background-overlay:before {
    width: 80%;
    background: rgba(4, 37, 66, .3);
    background: -webkit-linear-gradient(left, rgba(4, 37, 66, .85), transparent);
    background: linear-gradient(90deg, rgba(4, 37, 66, .85), transparent)
}

.full-background {
    position: absolute;
    z-index: 1;
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.lt-ie9 .full-background {
    z-index: -1
}

.full-background img {
    width: 100%
}

.header-title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
    position: relative;
    margin: 40px 0 35px;
    font-size: 28px;
    line-height: 1.3
}

.header-title:after,
.header-title:before {
    content: "";
    display: block;
    width: 2px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    background-color: #cdcdd4;
    height: 30px
}

.header-title:before {
    top: -40px
}

.header-title:after {
    bottom: -35px
}

@media screen and (min-width:480px) {
    .header-title {
        font-size: 33px
    }
}

@media screen and (min-width:800px) {
    .header-title {
        margin: 65px 0 55px;
        font-size: 43px
    }
    .header-title:after,
    .header-title:before {
        font-size: 56px;
        height: 56px
    }
    .header-title:before {
        top: -65px
    }
    .header-title:after {
        bottom: -55px
    }
}

.header-title.has-icon {
    margin: 100px 0 35px
}

.header-title.has-icon:before {
    top: -100px
}

@media screen and (min-width:800px) {
    .header-title.has-icon {
        margin: 165px 0 65px
    }
    .header-title.has-icon:before {
        top: -165px
    }
    .header-title.has-icon:after {
        bottom: -65px
    }
}

.header-title .icon-wrapper {
    font-size: 1.4em;
    position: absolute;
    width: 100px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    margin-left: -50px;
    top: -54px;
    text-align: center;
    color: #6b6b76
}

.header-title .icon-wrapper ellipse,
.header-title .icon-wrapper path,
.header-title .icon-wrapper polygon,
.header-title .icon-wrapper rect {
    fill: #6b6b76
}

.header-title .icon-wrapper svg {
    width: 75%
}

.header-title .icon-wrapper.icon-is-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:480px) {
    .header-title .icon-wrapper {
        top: -62px
    }
}

@media screen and (min-width:800px) {
    .header-title .icon-wrapper {
        top: -80px
    }
}

.header-title .icon-wrapper i {
    position: relative
}

.header-title .icon-wrapper i.sf-icon-health {
    font-size: 1.4em
}

.header-title .icon-wrapper i.sf-icon-childwelfare {
    font-size: 1.6em;
    top: -6px
}

@media screen and (min-width:800px) {
    .header-title .icon-wrapper i.sf-icon-childwelfare {
        font-size: 1.43em;
        top: -17px
    }
}

.header-title .icon-wrapper i.sf-icon-cogs {
    font-size: 1.6em;
    top: -7px
}

@media screen and (min-width:480px) {
    .header-title .icon-wrapper i.sf-icon-cogs {
        font-size: 1.28em;
        top: -2px
    }
}

@media screen and (min-width:800px) {
    .header-title .icon-wrapper i.sf-icon-cogs {
        font-size: 1.42em;
        top: -17px
    }
}

.header-title .icon-wrapper i.sf-icon-justice {
    font-size: 1.58em
}

@media screen and (min-width:800px) {
    .header-title .icon-wrapper i.sf-icon-justice {
        top: -10px
    }
}

.header-title .icon-wrapper i.sf-icon-health {
    font-size: 1.7em
}

@media screen and (min-width:800px) {
    .header-title .icon-wrapper i.sf-icon-health {
        top: -10px
    }
}

.header-title .icon-wrapper i.sf-icon-education {
    font-size: 1.52em
}

@media screen and (min-width:800px) {
    .header-title .icon-wrapper i.sf-icon-education {
        top: -10px
    }
}

.home .header-title {
    margin: 60px 0 55px
}

@media screen and (min-width:800px) {
    .home .header-title {
        margin: 65px 0 100px
    }
}

.video-wrapper {
    max-width: 700px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 30px 30px 53%;
    position: relative
}

@media screen and (min-width:480px) {
    .video-wrapper {
        margin-bottom: 0
    }
}

@media screen and (min-width:800px) {
    .video-wrapper {
        padding-bottom: 43%
    }
}

.video-wrapper:after,
.video-wrapper:before,
.video-wrapper a:after,
.video-wrapper a:before {
    font-family: socialfinance;
    content: "\F105";
    display: none;
    position: absolute;
    z-index: 2;
    font-size: 38px;
    width: 40px;
    height: 40px
}

@media screen and (min-width:480px) {
    .video-wrapper:after,
    .video-wrapper:before,
    .video-wrapper a:after,
    .video-wrapper a:before {
        display: block
    }
}

.video-wrapper:before {
    top: -1px;
    left: 11px
}

.video-wrapper:after {
    top: 11px;
    right: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-wrapper a:before {
    bottom: -19px;
    left: -31px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.video-wrapper a:after {
    bottom: -31px;
    right: -19px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.video-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto
}

@media screen and (min-width:480px) {
    .video-wrapper a {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px
    }
}

.video-wrapper .video-bottom-bar {
    display: block;
    height: 9px;
    bottom: 0;
    right: 44px;
    left: 44px;
    position: absolute;
    z-index: 5
}

.video-wrapper .play-button {
    border: 2px solid #fff
}

.video-wrapper .play-button:hover i {
    background-color: hsla(0, 0%, 100%, .2)
}

.video-link .play-button,
.video-wrapper .play-button {
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    z-index: 4;
    text-align: center;
    color: #fff;
    width: 78px;
    height: 78px;
    margin-left: -39px;
    margin-top: -39px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (min-width:800px) {
    .video-link .play-button,
    .video-wrapper .play-button {
        width: 88px;
        height: 88px;
        margin-left: -44px;
        margin-top: -44px
    }
}

.video-link .play-button i,
.video-wrapper .play-button i {
    line-height: 78px;
    width: 100%;
    font-size: 73px;
    display: block;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 2px
}

@media screen and (min-width:800px) {
    .video-link .play-button i,
    .video-wrapper .play-button i {
        line-height: 88px
    }
}

.video-link .play-button .inner-text,
.video-wrapper .play-button .inner-text {
    position: absolute;
    bottom: -30px;
    width: 128px;
    margin-left: -64px;
    left: 50%;
    text-transform: uppercase;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .06em
}

@media screen and (min-width:480px) {
    .video-link .play-button .inner-text,
    .video-wrapper .play-button .inner-text {
        bottom: -42px
    }
}

.video-link {
    padding: 6px;
    max-width: 400px
}

.video-link .video-image {
    position: relative;
    max-width: 90px;
    max-height: 90px;
    overflow: hidden
}

.video-link .video-image img {
    width: 100%;
    height: auto
}

.video-link .video-image .play-button i {
    font-size: 30px
}

.video-title h4,
.video-title h5 {
    margin-top: 0;
    margin-bottom: 0
}

.video-title h5 {
    font-size: 12px;
    letter-spacing: .1em
}

.video-title h4 {
    color: #3a3a48;
    font-size: 18px
}

@media screen and (min-width:800px) {
    .video-title h4 {
        font-size: 20px
    }
}

.video-title i {
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    line-height: 2
}

.focus-areas-wrapper {
    max-width: 1070px;
    margin: 20px auto 0;
    padding: 0 20px
}

@media screen and (min-width:800px) {
    .focus-areas-wrapper {
        padding: 0 40px
    }
}

.focus-areas {
    width: 200px;
    margin: 0 auto
}

@media screen and (min-width:320px) {
    .focus-areas {
        width: auto
    }
}

.focus-areas>.container-fluid {
    margin-bottom: 20px
}

.focus-areas .col {
    padding-left: 5px;
    padding-right: 5px
}

.focus-areas .focus-area-box {
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    color: #3a3a48;
    position: relative;
    line-height: 1.2
}

.focus-areas .focus-area-box:active,
.focus-areas .focus-area-box:focus,
.focus-areas .focus-area-box:hover {
    color: #3a3a48;
    text-decoration: none
}

.focus-areas .focus-area-box:hover {
    background-color: #fafafa
}

.focus-areas .focus-area-box .focus-area-box-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 110%;
    background-color: #fff;
    z-index: -1
}

.focus-areas .focus-area-box .focus-area-box-inner-content {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    padding: 0 10px
}

.focus-areas .focus-area-box .focus-area-box-inner-content .focus-area-box-inner-content-table {
    display: table;
    width: 100%;
    height: 100%
}

.focus-areas .focus-area-box .focus-area-box-inner-content .focus-area-box-inner-content-cell {
    display: table-cell;
    vertical-align: middle
}

.focus-areas .focus-area-box .focus-area-title {
    font-size: 18px
}

.focus-areas .focus-areas-disclaimer {
    text-align: center;
    color: #6b6b76;
    font-size: 14px;
    max-width: 1000px;
    margin: 8px auto 20px
}

.focus-areas .focus-area-icon {
    display: block;
    line-height: 30px;
    height: 62px;
    margin-bottom: 23px;
    font-size: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width:320px) {
    .focus-areas .focus-area-icon {
        margin-bottom: 5px;
        font-size: 50px
    }
}

@media screen and (min-width:480px) {
    .focus-areas .focus-area-icon {
        margin-bottom: 23px;
        font-size: 63px
    }
}

.focus-area-icon {
    color: #009ac7
}

.focus-areas .focus-area-icon,
.focus-areas .home-focus-area-icon,
.home-focus-areas .focus-area-icon,
.home-focus-areas .home-focus-area-icon {
    font-size: 63px
}

@media screen and (min-width:320px) {
    .focus-areas .focus-area-icon,
    .focus-areas .home-focus-area-icon,
    .home-focus-areas .focus-area-icon,
    .home-focus-areas .home-focus-area-icon {
        font-size: 50px
    }
}

@media screen and (min-width:480px) {
    .focus-areas .focus-area-icon,
    .focus-areas .home-focus-area-icon,
    .home-focus-areas .focus-area-icon,
    .home-focus-areas .home-focus-area-icon {
        font-size: 63px
    }
}

.focus-areas .focus-area-icon .sf-icon-justice,
.focus-areas .home-focus-area-icon .sf-icon-justice,
.home-focus-areas .focus-area-icon .sf-icon-justice,
.home-focus-areas .home-focus-area-icon .sf-icon-justice {
    font-size: 1.58em;
    top: -1px
}

.focus-areas .focus-area-icon .sf-icon-cogs,
.focus-areas .home-focus-area-icon .sf-icon-cogs,
.home-focus-areas .focus-area-icon .sf-icon-cogs,
.home-focus-areas .home-focus-area-icon .sf-icon-cogs {
    font-size: 1.35em;
    position: relative;
    top: -17px
}

.focus-areas .focus-area-icon .sf-icon-education,
.focus-areas .home-focus-area-icon .sf-icon-education,
.home-focus-areas .focus-area-icon .sf-icon-education,
.home-focus-areas .home-focus-area-icon .sf-icon-education {
    font-size: 1.32em;
    position: relative;
    top: 5px
}

.focus-areas .focus-area-icon .sf-icon-health,
.focus-areas .home-focus-area-icon .sf-icon-health,
.home-focus-areas .focus-area-icon .sf-icon-health,
.home-focus-areas .home-focus-area-icon .sf-icon-health {
    font-size: 1.75em
}

.focus-areas .focus-area-icon .sf-icon-childwelfare,
.focus-areas .home-focus-area-icon .sf-icon-childwelfare,
.home-focus-areas .focus-area-icon .sf-icon-childwelfare,
.home-focus-areas .home-focus-area-icon .sf-icon-childwelfare {
    font-size: 1.45em;
    position: relative;
    top: -14px
}

.home-focus-area-icon ellipse,
.home-focus-area-icon path,
.home-focus-area-icon polygon,
.home-focus-area-icon rect {
    fill: #fff
}

.home-focus-area-icon .sf-icon-health {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.main-content-wrapper {
    margin-bottom: 25px
}

.main-content-wrapper>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 0 10 rgba(0, 0, 0, .25)
}

@media screen and (min-width:800px) {
    .main-content-wrapper>.container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
}

.main-content-inner {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-bottom: 5px solid #6b6b76;
    padding: 30px 0
}

@media screen and (min-width:480px) {
    .main-content-inner {
        padding: 50px 0
    }
}

@media screen and (min-width:800px) {
    .main-content-inner {
        padding: 80px 0
    }
}

.single .main-content-inner {
    padding-top: 0;
    margin-top: 40px
}

.cta-blocks {
    text-align: center;
    padding: 0 20px;
    max-width: 1080px;
    margin: 0 auto
}

.cta-blocks .cta-block {
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    display: block
}

.cta-blocks .cta-block:active,
.cta-blocks .cta-block:focus,
.cta-blocks .cta-block:hover {
    text-decoration: none;
    color: #fff
}

.cta-blocks.cols-1 .cta-block {
    float: left;
    width: 100%
}

.cta-blocks.cols-1 .cta-block,
.cta-blocks.cols-2 .cta-block {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:600px) {
    .cta-blocks.cols-2 .cta-block {
        float: left;
        width: 50%
    }
}

.cta-blocks.cols-3 .cta-block {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:800px) {
    .cta-blocks.cols-3 .cta-block {
        float: left;
        width: 33.33333%
    }
}

.cta-blocks.cols-1 .cta-block {
    margin-bottom: 10px
}

@media screen and (min-width:800px) {
    .cta-blocks.cols-1 .cta-block {
        margin-bottom: 30px
    }
}

.cta-blocks .cta-block-inner {
    position: relative;
    height: 0;
    padding-bottom: 270px;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .cta-blocks .cta-block-inner {
        padding-bottom: 320px
    }
}

@media screen and (min-width:800px) {
    .cta-blocks .cta-block-inner {
        padding-bottom: 370px
    }
}

.cta-blocks .cta-block-fade {
    background: url(/dist/images/cta-fade-dark.png) 0 100% repeat-x;
    -ms-background-size: 1px 100%;
    background-size: 1px 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.cta-blocks a.cta-block.hover .cta-block-fade {
    background-color: rgba(0, 0, 0, .25)
}

.cta-blocks .image-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cta-blocks .cta-block-content {
    bottom: 0;
    position: absolute;
    z-index: 3;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.cta-blocks .cta-block-content .cta-title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.2
}

@media screen and (min-width:480px) {
    .cta-blocks .cta-block-content .cta-title {
        font-size: 30px
    }
}

.cta-blocks .cta-block-content .cta-text {
    width: 80%;
    margin: 0 auto 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px
}

.cta-blocks a.cta-block .cta-block-content {
    display: block
}

.cta-blocks a.cta-block.hover .cta-block-content,
.cta-blocks div.cta-block .cta-block-content {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.cta-blocks div.cta-block .cta-block-content {
    bottom: -40px
}

.cta-blocks div.cta-block .cta-block-content .btn {
    cursor: default
}

.cta-blocks .call-to-action {
    margin: 0 auto;
    display: block;
    width: 70%;
    min-width: 150px
}

.cta-blocks .call-to-action .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.touchevents .cta-blocks a.cta-block .cta-block-content {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.featured-resource,
.resources-archive-post {
    padding: 0 20px;
    max-width: 980px;
    margin: 0 auto
}

.featured-resource .resource-label,
.resources-archive-post .resource-label {
    text-transform: uppercase;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: -17px;
    font-size: 16px
}

.featured-resource .resource-title,
.resources-archive-post .resource-title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    color: #3a3a48;
    font-size: 28px
}

@media screen and (min-width:800px) {
    .featured-resource .resource-title,
    .resources-archive-post .resource-title {
        font-size: 34px
    }
}

.featured-resource .resource-title a,
.resources-archive-post .resource-title a {
    color: #3a3a48
}

.featured-resource .resource-title a:hover,
.resources-archive-post .resource-title a:hover {
    color: #777;
    text-decoration: none
}

.featured-resource .resource-meta,
.resources-archive-post .resource-meta {
    margin-bottom: 20px;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -.02em;
    margin-top: -7px;
    font-weight: 600;
    overflow: hidden
}

.featured-resource .resource-meta span,
.resources-archive-post .resource-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px
}

.featured-resource .resource-meta span:before,
.resources-archive-post .resource-meta span:before {
    width: 2px;
    height: 16px;
    top: 50%;
    margin: -10px 0 0;
    left: -13px;
    content: "";
    position: absolute
}

.featured-resource .resource-meta span:first-child:before,
.resources-archive-post .resource-meta span:first-child:before {
    display: none
}

.featured-resource .excerpt,
.resources-archive-post .excerpt {
    position: relative;
    font-size: 16px
}

.featured-resource .excerpt.has-link:hover,
.resources-archive-post .excerpt.has-link:hover {
    color: #777
}

.featured-resource .excerpt p,
.resources-archive-post .excerpt p {
    margin-bottom: 0
}

.featured-resource .excerpt-read-more,
.resources-archive-post .excerpt-read-more {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 300px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(/dist/images/bg-fade-text.png) 0 100% repeat-x;
    -ms-background-size: 1px 100%;
    background-size: 1px 100%
}

.featured-resource .excerpt-read-more .inner-text,
.resources-archive-post .excerpt-read-more .inner-text {
    display: none
}

.featured-resource .image-col,
.resources-archive-post .image-col {
    margin-bottom: 20px
}

@media screen and (min-width:800px) {
    .featured-resource .image-col,
    .resources-archive-post .image-col {
        margin-bottom: 0
    }
}

.featured-resource .image-col .image-outter,
.resources-archive-post .image-col .image-outter {
    display: block;
    height: 0;
    padding-bottom: 75%;
    position: relative
}

.featured-resource .image-col .image-outter:before,
.resources-archive-post .image-col .image-outter:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    bottom: 0;
    right: 0;
    background: #e6e6e9;
    content: ""
}

@media screen and (min-width:800px) {
    .featured-resource .image-col .image-outter:before,
    .resources-archive-post .image-col .image-outter:before {
        top: 60px;
        left: 60px
    }
}

.featured-resource .image-col .image-outter--colour-line,
.resources-archive-post .image-col .image-outter--colour-line {
    padding-bottom: 65%;
    overflow: hidden
}

.featured-resource .image-col .image-outter--colour-line:before,
.resources-archive-post .image-col .image-outter--colour-line:before {
    height: 8px;
    width: 80%;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    z-index: 10
}

.featured-resource .image-col .image-outter--colour-line .image-wrapper,
.resources-archive-post .image-col .image-outter--colour-line .image-wrapper {
    bottom: 0;
    right: 0;
    margin-bottom: 5px
}

.featured-resource .image-col .image-wrapper,
.resources-archive-post .image-col .image-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    -ms-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:800px) {
    .featured-resource .image-col .image-wrapper,
    .resources-archive-post .image-col .image-wrapper {
        bottom: 60px;
        right: 60px
    }
}

.featured-resource .image-col .call-to-action,
.resources-archive-post .image-col .call-to-action {
    display: block;
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 20px;
    right: 40px;
    overflow: hidden
}

@media screen and (min-width:800px) {
    .featured-resource .image-col .call-to-action,
    .resources-archive-post .image-col .call-to-action {
        left: 60px;
        bottom: 60px;
        right: 120px
    }
}

.featured-resource .image-col .call-to-action .btn,
.resources-archive-post .image-col .call-to-action .btn {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(48px);
    transform: translateY(48px)
}

.featured-resource .image-col span.image-outter .btn,
.resources-archive-post .image-col span.image-outter .btn {
    -webkit-transform: translate(0);
    transform: translate(0);
    bottom: -48px;
    cursor: default
}

.featured-resource.hover .call-to-action .btn,
.resources-archive-post.hover .call-to-action .btn {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.featured-resource .read-more,
.resources-archive-post .read-more {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a48;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    display: inline-block
}

.featured-resource .read-more:hover,
.resources-archive-post .read-more:hover {
    color: #777
}

.featured-resource .read-more:after,
.resources-archive-post .read-more:after {
    content: "\F101";
    font-family: socialfinance;
    display: block;
    position: absolute;
    right: -40px;
    top: 20px;
    height: 20px;
    margin-top: -15px;
    line-height: 20px
}

.touchevents .featured-resource .image-col .call-to-action .btn {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.resource--projects .resource-heading {
    max-width: 800px;
    margin: auto
}

.resource--projects .resource-heading h2 {
    text-transform: uppercase;
    font-weight: 600
}

.resource--projects .resource-heading p {
    color: #6b6b76
}

@media screen and (min-width:800px) {
    .resource--projects .resource-title {
        font-size: 24px;
        letter-spacing: .15;
        line-height: 28px;
        margin-top: 0
    }
}

.resource--projects .resource-meta {
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 14px
}

.feature-resource-item {
    margin-top: 60px
}

.feature-resource-item .resource-excerpt {
    font-size: 14px;
    max-height: 90px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
    color: #6b6b76
}

.feature-resource-item .resource-excerpt:after {
    content: "";
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff)
}

@media screen and (min-width:800px) {
    .feature-resource-item--half .resource-excerpt {
        margin-top: 45px
    }
}

.featured-resource .feature-resource-item--whole .image-col {
    margin-bottom: 0
}

@media screen and (min-width:800px) {
    .featured-resource .feature-resource-item--whole .image-col .image-outter--colour-line {
        padding-bottom: 35%
    }
    .featured-resource .feature-resource-item--whole .image-col {
        margin-bottom: 30px
    }
}

.resource-feature-pagination {
    font-size: 16px;
    line-height: 15px;
    margin-top: 30px
}

.resource-feature-pagination a {
    color: #6b6b76;
    font-family: TiemposText, Georgia, Times New Roman, Times, serif
}

.resource-feature-pagination:hover a {
    opacity: .6
}

@media screen and (min-width:800px) {
    .resource-feature-pagination {
        margin-top: 75px
    }
}

hr {
    margin: 50px 0;
    display: block;
    height: 30px;
    width: 100%;
    position: relative;
    border: none;
    overflow: hidden
}

@media screen and (min-width:800px) {
    hr {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

hr:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e9
}

hr.icon {
    background: url(/dist/images/shapes-hr.svg) 50% no-repeat;
    -ms-background-size: contain;
    background-size: contain;
    border: none;
    overflow: hidden
}

hr.icon:after,
hr.icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    width: 50%;
    height: 1px;
    background-color: #e6e6e9
}

hr.icon:before {
    right: 0;
    margin-right: -45px
}

hr.icon:after {
    left: 0;
    margin-left: -45px
}

.text-container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 960px;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .text-container {
        padding: 0 40px
    }
}

.text-container h3 {
    text-align: center;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 2em auto 1em;
    max-width: 800px;
    clear: both;
    font-size: 18px
}

@media screen and (min-width:480px) {
    .text-container h3 {
        font-size: 20px
    }
}

@media screen and (min-width:800px) {
    .text-container h3 {
        font-size: 23px
    }
}

.text-container h3:first-child {
    margin-top: 0
}

.text-container h4 {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 2em auto 1em;
    clear: both;
    font-size: 18px
}

@media screen and (min-width:480px) {
    .text-container h4 {
        font-size: 19px
    }
}

.text-container h4:first-child {
    margin-top: 0
}

.text-container .btn,
.text-container .btn:hover {
    color: #fff
}

.text-container .alignright {
    float: right;
    margin: 0 0 1em 1em
}

.text-container .alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.text-container .aligncenter {
    text-align: center;
    margin: 20px auto 30px;
    clear: both;
    display: block
}

.text-container .wp-smiley {
    width: auto;
    height: auto
}

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

.header-featured-resources {
    padding: 18px 0 20px 10px
}

.header-featured-resources .header-featured-resource {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

@media (min-width:800px) {
    .header-featured-resources .header-featured-resource {
        float: left;
        width: 50%
    }
}

@media (min-width:1000px) {
    .header-featured-resources .header-featured-resource {
        float: left;
        width: 33.33333%
    }
}

.header-featured-resources .image-outter {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 11px
}

.header-featured-resources .resource-label {
    text-transform: uppercase;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 13px;
    margin-bottom: -10px;
    color: #b4a59f
}

.header-featured-resources .resource-title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    line-height: 1.3
}

.header-featured-resources .resource-title a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block
}

.header-featured-resources .resource-title a:active,
.header-featured-resources .resource-title a:focus,
.header-featured-resources .resource-title a:hover {
    color: #c5c5c5;
    text-decoration: none
}

.header-featured-resources .excerpt {
    font-size: 12px;
    margin-top: -3px;
    color: #6b6b76;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-featured-resources .excerpt.has-link:hover {
    color: #777
}

.header-featured-resources .excerpt p {
    margin-bottom: 0
}

.header-featured-resources .excerpt-read-more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.header-featured-resources .excerpt-read-more .inner-text {
    display: none
}

.featured-header-block {
    position: relative;
    height: 330px;
    width: 100%;
    color: #fff
}

@media screen and (min-width:480px) {
    .featured-header-block {
        height: 430px
    }
}

@media screen and (min-width:800px) {
    .featured-header-block {
        height: 530px
    }
}

.featured-header-block .featured-header-block-content {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.featured-header-block .featured-header-block-content .featured-header-block-content-inner {
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 0 20px;
    width: 100%
}

@media screen and (min-width:480px) {
    .featured-header-block .featured-header-block-content .featured-header-block-content-inner {
        width: 80%;
        bottom: 65px
    }
}

@media screen and (min-width:800px) {
    .featured-header-block .featured-header-block-content .featured-header-block-content-inner {
        width: 60%;
        right: 0;
        left: auto;
        bottom: 95px
    }
}

@media screen and (min-width:1000px) {
    .featured-header-block .featured-header-block-content .featured-header-block-content-inner {
        width: 50%;
        right: -60px
    }
}

.featured-header-block .featured-header-block-content .title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    margin-top: 0;
    position: relative;
    font-size: 28px
}

@media screen and (min-width:480px) {
    .featured-header-block .featured-header-block-content .title {
        font-size: 38px
    }
}

@media screen and (min-width:800px) {
    .featured-header-block .featured-header-block-content .title {
        font-size: 46px
    }
}

.featured-header-block .featured-header-block-content .title:before {
    display: block;
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #fff
}

.featured-header-block .featured-header-block-content .text {
    font-style: italic;
    font-size: 18px;
    line-height: 1.5
}

@media screen and (min-width:480px) {
    .featured-header-block .featured-header-block-content .text {
        font-size: 21px
    }
}

@media screen and (min-width:800px) {
    .featured-header-block .featured-header-block-content .text {
        font-size: 24px
    }
}

.global-network-links {
    text-align: center;
    padding: 20px 35px;
    margin-bottom: 20px
}

.global-network-links .call-to-action {
    position: relative;
    margin: 0 0 15px;
    display: block;
    width: 100%
}

.global-network-links .call-to-action .btn {
    display: block;
    width: 100%
}

@media screen and (min-width:800px) {
    .global-network-links .call-to-action .btn {
        width: 315px
    }
}

@media screen and (min-width:800px) {
    .global-network-links .call-to-action {
        margin: 0 5px 15px;
        display: inline-block;
        width: auto
    }
}

.global-network-map {
    border: 2px solid #3a3a48;
    position: relative;
    overflow: hidden
}

.global-network-map .map-title {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    display: none
}

@media screen and (min-width:480px) {
    .global-network-map .map-title {
        display: block;
        left: 100px;
        right: 100px
    }
}

.global-network-map .map-title .btn {
    background-color: #3a3a48;
    border-color: #3a3a48;
    margin: 0;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

@media screen and (min-width:480px) {
    .global-network-map .map-title .btn {
        width: auto;
        padding-left: 37px;
        padding-right: 37px
    }
}

.global-network-map .map-title .btn:hover {
    cursor: default;
    color: #fff;
    background-color: #3a3a48;
    border-color: #3a3a48
}

.global-network-map .map-locations {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
    background-color: #fff
}

@media screen and (min-width:480px) {
    .global-network-map .map-locations {
        padding-top: 60px
    }
}

.global-network-map .map-locations .map-location {
    margin-top: 50px
}

.global-network-map .map-locations .map-location-close,
.global-network-map .map-wrapper {
    display: none
}

@media screen and (min-width:1000px) {
    .global-network-map {
        height: 0;
        padding-bottom: 60%;
        overflow: hidden;
        background: url(/dist/images/bg-map.png)
    }
    .global-network-map .map-locations {
        display: block;
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        width: 400px;
        right: -400px;
        height: 100%;
        top: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    .global-network-map .map-locations.open {
        -webkit-transform: translate(-400px);
        transform: translate(-400px)
    }
    .global-network-map .map-locations .map-location-close {
        display: block;
        color: #b4a169;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 28px
    }
    .global-network-map .map-locations .map-location-close:active,
    .global-network-map .map-locations .map-location-close:focus,
    .global-network-map .map-locations .map-location-close:hover {
        text-decoration: none
    }
    .global-network-map .map-locations .map-location-close:hover {
        color: #3a3a48
    }
    .global-network-map .map-locations .map-locations-inner {
        display: table;
        height: 100%
    }
    .global-network-map .map-locations .map-locations-inner-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }
    .global-network-map .map-locations .map-location {
        display: none
    }
    .global-network-map .map-locations .map-location.active {
        display: block
    }
    .global-network-map .map-locations .map-location .map-location-title {
        font-family: TiemposText, Georgia, Times New Roman, Times, serif;
        font-weight: 200;
        line-height: 1.2;
        margin-top: 0;
        text-align: left;
        color: #3a3a48;
        text-transform: none;
        font-size: 30px;
        letter-spacing: 0
    }
    .global-network-map .map-locations .map-location .map-location-content {
        color: #6b6b76;
        font-size: 16px;
        line-height: 1.4em
    }
    .global-network-map .map-wrapper {
        display: block;
        width: 73%;
        margin: 100px auto 0;
        background: url(/dist/images/map.svg) 50% no-repeat;
        -ms-background-size: contain;
        background-size: contain
    }
    .global-network-map .map-wrapper .map-markers {
        width: 100%;
        height: 0;
        padding-bottom: 63.37209%;
        position: relative
    }
    .global-network-map .map-wrapper .map-marker {
        position: absolute;
        font-size: 50px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        display: block;
        width: 36px;
        height: 60px;
        margin-left: -18px;
        margin-top: -60px;
        line-height: 60px;
        text-align: center;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    .global-network-map .map-wrapper .map-marker span {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        width: 60px;
        left: -12px
    }
    .global-network-map .map-wrapper .map-marker:active,
    .global-network-map .map-wrapper .map-marker:focus,
    .global-network-map .map-wrapper .map-marker:hover {
        text-decoration: none
    }
    .global-network-map .map-wrapper .map-marker:hover {
        font-size: 64px
    }
}

.location-type-type_1 span,
.location-type-type_1a:active,
.location-type-type_1a:focus,
.location-type-type_1a:hover {
    color: #3a3a48
}

.location-type-type_2 span,
.location-type-type_2a:active,
.location-type-type_2a:focus,
.location-type-type_2a:hover {
    color: #009ac7
}

.global-network-map-legend {
    padding-left: 38px;
    display: none
}

@media screen and (min-width:480px) {
    .global-network-map-legend {
        display: block;
        text-align: center;
        margin-bottom: 50px;
        padding-left: 0
    }
}

.global-network-map-legend li,
.global-network-map-legend ul {
    list-style: none
}

.global-network-map-legend li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-bottom: 40px
}

@media screen and (min-width:480px) {
    .global-network-map-legend li {
        margin-left: 80px
    }
}

.global-network-map-legend li:first-child {
    margin-left: 0
}

.global-network-map-legend li span {
    font-size: 55px;
    position: absolute;
    top: -20px;
    left: -50px
}

body.page-template-global-network .main-content-inner {
    padding-bottom: 0
}

.main-content-inner.has-featured-image {
    padding-top: 0;
    margin-top: 0
}

@media screen and (min-width:480px) {
    .main-content-inner.has-featured-image {
        margin-top: 20px
    }
}

@media screen and (min-width:800px) {
    .main-content-inner.has-featured-image {
        margin-top: 60px
    }
}

.featured-image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .featured-image {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:800px) {
    .featured-image {
        padding-left: 60px;
        padding-right: 60px
    }
}

.featured-image .featured-image-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 37.558%;
    top: 0
}

@media screen and (min-width:480px) {
    .featured-image .featured-image-inner {
        top: -20px
    }
}

@media screen and (min-width:800px) {
    .featured-image .featured-image-inner {
        top: -60px
    }
}

.expandable-block .container-fluid {
    max-width: 1000px
}

.expandable-block .expandable-block-title {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 2em auto 1em;
    max-width: 800px;
    clear: both;
    font-size: 18px;
    margin-bottom: 23px;
    text-align: center;
    margin-top: 0
}

@media screen and (min-width:480px) {
    .expandable-block .expandable-block-title {
        font-size: 20px
    }
}

@media screen and (min-width:800px) {
    .expandable-block .expandable-block-title {
        font-size: 23px
    }
}

.expandable-block .expandable-block-title:first-child {
    margin-top: 0
}

@media screen and (min-width:800px) {
    .expandable-block .expandable-block-title {
        text-align: left
    }
}

.expandable-block .expandable-block-content {
    position: relative;
    height: 220px;
    margin-bottom: 30px;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .expandable-block .expandable-block-content {
        margin-bottom: 40px
    }
}

.expandable-block .excerpt-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/dist/images/bg-fade-text.png) 0 100% repeat-x;
    -ms-background-size: 1px 100%;
    background-size: 1px 100%;
    height: 200px;
    z-index: 2;
    content: "";
    display: block
}

.expandable-block .expandable-block-image-col {
    text-align: center;
    margin-bottom: 30px
}

@media screen and (min-width:800px) {
    .expandable-block .expandable-block-image-col {
        margin-bottom: 0
    }
}

.expandable-block .expandable-block-image {
    max-width: none;
    height: auto;
    width: 200px
}

@media screen and (min-width:800px) {
    .expandable-block .expandable-block-image {
        width: 100%
    }
}

.contact-content {
    text-align: center
}

.contact-content .text-container {
    max-width: 1000px
}

.contact-content .contact-content-sites-links {
    text-align: center;
    padding: 20px 35px 0;
    margin-bottom: 0
}

.contact-content .contact-content-sites-links .call-to-action {
    position: relative;
    margin: 0 0 15px;
    display: block;
    width: 100%
}

.contact-content .contact-content-sites-links .call-to-action .btn {
    display: block;
    width: 100%
}

@media screen and (min-width:800px) {
    .contact-content .contact-content-sites-links .call-to-action .btn {
        width: 315px
    }
}

@media screen and (min-width:800px) {
    .contact-content .contact-content-sites-links .call-to-action {
        margin: 0 5px 15px;
        display: inline-block;
        width: auto
    }
}

.contact-header-block {
    text-align: center;
    position: relative
}

.contact-header-block .contact-header-block-content {
    position: relative;
    padding: 0;
    z-index: 2
}

@media screen and (min-width:480px) {
    .contact-header-block .contact-header-block-content {
        padding: 35px
    }
}

@media screen and (min-width:800px) {
    .contact-header-block .contact-header-block-content {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

@media screen and (min-width:1000px) {
    .contact-header-block .contact-header-block-content {
        padding-top: 95px;
        padding-bottom: 95px
    }
}

@media screen and (min-width:1200px) {
    .contact-header-block .contact-header-block-content {
        padding-top: 115px;
        padding-bottom: 115px
    }
}

.contact-header-block .contact-header-block-content .contact-header-block-content-inner {
    background-color: #fff;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 0
}

.contact-header-block .title {
    display: none
}

.contact-header-block .contact-header-block-address {
    position: relative;
    padding: 0 0 36px;
    margin: 36px auto 0
}

.contact-header-block .contact-header-block-address:first-child {
    margin-top: 0
}

.contact-header-block .contact-header-block-address:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    content: "";
    height: 2px;
    background-color: #cdcdd4;
    left: 50%;
    margin-left: -25px
}

.contact-header-block .contact-header-block-address p {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 23px
}

@media screen and (min-width:480px) {
    .contact-header-block .contact-header-block-address p {
        font-size: 27px
    }
}

@media screen and (min-width:800px) {
    .contact-header-block .contact-header-block-address p {
        line-height: 1.12;
        font-size: 31px
    }
}

@media screen and (min-width:1000px) {
    .contact-header-block .contact-header-block-address p {
        font-size: 35px
    }
}

.contact-header-block .contact-header-block-phone-email {
    margin-top: 34px
}

.contact-header-block .contact-header-block-phone-email p {
    text-align: center;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 2em auto 1em;
    max-width: 800px;
    clear: both;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}

@media screen and (min-width:480px) {
    .contact-header-block .contact-header-block-phone-email p {
        font-size: 20px
    }
}

@media screen and (min-width:800px) {
    .contact-header-block .contact-header-block-phone-email p {
        font-size: 23px
    }
}

.contact-header-block .contact-header-block-phone-email p:first-child {
    margin-top: 0
}

@media screen and (min-width:800px) {
    .contact-header-block .contact-header-block-phone-email p {
        font-size: 20px
    }
}

@media screen and (min-width:1000px) {
    .contact-header-block .contact-header-block-phone-email p {
        font-size: 23px
    }
}

.contact-header-block .contact-header-block-phone-email p a {
    color: #b4a169
}

.contact-header-block .contact-header-block-phone-email p a:active,
.contact-header-block .contact-header-block-phone-email p a:focus,
.contact-header-block .contact-header-block-phone-email p a:hover {
    text-decoration: none
}

.contact-header-block .contact-header-block-phone-email p a:hover {
    color: #9c884e
}

.team-members-list .team-members-list-filter {
    margin: 0 auto 75px;
    max-width: 530px;
    padding: 0 20px
}

.team-members-list .team-members-list-group {
    overflow: hidden;
    padding: 0 20px;
    max-width: 860px;
    margin: 0 auto
}

.team-members-list .team-members-list-group-title {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 2em auto 1em;
    max-width: 800px;
    clear: both;
    font-size: 18px;
    text-align: center
}

@media screen and (min-width:480px) {
    .team-members-list .team-members-list-group-title {
        font-size: 20px
    }
}

@media screen and (min-width:800px) {
    .team-members-list .team-members-list-group-title {
        font-size: 23px
    }
}

.team-members-list .team-members-list-group-title:first-child {
    margin-top: 0
}

.team-members-list .team-members-list-group-description {
    text-align: center
}

.team-members-list .team-members-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-members-list .team-members-list-group-members {
    margin-top: 40px
}

@media screen and (min-width:480px) {
    .team-members-list .team-members-list-group-members {
        margin-top: 70px
    }
}

.team-members-list .row {
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (min-width:480px) {
    .team-members-list .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.team-members-list .team-member {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width:480px) {
    .team-members-list .team-member {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.team-members-list .team-member-inner {
    width: 120px;
    margin: 0 auto;
    height: 290px;
    position: relative
}

@media screen and (min-width:480px) {
    .team-members-list .team-member-inner {
        height: 313px;
        width: 150px
    }
}

.team-members-list .team-member-inner:after {
    content: "";
    display: none;
    background-color: #3a3a48;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 60px
}

@media screen and (min-width:480px) {
    .team-members-list .team-member-inner:after {
        display: block
    }
}

.team-members-list .team-member-title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    margin-top: 22px;
    margin-bottom: 6px;
    font-size: 20px
}

@media screen and (min-width:480px) {
    .team-members-list .team-member-title {
        width: 120%;
        font-size: 23px
    }
}

.team-members-list .team-member-title a {
    color: #3a3a48;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.team-members-list .team-member-title a:link,
.team-members-list .team-member-title a:visited {
    color: #3a3a48
}

.team-members-list .team-member-title a:active,
.team-members-list .team-member-title a:focus,
.team-members-list .team-member-title a:hover {
    text-decoration: none
}

.team-members-list .team-member-title a:hover {
    color: #b4a169
}

.team-members-list .team-member-position {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #b4a169;
    font-weight: 600;
    width: 100%
}

@media screen and (min-width:480px) {
    .team-members-list .team-member-position {
        width: 120%
    }
}

.team-members-list .image-wrapper {
    position: relative;
    display: block
}

.team-members-list .image-wrapper .image-placeholder {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 126.6666%;
    background-color: #c5b68b
}

.team-members-list .image-wrapper img {
    width: 100%;
    height: auto;
    display: block
}

.team-members-list .image-wrapper:after {
    content: "";
    display: block;
    background-color: #b4a169;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 11px
}

.infographics-wrapper {
    padding: 0 20px;
    max-width: 1000px;
    margin: 0 auto
}

.infographics-title {
    text-align: center;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 2em auto 1em;
    max-width: 800px;
    clear: both;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #6b6b76
}

@media screen and (min-width:480px) {
    .infographics-title {
        font-size: 20px
    }
}

@media screen and (min-width:800px) {
    .infographics-title {
        font-size: 23px
    }
}

.infographics-title:first-child {
    margin-top: 0
}

.infographic {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none;
    margin: 0 auto
}

.infographic.active {
    display: block
}

.infographic .infographic-image {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto
}

.infographic .infographic-areas {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.infographic .infographic-area {
    display: block;
    position: absolute
}

.accordion {
    padding: 0;
    max-width: 780px;
    margin: 0 auto
}

@media screen and (min-width:800px) {
    .accordion {
        padding: 0 20px
    }
}

.accordion .accordion-title {
    text-align: center;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 2em auto 1em;
    max-width: 800px;
    clear: both;
    font-size: 18px;
    margin-bottom: 42px
}

@media screen and (min-width:480px) {
    .accordion .accordion-title {
        font-size: 20px
    }
}

@media screen and (min-width:800px) {
    .accordion .accordion-title {
        font-size: 23px
    }
}

.accordion .accordion-title:first-child {
    margin-top: 0
}

.accordion .accordion-block {
    border-bottom: 1px solid #e6e6e9;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .accordion .accordion-block {
        margin-bottom: 22px
    }
}

.accordion .accordion-block .accordion-block-title {
    font-family: TiemposText, Georgia, Times New Roman, Times, serif;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 40px;
    margin: 15px 0;
    font-size: 18px
}

@media screen and (min-width:480px) {
    .accordion .accordion-block .accordion-block-title {
        padding: 0 50px;
        margin-bottom: 24px
    }
}

@media screen and (min-width:800px) {
    .accordion .accordion-block .accordion-block-title {
        padding: 0 70px;
        font-size: 23px
    }
}

.accordion .accordion-block .accordion-block-title .accordion-close-icon,
.accordion .accordion-block .accordion-block-title .accordion-open-icon {
    position: absolute;
    top: 3px;
    right: 0;
    height: 100%;
    width: 40px
}

@media screen and (min-width:480px) {
    .accordion .accordion-block .accordion-block-title .accordion-close-icon,
    .accordion .accordion-block .accordion-block-title .accordion-open-icon {
        top: 0;
        right: 10px
    }
}

@media screen and (min-width:800px) {
    .accordion .accordion-block .accordion-block-title .accordion-close-icon,
    .accordion .accordion-block .accordion-block-title .accordion-open-icon {
        top: 2px;
        right: 20px
    }
}

.accordion .accordion-block .accordion-block-title .accordion-open-icon {
    font-size: 21px
}

.accordion .accordion-block .accordion-block-title .accordion-close-icon {
    display: none;
    font-size: 16px;
    top: 4px
}

.accordion .accordion-block .accordion-block-content {
    font-size: 16px;
    display: none;
    overflow: hidden;
    padding: 0 20px
}

@media screen and (min-width:800px) {
    .accordion .accordion-block .accordion-block-content {
        padding: 0
    }
}

.accordion .accordion-block .accordion-block-content .accordion-block-content-inner {
    padding-bottom: 10px
}

.accordion .accordion-block.accordion-open .accordion-block-title .accordion-open-icon {
    display: none
}

.accordion .accordion-block.accordion-open .accordion-block-title .accordion-close-icon,
.edit-link a {
    display: block
}

.edit-link a {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
    padding: 8px 14px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #ececec;
    text-align: center;
    color: transparent;
    font-size: 18px;
    text-decoration: none
}

.edit-link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/dist/images/pencil.svg) 50% no-repeat;
    background-size: 25px auto;
    opacity: .6
}

.edit-link a:hover {
    background-color: #d3d3d3
}

.edit-link a:hover:after {
    opacity: .8
}

.team-member-details {
    padding: 50px 0 0;
    overflow: hidden
}

@media screen and (min-width:800px) {
    .team-member-details {
        padding: 90px 0 0
    }
}

.team-member-details .image-wrapper {
    position: relative;
    display: block;
    width: 80%;
    max-width: 205px;
    margin: 0 auto 35px
}

.team-member-details .image-wrapper img {
    width: 100%;
    height: auto;
    display: block
}

.team-member-details .image-wrapper:after {
    content: "";
    display: block;
    background-color: #b4a169;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 11px
}

@media screen and (min-width:800px) {
    .team-member-details .image-wrapper {
        margin-right: 75px;
        margin-bottom: 50px;
        float: left
    }
}

@media screen and (min-width:1000px) {
    .team-member-details .image-wrapper {
        margin-right: 115px
    }
}

.team-member-details .team-member-details-content {
    margin-bottom: 35px;
    text-align: center
}

@media screen and (min-width:800px) {
    .team-member-details .team-member-details-content {
        margin-bottom: 50px;
        text-align: left
    }
}

.team-member-details .team-member-details-title {
    margin-top: 0;
    line-height: 1.2
}

.team-member-details .team-member-details-position {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #b4a169;
    font-weight: 600;
    margin-bottom: 27px
}

.team-member-details .team-member-details-boxes {
    display: inline-block;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 15px
}

.team-member-details .team-member-details-boxes .team-member-details-box {
    display: inline-block;
    border: 2px solid #b4a169;
    padding: 11px 18px 7px;
    margin-bottom: 10px;
    width: 100%
}

@media screen and (min-width:480px) {
    .team-member-details .team-member-details-boxes .team-member-details-box {
        border-left: none;
        float: left;
        margin-bottom: 0;
        width: auto
    }
    .team-member-details .team-member-details-boxes .team-member-details-box:first-child {
        border-left: 2px solid #b4a169
    }
}

.team-member-details .team-member-details-boxes .team-member-details-box-label {
    color: #b4a169;
    text-transform: uppercase;
    margin-right: 5px
}

.team-member-details .team-member-details-boxes .team-member-details-box-text {
    color: #6b6b76
}

.team-member-details .team-member-details-social-links {
    display: block;
    font-size: 1.5em
}

.team-member-details .team-member-details-social-links .team-member-details-social-link {
    margin-right: 25px
}

.single-post-actions {
    margin-top: 25px
}

@media screen and (min-width:800px) {
    .single-post-actions {
        margin-top: 55px
    }
}

.values .values-grid {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 860px
}

.values .values-grid .row {
    margin-bottom: 20px
}

.values .text-container {
    margin-bottom: 50px
}

.values .values-value-title {
    position: relative;
    text-align: center;
    display: block;
    height: 51px;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 17px;
    margin: 20px auto;
    line-height: 1.2;
    max-width: 250px;
    width: 100%
}

@media screen and (min-width:800px) {
    .values .values-value-title {
        margin-top: 0;
        margin-bottom: 0
    }
}

.values .values-value-title .values-value-title-inner {
    position: relative;
    z-index: 2;
    display: table;
    height: 100%;
    width: 100%;
    top: 3px
}

.values .values-value-title .values-value-title-inner-cell {
    display: table-cell;
    vertical-align: middle
}

.values .values-value-title:after {
    font-family: socialfinance;
    font-weight: 400;
    display: block;
    content: "\F111";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 250px;
    line-height: 1
}

.values .values-value-title.darkblue {
    color: #043f71
}

.values .values-value-title.gold {
    color: #b4a169
}

.values .values-value-title.orange {
    color: #f47b20
}

.values .values-value-title.purple {
    color: #5c317c
}

.values .values-value-title.blue {
    color: #009ac7
}

.values .values-value-title.pink {
    color: #db088c
}

.values .row:first-child .values-value-title {
    margin-top: 0
}

.values .values-value-content {
    color: #6b6b76;
    font-size: 16px;
    padding: 0 5px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

@media screen and (min-width:800px) {
    .values .values-value-content {
        text-align: left;
        max-width: none;
        padding: 0
    }
}

.values .values-value-content p {
    margin-bottom: 0
}

.main-content-inner .content-block {
    margin-top: 30px
}

@media screen and (min-width:480px) {
    .main-content-inner .content-block {
        margin-top: 50px
    }
}

@media screen and (min-width:800px) {
    .main-content-inner .content-block {
        margin-top: 80px
    }
}

.main-content-inner .content-block.no-space,
.main-content-inner .content-block:first-child,
.main-content-inner .featured-image+.content-block {
    margin-top: 0
}

.file-list {
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 960px;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .file-list {
        padding: 0 40px
    }
}

.file-list .file-list-file {
    margin-top: 45px
}

@media screen and (min-width:800px) {
    .file-list .file-list-file {
        margin-top: 66px
    }
}

.file-list .file-list-file:first-child {
    margin-top: 0
}

.file-list .file-list-file-title {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 2em auto 1em;
    clear: both;
    font-size: 18px;
    margin-bottom: 0
}

@media screen and (min-width:480px) {
    .file-list .file-list-file-title {
        font-size: 19px
    }
}

.file-list .file-list-file-title:first-child {
    margin-top: 0
}

.file-list .file-list-file-excerpt {
    position: relative;
    margin-bottom: 15px
}

@media screen and (min-width:800px) {
    .file-list .file-list-file-excerpt {
        margin-bottom: 25px
    }
}

.file-list .file-list-file-excerpt .excerpt-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/dist/images/bg-fade-text.png) 0 100% repeat-x;
    -ms-background-size: 1px 100%;
    background-size: 1px 100%;
    height: 90px;
    z-index: 2;
    content: "";
    display: block
}

.file-list .file-list-file-link {
    color: #3a3a48;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    position: relative
}

.file-list .file-list-file-link:link,
.file-list .file-list-file-link:visited {
    color: #3a3a48
}

.file-list .file-list-file-link:active,
.file-list .file-list-file-link:hover {
    color: #043f71
}

.file-list .file-list-file-link:after {
    content: "\F101";
    font-family: socialfinance;
    display: block;
    position: absolute;
    right: -40px;
    top: 15px;
    height: 20px;
    margin-top: -15px;
    line-height: 20px;
    font-size: 1.2em
}

.supporters {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 960px;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .supporters {
        padding: 0 40px
    }
}

.supporters .row {
    margin-left: -5px;
    margin-right: -5px
}

.supporters .supporter {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.supporters .supporter .inner {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.supporters .supporter .inner-inner {
    border: 1px solid #e7e6eb;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.supporters .supporter .inner-table {
    display: table;
    height: 100%;
    width: 100%
}

.supporters .supporter .inner-cell {
    display: table-cell;
    vertical-align: middle
}

.supporters .supporter-logo {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block
}

.styled-select {
    display: block;
    height: 50px;
    border: 1px solid #043f71;
    position: relative;
    color: #6b6b76;
    overflow: hidden
}

.styled-select:after {
    content: "\F100";
    font-family: socialfinance;
    position: absolute;
    right: 20px;
    font-size: 1.3em;
    top: 5px;
    z-index: 1;
    color: #3a3a48
}

.styled-select select {
    position: absolute;
    z-index: 2;
    color: #6b6b76;
    background: transparent;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 105%;
    padding: 3px 25px 0;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none
}

.styled-select select:focus {
    outline: none
}

.resources-archive-wrapper {
    margin-top: 30px
}

@media screen and (min-width:800px) {
    .resources-archive-wrapper {
        margin-top: 80px
    }
}

.resources-archive-wrapper:first-child {
    margin-top: 0
}

.resources-archive-filter {
    margin: 0 auto 45px;
    max-width: 530px;
    padding: 0 20px
}

@media screen and (min-width:800px) {
    .resources-archive-filter {
        margin-bottom: 75px
    }
}

.resources-archive {
    padding: 0 20px;
    max-width: 980px;
    margin: 40px auto 0;
    overflow: hidden
}

@media screen and (min-width:480px) {
    .resources-archive {
        margin-top: 60px
    }
}

@media screen and (min-width:800px) {
    .resources-archive {
        margin-top: 80px
    }
}

.resources-archive .resources-archive-posts {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:800px) {
    .resources-archive .resources-archive-posts {
        margin-bottom: 40px
    }
}

.resources-archive .resources-archive-posts:after {
    background-color: #e6e6e9;
    width: 1px;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    content: "";
    display: none
}

@media screen and (min-width:800px) {
    .resources-archive .resources-archive-posts:after {
        display: block
    }
}

.resources-archive .resources-archive-posts .resources-archive-post,
.resources-archive .resources-archive-posts .resources-archive-post-sizer {
    width: 100%
}

@media screen and (min-width:800px) {
    .resources-archive .resources-archive-posts .resources-archive-post,
    .resources-archive .resources-archive-posts .resources-archive-post-sizer {
        width: 50%
    }
}

.resources-archive .resources-archive-posts .resources-archive-post {
    padding: 0;
    margin-bottom: 30px
}

@media screen and (min-width:800px) {
    .resources-archive .resources-archive-posts .resources-archive-post {
        margin-bottom: 60px
    }
}

.resources-archive .resources-archive-posts .resources-archive-post .resources-archive-post-inner {
    border-left: none
}

@media screen and (min-width:800px) {
    .resources-archive .resources-archive-posts .resources-archive-post .resources-archive-post-inner {
        padding-right: 10%
    }
}

.resources-archive .resources-archive-posts .resources-archive-post.right .resources-archive-post-inner {
    padding-right: 0;
    padding-left: 10%
}

.resources-archive .resources-archive-posts .resources-archive-post .resource-title {
    font-size: 21px
}

.resources-archive .resources-pagination {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    text-align: center
}

@media screen and (min-width:800px) {
    .resources-archive .resources-pagination {
        text-align: right
    }
}

.resources-archive .resources-pagination a {
    color: #3a3a48;
    display: inline-block;
    padding: 3px 18px;
    position: relative
}

.resources-archive .resources-pagination a:before {
    width: 2px;
    height: 16px;
    top: 50%;
    margin: -10px 0 0;
    left: -1px;
    content: "";
    position: absolute;
    background-color: #e6e6e9;
    display: block;
    z-index: 2
}

.resources-archive .resources-pagination a:first-child:before {
    display: none
}

.single-details {
    padding: 50px 0 0;
    overflow: hidden
}

@media screen and (min-width:800px) {
    .single-details {
        padding: 90px 0 0
    }
}

.single-details .single-details-content {
    margin-bottom: 35px
}

@media screen and (min-width:800px) {
    .single-details .single-details-content {
        margin-bottom: 50px
    }
}

.single-details .single-details-title {
    margin-top: 0;
    line-height: 1.2;
    font-size: 23px
}

@media screen and (min-width:480px) {
    .single-details .single-details-title {
        font-size: 28px
    }
}

@media screen and (min-width:800px) {
    .single-details .single-details-title {
        font-size: 32px
    }
}

.single-details .resource-meta {
    margin-bottom: 20px;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -.02em;
    margin-top: -7px;
    font-weight: 600;
    overflow: hidden
}

.single-details .resource-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px
}

.single-details .resource-meta span:before {
    width: 2px;
    height: 16px;
    top: 50%;
    margin: -10px 0 0;
    left: -13px;
    content: "";
    position: absolute
}

.single-details .resource-meta span:first-child:before {
    display: none
}

.main-content-inner.has-featured-image .single-details {
    padding-top: 0
}

.steps .steps-grid {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 320px
}

@media screen and (min-width:480px) {
    .steps .steps-grid {
        max-width: 550px
    }
}

@media screen and (min-width:800px) {
    .steps .steps-grid {
        max-width: 745px
    }
}

.steps .steps-grid .steps-grid-inner {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden
}

.steps .text-container {
    margin-bottom: 20px
}

.steps .step {
    display: block;
    padding: 0 15px 20px;
    float: left;
    position: relative;
    width: 100%
}

@media screen and (min-width:480px) {
    .steps .step {
        padding-bottom: 30px
    }
}

@media screen and (min-width:800px) {
    .steps .step {
        padding-bottom: 35px
    }
}

.steps .step .step-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.steps .step .step-content {
    position: absolute;
    top: 12%;
    left: 12%;
    width: 76%;
    height: 76%;
    text-align: center;
    display: block;
    padding: 15px
}

.steps .step .step-content .step-content-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    top: 3px;
    cursor: pointer
}

.steps .step .step-content .step-content-inner:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #043f71;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: border-width .12s ease-out, background-color .15s ease-out;
    transition: border-width .12s ease-out, background-color .15s ease-out
}

.steps .step .step-content .step-content-inner.active .step-content-content,
.steps .step .step-content .step-content-inner:hover .step-content-content {
    display: block
}

.steps .step .step-content .step-content-inner.active:after,
.steps .step .step-content .step-content-inner:hover:after {
    border-width: 5px;
    background-color: #f2f2f4
}

.steps .step .step-content .step-content-inner-cell {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle
}

.steps .step .step-content .step-content-title {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -.02em;
    margin: 0
}

@media screen and (min-width:480px) {
    .steps .step .step-content .step-content-title {
        font-size: 14px
    }
}

.steps .step .step-content .step-content-content {
    line-height: 1.2;
    font-size: 14px;
    color: #6b6b76;
    margin-bottom: 0;
    margin-top: 5px;
    display: none
}

.steps .step .step-content .step-content-content p {
    margin: 0
}

@media screen and (min-width:480px) {
    .steps .step .step-content .step-content-content {
        font-size: 12px
    }
}

.steps .step.darkblue .step-content-inner:after {
    border-color: #043f71
}

.steps .step.darkblue .step-content-title {
    color: #043f71
}

.steps .step.gold .step-content-inner:after {
    border-color: #b4a169
}

.steps .step.gold .step-content-title {
    color: #b4a169
}

.steps .step.orange .step-content-inner:after {
    border-color: #f47b20
}

.steps .step.orange .step-content-title {
    color: #f47b20
}

.steps .step.purple .step-content-inner:after {
    border-color: #5c317c
}

.steps .step.purple .step-content-title {
    color: #5c317c
}

.steps .step.blue .step-content-inner:after {
    border-color: #009ac7
}

.steps .step.blue .step-content-title {
    color: #009ac7
}

.steps .step.pink .step-content-inner:after {
    border-color: #db088c
}

.steps .step.pink .step-content-title {
    color: #db088c
}

.steps .step .step-arrow {
    position: absolute;
    display: block;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: -.02em;
    margin: 0;
    z-index: 0;
    top: 100%;
    text-align: center;
    height: 44%;
    color: #043f71;
    padding: 0;
    width: 100%;
    left: 0
}

.steps .step .step-arrow .step-arrow-inner {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative
}

.steps .step .step-arrow .step-arrow-inner-cell {
    display: table-cell;
    vertical-align: middle
}

.steps .step .step-arrow .index {
    display: block;
    margin-bottom: 3px
}

.steps .step .step-arrow .inner-text {
    display: inline-block;
    position: relative
}

.steps .step .step-arrow .inner-text:after {
    color: #3a3a48;
    display: block;
    font-family: socialfinance;
    font-size: 2.5em;
    font-weight: 400;
    content: "\F112";
    position: absolute;
    top: -20px;
    left: -34px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

@media screen and (min-width:480px) {
    .steps .step {
        width: 50%
    }
    .steps .step.step-4 {
        left: -50%
    }
    .steps .step.step-3 {
        left: 50%
    }
    .steps .step.step-1 .step-content,
    .steps .step.step-4 .step-content,
    .steps .step.step-5 .step-content {
        left: 0;
        right: auto
    }
    .steps .step.step-2 .step-content,
    .steps .step.step-3 .step-content,
    .steps .step.step-6 .step-content {
        left: auto;
        right: 0
    }
    .steps .step.step-2 .step-arrow,
    .steps .step.step-4 .step-arrow,
    .steps .step.step-6 .step-arrow {
        left: 0;
        right: auto;
        top: 100%;
        width: 100%;
        height: 51%
    }
    .steps .step.step-2 .step-arrow .inner-text,
    .steps .step.step-4 .step-arrow .inner-text,
    .steps .step.step-6 .step-arrow .inner-text {
        display: inline-block
    }
    .steps .step.step-2 .step-arrow .inner-text:after,
    .steps .step.step-4 .step-arrow .inner-text:after,
    .steps .step.step-6 .step-arrow .inner-text:after {
        position: absolute;
        content: "\F112"
    }
    .steps .step.step-1 .step-arrow,
    .steps .step.step-5 .step-arrow {
        top: 0;
        left: 100%;
        right: auto;
        width: 74%;
        height: 100%
    }
    .steps .step.step-1 .step-arrow .inner-text,
    .steps .step.step-5 .step-arrow .inner-text {
        display: block
    }
    .steps .step.step-1 .step-arrow .inner-text:after,
    .steps .step.step-5 .step-arrow .inner-text:after {
        position: static;
        content: "\F114"
    }
    .steps .step.step-3 .step-arrow {
        top: 0;
        left: auto;
        right: 100%;
        width: 74%;
        height: 100%
    }
    .steps .step.step-3 .step-arrow .inner-text {
        display: block
    }
    .steps .step.step-3 .step-arrow .inner-text:after {
        position: static;
        content: "\F113"
    }
}

@media screen and (min-width:800px) {
    .steps .step {
        width: 33.33333%
    }
    .steps .step.step-3 {
        left: 0
    }
    .steps .step.step-4 {
        left: 66.66667%
    }
    .steps .step.step-6 {
        left: -66.66667%
    }
    .steps .step.step-2 .step-content,
    .steps .step.step-5 .step-content {
        left: 12%;
        right: 0
    }
    .steps .step.step-1 .step-content,
    .steps .step.step-6 .step-content {
        left: 0;
        right: auto
    }
    .steps .step.step-3 .step-content,
    .steps .step.step-4 .step-content {
        left: auto;
        right: 0
    }
    .steps .step.step-3 .step-arrow,
    .steps .step.step-6 .step-arrow {
        left: 0;
        right: auto;
        top: 100%;
        width: 100%;
        height: 56%
    }
    .steps .step.step-3 .step-arrow .inner-text,
    .steps .step.step-6 .step-arrow .inner-text {
        display: inline-block
    }
    .steps .step.step-3 .step-arrow .inner-text:after,
    .steps .step.step-6 .step-arrow .inner-text:after {
        position: absolute;
        content: "\F112"
    }
    .steps .step.step-1 .step-arrow,
    .steps .step.step-2 .step-arrow {
        top: 0;
        left: 100%;
        right: auto;
        width: 65%;
        height: 100%
    }
    .steps .step.step-1 .step-arrow .inner-text,
    .steps .step.step-2 .step-arrow .inner-text {
        display: block
    }
    .steps .step.step-1 .step-arrow .inner-text:after,
    .steps .step.step-2 .step-arrow .inner-text:after {
        position: static;
        content: "\F114"
    }
    .steps .step.step-4 .step-arrow,
    .steps .step.step-5 .step-arrow {
        top: 0;
        left: auto;
        right: 100%;
        width: 65%;
        height: 100%
    }
    .steps .step.step-4 .step-arrow .inner-text,
    .steps .step.step-5 .step-arrow .inner-text {
        display: block
    }
    .steps .step.step-4 .step-arrow .inner-text:after,
    .steps .step.step-5 .step-arrow .inner-text:after {
        position: static;
        content: "\F113"
    }
}

html.touchevents .steps .step .step-content .step-content-inner:after {
    border-width: 5px;
    background-color: #f2f2f4
}

html.touchevents .steps .step .step-content .step-content-content {
    display: block
}

.home-top-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(4, 63, 113, .85);
    padding: 20px 10px;
    color: #fff;
    z-index: 1000;
    font-size: .85em
}

@media screen and (min-width:480px) {
    .home-top-message {
        font-size: 1em
    }
}

.home-top-message p {
    color: #b1c3d2
}

.home-top-message p:last-child {
    margin-bottom: 0
}

.home-top-message p a:link,
.home-top-message p a:visited {
    color: #fff
}

.home-top-message p a:active,
.home-top-message p a:focus,
.home-top-message p a:hover {
    color: #b1c3d2
}

.project-archive-wrapper {
    max-width: 980px;
    margin: auto;
    padding: 0 20px
}

.project-heading-item {
    padding: 15px;
    text-align: center;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff
}

.project-heading-item i {
    display: inline-block;
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    padding-left: 10px;
    font-weight: 700
}

.project-heading-item:hover {
    color: #fac39a
}

.project-heading-item:hover i {
    opacity: 1
}

.project-heading-item.is-sorted,
.project-heading-item:active,
.project-heading-item:focus {
    color: #fff
}

.project-heading-item.is-sorted i,
.project-heading-item:active i,
.project-heading-item:focus i {
    opacity: 1
}

.project-heading-item.is-sorted[data-order=ASC] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.project-group {
    margin-top: 30px
}

@media screen and (min-width:800px) {
    .project-group {
        margin-top: 60px
    }
}

.project-list {
    max-width: none;
    padding: 0
}

.project-list.is-loading {
    position: relative
}

.project-list.is-loading:after,
.project-list.is-loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px)
}

.project-list.is-loading:before {
    height: 100%;
    z-index: 100;
    background-color: hsla(0, 0%, 100%, .7)
}

.project-list.is-loading:after {
    margin-top: 30px;
    height: 100px;
    z-index: 101;
    background-image: url(/dist/images/ajax-loader.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 60px
}

.project-list-item {
    padding: 20px 0
}

.project-list-item.accordion-block {
    margin-bottom: 0;
    border-width: 2px
}

.accordion .project-list-item .accordion-block-title {
    padding: 0 20px
}

.accordion .project-list-item .accordion-block-title:hover {
    opacity: .6
}

.project-image {
    width: 125px;
    margin: 0 auto
}

.project-image img,
.project-image svg {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px
}

.project-image-caption {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    width: 125px;
    margin: auto;
    display: block;
    line-height: 15px
}

.project-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:800px) {
    .project-list-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.project-list-content p,
.project-list-excerpt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .11;
    color: #6b6b76
}

.project-list-excerpt:after {
    content: "";
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff)
}

.project-list-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .11;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #3a3a48
}

.hide-feature-group {
    display: none
}