html {
    font-family: soleil, helvetica neue, Helvetica, Arial, sans-serif;
    color: #494949;
    font-weight: 400;
    font-size: 1.1875em
}

h1, h2, h4 {
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    font-family: soleil, helvetica neue, Helvetica, Arial, sans-serif;
    color: #064f69;
    line-height: 1.3em
}

h1 {
    font-size: 1.789em;
    font-weight: 800
}

@media all and (min-width: 50.0625em) {
    h1 {
        font-size: 2.158em
    }
}

h2 {
    font-size: 1.211em;
    font-style: normal;
    font-weight: 800
}

@media all and (min-width: 50.0625em) {
    h2 {
        font-size: 1.789em
    }
}

h4 {
    font-size: 1.211em;
    font-weight: 600
}

p {
    margin: 16px 0;
}

a {
    text-decoration: none;
    color: #1080a6
}

a:hover {
    text-decoration: underline
}

a img {
    border: 0
}

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

::selection {
    background: #1080a6;
    color: #fff
}

::-moz-selection {
    background: #1080a6;
    color: #fff
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%
}

.section__wrapper {
    max-width: 958px;
    margin: auto
}

.section__wrapper:before, .section__wrapper:after {
    content: '';
    display: table;
    clear: both
}

.section__wrapper.extrawide {
    max-width: 1250px
}

@media all and (min-width: 50.0625em) {
    .wrapper {
        max-width: 1400px;
        margin: 0 auto
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

.clearfix {
    display: block
}

@media all and (max-width: 50.0625em) {

    .mobile {
        display: block
    }

}

@media all and (min-width: 64em) {

    .mobile {
        display: none
    }
}

section {
    background-color: #fff;
    padding: 10px;
    display: block
}

section:before, section:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 64em) {
    section {
        padding: 20px
    }
}

.breadcrumb ul, .comments ul, .header .nav--utility, .header .nav--primary {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.btn, button, .gbl--srch button, .gbl--srch .gbl--srch__fs .gbl--srch_close {
    font-family: soleil, helvetica neue, Helvetica, Arial, sans-serif;
    padding: 7px 15px 8px;
    border: #1080a6 solid 3px;
    background: 0 0;
    color: #1080a6;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.btn:hover, button:hover, .gbl--srch .gbl--srch__fs .gbl--srch_close:hover, .btn:focus, button:focus, .gbl--srch .gbl--srch__fs .gbl--srch_close:focus {
    color: #fff;
    background-color: #064f69;
    border: #064f69 solid 3px;
    text-decoration: none
}

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

#hamburger {
    position: absolute;
    top: 25px;
    right: 10px
}

#search-icon {
    position: absolute;
    top: 28px;
    right: 75px;
    border-right: 2px solid #e5e7e8;
    padding-right: 8px
}

#search-icon .gbl--srch--icon {
    background-repeat: no-repeat;
    text-indent: -999999px;
    backface-visibility: hidden;
    display: block;
    width: 39px;
    height: 39px
}

.ot .hamburglar {
    background: 0 0
}

.ot .burger-bun-top, .ot .burger-bun-bot, .ot .burger-filling {
    background: #fff
}

.ot #search-icon .gbl--srch--icon {
}

.hamburglar {
    transform: scale(1);
    margin: 0;
    position: relative;
    display: block;
    width: 55px;
    height: 72px;
    background: #fff;
    -webkit-touch-callout: none;
    user-select: none
}

@media all and (min-width: 50.0625em) {
    .hamburglar {
        display: none
    }
}

.burger-icon {
    position: absolute;
    padding: 10px;
    height: 51px;
    width: 56px
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px
}

.burger-bun-top, .burger-bun-bot, .burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #1294c2
}

.burger-bun-top {
    top: 0;
    transform-origin: 34px 2px;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px
}

.burger-bun-bot {
    bottom: 0;
    transform-origin: 34px 2px;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px
}

