﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif
}

.text__h1 {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #7e7e7e;
    padding-bottom: 4px;
    border-bottom: 2px solid #9aafb9;
    margin: 2rem 0;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.025rem;
    font-size: 4rem;
    line-height: 3.8rem
}

@media (max-width: 1280px) {
    .text__h1 {
        font-size:3.94rem;
        line-height: 3.743rem
    }
}

@media (max-width: 992px) {
    .text__h1 {
        font-size:3.9rem;
        line-height: 3.705rem
    }
}

@media (max-width: 768px) {
    .text__h1 {
        font-family:"ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.025rem;
        font-size: 2.8rem;
        line-height: 2.66rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .text__h1 {
        font-size:2.758rem;
        line-height: 2.6201rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .text__h1 {
        font-size:2.73rem;
        line-height: 2.5935rem
    }
}

.text__h1:after {
    content: "";
    display: block;
    margin-top: 2px;
    border-bottom: 2px solid #9aafb9
}

.text--center {
    text-align: center
}

.text__hr {
    max-width: 1280px;
    margin: 1rem auto;
    border-top: solid 1px #dcdcdc
}
/* whoever put in all the layout classes below, I hope you step on a rake. this is messing with every responsive class I'm using and now I have to use .col-xs-_ like we're in the dark ages. */
.container {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: auto
}

section>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.row.row-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row.row-h-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row.row-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row.row-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row.row-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.row-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.row.row-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%
}

.row .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%
}

.row .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%
}

.row .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%
}

.row .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%
}

.row .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%
}

.row .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%
}

.row .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%
}

.row .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%
}

.row .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%
}

.row .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%
}

.row .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
}

.spacer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1rem
}

@media (max-width: 992px) {
    main.wrapper {
        padding:0 .5rem
    }
}

a {
    color: #005c84
}

@media (min-width: 992px) {
    .mobile-only {
        display:none !important
    }
}

@media (max-width: 992px) {
    .desktop-only {
        display:none !important
    }
}

