* {
    box-sizing: border-box
}

@font-face {
    font-family: "Font Face";
    src: url(/build/fonts/font.eot);
    src: url(/build/fonts/font.eot?#iefix) format('embedded-opentype'), url(/build/fonts/font.woff) format('woff'), url(/build/fonts/font.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

html,
body {
    background: #fff;
    color: #999;
    font-family: "Quattrocento Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    min-height: 100%;
    min-width: 20rem;
    padding: 0
}

html.noScroll,
body.noScroll {
    overflow: hidden
}

body {
    opacity: 0;
    padding-top: 4rem
}

body.loaded {
    transition: opacity .3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
#et-boc img{
    object-fit: cover;
    max-height: 294px;
}
@media only screen and (min-width: 60rem) {
    body {
        padding-top: 6.25rem
    }
}

main,
wrapper {
    display: block
}

ol,
dl,
pre {
    margin: 1.5rem 0
}

ul {
    list-style: none none;
    margin: 1rem 0;
    padding: 0 0 0 1rem
}

ul li {
    padding-left: 2rem
}

ul li:before {
    color: inherit;
    content: '\2022';
    display: inline-block;
    font-size: 90%;
    line-height: inherit;
    position: relative;
    text-indent: -2rem
}

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

ul.no-list li {
    padding: 0
}

ul.no-list li:before {
    display: none
}

p {
    margin: 0 0 1.25rem
}

h1 {
    color: #304f62;
    font-family: 'Playfair Display', Arial, sans-serif;
    font-weight: 400
}

h2 {
    font-family: "Quattrocento", Georgia, serif
}

h1 {
    color: #304f62;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 1rem
}

h2 {
    color: #999;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 2rem
}

h3 {
    color: #304f62;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25
}

h4 {
    color: #76d486;
    font-size: .875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.375
}

img {
    border: 0;
    outline: 0
}

a {
    color: #304f62
}

a.anchor {
    height: 0;
    left: 0;
    position: absolute;
    top: -4rem;
    width: 0;
    opacity: 0;
    z-index: 0
}

@media only screen and (min-width: 60rem) {
    a.anchor {
        top: -6.25rem
    }
}

*:focus {
    outline: none
}

textarea:focus,
[type="text"]:focus,
[type="number"]:focus,
[type="email"]:focus,
[type="search"]:focus,
[type="password"]:focus {
    background-color: rgba(245, 245, 245, 0.5)
}

[type="button"],
[type="submit"],
[type="reset"],
.btn {
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #304f62;
    color: #304f62;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 1rem 1rem 0;
    min-width: 9rem;
    padding: .75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: all .3s
}

[type="button"]:last-of-type,
[type="submit"]:last-of-type,
[type="reset"]:last-of-type,
.btn:last-of-type {
    margin-bottom: 0;
    margin-right: 0
}

[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover,
.btn:hover {
    background-color: #304f62;
    color: #fff
}

@media only screen and (min-width: 60rem) {
    [type="button"],
    [type="submit"],
    [type="reset"],
    .btn {
        display: inline-block;
        width: auto
    }
}

[role="banner"] {
    overflow: hidden;
    *zoom: 1;
    background-color: rgba(48, 79, 98, 0.8);
    height: 4rem;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

@media only screen and (min-width: 60rem) {
    [role="banner"] {
        height: 6.25rem
    }
}

[role="banner"] [type="checkbox"] {
    display: none
}

[role="banner"] [type="checkbox"] ~ nav {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 99;
    transition: height .3s
}

@media only screen and (min-width: 60rem) {
    [role="banner"] [type="checkbox"] ~ nav {
        height: 6.25rem;
        left: auto;
        position: relative;
        top: auto;
        width: auto;
        transition: none
    }
}

[role="banner"] [type="checkbox"] ~ label {
    float: right;
    height: 2rem;
    margin-top: 1rem;
    width: 2rem
}

[role="banner"] [type="checkbox"] ~ label svg path {
    transition: opacity .3s
}

[role="banner"] [type="checkbox"] ~ label #menu-open {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

[role="banner"] [type="checkbox"] ~ label #menu-close {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

@media only screen and (min-width: 60rem) {
    [role="banner"] [type="checkbox"] ~ label {
        display: none
    }
}

[role="banner"] [type="checkbox"]:checked ~ label #menu-open {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

[role="banner"] [type="checkbox"]:checked ~ label #menu-close {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

[role="banner"] [type="checkbox"]:checked ~ nav {
    height: 32rem
}

@media only screen and (min-width: 60rem) {
    [role="banner"] .nav-wrapper {
        text-align: right
    }
}

[role="banner"] .nav-wrapper .header-logo {
    float: left;
    height: 3rem;
    margin: 0;
    width: 13rem
}

@media only screen and (min-width: 1150px) {
    [role="banner"] .nav-wrapper .header-logo {
        height: 4rem;
        margin-top: 1rem
    }
}

[role="banner"] .nav-wrapper .header-logo a {
    display: block;
    height: 100%;
    text-align: left
}

[role="banner"] svg {
    fill: #fff;
    height: 100%;
    margin: 0;
    width: auto
}

[role="navigation"] {
    transform-style: preserve-3d;
    background-color: #304f62;
    left: 0;
    padding: 0;
    position: absolute;
    top: 4rem;
    width: 100%
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] {
        background-color: transparent;
        float: right;
        left: 0;
        position: relative;
        text-align: right;
        top: 0;
        width: auto
    }
}

[role="navigation"] div.scroll {
    height: 100%;
    max-height: 100%;
    overflow: auto
}

[role="navigation"] div.scroll div {
    padding: 0;
    text-align: center
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] div.scroll {
        overflow: visible
    }
    [role="navigation"] div.scroll div {
        display: block;
        float: left;
        height: 100%;
        text-align: left
    }
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] div.menu-search-jobs,
    [role="navigation"] div.greentext {
        position: relative
    }
    [role="navigation"] div.menu-search-jobs a
    ,
    [role="navigation"] div.greentext a {
        border: none;
        color: #76d486;
        transition: color .3s
    }
    [role="navigation"] div.menu-search-jobs a:hover,
    [role="navigation"] div.greentext a:hover {
        color: #304f62;
        background: #76d486;
    }
    [role="navigation"] div.menu-search-jobs.green-button a:hover,
    [role="navigation"] div.greentext.green-button a:hover {
        background: initial;
    }
    [role="navigation"] div.menu-search-jobs:after,
    [role="navigation"] div.greentext:after {
        background-color: transparent;
        border: 1px solid #76d486;
        content: '';
        display: block;
        height: 2.5rem;
        left: 5%;
        margin-top: -1.25rem;
        position: absolute;
        top: 50%;
        width: 90%;
        z-index: -1;
        border-radius: .25rem;
        transition: background-color .3s
    }
    [role="navigation"] div.menu-search-jobs:hover,
    [role="navigation"] div.greentext:hover {
        border: none
    }
    [role="navigation"] div.menu-search-jobs:hover:after,
    [role="navigation"] div.greentext:hover:after {
        background-color: #76d486
    }
    [role="navigation"] .dropdown-menu div.menu-search-jobs:after,
    [role="navigation"] .dropdown-menu div.greentext:after{
    	border: none;
    }
}

[role="navigation"] a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 1rem 2rem;
    position: relative;
    text-decoration: none;
    width: 100%
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] a {
        line-height: 6.25rem;
        padding: 0 1.125rem
    }
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] a:hover {
        border-bottom: 3px solid #fff
    }
}