.burger-filling {
    top: 12px
}

fieldset {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0
}

fieldset legend {
    position: absolute;
    left: -9999em
}

fieldset .form--row {
    padding: 0 0 20px;
    position: relative
}

fieldset .form--row:before, fieldset .form--row:after {
    content: '';
    display: table;
    clear: both
}

input[type=text], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    border: solid 2px #e8e8e8;
    padding: 8px;
    margin: 0;
    font-family: soleil, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em
}

@media all and (min-width: 50.0625em) {
    input[type=text], textarea {
        float: left
    }
}

input[type=text], textarea {
    width: 100%;
    margin: 0 0 20px
}

@media all and (min-width: 50.0625em) {
    input[type=text], textarea {
        width: 490px;
        margin: 0
    }
}

button {
    font-family: soleil, helvetica neue, Helvetica, Arial, sans-serif
}


.breadcrumb {
    display: none
}

@media all and (min-width: 50.0625em) {
    .breadcrumb {
        display: block;
        padding: 20px 0
    }
}

.breadcrumb ul:before, .breadcrumb ul:after {
    content: '';
    display: table;
    clear: both
}

.breadcrumb li:before, .breadcrumb li:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .breadcrumb li {
        margin: 0 15px 0 0;
        background-color: transparent;
        float: left;
        font-size: .789em
    }
}

.breadcrumb li {
    padding-right: 14px
}

.content-lane {
    padding: 20px 15px
}

@media all and (max-width: 20em) {
    .content-lane {
        padding-left: 10px;
        padding-right: 10px
    }
}


.wysiwyg h4 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 16px 0;
}

.comments {
    padding-top: 20px
}

.comments ul:before, .comments ul:after {
    content: '';
    display: table;
    clear: both
}

.comments .comment__modal {
    display: none
}

.comment__modal {
    background: #fff;
    padding: 20px;
    text-align: left
}

.comment__modal .form--row {
    padding: 0
}

.comment__modal .form--row .close {
    float: right;
    border: 0;
    padding: 0
}

.comment__modal .form--row .close img {
    display: block
}

.comment__modal label, .comment__modal textarea {
    text-align: left;
    float: none;
    clear: left;
    width: 100%;
    display: block;
    margin: 0 0 20px
}

.comment__modal .btn {
    margin: 0
}

.addthis_sharing_toolbox {
    float: left;
    margin-top: 20px;
    clear: left
}