@media (max-width: 992px) {
    .m-order-0 {
        -webkit-box-ordinal-group:1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .m-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .m-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .m-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .m-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .m-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .m-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .m-order-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .m-order-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .m-order-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .m-order-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .m-order-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .m-order-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .m-order-13 {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .m-order-14 {
        -webkit-box-ordinal-group: 15;
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14
    }

    .m-order-15 {
        -webkit-box-ordinal-group: 16;
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15
    }
}

pre {
    padding: 30px;
    background: #eeeeee;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    overflow: auto;
    max-height: 400px
}

.button {
    display: inline-block;
    padding: .6rem 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #005c84;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.14rem
}

@media (max-width: 1280px) {
    .button {
        font-size:1.182rem;
        line-height: 1.1229rem
    }
}

@media (max-width: 992px) {
    .button {
        font-size:1.17rem;
        line-height: 1.1115rem
    }
}

.button--block {
    display: block;
    width: 100%;
    margin: 1rem auto
}

.button--gradient {
    color: #005c84;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#88a0bd));
    background-image: linear-gradient(180deg, #f9fafc 0%, #88a0bd 100%);
    -webkit-box-shadow: inset 0 -1px 2px rgba(255,255,255,0.2);
    box-shadow: inset 0 -1px 2px rgba(255,255,255,0.2)
}

.top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 30px 5rem;
    margin: auto;
    background: #fff
}

@media (max-width: 992px) {
    .top-nav {
        display:none
    }
    .button-dropdown__trigger:after{
		display:none !important;
	}
	.breadcrumbs{
	 display:none;
	}
}

@media (max-width: 1600px) {
    .top-nav {
        padding:30px 2rem
    }
}

@media (max-width: 1200px) {
    .top-nav {
        padding:30px 15px
    }
}

.top-nav__main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-nav__mobile-nav {
    display: block;
    height: 50px;
    width: 100%;
    background: red
}

@media (max-width: 992px) {
    .top-nav__mobile-nav {
        background:orange
    }
}

.top-nav__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-nav__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    width: 15%;
    padding-right: 30px
}

.top-nav__logo-link {
    display: block;
    width: 100%;
    height: 100%
}

.top-nav__logo-img {
    display: block;
    width: 100%;
    height: auto
}

.top-nav__main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-nav__search {
    display: block;
    background-color: #ebecec;
    background-image: url("../images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 24px;
    min-width: 250px
}

@media (max-width: 1600px) {
    .top-nav__search{
        min-width:200px
    }
}

@media (max-width: 1460px) {
    .top-nav__search{
        min-width:100px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (max-width: 1300px) {
    .top-nav__search{
        max-width:120px
    }
}

.top-nav__search-input {
    display: block;
    height: 2.25rem;
    padding: 0 55px 0 15px;
    width: 100%;
    background: transparent !important;
    border: none;
    outline: none;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
}

@media (max-width: 1280px) {
    .top-nav__search-input {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .top-nav__search-input {
        font-size:.82875rem;
        line-height: 1.03594rem;
    }
}

.top-nav__search-input::-webkit-input-placeholder {
    opacity: 1;
    color: #2a3036
}

.top-nav__search-input:-moz-placeholder {
    opacity: 1;
    color: #2a3036
}

.top-nav__search-input::-moz-placeholder {
    opacity: 1;
    color: #2a3036
}

.top-nav__search-input:-ms-input-placeholder {
    opacity: 1;
    color: #2a3036
}

.top-nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-nav__menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #2a3036;
    height: 2.25rem;
    padding: 0 5px
}

.top-nav__menu-item-link {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 2.25rem;
    -webkit-transition: .2s;
    transition: .2s;
    color: #666;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1rem;
    line-height: .95rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .top-nav__menu-item-link {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .top-nav__menu-item-link {
        font-size:.97rem;
        line-height: .9215rem
    }
}

@media (max-width: 992px) {
    .top-nav__menu-item-link {
        font-family:Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
        font-size: .8rem;
        line-height: .76rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 992px) and (max-width: 1280px) {
    .top-nav__menu-item-link {
        font-size:.788rem;
        line-height: .7486rem
    }
}

@media (max-width: 992px) and (max-width: 992px) {
    .top-nav__menu-item-link {
        font-size:.776rem;
        line-height: .7372rem
    }
}

@media (max-width: 1460px) {
    .top-nav__menu-item-link {
        font-family:Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
        font-size: .75rem;
        line-height: .7125rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 1460px) and (max-width: 1280px) {
    .top-nav__menu-item-link {
        font-size:.73875rem;
        line-height: .70181rem
    }
}

@media (max-width: 1460px) and (max-width: 992px) {
    .top-nav__menu-item-link {
        font-size:.7275rem;
        line-height: .69112rem
    }
}

@media (max-width: 1110px) {
    .top-nav__menu-item-link {
        padding:5px
    }
}

.top-nav__menu-item-link:hover {
    background: #005c84;
    color: #fff
}

.top-nav__menu-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 50px
}

@media (max-width: 1110px) {
    .top-nav__menu-cart {
        width:30px;
        margin-right:20px;        
    }
}

.top-nav__menu-cart img {
    display: block;
    height: auto;
    max-width: 28px;
    width: 75%;
    margin: auto
}

.top-nav__menu-cart:hover .top-nav__menu-cart-badge {
    top: -10px
}

.top-nav__menu-cart-badge {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #0e0d1a;
    color: #fff;
    font-weight: bold;
    font-size: .75rem;
    border-radius: 50%;
    border: none;
    top: -9px;
    right: 0px;
    -webkit-transition: .2s;
    transition: .2s
}

@media (max-width: 1110px) {
    .top-nav__menu-cart-badge {
        right:-8px
    }
}

.top-nav__user-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 80px
}

@media (max-width: 1110px) {
    .top-nav__user-menu {
        max-width:190px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
        padding-right: 49px
    }
}

.top-nav__user-menu-link {
    font-size: 1rem;
    color: #005c84;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .top-nav__user-menu-link {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .top-nav__user-menu-link {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

@media (max-width: 1460px) {
    .top-nav__user-menu-link {
        padding:0 15px;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: .65rem;
        line-height: 1.15rem;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 1460px) and (max-width: 1280px) {
    .top-nav__user-menu-link {
        font-size:.64025rem;
        line-height: .80031rem
    }
}

@media (max-width: 1460px) and (max-width: 992px) {
    .top-nav__user-menu-link {
        font-size:.63375rem;
        line-height: .79219rem
    }
}

@media (max-width: 1110px) {
    .top-nav__user-menu-link {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center
    }

    .top-nav__user-menu-link br {
        display: none
    }
}

.top-nav__user-menu-logout {
    font-size: 1rem;
    color: #005c84;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 25px;
    background-color: #005c84;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .top-nav__user-menu-logout {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .top-nav__user-menu-logout {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

@media (max-width: 1460px) {
    .top-nav__user-menu-logout {
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: .65rem;
        line-height: 1.15rem;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 1460px) and (max-width: 1280px) {
    .top-nav__user-menu-logout {
        font-size:.64025rem;
        line-height: .80031rem
    }
}

@media (max-width: 1460px) and (max-width: 992px) {
    .top-nav__user-menu-logout {
        font-size:.63375rem;
        line-height: .79219rem
    }
}

@media (max-width: 1110px) {
    .top-nav__user-menu-logout {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.top-nav__user-menu-icon {
    position: absolute;
    display: block;
    height: 50px;
    top: calc(50% - 25px);
    width: auto;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

@media (max-width: 1200px) {
    .top-nav__user-menu-icon {
        height:40px;
        top: calc(50% - 20px)
    }
}

.subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: .5rem solid #0e0d1a
}

@media (max-width: 992px) {
    .subnav {
        display:none
    }
}

.subnav__item {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 160px;
    padding: 1rem 2rem .75rem;
    -webkit-transition: .2s;
    transition: .2s
}

.subnav__item>a {
    display: block;
    text-align: center;
    color: #2a3036;
    text-decoration: none;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.65rem;
    line-height: 1.5675rem
}

@media (max-width: 1280px) {
    .subnav__item>a {
        font-size:1.62525rem;
        line-height: 1.54399rem
    }
}

@media (max-width: 992px) {
    .subnav__item>a {
        font-size:1.60875rem;
        line-height: 1.52831rem
    }
}

.subnav__item:last-child {
    border: none
}

.subnav__item.active,.subnav__item:active,.subnav__item:hover {
    background: #005c84
}

.subnav__item.active>a,.subnav__item:active>a,.subnav__item:hover>a {
    color: #fff
}

.subnav__item:hover .subnav__dropdown {
    display: block
}

.subnav__dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: .5rem 0;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2)
}

.subnav__dropdown-item {
    display: block;
    padding: .5rem 1rem;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.15rem;
    line-height: 1.0925rem;
    text-decoration: none;
    color: #2a3036
}

@media (max-width: 1280px) {
    .subnav__dropdown-item {
        font-size:1.13275rem;
        line-height: 1.07611rem
    }
}

@media (max-width: 992px) {
    .subnav__dropdown-item {
        font-size:1.12125rem;
        line-height: 1.06519rem
    }
}

.subnav__dropdown-item:hover {
    background-color: #eaeaea;
    color: #2a3036
}

/* subnav wrap fix*/
.subnav_item-fix:hover{
	width: 200px;
}

.mobile-nav {
    position: relative;
    padding: 0;
    height: 100px;
    display: block
}

@media (min-width: 992px) {
    .mobile-nav {
        display:none
    }
    .button-dropdown__trigger{
		padding-right: 24px;
	}
 }

.mobile-nav__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0
}

.mobile-nav__logo-link {
    display: block;
    height: 35px;    
 }

.mobile-nav__logo-img {
    display: block;
    height: 100%;
    width: auto;    
}

.mobile-nav__user {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.mobile-nav__user.open .mobile-nav__user-link:after {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.mobile-nav__user.open .mobile-nav__dropdown {
    display: block
}

.mobile-nav__burger {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 35px;
    height: 30px;
    background: white;
    position: relative;
    margin-right: 1rem;
    outline: none
}

.mobile-nav__burger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #005c84;
    position: absolute;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform-origin: center;
    transform-origin: center
}

.mobile-nav__burger span:nth-child(1) {
    position: absolute;
    top: 3px
}

.mobile-nav__burger span:nth-child(2) {
    position: absolute;
    top: calc(50% - 3px)
}

.mobile-nav__burger span:nth-child(3) {
    position: absolute;
    top: calc(100% - 8px)
}

.mobile-nav__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .5rem
}

.mobile-nav__input {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    background:#ebecec !important;
    padding: 0 1rem 0 2rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .8rem;
    line-height: 1.3rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    border: none;
    border-radius: 1rem 0rem 0rem 1rem;
    height: 2rem;
    -webkit-transition: .2s;
    transition: .2s;
    border: none !important;
}

@media (max-width: 1280px) {
    .mobile-nav__input {
        font-size:.788rem;
        line-height: .985rem
    }
}

@media (max-width: 992px) {
    .mobile-nav__input {
        font-size:.78rem;
        line-height: .975rem
    }
}

.mobile-nav__input::-webkit-input-placeholder {
    
    opacity: 1
}

.mobile-nav__input:-moz-placeholder {
   
    opacity: 1
}

.mobile-nav__input::-moz-placeholder {
    
    opacity: 1
}

.mobile-nav__input:-ms-input-placeholder {
   
    opacity: 1
}

@media (max-width: 768px) {
    .mobile-nav__input {
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .mobile-nav__input {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .mobile-nav__input {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.mobile-nav__input:focus {
    background: #acbdc3;
    color: #005c84;
    outline: none
}

.mobile-nav__input:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    color: #005c84
}

.mobile-nav__input:focus:-moz-placeholder {
    color: #fff;
    opacity: 1;
    color: #005c84
}

.mobile-nav__input:focus::-moz-placeholder {
    color: #fff;
    opacity: 1;
    color: #005c84
}

.mobile-nav__input:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    color: #005c84
}

.mobile-nav__jellybean {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    margin-left: 1rem
}

.mobile-nav__jellybean img {
    display: block;
    width: auto;
    height: 40px
}

.mobile-nav__drawer {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 185px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1rem;
    background: #ebecec;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: .2s transform;
    transition: .2s transform;
    overflow-x: hidden;
    overflow-y: visible
}

.mobile-nav__drawer-link {
    display: block;
    text-decoration: none
}

.mobile-nav__drawer-link.active {
    border-left: 5px solid #005c84;
    padding-left: 1rem
}

.mobile-nav__drawer-row {
    display: block;
    padding: 1rem 0
}

.mobile-nav__drawer-row:nth-child(1) {
    border-bottom: 1px solid #005c84
}

.mobile-nav__drawer-row:nth-child(2) .mobile-nav__drawer-link {
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.25rem;
    line-height: 1.1875rem;
    font-weight: normal;
    margin-top: 1rem;   
    letter-spacing: 0;
    color: #005c84
}

@media (max-width: 1280px) {
    .mobile-nav__drawer-row:nth-child(2) .mobile-nav__drawer-link {
        font-size:1.23125rem;
        line-height: 1.16969rem
    }
}

@media (max-width: 992px) {
    .mobile-nav__drawer-row:nth-child(2) .mobile-nav__drawer-link {
        font-size:1.2125rem;
        line-height: 1.15187rem
    }
}

.mobile-nav__drawer-row:nth-child(1) .mobile-nav__drawer-link {
    color: #005c84;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    margin-top: 1rem;    
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .mobile-nav__drawer-row:nth-child(1) .mobile-nav__drawer-link {
        font-size:1.23125rem;
        line-height: 1.53906rem
    }
}

@media (max-width: 992px) {
    .mobile-nav__drawer-row:nth-child(1) .mobile-nav__drawer-link {
        font-size:1.21875rem;
        line-height: 1.52344rem
    }
}

.has-drawer {
    overflow: hidden !important
}

.has-drawer .mobile-nav__burger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 28px;
    top: 12px;
    left: 0;
    height: 4px;
    border-radius: 4px
}

.has-drawer .mobile-nav__burger span:nth-child(2) {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0
}

.has-drawer .mobile-nav__burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 28px;
    top: 12px;
    left: 0;
    height: 4px;
    border-radius: 6px
}

.has-drawer .mobile-nav__drawer {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.carousel {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.carousel::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 5000px;
    background: rgba(255,255,255,0.85)
}

.carousel__slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.carousel__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.carousel__slide-header-img {
    display: block;
    width: 100%;
    height: auto
}

.carousel__dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 20px;
    z-index: 999;
    width: 100%;
    left: 0
}

.carousel__dot {
    display: block;
    background: #acbdc3;
    -webkit-box-shadow: 0 1px 15px 0 #005c84;
    box-shadow: 0 1px 15px 0 #005c84;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition: .2s background, .2s box-shadow;
    transition: .2s background, .2s box-shadow
}

@media (max-width: 992px) {
    .carousel__dot {
        width:7px;
        height: 7px
    }
}

@media (max-width: 768px) {
    .carousel__dot {
        width:5px;
        height: 5px
    }
}

.carousel__dot.active {
    -webkit-box-shadow: 0 1px 15px 2px #005c84;
    box-shadow: 0 1px 15px 2px #005c84;
    background: #fff
}

.carousel__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 30%;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.carousel__arrows a {
    display: block;
    pointer-events: all;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    background: rgba(0,92,132,0.5);
    color: #fff;
    line-height: 3.25rem
}

@media (max-width: 768px) {
    .carousel__arrows a {
        font-size:1.5rem;
        height: 2rem;
        width: 2rem;
        line-height: 1.6rem
    }
}

.carousel.hero {
    position: relative;
    height: 0;
    padding: 0;
    padding-bottom: 29%;
    max-width: initial
}

@media (max-width: 1280px) {
    .carousel.hero {
        padding-bottom:45%
    }
}

@media (max-width: 768px) {
    .carousel.hero {
        padding-bottom:50%
    }
}

@media (max-width: 640px) {
    .carousel.hero {
        padding-bottom:90%;
        max-height: initial
    }
}

.carousel.hero .carousel__slides {
    position: absolute;
    height: 100%;
    min-height: 300px;
    max-height: 600px
}

.carousel.hero .carousel__slide {
    height: 100%;
    background-size: cover;
    background-position: center
}

.carousel.hero .carousel__slide-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: auto
}

@media (max-width: 992px) {
    .carousel.hero .carousel__slide-body {
        padding:0 1rem
    }
}

.carousel.hero .carousel__slide-body h2 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin: 0;
    pointer-events: none;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 6.65rem;
    line-height: 6.3175rem
}

@media (max-width: 1280px) {
    .carousel.hero .carousel__slide-body h2 {
        font-size:6.55025rem;
        line-height: 6.22274rem
    }
}

@media (max-width: 992px) {
    .carousel.hero .carousel__slide-body h2 {
        font-size:6.48375rem;
        line-height: 6.15956rem
    }
}

@media (max-width: 768px) {
    .carousel.hero .carousel__slide-body h2 {
        font-size:6.35075rem;
        line-height: 6.03321rem
    }
}

@media (max-width: 640px) {
    .carousel.hero .carousel__slide-body h2 {
        font-size:6.3175rem;
        line-height: 6.00163rem
    }
}

@media (max-width: 768px) {
    .carousel.hero .carousel__slide-body h2 {
        font-family:"ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        font-size: 3.65rem;
        line-height: 3.4675rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .carousel.hero .carousel__slide-body h2 {
        font-size:3.59525rem;
        line-height: 3.41549rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .carousel.hero .carousel__slide-body h2 {
        font-size:3.55875rem;
        line-height: 3.38081rem
    }
}

.carousel.hero .carousel__slide-body h3 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    line-height: 4.9rem;
    margin: 0;
    pointer-events: none;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 5.65rem;
    line-height: 5.3675rem
}

@media (max-width: 1280px) {
    .carousel.hero .carousel__slide-body h3 {
        font-size:5.56525rem;
        line-height: 5.28699rem
    }
}

@media (max-width: 992px) {
    .carousel.hero .carousel__slide-body h3 {
        font-size:5.50875rem;
        line-height: 5.23331rem
    }
}

@media (max-width: 768px) {
    .carousel.hero .carousel__slide-body h3 {
        font-size:5.39575rem;
        line-height: 5.12596rem
    }
}

@media (max-width: 640px) {
    .carousel.hero .carousel__slide-body h3 {
        font-size:5.3675rem;
        line-height: 5.09913rem
    }
}

@media (max-width: 768px) {
    .carousel.hero .carousel__slide-body h3 {
        font-family:"ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        font-size: 4.65rem;
        line-height: 4.4175rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .carousel.hero .carousel__slide-body h3 {
        font-size:4.58025rem;
        line-height: 4.35124rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .carousel.hero .carousel__slide-body h3 {
        font-size:4.53375rem;
        line-height: 4.30706rem
    }
}

.carousel.hero .carousel__slide-body h4 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    line-height: 4.9rem;
    margin: 0;
    pointer-events: none;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 4.5rem;
    line-height: 4.275rem
}

@media (max-width: 1280px) {
    .carousel.hero .carousel__slide-body h4 {
        font-size:4.4325rem;
        line-height: 4.21088rem
    }
}

@media (max-width: 992px) {
    .carousel.hero .carousel__slide-body h4 {
        font-size:4.3875rem;
        line-height: 4.16813rem
    }
}

@media (max-width: 768px) {
    .carousel.hero .carousel__slide-body h4 {
        font-family:"ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        font-size: 2.65rem;
        line-height: 2.5175rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .carousel.hero .carousel__slide-body h4 {
        font-size:2.61025rem;
        line-height: 2.47974rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .carousel.hero .carousel__slide-body h4 {
        font-size:2.58375rem;
        line-height: 2.45456rem
    }
}

.carousel.hero .carousel__slide-body p {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin: 0;
    pointer-events: none
}

@media (max-width: 1280px) {
    .carousel.hero .carousel__slide-body p {
        font-size:1.4775rem;
        line-height: 1.84688rem
    }
}

@media (max-width: 992px) {
    .carousel.hero .carousel__slide-body p {
        font-size:1.4625rem;
        line-height: 1.82813rem
    }
}

@media (max-width: 768px) {
    .carousel.hero .carousel__slide-body p {
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1.2rem;
        line-height: 1.7rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .carousel.hero .carousel__slide-body p {
        font-size:1.182rem;
        line-height: 1.4775rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .carousel.hero .carousel__slide-body p {
        font-size:1.17rem;
        line-height: 1.4625rem
    }
}

.carousel.hero .carousel__slide-body h2+p {
    margin-top: 2rem
}

@media (max-width: 992px) {
    .carousel.hero .carousel__slide-body h2+p {
        margin-bottom:2rem
    }
}

.carousel.carousel-news {
    max-width: 992px;
    margin: 4rem auto
}

.carousel.carousel-news .carousel__slide {
    position: relative
}

.carousel.carousel-news .carousel__slide-head {
    padding: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#F1F0EB));
    background-image: linear-gradient(0deg, #fff 0%, #F1F0EB 100%)
}

.carousel.carousel-news .carousel__slide-head-link {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 60%
}

.carousel.carousel-news .carousel__slide-head-img {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0
}

.carousel.carousel-news .carousel__slide-body h2 {
    color: #005c84;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 2.25rem;
    line-height: 2.1375rem;
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .carousel.carousel-news .carousel__slide-body h2 {
        font-size:2.21625rem;
        line-height: 2.10544rem
    }
}

@media (max-width: 992px) {
    .carousel.carousel-news .carousel__slide-body h2 {
        font-size:2.1825rem;
        line-height: 2.07337rem
    }
}

@media (max-width: 768px) {
    .carousel.carousel-news .carousel__slide-body h2 {
        font-size:2.14875rem;
        line-height: 2.04131rem
    }
}

.carousel.carousel-news .carousel__slide-body p {
    color: #0e0d1a;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .carousel.carousel-news .carousel__slide-body p {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 992px) {
    .carousel.carousel-news .carousel__slide-body p {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.carousel.carousel-news .carousel__slide-link {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    text-decoration: none
}

.cta {
    margin: 4rem 0
}

@media (max-width: 768px) {
    .cta {
        margin:1rem -0.25rem;
        padding-bottom: 1rem;
        border-bottom: solid 2px #9aafb9
    }
}

.cta__link {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2.25rem;
    line-height: 2.1375rem;
    padding: 20px 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #005c84;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#88a0bd));
    background-image: linear-gradient(180deg, #f9fafc 0%, #88a0bd 100%);
    border: solid 1px #eaeaea;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 .5rem;
    border-radius: 5px;
    -webkit-transition: .25s;
    transition: .25s
}

@media (max-width: 1280px) {
    .cta__link {
        font-size:2.21625rem;
        line-height: 2.10544rem
    }
}

@media (max-width: 992px) {
    .cta__link {
        font-size:2.19375rem;
        line-height: 2.08406rem
    }
}

@media (max-width: 768px) {
    .cta__link {
        padding:20px 0 15px;
        margin: 0 .25rem;
        font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        font-size: 1.5rem;
        line-height: 1.425rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .cta__link {
        font-size:1.4775rem;
        line-height: 1.40363rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .cta__link {
        font-size:1.4625rem;
        line-height: 1.38938rem
    }
}

.cta__link:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#b9c7d8));
    background-image: linear-gradient(180deg, #f9fafc 0%, #b9c7d8 100%)
}

.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cards__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%
}

@media (max-width: 768px) {
    .cards__card {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }
}

@media (max-width: 640px) {
    .cards__card {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.cards.cards--simple {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cards.cards--simple .cards__card {
    padding: 1rem 2rem;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.3rem;
    line-height: 1.235rem
}

@media (max-width: 1280px) {
    .cards.cards--simple .cards__card {
        font-size:1.2805rem;
        line-height: 1.21648rem
    }
}

@media (max-width: 992px) {
    .cards.cards--simple .cards__card {
        font-size:1.2675rem;
        line-height: 1.20413rem
    }
}

@media (max-width: 768px) {
    .cards.cards--simple .cards__card {
        padding:.5rem 1rem
    }
}

.cards.cards--simple .cards__card a {
    text-decoration: none
}

.cards.cards--simple .cards__card span {
    text-transform: uppercase;
    color: #2a3036
}

.cards.cards--simple .cards__card h3 {
    margin: 0;
    color: #2a3036;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
    margin-top: .25rem;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .cards.cards--simple .cards__card h3 {
        font-size:1.4775rem;
        line-height: 1.97rem
    }
}

@media (max-width: 992px) {
    .cards.cards--simple .cards__card h3 {
        font-size:1.455rem;
        line-height: 1.94rem
    }
}

.cards.cards--simple .cards__card p {
    font-size: 1.5rem;
    color: #0e0d1a;
    margin: 0;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.4rem;
    line-height: 1.65rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .cards.cards--simple .cards__card p {
        font-size:1.379rem;
        line-height: 1.62525rem
    }
}

@media (max-width: 992px) {
    .cards.cards--simple .cards__card p {
        font-size:1.358rem;
        line-height: 1.6005rem
    }
}

.cards.cards--simple .cards__card:nth-child(3),.cards.cards--simple .cards__card:nth-child(4) {
    background: #f1f0eb
}

@media (max-width: 992px) {
    .cards.cards--simple .cards__card:nth-child(3),.cards.cards--simple .cards__card:nth-child(4) {
        background:none
    }
}

@media (max-width: 992px) {
    .cards.cards--simple .cards__card:nth-child(odd) {
        background:#f1f0eb
    }
}

.cards.cards--simple .cards__card--button {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .cards.cards--simple .cards__card--button {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 992px) {
    .cards.cards--simple .cards__card--button {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;
    padding: 2rem 0;
    margin: auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F1F0EB), to(#fff));
    background-image: linear-gradient(0deg, #F1F0EB 0%, #fff 100%)
}

@media (max-width: 768px) {
    .tools {
        background:#fff;
        padding: 0
    }
}

.tools__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%
}

.tools__block .tools__wrap {
    display: block;
    width: 100%
}

.tools__block--sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%
}

.tools__block--md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%
}

.tools__block--md .tools__wrap {
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none
}

.tools__block--lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    padding: 0 4rem
}

.tools__block--lg .tools__wrap {
    padding: 2rem 2rem;
    background: #fff
}

@media (max-width: 768px) {
    .tools__block--lg .tools__wrap {
        padding:2rem .5rem 0
    }
}

@media (max-width: 768px) {
    .tools__block {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 1rem 0;
        border-top: 2px solid #9aafb9;
        font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        font-size: 2rem;
        line-height: 1.9rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .tools__block {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .tools__block {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.tools__title {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.5rem;
    display: block;
    text-transform: uppercase;
    color: #666;
    background: #fff;
    border-bottom: 1px solid #666
}

@media (max-width: 1280px) {
    .tools__title {
        font-size:1.97rem;
        line-height: 1.4775rem
    }
}

@media (max-width: 992px) {
    .tools__title {
        font-size:1.95rem;
        line-height: 1.4625rem
    }
}

.tools__block-title {
    display: block;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0;
    padding: 1rem;
    background: #005c84;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 100%
}

@media (max-width: 1280px) {
    .tools__block-title {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 992px) {
    .tools__block-title {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.tools__wrap {
    padding: 0 2rem
}

@media (max-width: 768px) {
    .tools__wrap {
        padding:0 .5rem
    }
}

.tools__service-link {
    display: block;
    margin-bottom: 1rem;
    color: #7e7e7e;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .2s text-decoration;
    transition: .2s text-decoration;
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1rem;
    line-height: .95rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .tools__service-link {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .tools__service-link {
        font-size:.97rem;
        line-height: .9215rem
    }
}

.tools__service-link:hover {
    -webkit-text-decoration: underline solid #fff;
    text-decoration: underline solid #fff
}

@media (max-width: 768px) {
    .tools__service-link {
        color:#7e7e7e;
        font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
        font-size: 1.25rem;
        line-height: 1.1875rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 1rem;
        letter-spacing: 0;
        display: inline-block;
        width: calc(50% - 6px);
        margin-right: 3px
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .tools__service-link {
        font-size:1.23125rem;
        line-height: 1.16969rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .tools__service-link {
        font-size:1.2125rem;
        line-height: 1.15187rem
    }
}

.tools label {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal !important;
    margin-top: 0;
    margin-bottom: .25rem;
    letter-spacing: -.05rem;
    font-size: 1.1rem;
    line-height: 1.045rem
}

@media (max-width: 1280px) {
    .tools label {
        font-size:1.0835rem;
        line-height: 1.02933rem
    }
}

@media (max-width: 992px) {
    .tools label {
        font-size:1.0725rem;
        line-height: 1.01888rem
    }
}

.tools .form__button {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.14rem
}

@media (max-width: 1280px) {
    .tools .form__button {
        font-size:1.182rem;
        line-height: 1.1229rem
    }
}

@media (max-width: 992px) {
    .tools .form__button {
        font-size:1.17rem;
        line-height: 1.1115rem
    }
}

.tools .form__button:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#005c84), to(#fbfbfd));
    background-image: linear-gradient(0deg, #005c84 0%, #fbfbfd 100%)
}

.tools .form__button--simple {
    background: transparent;
    border: none
}

.tools .form__button--simple:hover {
    background: transparent;
    color: #006e9e
}

@media (max-width: 768px) {
    .tools .form {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tools .form__button {
        height: 2rem;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1.1rem;
        line-height: 1.6rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .tools .form__button {
        font-size:1.0835rem;
        line-height: 1.35438rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .tools .form__button {
        font-size:1.0725rem;
        line-height: 1.34062rem
    }
}

@media (max-width: 768px) {
    .tools .form__group {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 4px);
        -ms-flex: 0 0 calc(50% - 4px);
        flex: 0 0 calc(50% - 4px);
        width: calc(50% - 4px);
        margin: 0 2px 1rem
    }

    .tools .form__group label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .tools .form__group input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        background: rgba(154,175,185,0.3);
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .tools .form__group input {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .tools .form__group input {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .tools .form__group {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.tools__research-search-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.tools__research-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px
}

.tools__research-icon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 82px
}

.tools__research-input {
    padding-left: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tools__research-input select,.tools__research-input input {
    display: block;
    width: 100%;
    border: 1px solid #2a3036;
    border-radius: .25rem;
    height: 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 .5rem;
    color: #2a3036;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .tools__research-input select,.tools__research-input input {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .tools__research-input select,.tools__research-input input {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.tools__research-input button {
    background: #005c84;
    color: #fff;
    border: none;
    padding: 1rem 4rem;
    border-radius: .25rem;
    cursor: pointer;
    font-weight: bold;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.1rem;
    line-height: 1.045rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .tools__research-input button {
        font-size:1.0835rem;
        line-height: 1.02933rem
    }
}

@media (max-width: 992px) {
    .tools__research-input button {
        font-size:1.067rem;
        line-height: 1.01365rem
    }
}

.tools__research-input select::-ms-expand {
    display: none
}

.tools__research-input select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAVCAYAAACt4nWrAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADpSURBVEhLY/hPQzBqOFYwajhWgGF4XvPU/6nVvf837z4GFcEPzl++BVYPwu/ef4SKQgCG4SBDTRPL/zulV2MoRgcg+eiSDrD6/rmroaIIgDVYQK4HaQDR+EDLlCVgdSALsAGshoNcBHI5SOPyjXuhoqjg4PHzcB+CggYbwBmhyMFz9+EzqCgEgCz3y2sEy89evgUqiglwGg4CsOABRRYygAUHujg6wGs4NhciBwe6j9ABXsNBAD1siQkOGCBoOAjAggEWyYSCAwaIMhw5eIgJDhggynAQABkICiJiDQYBog0nBwxVw///BwA5CSk8rjRjjAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center
}

.news {
    padding: 0
}

.news__more {
    display: block;
    margin: 2rem auto 0;
    max-width: 200px;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.45rem;
    line-height: 1.3775rem;
    border: solid 1px #eaeaea;
    color: #005c84;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafc), to(#88a0bd));
    background-image: linear-gradient(180deg, #f9fafc 0%, #88a0bd 100%);
    padding: 1rem
}

@media (max-width: 1280px) {
    .news__more {
        font-size:1.42825rem;
        line-height: 1.35684rem
    }
}

@media (max-width: 992px) {
    .news__more {
        font-size:1.41375rem;
        line-height: 1.34306rem
    }
}

.news .text__hr {
    margin-top: 2rem
}

.ads {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: auto
}

.ads .ad {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #005c84
}

.ads.ads--1 {
    margin: 4rem auto
}

@media (max-width: 768px) {
    .ads.ads--1 {
        margin:1rem auto
    }
}

.ads.ads--1 .ad {
    height: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.ads.ads--3 {
    padding: 4rem 0
}

@media (max-width: 768px) {
    .ads.ads--3 {
        padding:2rem 4rem
    }
}

.ads.ads--3 .ad {
    height: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

@media (max-width: 768px) {
    .ads.ads--3 .ad {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 2rem
    }
}

.events {
    padding: 1rem 0
}

.events__title {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 3.6rem;
    line-height: 3.42rem;
    text-transform: uppercase;
    color: #7e7e7e;
    margin: 0 0 2rem
}

@media (max-width: 1280px) {
    .events__title {
        font-size:3.546rem;
        line-height: 3.3687rem
    }
}

@media (max-width: 992px) {
    .events__title {
        font-size:3.51rem;
        line-height: 3.3345rem
    }
}

@media (max-width: 768px) {
    .events__table-header {
        display:none
    }
}

.events__table-head {
    text-transform: uppercase;
    color: #2a3036;
    padding: 0;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .events__table-head {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .events__table-head {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.events__table-row {
    margin: .5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 0;
    width: 100%;
    background: #f1f0eb
}

.events__table-row:nth-child(even) {
    background: #fff
}

.events__cel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5rem 1rem;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .events__cel {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none
    }
}

.events__cel:first-child,.events__cel:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    border: none
}

.events__cel-date p {
    margin: 0;
    text-transform: uppercase;
    color: #2a3036;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .events__cel-date p {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .events__cel-date p {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

@media (max-width: 768px) {
    .events__cel-date p {
        display:inline;
        margin-right: .5rem
    }
}

.events__cel-date span {
    color: #2a3036;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .events__cel-date span {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .events__cel-date span {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.events__cel-date span+span {
    color: #2a3036;
    font-weight: 400
}

.events__cel-body {
    color: #0e0d1a;
    margin: 0;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.5rem;
    line-height: 1.425rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .events__cel-body {
        font-size:1.4775rem;
        line-height: 1.40363rem
    }
}

@media (max-width: 992px) {
    .events__cel-body {
        font-size:1.455rem;
        line-height: 1.38225rem
    }
}

.events__cel-location {
    color: #0e0d1a;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.5rem;
    line-height: 1.425rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    margin: 0
}

@media (max-width: 1280px) {
    .events__cel-location {
        font-size:1.4775rem;
        line-height: 1.40363rem
    }
}

@media (max-width: 992px) {
    .events__cel-location {
        font-size:1.455rem;
        line-height: 1.38225rem
    }
}

@media (max-width: 768px) {
    .events__cel-location {
        font-family:Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
        font-size: 1.25rem;
        line-height: 1.1875rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .events__cel-location {
        font-size:1.23125rem;
        line-height: 1.16969rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .events__cel-location {
        font-size:1.2125rem;
        line-height: 1.15187rem
    }
}

.events__all {
    margin: 1rem auto .5rem !important
}

.form {
    display: block;
    width: 100%
}

.form__group {
    display: block;
    margin-bottom: 1rem
}

.form__group label {
    display: block;
    color: #7e7e7e;
    padding: 0;
    font-weight: bold
}

.form__group input {
    display: block;
    width: 100%;
    border: none;
    height: 2.25rem;
    border-radius: .25rem;
    padding: .25rem 1rem;
    border: 2px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
    color: #2a3036
}

.form__group input::-webkit-input-placeholder {
    color: #2a3036;
    opacity: .8
}

.form__group input:-moz-placeholder {
    color: #2a3036;
    opacity: .8
}

.form__group input::-moz-placeholder {
    color: #2a3036;
    opacity: .8
}

.form__group input:-ms-input-placeholder {
    color: #2a3036;
    opacity: .8
}

.form__group input:focus,.form__group input:active {
    border: 2px solid rgba(0,92,132,0.2);
    -webkit-box-shadow: 0 2px 5px 3px rgba(0,92,132,0.2);
    box-shadow: 0 2px 5px 3px rgba(0,92,132,0.2);
    outline: none
}

.form__group button {
    color: #fff;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    border: solid 1px #c0c0c0;
    margin: 0 .25rem;
    text-transform: uppercase;
    color: #005c84;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1rem;
    line-height: .95rem;
    cursor: pointer
}

@media (max-width: 1280px) {
    .form__group button {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .form__group button {
        font-size:.975rem;
        line-height: .92625rem
    }
}

.form__group button:hover {
    background: #005c84
}

.form__group--stacked label {
    color: #2a3036;
    padding: 0;
    margin-bottom: .5rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .form__group--stacked label {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .form__group--stacked label {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.form__group--stacked input {
    border: solid 1px #005c84;
    border-radius: 4px
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #666;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    margin: 4rem auto 0;
}

@media (max-width: 768px) {
    .footer {
        margin-top:.5rem
    }
}

.footer__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__logo {
    display: block;
    margin: -2.25rem auto 0;
    width: 28rem;
    height: auto
}

@media (max-width: 768px) {
    .footer__logo {
        display:block;
        width: 90%;
        margin: 2rem auto 0
    }
}

.footer__title {
    display: block;
    margin: auto
}

.footer__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-top: 2rem;
    padding: 0 4rem .5rem
}

@media (max-width: 768px) {
    .footer__group {
        padding:0 .5rem
    }
}

.footer__group-title {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .footer__group-title {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .footer__group-title {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__follow {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.25rem;
    line-height: 1.1875rem;
    color: #fff;
    margin-right: .25rem
}

@media (max-width: 1280px) {
    .footer__follow {
        font-size:1.23125rem;
        line-height: 1.16969rem
    }
}

@media (max-width: 992px) {
    .footer__follow {
        font-size:1.21875rem;
        line-height: 1.15781rem
    }
}

.footer__social-link {
    display: block;
    margin: 0 .25rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
    padding: .5rem;
    -webkit-transition: .2s background-color;
    transition: .2s background-color
}

@media (max-width: 768px) {
    .footer__social-link {
        margin:1rem 0;
        width: 30px;
        height: 30px;
        margin-left: 3px
    }
}

.footer__social-link img {
    display: block;
    margin: auto;
    width: auto;
    height: 100%
}

.footer__social-link:hover {
    background-color: rgba(255,255,255,0.1)
}

.footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0 4rem
}

@media (max-width: 768px) {
    .footer__links {
        padding:0 .5rem
    }
}

.footer__links--no-border {
    border: none
}

.footer__links-card {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    padding: 2rem 2rem 2rem 0
}

@media (max-width: 768px) {
    .footer__links-card {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: .5rem 0
    }
}

.footer__links-card p {
    line-height: 1.5rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .8rem;
    line-height: 1.3rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .footer__links-card p {
        font-size:.788rem;
        line-height: .985rem
    }
}

@media (max-width: 992px) {
    .footer__links-card p {
        font-size:.78rem;
        line-height: .975rem
    }
}

.footer__links-card p a {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .8rem;
    line-height: 1.3rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .footer__links-card p a {
        font-size:.788rem;
        line-height: .985rem
    }
}

@media (max-width: 992px) {
    .footer__links-card p a {
        font-size:.78rem;
        line-height: .975rem
    }
}

@media (max-width: 768px) {
    .footer__links-card p {
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .footer__links-card p {
        font-size:.985rem;
        line-height: 1.97rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .footer__links-card p {
        font-size:.975rem;
        line-height: 1.95rem
    }
}

@media (max-width: 768px) {
    .footer__links-card p a {
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0;
        margin-bottom: .5rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .footer__links-card p a {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .footer__links-card p a {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.footer__links-card-title {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1rem
}

.footer__card-link {
    display: block;
    color: #fff;
    margin-bottom: .5rem;
    -webkit-transition: .2s text-decoration;
    transition: .2s text-decoration;
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .8rem;
    line-height: 1.3rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .footer__card-link {
        font-size:.788rem;
        line-height: .985rem
    }
}

@media (max-width: 992px) {
    .footer__card-link {
        font-size:.78rem;
        line-height: .975rem
    }
}

@media (max-width: 768px) {
    .footer__card-link {
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0;
        margin-bottom: .5rem
    }
}

@media (max-width: 768px) and (max-width: 1280px) {
    .footer__card-link {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .footer__card-link {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.footer__card-link:hover {
    -webkit-text-decoration: underline solid #fff;
    text-decoration: underline solid #fff
}

.footer__quicklinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0
}

.footer__quicklinks-link {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0 1rem;
    border-right: solid 3px #fff;
    -webkit-transition: .2s text-decoration;
    transition: .2s text-decoration;
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1rem;
    line-height: .95rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .footer__quicklinks-link {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .footer__quicklinks-link {
        font-size:.97rem;
        line-height: .9215rem
    }
}

.footer__quicklinks-link:hover {
    -webkit-text-decoration: underline solid #fff;
    text-decoration: underline solid #fff
}

.footer__quicklinks-link:last-child {
    border: none
}

.footer__copyright {
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1rem;
    line-height: .95rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .footer__copyright {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .footer__copyright {
        font-size:.97rem;
        line-height: .9215rem
    }
}

.footer__serverid {
	display:block;
	text-align:center;
	padding-bottom:.25rem;
}

.bg {
    position: relative
}

.bg:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -200px;
    left: initial;
    right: initial;
    z-index: -1;
    width: 440px;
    height: 600px
}

.bg--lt:after {
    background-position: left top;
    background-image: url("../images/pattern_left.svg");
    left: -1px
}

.bg--rt:after {
    background-position: right top;
    background-image: url("../images/pattern_right.svg");
    right: 0
}

.bg--lg:after {
    width: 594px;
    height: 810px
}

.bg--xl:after {
    width: 704px;
    height: 960px
}

.bg--xxl:after {
    width: 968px;
    height: 1320px
}

.bg--top:after {
    top: 0
}

.bg--center:after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.breadcrumbs {
    margin-top: 0.8rem
}

.breadcrumbs__logo {
    position: relative;
    min-width: 35px
}

.breadcrumbs__logo-img {
    position: absolute;
    width: 40px;
    height: auto;
    left: calc(60% - 25px);
    top: 0;
    min-width: 35px;
    max-width: 40px;
  }

@media (max-width: 992px) {
    .breadcrumbs__logo-img {
        width:90%;
        top: -5px;
        left: 0
    }
}

@media (max-width: 768px) {
    .breadcrumbs__logo-img {
        width:90%;
        top: 2px;
        left: 0
    }
}

.breadcrumbs__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0
}

@media (max-width: 768px) {
    .breadcrumbs__links {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        white-space: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        padding-right: 1rem
    }

    .breadcrumbs__links::before {
        content: '';
        width: 30px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
        background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%)
    }
}

.breadcrumbs__link {
    font-weight: bold;
    text-decoration: none;
    margin: 0 1rem 0 0;
    color: #7e7e7e;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.2rem;
    line-height: 1.14rem
}

@media (max-width: 1280px) {
    .breadcrumbs__link {
        font-size:1.182rem;
        line-height: 1.1229rem
    }
}

@media (max-width: 992px) {
    .breadcrumbs__link {
        font-size:1.17rem;
        line-height: 1.1115rem
    }
}

@media (max-width: 992px) {
    .breadcrumbs__link {
        margin:0 .5rem 0 0
    }
}

@media (max-width: 768px) {
    .breadcrumbs__link {
        display:inline-block
    }
}

.breadcrumbs__link:after {
    content: '>';
    display: inline-block;
    margin-left: 1rem
}

@media (max-width: 992px) {
    .breadcrumbs__link:after {
        margin-left:.5rem
    }
}

.breadcrumbs__link:first-child {
    margin-left: 0
}

.breadcrumbs__link:last-child:after {
    content: none
}

.hero {
    background: -webkit-gradient(linear, left top, left bottom, from(#979797), to(#757575));
    background: linear-gradient(#979797, #757575);
    padding: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    max-width: 1280px;
    min-height: 15rem
}

.split__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 992px) {
    .split__main {
        padding-left:.5rem
    }
}

.split__aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%
}

@media (max-width: 992px) {
    .split__aside {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.split__inset {
    display: block;
    margin: -10.5rem 2rem 0 1rem;
    height: 100%
}

@media (max-width: 992px) {
    .split__inset {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto;
        width: 80%
    }
}

@media (max-width: 992px) and (max-width: 640px) {
    .split__inset {
        width:100%
    }
}

.split__inset--normal {
    margin-top: 0px;
}

.article-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 2rem 0 4rem
}

@media (max-width: 992px) {
    .article-card {
        margin:2rem 0
    }
}

.article-card__img {
    padding: 1rem .5rem 2rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#F1F0EB));
    background-image: linear-gradient(0deg, #fff 0%, #F1F0EB 100%);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    max-height: 210px
}

@media (max-width: 992px) {
    .article-card__img {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-height: 180px;
        padding: .5rem
    }
}

@media (max-width: 768px) {
    .article-card__img {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%;
        max-height: 130px
    }
}

.article-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.article-card__body {
    -webkit-box-flex: 1%;
    -webkit-flex: 1%;
    -ms-flex: 1%;
    flex: 1%;
    margin-left: 2rem;
    padding-right: .5rem
}

@media (max-width: 992px) {
    .article-card__body {
        margin-left:1rem
    }
}

.article-card__body a {
    text-decoration: none;
    color: #005c84
}

.article-card__body h2 {
    color: #005c84;
    font-size: 2.9rem;
    line-height: 2.25rem;
    margin: 0 0 1rem;
    font-family: serif;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 2rem;
    line-height: 1.9rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .article-card__body h2 {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .article-card__body h2 {
        font-size:1.94rem;
        line-height: 1.843rem
    }
}

.article-card__body p {
    color: #2a3036;
    font-weight: bold;
    margin: 0 0 1rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .article-card__body p {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 992px) {
    .article-card__body p {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.article-card__body p:last-of-type {
    margin: 0
}

.message-bag {
    display: block;
    width: 100%
}

.message-bag__header {
    display: block;
    width: 100%
}

.message-bag__title {
    text-transform: uppercase;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2.25rem;
    line-height: 2.1375rem;
    color: #7e7e7e;
    border-bottom: solid 2px #dcdcdc;
    margin: 0 0 2rem;
    padding: 0 0 .5rem
}

@media (max-width: 1280px) {
    .message-bag__title {
        font-size:2.21625rem;
        line-height: 2.10544rem
    }
}

@media (max-width: 992px) {
    .message-bag__title {
        font-size:2.19375rem;
        line-height: 2.08406rem
    }
}

.message-bag__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.message-bag__card {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right: 2rem;
    margin-bottom: 4rem
}

@media (max-width: 992px) {
    .message-bag__card {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0,92,132,0.1)
    }

    .message-bag__card:last-child {
        border-bottom: jnone
    }
}

.message-bag__card h4 {
    text-transform: uppercase;
    color: #7e7e7e;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: -.05rem;
    font-size: 1.25rem;
    line-height: 1.1875rem
}

@media (max-width: 1280px) {
    .message-bag__card h4 {
        font-size:1.23125rem;
        line-height: 1.16969rem
    }
}

@media (max-width: 992px) {
    .message-bag__card h4 {
        font-size:1.21875rem;
        line-height: 1.15781rem
    }
}

.message-bag__card h3 {
    color: #005c84;
    text-transform: capitalize;
    font-size: 2.25rem;
    margin: 0 0 1rem;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.85rem;
    line-height: 1.7575rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .message-bag__card h3 {
        font-size:1.82225rem;
        line-height: 1.73114rem
    }
}

@media (max-width: 992px) {
    .message-bag__card h3 {
        font-size:1.7945rem;
        line-height: 1.70478rem
    }
}

.message-bag__card p {
    margin: 0 0 1rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #2a3036
}

@media (max-width: 1280px) {
    .message-bag__card p {
        font-size:.985rem;
        line-height: 1.23125rem
    }
}

@media (max-width: 992px) {
    .message-bag__card p {
        font-size:.975rem;
        line-height: 1.21875rem
    }
}

.message-bag__card p:last-of-type {
    margin: 0
}

.related__title {
    text-transform: uppercase;
    color: #7e7e7e;
    border-bottom: solid 2px #dcdcdc;
    margin: 0 0 2rem;
    padding: 0 0 .5rem;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .related__title {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .related__title {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.related__header {
    display: block
}

.related__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.related__link-block {
    display: block;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%
}

.related__link {
    color: #005c84;
    text-decoration: underline;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1rem;
    line-height: .95rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .related__link {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .related__link {
        font-size:.97rem;
        line-height: .9215rem
    }
}

@media (max-width: 992px) {
    .related__link {
        font-family:Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
        font-size: 1.25rem;
        line-height: 1.1875rem;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0
    }
}

@media (max-width: 992px) and (max-width: 1280px) {
    .related__link {
        font-size:1.23125rem;
        line-height: 1.16969rem
    }
}

@media (max-width: 992px) and (max-width: 992px) {
    .related__link {
        font-size:1.2125rem;
        line-height: 1.15187rem
    }
}

.aside-base,.aside-article,.aside-search,.aside-link-card,.aside-ad {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F0EB));
    background: linear-gradient(#fff, #F1F0EB);
    width: 100%;
    padding: 2rem;
    display: block;
    margin-bottom: 2rem
}

.aside-article {
    padding: 1rem 1rem .5rem
}

.aside-article__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: #2a3036;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .aside-article__header {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .aside-article__header {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.aside-article__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-transform: uppercase
}

.aside-article__badge {
    display: block;
    position: relative;
    background: #9aafb9;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    padding: .5rem;
    padding-left: 5px;
    height: 30px;
    line-height: 1em
}

.aside-article__badge:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 10px solid #9aafb9;
    border-bottom: 15px solid transparent;
    top: 0;
    left: -10px
}

.aside-article__nav {
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aside-article__nav-rt,.aside-article__nav-lt {
    font-size: .6rem;
    text-transform: uppercase;
    padding: 0 .5rem;
    background: #fff;
    color: #005c84;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    height: 20px;
    line-height: 20px
}

.aside-article__nav-rt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 10px solid transparent;
    top: 0;
    right: -8px
}

.aside-article__nav-lt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 10px solid transparent;
    top: 0;
    left: -8px
}

.aside-article__nav-lbl {
    text-align: center;
    display: block;
    color: #005c84;
    width: 150px;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.2rem;
    line-height: 1.14rem
}

@media (max-width: 1280px) {
    .aside-article__nav-lbl {
        font-size:1.182rem;
        line-height: 1.1229rem
    }
}

@media (max-width: 992px) {
    .aside-article__nav-lbl {
        font-size:1.17rem;
        line-height: 1.1115rem
    }
}

.aside-article__body img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: .5rem;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 180px;
    max-height: 200px
}

.aside-search h3 {
    text-transform: uppercase;
    color: #666;
    background: #fff;
    border-bottom: 1px solid #666;
    margin: .5rem 0 1rem;
    text-align: center;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .aside-search h3 {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .aside-search h3 {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.aside-search label {
    display: block;
    font-weight: normal;
    color: #7e7e7e;
    padding: .5rem 0;
    margin: 0;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .aside-search label {
        font-size:1.0835rem;
        line-height: 1.35438rem
    }
}

@media (max-width: 992px) {
    .aside-search label {
        font-size:1.0725rem;
        line-height: 1.34062rem
    }
}

.aside-search input {
    border-radius: .5rem;
    color: #2a3036;
    height: 3rem
}

.aside-search a {
    display: block;
    color: #005c84;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.3rem;
    line-height: 1.235rem
}

@media (max-width: 1280px) {
    .aside-search a {
        font-size:1.2805rem;
        line-height: 1.21648rem
    }
}

@media (max-width: 992px) {
    .aside-search a {
        font-size:1.2675rem;
        line-height: 1.20413rem
    }
}

.aside-search button {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: .5rem;
    height: 3rem;
    line-height: 2rem;
    color: #005c84;
    margin: 1rem 0;
    font-size: 1.5rem;
    border: none;
    margin-bottom: 0
}

.aside-search button:hover {
    background: #fff
}

.aside-search .form-group {
    margin-bottom: 0 !important
}

.aside-link-card {
    padding: .5rem .5rem 1rem
}

.aside-link-card h3 {
    display: block;
    text-transform: uppercase;
    color: #666;
    border-bottom: 1px solid #666;
    background-color: #fff;
    padding: .5rem 1rem;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: 1rem;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .aside-link-card h3 {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .aside-link-card h3 {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.aside-link-card a {
    display: block;
    padding: .5rem 1rem;
    color: #7e7e7e;
    text-decoration: none;
    font-family: serif;
    font-weight: bold;
    font-size: 1rem;
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1rem;
    line-height: .95rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .aside-link-card a {
        font-size:.985rem;
        line-height: .93575rem
    }
}

@media (max-width: 992px) {
    .aside-link-card a {
        font-size:.97rem;
        line-height: .9215rem
    }
}

.aside-ad {
    min-height: 270px;
    opacity: 0.5
}

.archive-article {
    background: #f1f0eb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2rem;
    padding-right: 0;
    margin: 0 2rem 2rem
}

@media (max-width: 992px) {
    .archive-article {
        background:transparent;
        margin: 0 auto .5rem;
        padding: 0
    }
}

.archive-article__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 33%
}

.archive-article__img {
    display: block;
    padding: 1rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#F1F0EB));
    background-image: linear-gradient(0deg, #fff 0%, #F1F0EB 100%)
}

@media (max-width: 992px) {
    .archive-article__img {
        padding:.5rem
    }
}

.archive-article__img img {
    display: block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 992px) {
    .archive-article__img img {
        height:200px
    }
}

.archive-article__date h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #2a3036;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-size: 2.9rem;
    margin: 0 0 1rem
}

@media (max-width: 992px) {
    .archive-article__date h2 {
        font-size:1.75rem
    }
}

.archive-article__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem
}

.archive-article__feature-title {
    font-weight: normal;
    text-transform: uppercase;
    color: #7e7e7e;
    margin: 0;
    font-size: 2.25rem
}

@media (max-width: 992px) {
    .archive-article__feature-title {
        font-size:1.75rem
    }
}

.archive-article__features {
    padding: 0 1rem;
    padding-right: 0;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.9rem
}

@media (max-width: 1280px) {
    .archive-article__features {
        font-size:1.97rem;
        line-height: 1.8715rem
    }
}

@media (max-width: 992px) {
    .archive-article__features {
        font-size:1.95rem;
        line-height: 1.8525rem
    }
}

.archive-article__feature {
    display: block;
    margin: 1rem 0 2rem
}

@media (max-width: 992px) {
    .archive-article__feature {
        border-bottom:1px solid rgba(0,92,132,0.15)
    }
}

.archive-article__feature h4 {
    margin: 0 0 .5rem
}

.archive-article__feature h4 a {
    font-family: Georgia,Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",serif;
    font-size: 1.75rem;
    line-height: 1.6625rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #005c84
}

@media (max-width: 1280px) {
    .archive-article__feature h4 a {
        font-size:1.72375rem;
        line-height: 1.63756rem
    }
}

@media (max-width: 992px) {
    .archive-article__feature h4 a {
        font-size:1.6975rem;
        line-height: 1.61262rem
    }
}

@media (max-width: 992px) {
    .archive-article__feature h4 a {
        font-family:"ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: -.05rem;
        font-size: 1.5rem;
        line-height: 1.425rem
    }
}

@media (max-width: 992px) and (max-width: 1280px) {
    .archive-article__feature h4 a {
        font-size:1.4775rem;
        line-height: 1.40363rem
    }
}

@media (max-width: 992px) and (max-width: 992px) {
    .archive-article__feature h4 a {
        font-size:1.4625rem;
        line-height: 1.38938rem
    }
}

.archive-article__feature p {
    color: #2a3036;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .archive-article__feature p {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .archive-article__feature p {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

@media (max-width: 992px) {
    .archive-article__feature p {
        display:none
    }
}

.archive-article__info {
    display: block;
    padding: 2rem;
    padding-left: 0
}

@media (max-width: 992px) {
    .archive-article__info {
        display:none
    }
}

.archive-article__info h3 {
    text-transform: uppercase;
    color: #7e7e7e;
    font-size: 1.75rem;
    margin: 0;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: -.05rem;
    font-size: 1.75rem;
    line-height: 1.6625rem
}

@media (max-width: 1280px) {
    .archive-article__info h3 {
        font-size:1.72375rem;
        line-height: 1.63756rem
    }
}

@media (max-width: 992px) {
    .archive-article__info h3 {
        font-size:1.70625rem;
        line-height: 1.62094rem
    }
}

.archive-article__info p {
    color: #2a3036;
    padding-right: 1rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .archive-article__info p {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .archive-article__info p {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.archive-article__info em {
    font-style: normal
}

.archive-article__info a {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .archive-article__info a {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .archive-article__info a {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.archive-article__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
}

@media (max-width: 992px) {
    .archive-article__footer {
        display:none
    }
}

.archive-article__footer h3 {
    text-transform: uppercase;
    color: #7e7e7e;
    margin: 0;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.75rem;
    line-height: 1.6625rem
}

@media (max-width: 1280px) {
    .archive-article__footer h3 {
        font-size:1.72375rem;
        line-height: 1.63756rem
    }
}

@media (max-width: 992px) {
    .archive-article__footer h3 {
        font-size:1.70625rem;
        line-height: 1.62094rem
    }
}

.archive-article__footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 550px;
    margin-top: 1rem
}

.archive-article__footer-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 33%;
    margin: 0 0 .5rem;
    color: #2a3036;
    -webkit-transition: .2s text-decoration;
    transition: .2s text-decoration;
    font-size: 1rem
}

.archive-article__footer-link:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.archive-article__footer-link:hover {
    -webkit-text-decoration: underline solid #005c84;
    text-decoration: underline solid #005c84
}

.filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0
}

@media (max-width: 992px) {
    .filter {
        margin:.5rem 0
    }
}

.filter span {
    font-weight: bold;
    color: #2a3036;
    margin-right: 1rem;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .filter span {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .filter span {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.filter select {
    padding: .5rem 1rem;
    padding-right: 2rem;
    border-radius: .5rem;
    border: 1px solid #2a3036;
    margin-right: .5rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAVCAYAAACt4nWrAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADpSURBVEhLY/hPQzBqOFYwajhWgGF4XvPU/6nVvf837z4GFcEPzl++BVYPwu/ef4SKQgCG4SBDTRPL/zulV2MoRgcg+eiSDrD6/rmroaIIgDVYQK4HaQDR+EDLlCVgdSALsAGshoNcBHI5SOPyjXuhoqjg4PHzcB+CggYbwBmhyMFz9+EzqCgEgCz3y2sEy89evgUqiglwGg4CsOABRRYygAUHujg6wGs4NhciBwe6j9ABXsNBAD1siQkOGCBoOAjAggEWyYSCAwaIMhw5eIgJDhggynAQABkICiJiDQYBog0nBwxVw///BwA5CSk8rjRjjAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 18px;
    color: #2a3036;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0
}

@media (max-width: 1280px) {
    .filter select {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .filter select {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.filter select::-ms-expand {
    display: none
}

.filter button {
    padding: .5rem;
    border-radius: .5rem;
    border: 1px solid #2a3036;
    color: #2a3036;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    background: transparent;
    cursor: pointer
}

@media (max-width: 1280px) {
    .filter button {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .filter button {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

body.has-modal {
    overflow-y: hidden
}

.modal.modal--full {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 9999
}

.modal.active {
    display: block
}

.modal__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 480px
}

.modal__body {
    position: relative;
    display: block;
    max-width: 640px;
    height: auto;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 4px
}

.modal__dismiss {
    display: block;
    position: absolute;
    right: 1rem;
    top: .5rem;
    font-size: 1.75rem;
    text-decoration: none;
    color: #005c84
}

.modal.modal--full .modal__wrap {
    pointer-events: all
}

.modal.modal--full .modal__body {
    -webkit-box-shadow: 0 3px 5px rgba(14,13,26,0.25);
    box-shadow: 0 3px 5px rgba(14,13,26,0.25)
}

.button-dropdown {
    display: block;
    width: 100%;
    max-width: 250px;
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1rem;
    line-height: .95rem;
    position: relative;
    
}

@media (max-width: 1280px) {
    .button-dropdown {
        font-size:.985rem;
        line-height: .93575rem
    }
   
}

@media (max-width: 992px) {
    .button-dropdown {
        font-size:.975rem;
        line-height: .92625rem
    }

}

.button-dropdown__trigger {
    color: #779f3d;
    display: block;
    position: relative;    
    margin-right: 5px;
    text-decoration: none;
    outline: none;
    line-height: .85rem !important;
    text-align:right;
}

.button-dropdown__trigger span {
    font-family: "ff-din-web-condensed-n6","ff-din-web-condensed-1","ff-din-web-condensed-2";
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05rem;
    font-size: 1.1rem;
    line-height: 1.045rem;
    line-height: 1.1rem !important
}

@media (max-width: 1280px) {
    .button-dropdown__trigger span {
        font-size:1.0835rem;
        line-height: 1.02933rem
    }
}

@media (max-width: 992px) {
    .button-dropdown__trigger span {
        font-size:1.0725rem;
        line-height: 1.01888rem
    }
}

@media (max-width: 992px) {
    .button-dropdown__trigger br {
        display:none;
    }
}

.button-dropdown__trigger:after {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    top: calc(50% - 12px);
    -webkit-transform-origin: center;
    transform-origin: center;
    right: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAVCAYAAACt4nWrAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADpSURBVEhLY/hPQzBqOFYwajhWgGF4XvPU/6nVvf837z4GFcEPzl++BVYPwu/ef4SKQgCG4SBDTRPL/zulV2MoRgcg+eiSDrD6/rmroaIIgDVYQK4HaQDR+EDLlCVgdSALsAGshoNcBHI5SOPyjXuhoqjg4PHzcB+CggYbwBmhyMFz9+EzqCgEgCz3y2sEy89evgUqiglwGg4CsOABRRYygAUHujg6wGs4NhciBwe6j9ABXsNBAD1siQkOGCBoOAjAggEWyYSCAwaIMhw5eIgJDhggynAQABkICiJiDQYBog0nBwxVw///BwA5CSk8rjRjjAAAAABJRU5ErkJggg==")
}

.button-dropdown__body {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 7px;
    right: 0;
    z-index: 999;
    width: 200px;
    background: #fff;
    padding: 1rem 0;
    border: solid 1px #cad5d8;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 9999999;
    text-align:left;
}

.button-dropdown__link {
    display: block;
    text-decoration: none;
    color: #2a3036;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    padding: 5px .5rem
}

@media (max-width: 1280px) {
    .button-dropdown__link {
        font-size:.83725rem;
        line-height: 1.04656rem
    }
}

@media (max-width: 992px) {
    .button-dropdown__link {
        font-size:.82875rem;
        line-height: 1.03594rem
    }
}

.button-dropdown__link:hover {
    background: #eaeaea
}

.button-dropdown.open .button-dropdown__trigger:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.button-dropdown.open .button-dropdown__body {
    display: block
}