[role="navigation"] .active {
    background-color: #76d486
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] .active {
        background-color: transparent
    }
}

@media only screen and (min-width: 60rem) {
    [role="navigation"] .active.dropdown > a {
        border-bottom: 3px solid #76d486
    }
}

[role="banner"],
[role="document"],
[role="contentinfo"] {
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (min-width: 40rem) {
    [role="banner"],
    [role="document"],
    [role="contentinfo"] {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media only screen and (min-width: 60rem) {
    [role="banner"],
    [role="document"],
    [role="contentinfo"] {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

wrapper {
    overflow: hidden;
    *zoom: 1;
    margin: 2rem auto 1rem;
    max-width: 72rem
}

@media only screen and (min-width: 60rem) {
    wrapper {
        overflow: hidden;
        *zoom: 1;
        margin: 3rem auto 2rem
    }
    wrapper aside {
        float: right;
        margin-top: 3rem;
        width: 20rem
    }
    wrapper aside ~ article {
        float: left;
        width: calc(100% - 23rem)
    }
}

header.section-header {
    clear: both;
    margin: 0 auto 2rem;
    text-align: center
}

header.section-header h3 {
    color: #ff481f;
    display: inline-block;
    font-size: 1rem;
    height: 2rem;
    line-height: 2.25rem;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase
}

header.section-header h3 img {
    float: left;
    height: 2rem;
    margin-right: .5rem;
    width: auto
}

.module {
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
    *zoom: 1;
    overflow: visible
}

.module .file,
.module .image {
    position: relative
}

.module .file:before,
.module .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.module .file>div,
.module .file>img,
.module .file>a,
.module .image>div,
.module .image>img,
.module .image>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.module .file img,
.module .image img {
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.module .video {
    position: relative
}

.module .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.module .video>div,
.module .video>img,
.module .video>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.module .video iframe {
    height: 100%;
    width: 100%
}

.overlay:before {
    background: #304f62;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .2
}

.overlay>div,
.overlay>section {
    position: relative;
    z-index: 2
}

.full-width,
.full-width:after,
.full-width:before {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (min-width: 40rem) {
    .full-width,
    .full-width:after,
    .full-width:before {
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media only screen and (min-width: 60rem) {
    .full-width,
    .full-width:after,
    .full-width:before {
        margin-left: -3rem;
        margin-right: -3rem;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.ajax-link {
    cursor: pointer
}

form {
    position: relative
}

form label {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 .75rem
}

form div {
    margin: 1rem 0
}

form div:first-of-type {
    margin-top: 0
}

@media only screen and (min-width: 60rem) {
    form div:nth-of-type(2) {
        margin-right: 0.5rem
    }
    form div:nth-of-type(3) {
        float: right
    }
}

form .select-parent {
    width: 100%
}

@media only screen and (min-width: 60rem) {
    form .form-element-input {
        display: inline-block;
        width: calc(50% - 0.5rem)
    }
}

form input,
form textarea {
    color: #fff;
    padding: 0 1rem
}

form input {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 2.5rem;
    margin: 0;
    padding: 0 1rem;
    vertical-align: top;
    width: 100%;
    border-radius: .25rem
}

form textarea {
    background-color: transparent;
    border: 1px solid #fff;
    display: block;
    height: 7.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    vertical-align: top;
    width: 100%;
    border-radius: .25rem
}

form [type="submit"] {
    border-color: #76d486;
    color: #76d486;
    margin-top: 1rem;
    width: 100%
}

form [type="submit"]:hover {
    background-color: #76d486;
    color: #304f62
}

.select-parent {
    position: relative
}

.select-parent select {
    bottom: 0;
    cursor: pointer;
    height: 2.5rem;
    left: 0;
    min-height: 2.5rem;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.select-parent select:focus option {
    left: 0;
    min-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3
}

.select-parent span {
    background: transparent url(../img/bg_select.png) no-repeat right center;
    background-size: 2rem 1rem;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: .75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    position: relative;
    z-index: 0;
    border-radius: .25rem
}

[role="contentinfo"] {
    background: #304f62 url(../img/bg_footer.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
    *zoom: 1
}

[role="contentinfo"] a {
    color: #fff;
    text-decoration: none
}

[role="contentinfo"] h1,
[role="contentinfo"] h2,
[role="contentinfo"] h3,
[role="contentinfo"] h4,
[role="contentinfo"] p {
    color: #fff
}

ul.social-links {
    clear: left;
    float: left;
    margin: 1rem 0 0;
    text-align: left;
}

#subfooter>div>ul.social-links.no-list{
	width: 20%;
}


@media only screen and (min-width: 60rem) {
    ul.social-links {
        clear: none;
        float: none;
        margin: 0;
        text-align: center
    }
}

ul.social-links li {
    display: inline-block;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem
}

ul.social-links li:last-of-type {
    margin-right: 0
}

ul.social-links li a {
    display: block;
    height: 100%;
    width: 100%
}

ul.social-links li svg {
    fill: #fff;
    height: 100%;
    width: 100%
}

#subfooter {
    overflow: hidden;
    *zoom: 1;
    background-color: #223946;
    margin-top: 3rem;
    padding-bottom: .5rem;
    padding-top: .75rem
}

@media only screen and (min-width: 60rem) {
    #subfooter {
        height: 6.25rem
    }
    #subfooter>div {
        display: table;
        height: 100%;
        margin: 0 auto;
        max-width: 72rem;
        table-layout: fixed;
        width: 100%
    }
    #subfooter>div>div,
    #subfooter>div>ul {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        width: 33.3%
    }
    #subfooter>div div:first-of-type {
        text-align: left
    }
    #subfooter>div div:last-of-type {
        text-align: right
    }
}

#contact-wrapper {
    margin: 0 auto;
    padding: 2rem 1rem 0;
    position: relative
}

#contact-wrapper address {
    color: #fff;
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 2rem
}

#contact-wrapper address a,
#contact-wrapper address p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

#contact-wrapper address a {
    cursor: default;
    text-decoration: none
}

#contact-wrapper address a:hover {
    color: #fff;
    text-decoration: none
}

#contact-wrapper .widget_text h1 {
    display: block;
    margin: 3rem 0 1rem;
    padding: 0
}