@media all and (min-width: 50.0625em) {
    .addthis_sharing_toolbox {
        margin-top: 0;
        float: right;
        clear: right
    }
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn {
    background: 0 0 !important
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn span.at-icon-wrapper {
    background: 0 0 !important
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn span.at-icon-wrapper svg {
    display: none
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn.at-svc-twitter {
    margin-right: 12px !important
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn.at-svc-facebook {
    margin-right: 12px !important
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn.at-svc-linkedin {
    margin-right: 12px !important
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn.at-svc-email {
}

.footer-ot {
    position: relative;
    background-color: #494949;
    color: #ccc;
    padding: 20px 0
}

.footer-ot .footer-ot-wrapper {
    width: 89.286%;
    margin: 0 auto
}

.footer-ot .footer-ot-wrapper:before, .footer-ot .footer-ot-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.footer-ot .footer-ot-wrapper .footer-column {
    float: left;
    width: 33%
}

.footer-ot .footer-ot-wrapper .footer-column.footer-copy {
    clear: both;
    width: 100%;
    color: #ccc;
    font-size: .68421em;
    text-align: center
}

.footer-ot .footer-ot-wrapper .footer-column.footer-copy p.reg img {
    padding-right: 12px;
    vertical-align: middle
}

.footer-ot .footer-ot-wrapper .footer-column.footer-copy p.nav-links span {
    padding: 0 10px
}

.footer-ot .footer-ot-wrapper .footer-column.footer-copy span {
    color: #ccc;
    text-decoration: underline
}

@media all and (max-width: 40em) {
    .footer-ot {
        padding: 32px 20px
    }

    .footer-ot .footer-ot-wrapper {
        width: 100%
    }

    .footer-ot .footer-ot-wrapper .footer-column {
        float: none;
        width: 100%;
        margin-bottom: 7px
    }

    .footer-ot .footer-ot-wrapper .footer-column p {
        font-size: .78947em
    }

    .footer-ot .footer-ot-wrapper .footer-column.footer-copy {
        margin-top: 30px;
        text-align: left;
        font-size: .86667em
    }

    .footer-ot .footer-ot-wrapper .footer-column.footer-copy p.reg img {
        display: block
    }

    .footer-ot .footer-ot-wrapper .footer-column.footer-copy p.nav-links a {
        display: block;
        padding-left: 0;
        margin-bottom: 5px
    }
}

.header {
    overflow: hidden;
    border-bottom: solid 5px #e8e8e8
}

@media all and (min-width: 50.0625em) {
    .header {
        max-width: 1400px;
        margin: 0 auto;
        border-bottom: none
    }
}

.header .header--wrapper {
    padding: 20px 0 15px
}

.header .header--wrapper:before, .header .header--wrapper:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .header .header--wrapper {
        padding: 20px 0 15px;
        max-width: 958px;
        margin: auto
    }
}

.header .nav--wrapper {
    opacity: 1;
    z-index: 100
}

@media all and (min-width: 50.0625em) {
    .header .nav--wrapper nav {
        max-width: 958px;
        margin: 0 auto;
        position: relative
    }
}

@media all and (min-width: 50.0625em) {
    .header .nav--wrapper {
        background: #e8e8e8;
        position: relative
    }
}

@media all and (max-width: 40em) {
    .header .nav--wrapper {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        position: fixed;
        width: 100%;
        right: -800px
    }

    .header .nav--wrapper nav {
        background: #fff;
        padding: 0 0 40px
    }
}

.header .nav--utility {
    padding: 0;
    margin: 0
}

.header .nav--utility:before, .header .nav--utility:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility {
        position: absolute;
        top: -65px;
        right: 0
    }
}

.header .nav--utility li:before, .header .nav--utility li:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility li {
        margin: 0;
        background-color: transparent;
        float: left;
        font-size: .789em;
        border-right: 1px solid #ccc
    }
}

.header .nav--utility a {
    color: #494949;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 100%;
    padding: 5% 10%;
    text-align: left;
    background-color: #e8e8e8;
    border-bottom: #fff solid 2px
}

.header .nav--utility a:before, .header .nav--utility a:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility a {
        float: left;
        color: #494949;
        width: auto;
        padding: 2px 32px;
        background-color: transparent;
        border-bottom: 0
    }
}

.header .nav--utility a:hover, .header .nav--utility a:focus {
    background-color: #064f69;
    color: #fff
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility a:hover, .header .nav--utility a:focus {
        background-color: transparent;
        color: #494949;
        text-decoration: underline
    }
}

@media all and (max-width: 40em) {
    .header .nav--utility a {
        padding: 12px 0 13px 16px;
        font-size: .89474em;
        background-color: #fff;
        border-top: 1px solid #f2f3f3
    }
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility .nav--utility__action a {
        color: #1080a6
    }
}

.header .nav--utility .site--link {
    padding-left: 74px
}

@media all and (max-width: 40em) {
    .header .nav--utility .site--link {
        background-color: #fff;
        padding-top: 18px
    }

    .header .nav--utility .site--link:hover {
        background-color: #064f69
    }
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility .site--link {
        padding-left: 53px;
        margin: 0
    }
}

.header .nav--utility .login--link {
    border: 0
}

.header .nav--utility .login--link a {
    padding-right: 0;
    padding-left: 46px
}

@media all and (max-width: 40em) {
    .header .nav--utility .login--link a {
        background-color: #fff;
        padding-top: 16px
    }

    .header .nav--utility .login--link a:hover, .header .nav--utility .login--link a:focus {
        background-color: #064f69
    }
}

@media all and (min-width: 50.0625em) {
    .header .nav--utility .login--link {
        margin-left: 32px
    }

    .header .nav--utility .login--link a {
        padding-left: 22px;
        margin: 0
    }
}

.header .nav--primary:before, .header .nav--primary:after {
    content: '';
    display: table;
    clear: both
}

.header .nav--primary li:before, .header .nav--primary li:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .header .nav--primary li {
        margin: 0;
        background-color: transparent;
        float: left
    }
}

@media all and (min-width: 50.0625em) {
    .header .nav--primary li {
        border-left: #ccc solid 1px;
        border-right: #ccc solid 1px
    }
}

.header .nav--primary a {
    color: #4a4949;
    font-size: .94737em;
    text-decoration: none;
    margin: 0;
    display: block;
    width: 100%;
    padding: 5% 10%;
    text-align: left;
    background-color: #e8e8e8;
    border-bottom: #fff solid 2px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.header .nav--primary a:before, .header .nav--primary a:after {
    content: '';
    display: table;
    clear: both
}

@media all and (min-width: 50.0625em) {
    .header .nav--primary a {
        float: left;
        width: auto;
        padding: 10px 25px 12px;
        background-color: transparent;
        border-right: #ccc solid 1px;
        border-bottom: 0
    }
}

@media all and (min-width: 50.0625em) {
    .header .nav--primary li.original-active {
        background-color: #064f69;
        color: #fff
    }
}

@media all and (max-width: 40em) {
    .header .nav--primary span {
        padding: 12px 0 13px 16px;
        font-size: .89474em;
        background-color: #fff;
        border-top: 1px solid #f2f3f3
    }
}

.header.ot {
    background: #1294c2
}

@media all and (min-width: 50.0625em) {
    .header.ot .header--wrapper {
        max-width: 1248px
    }
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--wrapper nav {
        max-width: 1248px
    }
}

@media all and (max-width: 50.0626em) {
    .header.ot .nav--wrapper nav {
        display: none;
    }
}

@media all and (max-width: 40em) {
    .header.ot .brand {
        padding-left: 10px
    }
}

.header.ot .brand .brand--logo {
    height: 62px;
    width: 83px
}

.header.ot .brand .brand--logo img {
    width: 100%;
    height: auto;
    display: block
}

@media all and (min-width: 64em) {
    .header.ot .brand .brand--logo {
        width: 99px;
        height: 74px
    }
}

@media all and (max-width: 40em) {
    .header.ot .brand .brand--logo {
        padding-left: 10px
    }
}

.header.ot .nav--primary li {
    padding: 10px 35px 12px
}

@media all and (max-width: 40em) {
    .header.ot .nav--primary li {
        padding: 12px 0 13px 16px
    }
}

.header.ot .nav--utility li {
    border: 0
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--utility li {
        padding: 0 25px 0 0;
        color: #fff
    }
}

.header.ot .nav--utility li.site--link {
    padding-left: 0;
    border-left: 0;
    border-right: 2px solid #e8e8e8
}

.header.ot .nav--utility li.site--link {
    padding-left: 50px
}

.header.ot .nav--utility li.site--link:hover {
    color: #fff
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--utility li.site--link {
        padding-left: 30px;
        margin: 0
    }

    .header.ot .nav--utility li.site--link:hover{
        padding-left: 30px
    }
}

@media all and (max-width: 40em) {
    .header.ot .nav--utility li.site--link {
        border-right: none
    }

    .header.ot .nav--utility li.site--link {
        background-color: #fff
    }
}

.header.ot .nav--utility li.myaop--link {
    padding-left: 0
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--utility li.myaop--link {
        padding-left: 25px;
        border-right: 2px solid #e8e8e8
    }
}

.header.ot .nav--utility li.login--link {
    padding-left: 0;
    margin-left: 0
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--utility li.login--link {
        padding-left: 25px
    }

    .header.ot .nav--utility li.login--link a {
        padding-left: 22px
    }
}

.header.ot .nav--utility li.subscribe--link {
    margin-top: 0;
    padding-left: 0
}

.header.ot .nav--utility li.subscribe--link a {
    border-top: 0;
    border-bottom: 2px solid #fff;
    padding: 5% 10%
}

@media all and (max-width: 40em) {
    .header.ot .nav--utility li.subscribe--link a {
        background: #1080a6;
        text-align: center;
        width: 89%;
        color: #fff;
        margin: 16px auto 0;
        padding: 10px 0
    }
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--utility li.subscribe--link {
        margin-top: -4px;
        padding-left: 8px
    }

    .header.ot .nav--utility li.subscribe--link a {
        border: 1px solid #fff;
        padding: 3px 14px;
        font-weight: 400;
        text-decoration: none
    }
}

@media all and (min-width: 50.0625em) {
    .header.ot .nav--utility__action {
        color: #fff;
        font-weight: 700
    }
}

.nav-arrow {
    float: right;
    margin-top: 8px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #1080a6
}

@media all and (min-width: 50.0625em) {
    .header .nav--primary a .nav-arrow {
        display: none
    }
}

@media all and (max-width: 40em) {
    .header .nav--primary a .nav-arrow {
        margin-right: 16px
    }
}

.skip-to-content {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4
}

.skip-to-content a {
    height: 0;
    display: block;
    text-align: center;
    overflow: hidden
}

.skip-to-content a:focus {
    height: auto;
    padding: 10px
}

.brand {
    float: left
}

@media all and (max-width: 40em) {
    .brand {
        padding-left: 10px
    }
}

.brand .brand--logo {
    background-repeat: no-repeat;
    height: 62px;
    width: 174px;
    display: block
}

.brand .brand--logo img {
    width: 100%;
    height: auto;
    display: block
}

@media all and (min-width: 64em) {
    .brand .brand--logo {
        width: 216px;
        height: 80px
    }
}

.gbl--srch--icon {
    display: none
}

@media all and (min-width: 50.0625em) {
    .gbl--srch--icon {
        background-repeat: no-repeat;
        text-indent: -999999px;
        backface-visibility: hidden;
        display: block;
        width: 48px;
        height: 48px;
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        -ms-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s
    }
}

.gbl--srch--icon:hover, .gbl--srch--icon:focus {
    cursor: pointer;
    background-color: #064f69
}

.gbl--srch {
    background-color: #064f69
}

@media all and (max-width: 40em) {
    .gbl--srch {
        display: none
    }
}

.gbl--srch .form--row {
    padding: 20px !important
}

@media all and (min-width: 50.0625em) {
    .gbl--srch {
        position: relative
    }
}

.gbl--srch button {
    float: right;
    border-color: #fff;
    color: #fff;
    text-indent: -99999em;
    margin: 0 0 0 20px;
}

@media all and (min-width: 50.0625em) {
    .gbl--srch button {
        background: 0 0;
        text-indent: 0
    }
}

@media all and (max-width: 40em) {
    .gbl--srch button {
        padding: 7px 15px 8px 25px
    }
}

.gbl--srch button:hover, .gbl--srch button:focus {
    border-color: #fff
}

@media all and (min-width: 50.0625em) {
    .gbl--srch button:hover, .gbl--srch button:focus {
        text-decoration: none;
        background-color: #fff;
        color: #064f69
    }
}

.gbl--srch input[type=text] {
    width: 73%;
    margin: 0;
    font-size: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 50px
}

@media all and (min-width: 50.0625em) {
    .gbl--srch input[type=text] {
        margin: 0 0 10px;
        float: left;
        margin: 0;
        width: 720px
    }
}

@media all and (min-width: 50.0625em) {
    .gbl--srch {
        height: 0;
        overflow-y: hidden;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, .5, 1)
    }
}

.gbl--srch .gbl--srch__fs .form--row {
    padding: 10px
}

@media all and (min-width: 50.0625em) {
    .gbl--srch .gbl--srch__fs .form--row {
        padding: 20px 10px
    }
}

.gbl--srch .gbl--srch__fs label {
    position: absolute;
    left: -9999em
}

.gbl--srch .gbl--srch__fs .gbl--srch_close {
    display: none
}

@media all and (min-width: 50.0625em) {
    .gbl--srch .gbl--srch__fs .gbl--srch_close {
        display: block;
        float: right;
        border-color: #fff;
        color: #fff;
        text-indent: -99999em;
        margin: 0 0 0 20px;
        width: 48px
    }

    .gbl--srch .gbl--srch__fs .gbl--srch_close:hover {
        border-color: #fff;
        text-decoration: none;
        color: #064f69
    }

    .gbl--srch .gbl--srch__fs .gbl--srch_close:focus {
        border-color: #fff
    }
}

.content-page {
    padding: 20px 0
}

.content-page:last-child {
    padding-bottom: 0
}

.content-page .section__wrapper {
    max-width: 1248px;
    margin: 0 auto
}

.content-page .content-lane {
    padding: 0
}

.content-page .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.content-page .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.content-page .column.fixed {
    flex-grow: 0
}

.content-page .column.right {
    flex-basis: 300px;
    margin-left: 16px;
    margin-top: 0
}

.content-page .padding-16 {
    padding: 16px
}

.content-page .bg-grey {
    background: #fafafa
}

@media all and (max-width: 50.0625em) {
    .content-page {
        padding: 0
    }

    .content-page .row {
        flex-wrap: wrap
    }

    .content-page .row .column {
        width: 100%;
    }

    .content-page .row .column.right {
        margin: 0;
        flex-basis: 100%
    }
}

.content-page .related {
    margin-top: 0;
    margin-bottom: 32px
}

.content-page .related ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.content-page .related ul li {
    font-size: .78947em;
    font-weight: 700;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7e8
}

.content-page .related ul li.noimage div {
    padding-left: 0
}

.content-page .related ul li  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.content-page .related ul li div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    align-items: flex-start;
    padding-left: 12px
}