#contact-wrapper .widget_text h1 a {
    display: inline-block;
    height: 6rem;
    width: 12rem
}

#contact-wrapper .widget_text h1 a svg {
    fill: #fff
}

#contact-wrapper .widget_text footer {
    margin-top: 3rem
}

#contact-wrapper .widget_text footer p {
    margin-bottom: .75rem
}

#contact-wrapper .widget_text footer a.btn {
    border: 1px solid #76d486;
    color: #76d486
}

#contact-wrapper .widget_text footer a.btn:hover {
    background-color: #76d486;
    color: #304f62
}

@media only screen and (min-width: 60rem) {
    #contact-wrapper {
        padding: 4rem 0 0;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 72rem
    }
    #contact-wrapper>section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((6 / 12 * 100%) - 1.5rem + (6 / 12 * 1.5rem)) - 1px)
    }
    #contact-wrapper .widget_text h1,
    #contact-wrapper .widget_text address,
    #contact-wrapper .widget_text footer {
        text-align: right
    }
    #contact-wrapper .widget_text h1 {
        margin-top: 0
    }
}

#btt {
    border: 0;
    bottom: 1rem;
    cursor: pointer;
    height: 3rem;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: fixed;
    right: 1rem;
    width: 3rem;
    z-index: 99;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

#btt.hidden {
    visibility: hidden;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

#btt:hover {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

#btt svg {
    fill: #76d486;
    height: 100%;
    width: 100%
}

@media only screen and (min-width: 60rem) {
    #btt {
        bottom: auto;
        position: static;
        right: auto;
        z-index: auto;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }
    #btt.hidden {
        visibility: visible;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }
}

#hero {
    background-color: #304f62;
    color: #fff;
    margin-top: -4rem;
    min-height: 28rem;
    overflow: hidden;
    padding-bottom: 7rem;
    padding-top: 9rem;
    position: relative
}

#hero:before {
    background: #304f62;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .2
}

#hero.full-height {
    height: 100%;
    min-height: 100vh
}

#hero .hero-content {
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    max-width: 72rem;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 10
}

#hero h1,
#hero h2 {
    color: #fff;
    font-weight: 400;
    margin: 0 0 2rem;
    padding: 0;
    text-shadow: 0 0 0.25rem #666
}

#hero h1 {
    font-size: 2.25rem
}

#hero .cta {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    position: relative
}

#hero .cta:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -4.6875rem;
    position: absolute;
    top: 0;
    width: 9.375rem;
    z-index: 1
}

@media only screen and (min-width: 40rem) {
    #hero {
        min-height: 30rem
    }
}

@media only screen and (min-width: 60rem) {
    #hero {
        margin-top: -6.25rem;
        min-height: 35rem;
        padding-top: 11.25rem
    }
    #hero h1 {
        font-size: 3rem
    }
}

#hero .btn {
    border-color: #fff;
    color: #fff
}

#hero .btn:hover {
    background-color: #fff;
    color: #304f62
}

#slider {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

#slider .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

#slider .slide:first-of-type {
    left: 0;
    z-index: 2
}

#slider .transition {
    transition: left 750ms
}

#scroll-to-section {
    bottom: 4rem;
    display: inline-block;
    height: 2rem;
    left: -1rem;
    margin: 0 0 0 50%;
    position: absolute;
    text-align: center;
    width: 2rem;
    z-index: 5
}

#scroll-to-section svg {
    display: block;
    fill: #fff;
    height: 100%;
    margin: 0;
    width: 100%
}

#scroll-to-section svg:hover {
    cursor: pointer
}

#hero-scroll-target {
    bottom: 4rem;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: 0
}

@media only screen and (min-width: 60rem) {
    #hero-scroll-target {
        bottom: 6.25rem
    }
}

.two-col-content {
    overflow: hidden;
    *zoom: 1
}

@media only screen and (min-width: 60rem) {
    .two-col-content .row {
        display: table;
        margin: 0 auto;
        max-width: 72rem;
        table-layout: fixed;
        width: 100%
    }
    .two-col-content .row>div {
        display: table-cell;
        vertical-align: middle
    }
}

.two-col-content .section-copy {
    margin-bottom: 3rem
}

@media only screen and (min-width: 60rem) {
    .two-col-content .section-copy {
        margin-bottom: 0;
        padding: 0 2rem 0 0
    }
}

.two-col-content .section-media {
    margin-top: 1rem
}

@media only screen and (min-width: 60rem) {
    .two-col-content .section-media {
        margin-top: 0;
        text-align: center
    }
}

.two-col-content footer {
    margin-top: 4rem;
    text-align: center;
    width: 100%
}

.block-cta {
    background-color: #304f62;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.block-cta h1,
.block-cta h2 {
    color: #fff;
    text-align: center
}

@media only screen and (min-width: 60rem) {
    .block-cta h1,
    .block-cta h2 {
        text-align: left
    }
}

.block-cta .wrapper {
    margin: 0 auto;
    max-width: 72rem;
    width: 100%
}

@media only screen and (min-width: 60rem) {
    .block-cta .wrapper {
        display: table;
        margin: 4rem auto
    }
}

@media only screen and (min-width: 60rem) {
    .block-cta .copy {
        display: table-cell;
        vertical-align: middle;
        width: 50%
    }
    .block-cta .copy h2 {
        margin-bottom: 0
    }
}

.block-cta .button {
    text-align: center
}

@media only screen and (min-width: 60rem) {
    .block-cta .button {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        width: 50%
    }
}

.block-cta .button .btn {
    background-color: #ff481f;
    border-color: #ff481f;
    color: #fff
}

.block-cta .button .btn:hover {
    background-color: #ff481f;
    color: #fff
}

.hero-testimonial {
    overflow: hidden;
    *zoom: 1;
    position: relative
}

.hero-testimonial .hero-testimonial-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 58%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media only screen and (min-width: 40rem) {
    .hero-testimonial .hero-testimonial-bg {
        height: 69%
    }
}

@media only screen and (min-width: 60rem) {
    .hero-testimonial .hero-testimonial-bg {
        height: 67%
    }
}

.hero-testimonial .hero-testimonial-content {
    color: #fff;
    margin: 0 auto 0;
    max-width: 48rem;
    padding: 3rem 0 8rem;
    position: relative;
    text-align: center;
    z-index: 1
}

.hero-testimonial .hero-testimonial-content p,
.hero-testimonial .hero-testimonial-content h1,
.hero-testimonial .hero-testimonial-content h2,
.hero-testimonial .hero-testimonial-content h3,
.hero-testimonial .hero-testimonial-content h4,
.hero-testimonial .hero-testimonial-content li {
    color: #fff;
    text-shadow: 0 0 0.25rem #666
}

.hero-testimonial .hero-testimonial-content .btn {
    border-color: #fff;
    color: #fff
}

.hero-testimonial .hero-testimonial-content .btn:hover {
    background-color: #fff;
    color: #304f62
}

@media only screen and (min-width: 40rem) {
    .hero-testimonial .hero-testimonial-content {
        padding-bottom: 25rem
    }
}

@media only screen and (min-width: 60rem) {
    .hero-testimonial .hero-testimonial-content {
        padding-bottom: 25rem
    }
}

.hero-testimonial .testimonial {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0.5rem #333
}

.hero-testimonial .testimonial .testimonial-media {
    background-color: #304f62
}

.hero-testimonial footer {
    margin-top: 4rem
}

.hero-testimonial-logos {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin: 3rem auto;
    max-width: 72rem;
    width: 100%
}

.hero-testimonial-logos h2 {
    font-size: 1rem;
    margin: 0 0 1rem;
    width: 100%
}

.hero-testimonial-logos>div {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: calc( ((6 / 12 * 100%) - 1.5rem + (6 / 12 * 1.5rem)) - 1px);
    text-align: center
}

@media only screen and (min-width: 40rem) {
    .hero-testimonial-logos>div {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((3 / 12 * 100%) - 1.5rem + (3 / 12 * 1.5rem)) - 1px)
    }
}