.content-page .related h2 {
    padding: 0 0 18px;
    font-size: 1.21053em;
    color: #4a4949;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7e8
}

.content-page blockquote {
    position: relative;
    border-top: solid 2px #1294c2;
    border-bottom: solid 4px #1294c2;
    padding: 20px 10px;
    margin-bottom: 43px;
    max-width: 100%;
    color: #064f69;
    font-style: italic;
    font-weight: 700;
    text-align: left;
    border: 0;
    padding: 20px 0;
    margin: 70px
}

.content-page blockquote:before, .content-page blockquote:after {
    content: '';
    display: table;
    clear: both
}

.content-page blockquote:before, .content-page blockquote:after {
    position: absolute;
    width: 80px;
    height: 62px
}

.content-page blockquote:before {
    top: -54px
}

.content-page blockquote:after {
    left: auto;
    right: 0;
    bottom: 0
}

.content-page blockquote p {
    width: auto;
    margin: 0
}

.content-page .comments {
    padding: 32px;
    background-color: #fafafa
}

.content-page .comments h2 {
    font-size: 1.21053em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: none
}

.content-page .comments .comment--group {
    margin-top: 12px
}

.content-page .img-full {
    margin-bottom: 20px;
    position: relative
}

.content-page .img-full img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    border: 1px solid #e5e7e8
}

@media all and (max-width: 50.0625em) {

    .content-page .comments {
        padding: 16px;
        font-size: .78947em;
        margin-bottom: 20px
    }

    .content-page .comments h2 {
        font-size: 1.26667em
    }
}

.content-page .extrawide {
    padding-left: 159px
}

.content-page .row .column .content-lane .content-banner {
    float: right;
    padding-left: 16px;
    position: relative
}

.content-page .row .column .content-lane .content-banner img {
    display: block
}

.content-page .row .column .content-lane .content-banner.full {
    float: none;
    padding-left: 0;
    margin-bottom: 16px
}

.content-page .row .column .content-lane h4 {
    text-transform: none
}

.content-page .row .column.right {
    margin-left: 32px
}

@media all and (max-width: 50.0625em) {
    .content-page .extrawide {
        padding-left: 0
    }

    .content-page .row .column.right {
        margin-left: 0
    }

    .content-page .row .column .content-lane {
        padding: 0 16px
    }

    .content-page .row .column .content-lane .content-banner {
        float: none;
        padding-left: 0;
        margin-bottom: 16px
    }

    .content-page .row .column .content-lane .content-banner img {
        width: 100%
    }

    .content-page .row .column .content-lane h4 {
        text-transform: none
    }

    .content-page .row .column .content-lane > h4 {
        font-size: 1em;
        padding-bottom: 10px
    }
}