.hero-testimonial-logos>div img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

section.testimonials,
div.testimonials {
    background-color: #F5F5F5;
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative
}

@media only screen and (min-width: 60rem) {
    section.testimonials .wrapper,
    div.testimonials .wrapper {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 72rem
    }
}

section.testimonials h2,
div.testimonials h2 {
    font-size: 1rem;
    font-weight: 400;
    margin: -2rem 0 3rem;
    width: 100%
}

section.testimonials+.testimonials,
div.testimonials+.testimonials {
    margin-top: -2rem;
    padding-top: 0
}

section.testimonials+.testimonials h2,
div.testimonials+.testimonials h2 {
    margin-top: 0
}

.testimonial {
    overflow: hidden;
    *zoom: 1;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    width: 100%;
    box-shadow: 0 0 0.5rem #999
}

@media only screen and (min-width: 60rem) {
    .testimonial {
        height: 100%;
        display: table;
        table-layout: fixed
    }
}

@media only screen and (min-width: 60rem) {
    .testimonial>div {
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }
}

.testimonial h1,
.testimonial h2,
.testimonial h3,
.testimonial h4 {
    margin: 0 0 .25rem
}

.testimonial blockquote {
    margin: 1.25rem 0 0;
    padding: 0;
    position: relative;
    text-indent: 2rem
}

.testimonial blockquote p {
    display: inline;
    margin: 0
}

.testimonial blockquote:before {
    color: #304f62;
    content: '\201C';
    display: inline-block;
    font-family: "Quattrocento", Georgia, serif;
    font-size: 3.5rem;
    line-height: 1rem;
    text-indent: -1.5rem;
    margin-bottom: -.75rem;
    vertical-align: bottom
}

.testimonial blockquote:after {
    color: #304f62;
    content: '\201D';
    display: inline-block;
    font-family: "Quattrocento", Georgia, serif;
    font-size: 3.5rem;
    line-height: 1rem;
    text-indent: 0;
    margin-bottom: -1.25rem;
    vertical-align: bottom
}

.testimonial .person {
    overflow: hidden;
    *zoom: 1;
    vertical-align: top
}

.testimonial .person .image {
    display: inline-block;
    float: left;
    height: 5rem;
    margin: 0 1.25rem 1rem 0;
    overflow: hidden;
    width: 5rem;
    border-radius: 50%
}

.testimonial .person .image img {
    height: 100%;
    width: auto
}

.testimonial .person .details {
    float: left
}

.testimonial-info {
    padding: 2rem
}

.testimonial-media {
    background: #304f62
}

.testimonial-media .media {
    position: relative
}

.testimonial-media .media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.testimonial-media .media>div,
.testimonial-media .media>img,
.testimonial-media .media>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.testimonial-media iframe,
.testimonial-media img {
    height: 100%;
    width: 100%
}

.testimonial-logos {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    width: 100%
}

.testimonial-logos h2 {
    font-size: 1rem;
    margin: 0 0 2rem;
    width: 100%
}

.testimonial-logos>div {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: calc( ((6 / 12 * 100%) - 1.5rem + (6 / 12 * 1.5rem)) - 1px);
    text-align: center
}

@media only screen and (min-width: 40rem) {
    .testimonial-logos>div {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((3 / 12 * 100%) - 1.5rem + (3 / 12 * 1.5rem)) - 1px)
    }
}

.testimonial-logos>div img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.grid-resources,
.grid-leaders {
    overflow: hidden;
    *zoom: 1;
    background-color: #F5F5F5;
    overflow: visible
}

.grid-resources h1,
.grid-resources h2,
.grid-leaders h1,
.grid-leaders h2 {
    text-align: center;
    word-break: break-word
}

.grid-resources .wrapper,
.grid-leaders .wrapper {
    margin-top: 3rem;
    position: relative
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper,
    .grid-leaders .wrapper {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        max-width: 72rem
    }
}

@media only screen and (min-width: 60rem) {
    .grid-resources .wrapper,
    .grid-leaders .wrapper {
        margin-top: 5rem
    }
}

.grid-resources .wrapper>section,
.grid-leaders .wrapper>section {
    overflow: hidden;
    *zoom: 1;
    background-color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 0 0.5rem #999
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper>section,
    .grid-leaders .wrapper>section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((4 / 8 * 100%) - 1.5rem + (4 / 8 * 1.5rem)) - 1px)
    }
    .grid-resources .wrapper>section:nth-child(2n+2),
    .grid-leaders .wrapper>section:nth-child(2n+2) {
        margin-left: 1.5rem;
        margin-right: auto
    }
}