.content-page .content--header h1 {
    text-transform: none;
    font-weight: 700;
    padding-bottom: 16px
}

.content-page .content--header h2 {
    display: inline-block;
    font-size: 1em;
    color: #1294c2;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    padding-bottom: 5px
}

.content-page .content--header p {
    font-size: 1.21053em;
    color: #4a4949
}

.content-page .content--header .content-footer:before, .content-page .content--header .content-footer:after {
    content: '';
    display: table;
    clear: both
}

.content-page .content--header .content-footer .info {
    float: left;
    max-width: 73%
}

.content-page .content--header .content-footer .info span {
    font-size: .78947em;
    color: #70707f;
    padding: 0 16px;
    border-left: 1px solid #e5e7e8
}

.content-page .content--header .content-footer .info span:first-child {
    border: 0;
    padding-left: 0
}

.content-page .content--header .content-footer .info span:last-child {
    padding-right: 0
}

.content-page .content--header .content-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.content-page .content--header .content-footer ul:before, .content-page .content--header .content-footer ul:after {
    content: '';
    display: table;
    clear: both
}

.content-page .content--header .content-footer ul#read-time {
    margin-bottom: 16px
}

.content-page .content--header .content-footer ul#read-time li {
    font-size: .89474em;
    font-weight: 700;
    border: 0;
    padding-left: 0;
    padding-right: 5px;
    color: #70707f;
    float: left
}