@media only screen and (min-width: 60rem) {
    .grid-resources .wrapper>section,
    .grid-leaders .wrapper>section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((4 / 12 * 100%) - 1.5rem + (4 / 12 * 1.5rem)) - 1px)
    }
    .grid-resources .wrapper>section:nth-child(2n+2),
    .grid-leaders .wrapper>section:nth-child(2n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .grid-resources .wrapper>section:nth-child(3n+2),
    .grid-leaders .wrapper>section:nth-child(3n+2) {
        margin-left: 1.5rem;
        margin-right: auto
    }
}

.grid-resources .wrapper>section>div:nth-of-type(2),
.grid-leaders .wrapper>section>div:nth-of-type(2) {
    padding: 1rem 1rem 5rem 1rem
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper>section>div:nth-of-type(2),
    .grid-leaders .wrapper>section>div:nth-of-type(2) {
        padding: 1rem 2rem 7rem 2rem
    }
}

.grid-resources .wrapper>section>.contact,
.grid-leaders .wrapper>section>.contact {
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    text-align: center
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper>section>.contact,
    .grid-leaders .wrapper>section>.contact {
        padding: 1rem 2rem;
        text-align: left
    }
}

.grid-resources .wrapper>section>.contact .icon,
.grid-leaders .wrapper>section>.contact .icon {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1rem;
    text-decoration: none;
    width: auto
}

.grid-resources .wrapper>section>.contact .icon:last-of-type,
.grid-leaders .wrapper>section>.contact .icon:last-of-type {
    margin-right: 0
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper>section>.contact .icon,
    .grid-leaders .wrapper>section>.contact .icon {
        display: block;
        margin-bottom: .5rem
    }
}

.grid-resources .wrapper>section>.contact .icon svg,
.grid-leaders .wrapper>section>.contact .icon svg {
    display: inline-block;
    fill: #304f62;
    height: 2rem;
    line-height: 2rem;
    vertical-align: bottom;
    width: 2rem
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper>section>.contact .icon svg,
    .grid-leaders .wrapper>section>.contact .icon svg {
        margin-right: .5rem
    }
}

.grid-resources .wrapper>section>.contact .icon span,
.grid-leaders .wrapper>section>.contact .icon span {
    display: none;
    vertical-align: bottom
}

@media only screen and (min-width: 40rem) {
    .grid-resources .wrapper>section>.contact .icon span,
    .grid-leaders .wrapper>section>.contact .icon span {
        display: inline-block;
        line-height: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 3rem)
    }
}

.grid-resources .wrapper>section h1,
.grid-resources .wrapper>section h2,
.grid-resources .wrapper>section h3,
.grid-resources .wrapper>section h4,
.grid-resources .wrapper>section p {
    font-family: "Quattrocento Sans", Arial, sans-serif;
    margin: 0 0 .5rem;
    text-align: left
}

.grid-resources .file a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.grid-resources .file a:before {
    background: transparent url(../img/bg_file_overlay.png) repeat center center;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.grid-resources .file img {
    height: 100%;
    width: auto
}

.grid-leaders h1,
.grid-leaders h2,
.grid-leaders h3,
.grid-leaders h4 {
    margin: 0 0 .5rem;
    text-align: center
}

.grid-leaders .portrait {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 7rem;
    margin: 2rem auto 1rem;
    width: 7rem;
    border-radius: 50%
}

.expandable-grid {
    overflow: hidden;
    *zoom: 1;
    background-color: #F5F5F5
}

.expandable-grid>header {
    margin: 0 auto 2rem;
    max-width: 72rem
}

@media only screen and (min-width: 60rem) {
    .expandable-grid>header {
        margin-bottom: 3rem
    }
    .expandable-grid>header h1 {
        max-width: 30rem
    }
}

.expandable-grid .wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 72rem
}

.expandable-grid .wrapper>section {
    margin-bottom: 1.25rem
}

@media only screen and (min-width: 60rem) {
    .expandable-grid .wrapper>section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((3 / 12 * 100%) - 1.5rem + (3 / 12 * 1.5rem)) - 1px);
        margin-bottom: 2rem;
        margin-left: 1.5rem;
        margin-right: 0;
        padding: 0
    }
}

@media only screen and (min-width: 80rem) {
    .expandable-grid .wrapper>section {
        padding: 0 2rem
    }
}

.expandable-grid .wrapper>section:nth-of-type(4n+1) {
    margin-left: 0
}

.expandable-grid .wrapper>section:nth-of-type(n+5) {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .3s
}

.expandable-grid .wrapper>section.open {
    max-height: 20rem;
    margin-bottom: 2rem
}

.expandable-grid .wrapper>section h1,
.expandable-grid .wrapper>section h3,
.expandable-grid .wrapper>section p {
    margin-top: 0
}

.expandable-grid .wrapper>section p:last-of-type {
    margin: 0
}

.expandable-grid .wrapper>section h1 {
    border-bottom: 1px solid #304f62;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

@media only screen and (min-width: 40rem) {
    .expandable-grid .wrapper>section h1 {
        max-width: 100%;
        min-width: 6rem;
        width: 50%
    }
}

.expandable-grid>p {
    margin: 1rem 0;
    text-align: center
}

.expandable-grid button.expand {
    background: none;
    border: 0;
    color: #ff481f;
    display: inline-block;
    padding: .25rem;
    width: auto
}

.expandable-grid button.expand span {
    display: inline-block;
    height: .5rem;
    margin: 0 0 0 .5rem;
    padding: 0;
    width: .75rem
}

.expandable-grid button.expand span svg {
    fill: #ff481f;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.expandable-grid button.expand #open {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.expandable-grid button.expand #close {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.expandable-grid button.expand.open #open {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.expandable-grid button.expand.open #close {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.news-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

.news-list>section {
    margin-bottom: 2rem
}

@media only screen and (min-width: 60rem) {
    .news-list>section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        width: calc( ((6 / 12 * 100%) - 1.5rem + (6 / 12 * 1.5rem)) - 1px)
    }
}

.news-list .hero {
    position: relative;
    overflow: hidden
}

.news-list .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.news-list .hero>div,
.news-list .hero>img,
.news-list .hero>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.news-list .hero img {
    height: auto;
    width: 100%
}

#modal {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 4.375rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

@media only screen and (min-width: 60rem) {
    #modal {
        padding-bottom: 6.375rem
    }
}

#modal .scroll {
    height: calc(100% - 5rem);
    margin: 5rem 0 0;
    overflow: auto;
    padding: 0;
    width: 100%
}

#modal button.close {
    background: none;
    border: 1px solid #333;
    height: 2rem;
    margin: 0;
    min-width: 0;
    padding: .125rem;
    position: absolute;
    right: 2rem;
    text-align: center;
    top: 2rem;
    width: 2rem;
    z-index: 10;
    border-radius: 50%
}

#modal button.close svg {
    display: inline;
    fill: #333;
    height: .75rem;
    width: .75rem;
    transition: fill, .3s
}

#modal button.close:hover {
    background-color: #333
}

#modal button.close:hover svg {
    fill: #fff
}

#modal footer {
    overflow: hidden;
    *zoom: 1;
    background-color: #304f62;
    bottom: 0;
    clear: both;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 1rem 2rem;
    position: absolute;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 40rem) {
    #modal footer {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        text-align: left
    }
}

#modal footer .icon {
    color: #fff;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1rem;
    text-decoration: none
}

#modal footer .icon:last-of-type {
    margin-right: 0;
    text-align: right
}

@media only screen and (min-width: 40rem) {
    #modal footer .icon {
        -ms-flex: 1;
        flex: 1
    }
}

#modal footer .icon svg {
    display: inline-block;
    fill: #fff;
    height: 2rem;
    vertical-align: bottom;
    width: 2rem
}

@media only screen and (min-width: 40rem) {
    #modal footer .icon svg {
        margin-right: .5rem
    }
}

#modal footer .icon span {
    display: none;
    vertical-align: bottom
}

@media only screen and (min-width: 40rem) {
    #modal footer .icon span {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media only screen and (min-width: 40rem) {
    #modal footer {
        padding: 2rem 4rem
    }
}

#modal article {
    overflow: hidden;
    *zoom: 1;
    background: #fff;
    border: 0;
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 0 1rem;
    position: relative
}

#modal article h1,
#modal article h2,
#modal article h3,
#modal article h4 {
    margin: 0
}

#modal article h1 {
    color: #333;
    margin: 0 0 .75rem
}

#modal article h3 {
    font-size: 1.125rem;
    font-weight: 400
}

#modal article header {
    overflow: hidden;
    *zoom: 1;
    clear: both;
    margin: 0 2rem 2rem
}

#modal article header>div {
    float: left
}

#modal article header h1 {
    margin-top: 1rem
}

#modal article header .photo {
    background-position: center center;
    background-size: cover;
    height: 6rem;
    margin: 0 1.5rem 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 6rem;
    border-radius: 50%
}

@media only screen and (min-width: 40rem) {
    #modal article header {
        margin: 0 3rem 2rem
    }
}

@media only screen and (min-width: 60rem) {
    #modal article header {
        margin: 0 4rem 2rem
    }
}

#modal article .content {
    padding: 0 2rem
}

@media only screen and (min-width: 40rem) {
    #modal article .content {
        padding: 0 3rem
    }
}

@media only screen and (min-width: 60rem) {
    #modal article .content {
        padding: 0 4rem
    }
}

#modal article .content ul {
    margin-bottom: 0
}

@media only screen and (min-width: 60rem) {
    #modal article .content>div {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width: 45%
    }
}

#modal article .content>div:first-of-type {
    margin-bottom: 2rem;
    position: relative
}

@media only screen and (min-width: 60rem) {
    #modal article .content>div:first-of-type {
        clear: left;
        margin-bottom: 0;
        margin-right: 9%
    }
}

#modal article .content>div:first-of-type .quote {
    text-indent: 2rem;
    position: relative
}

#modal article .content>div:first-of-type .quote p {
    display: inline
}

#modal article .content>div:first-of-type .quote:before {
    color: #304f62;
    content: '\201C';
    display: inline-block;
    font-family: "Quattrocento", Georgia, serif;
    font-size: 3.5rem;
    line-height: 1rem;
    text-indent: -1.5rem;
    margin-bottom: -.75rem;
    vertical-align: bottom
}