.content-page .content--header .content-footer ul#social {
    float: right
}

@media all and (max-width: 50.0625em) {
    .content-page .content--header {
        padding: 20px 16px 0;
        margin-bottom: 20px
    }

    .content-page .content--header h1 {
        font-size: 1.42105em;
        padding-bottom: 12px
    }

    .content-page .content--header p {
        font-size: 1em;
        padding-bottom: 12px
    }

    .content-page .content--header .content-footer .info {
        float: none;
        max-width: none
    }

    .content-page .content--header .content-footer ul#read-time {
        margin-bottom: 8px
    }

    .content-page .content--header .content-footer ul#read-time li {
        font-size: .78947em
    }

    .content-page .content--header .content-footer ul#read-time li.icon-read-time {
        background-position: left 4px;
        font-size: .78947em
    }

    .content-page .content--header .content-footer ul#social {
        float: none;
        margin-top: 8px
    }

    .content-page .content--header .content-footer ul li {
        font-size: .63158em
    }
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    html, body, h1, h2, h4, p, a {
        color: #494949 !important
    }

    p, ul {
        font-size: 16px
    }

    header.ot {
        background: #f2f3f3 !important
    }

    .nav--wrapper, #hamburger, .breadcrumb, .addthis_sharing_toolbox {
        display: none
    }

    blockquote {
        max-width: 100%;
        margin: 20px 0;
        padding: 20px
    }

    blockquote p {
        padding: 0
    }

    .field-error {
        margin: 0;
        display: block
    }

    textarea {
        width: 95%
    }

    .field-validation-valid {
        display: none
    }
}