#modal article .content>div:first-of-type .quote:after {
    color: #304f62;
    content: '\201D';
    display: inline-block;
    font-family: "Quattrocento", Georgia, serif;
    font-size: 3.5rem;
    line-height: 1rem;
    text-indent: 0;
    margin-bottom: -1.25rem;
    vertical-align: bottom
}

#modal article .content>div:first-of-type .btn {
    margin-top: 1.5rem
}

@media only screen and (min-width: 60rem) {
    #modal article .content>div:last-of-type {
        clear: right
    }
}

.salary-calculator .calc-header-wrapper {
    display: inline-block;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

.salary-calculator .calc-header {
    padding: 10px 0;
    text-align: center;
    background-color: #223946;
    border-bottom: 1px solid #646464;
    font-weight: bold;
    color: #fff;
    font-size: 20px
}

.salary-calculator .calc-select-one {
    padding: 20px 0;
    margin: 0;
    border-bottom: 10px solid #545454;
    display: inline-block;
    width: 100%
}

.salary-calculator .calc-select-one .field {
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.salary-calculator .calc-select-one .field select {
    height: auto;
    width: 80%;
    margin: 0;
    padding: 0px;
    font-size: 18px;
    background: #fff
}

.salary-calculator .calc-row1,
.salary-calculator .calc-row2 {
    width: 100%;
    display: inline-block;
    padding: 20px 0
}

.salary-calculator .calc-row1 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}

.salary-calculator .calc-row-item {
    min-height: 50px
}

.salary-calculator .calc-row1 .calc-row-item,
.salary-calculator .calc-row2 .calc-row-item {
    float: left;
    width: 100%;
    margin: 0 1%;
    display: inline-block;
    min-height: auto
}

.salary-calculator .calc-row-item .label,
.salary-calculator .calc-row-item .field {
    width: 100%;
    padding: 0;
    text-align: center;
    min-height: 55px
}

.salary-calculator .calc-col .calc-row-item .label {
    text-align: right;
    vertical-align: middle;
    line-height: 33px
}

.salary-calculator .column3 {
    display: none;
    width: 100% !important
}

.salary-calculator .column3 .calc-row-item .label {
    text-align: center !important
}

.salary-calculator .calc-col-wrapper-2 {
    display: none !important
}

@media screen and (max-width: 800px) {
    .salary-calculator .column3 {
        display: block
    }
    .salary-calculator .column1,
    .salary-calculator .column2 {
        display: none
    }
    .salary-calculator .calc-col-wrapper-2 {
        display: block !important
    }
    .salary-calculator .calc-col .calc-row-item .label span {
        text-align: center;
        width: 100%;
        display: block
    }
}

.salary-calculator .calc-row1 .calc-row-item .label,
.salary-calculator .calc-row2 .calc-row-item .label {
    clear: left;
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    min-height: 40px
}

.salary-calculator .calc-row1 .calc-row-item .field,
.salary-calculator .calc-row2 .calc-row-item .field {
    width: 100%;
    min-height: auto
}

.salary-calculator .calc-row-item .field span {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #fff;
    width: 82%;
    display: inline-block;
    border-radius: 6px;
    padding: 5px;
    top: 0;
    left: 0;
    background-color: rgba(48, 79, 98, 0.8)
}

.salary-calculator .calc-row2 .calc-row-item {
    width: 48%;
    margin-top: 1%
}

.salary-calculator .calc-col-wrapper {
    width: 100%;
    margin: 1% 0;
    display: inline-block;
    background: #fafafa
}

.salary-calculator .calc-col-wrapper p.header2,
.salary-calculator .calc-col-wrapper p.header3 {
    font-size: 17px;
    margin: 0;
    text-align: center;
    line-height: 24px;
    background-color: #223946;
    color: #fff;
    font-weight: 700;
    padding: 7px
}

.salary-calculator .calc-col-wrapper p.header3 {
    font-size: 14px;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.1);
    color: #666
}

.salary-calculator .calc-col {
    width: 48.5%;
    margin: 0 0 0 1%;
    float: left
}

.salary-calculator .calc-col p.header1 {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-bottom: 2px solid #D1CDCD;
    padding: 10px 0
}

.salary-calculator .small-source {
    background: #efefef;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0;
    font-style: italic
}

.salary-calculator .alt-form .label,
.salary-calculator .alt-form .field {
    width: 100%;
    text-align: left
}

.salary-calculator .alt-form .field input,
.salary-calculator .alt-form .field textarea,
.salary-calculator .alt-form .field select {
    width: 50%
}

@media screen and (max-width: 1350px) and (min-width: 960px) {
    [role="navigation"] a {
        padding: 0 .6rem;
    }
}

@media screen and (max-width: 1195px) and (min-width: 960px) {
    [role="banner"] .nav-wrapper h1 {
        float: none;
        margin: 0 auto;
    }
    [role="banner"] {
        height: auto;
    }
    [role="navigation"] {
        text-align: center;
        float: none;
    }
    [role="navigation"] div.scroll div {
        display: inline-block;
        float: none;
        height: 100%;
        text-align: center;
    }
}