.field-error {
    margin: 0;
    display: block
}

textarea {
    width: 95%
}

.field-validation-valid {
    display: none
}

@font-face {
    font-family: "soleil";
    src: url("https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "soleil";
    src: url("https://use.typekit.net/af/f445d5/00000000000000003b9aef7d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/f445d5/00000000000000003b9aef7d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/f445d5/00000000000000003b9aef7d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "soleil";
    src: url("https://use.typekit.net/af/04efed/00000000000000003b9aef84/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/04efed/00000000000000003b9aef84/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/04efed/00000000000000003b9aef84/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "soleil";
    src: url("https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "soleil";
    src: url("https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "soleil";
    src: url("https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
}


.at-icon {
    fill: #fff;
    border: 0
}

.at-icon-wrapper {
    display: inline-block;
    overflow: hidden
}

a .at-icon-wrapper {
    cursor: pointer
}

.at-share-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.at-share-tbx-element {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 0
}

.at-share-tbx-element, .at-share-tbx-element .at-share-btn {
    font-family: helvetica neue, helvetica, arial, sans-serif;
    padding: 0;
    line-height: 0
}

.at-share-tbx-element .at-share-btn {
    cursor: pointer;
    margin: 0 5px 5px 0;
    display: inline-block;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    color: inherit;
    transition: all .2s ease-in-out
}

.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: inherit
}

.at-share-tbx-element .at-share-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle
}

.addthis-smartlayers {
    padding: 0;
    margin: 0
}

.at4-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden
}

.at4-show {
    display: block !important;
    opacity: 1 !important
}

.addthis-animated {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: .3s
}

.text-blue {
    color: #1080a6;
}

.content-page .content--header .content-footer .info span.text-blue {
    color: #1080a6;
    font-size: 15px;
}

.order {
    display: block;
    text-align: center;
    background-color: #1294c2;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin: 16px auto;
    max-width: 320px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

.comment-block {
    padding: 10px;
    width: 100%;
    background-color: #fafafa;
}

.comment-block span {
    color: #000000;
}

.comment-header {
    border-bottom: 2px solid #e7e9ee;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.comment-heading {
    font-size: 1.5rem;
    color: #000;
}

.comment-heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 120px;
    background-color: #2a2e2e;
    position: absolute;
    bottom: -2px;
}

.comment {
    display: flex;
    margin: 20px 0;
}

.comment-answer {
    margin-left: 60px;
}

.avatar {
    margin-right: 12px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 3px;
    background-color: lightgrey;
}

.avatar img {
    display: block;
    width: 100%;
}

.comment-date {
    color: grey;
    font-family: Arial;
    font-size: .8rem;
    text-decoration: none;
}

.comment-circle {
    display: inline-block;
    background-color: lightgrey;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 5px;
    position: relative;
    top: 2px;
}

.comment-name {
    color: #000000;
    text-decoration: none;
}

.comment-info {
    margin-bottom: 10px;
}

.comment-text p {
    margin: 0;
}

.comment .comment-content .comm-img {
    display: block;
    width: 40%;
    margin: 10px 0;
}

.svg-inline--fa {
    width: 15px;
    height: 15px;
}

.circle-svg {
    border-radius: 50%;
}

.at-share-tbx-element .at-share-btn.at-svc-twitter {
    background-color: rgb(29, 161, 242)
}

.at-share-tbx-element .at-share-btn.at-svc-facebook {
    background-color: rgb(59, 89, 152)
}

.at-share-tbx-element .at-share-btn.at-svc-linkedin {
    background-color: rgb(0, 119, 181)
}

.at-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1250px) {
    .content-page .column.aside {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .content-page .extrawide {
        padding-left: 15px;
    }
}

.post-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
