.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}
.hidden {
    display: none !important;
    visibility: hidden
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.invisible {
    visibility: hidden
}
.group:before,
.group:after {
    content: " ";
    display: table
}
.group:after {
    clear: both
}
.group {
    *zoom: 1
}
.showOnMobile {
    display: none
}
@media screen and (max-width: 30em) {
    .showOnMobile {
        display: block
    }
}
.hideOnMobile {
    display: block
}
@media screen and (max-width: 30em) {
    .hideOnMobile {
        display: none
    }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
p,
pre {
    margin: 1em 0
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:before,
q:after {
    content: '';
    content: none
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
dl,
menu,
ol,
ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    font-family: "Titillium Web", sans-serif
}
.heading {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #303033;
    padding: 0 0 17px 0;
    text-align: center
}
.subHeading {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #7f7d80;
    padding: 0 0 30px 0;
    text-align: center
}
.align-center {
    text-align: center
}
sup {
    font-size: 12px
}
.smallerTitle {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px 0
}
.smallerText {
    color: #5a585b;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}
body {
    margin: 0;
    padding: 0
}
.darkSection {
    background: #f5f5f5
}
a[href^=tel] {
    color: inherit;
    text-decoration: none
}
.fourCols {
    white-space: nowrap;
    margin-left: -55px;
    margin-right: -55px;
    width: inherit
}
.fourCols *::before,
.fourCols *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.fourCols * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.fourCols:before,
.fourCols:after {
    content: " ";
    display: table
}
.fourCols .column {
    width: 25%;
    margin-right: 0;
    white-space: initial;
    float: left;
    min-height: 1px;
    padding-left: 55px;
    padding-right: 55px
}
@media screen and (max-width: 40em) {
    .fourCols .column {
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 45px
    }
    .fourCols .column:last-child {
        border-bottom: 0;
        margin-bottom: 10px;
        padding-bottom: 0
    }
}
@media screen and (max-width: 61.375em) {
    .fourCols {
        margin-left: -20px;
        margin-right: -20px
    }
    .fourCols .column {
        padding-left: 20px;
        padding-right: 20px
    }
}
.threeCols {
    display: block;
    width: 100%
}
.threeCols .column {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}
.threeCols .column:last-child {
    margin-right: 0
}
@media screen and (max-width: 48.0625em) {
    .threeCols .column {
        margin: 0;
        width: 100%;
        display: block
    }
}
.twoCols {
    display: block;
    width: 100%
}
.twoCols .column {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}
.twoCols .column:last-child {
    margin-right: 0
}
@media screen and (max-width: 48.0625em) {
    .twoCols .column {
        margin: 0;
        width: 100%;
        display: block
    }
}
.oneCol {
    display: block
}
.oneCol .column {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}
.oneCol .column:last-child {
    margin-right: 0
}
@media screen and (max-width: 48.0625em) {
    .oneCol .column {
        margin: 0;
        width: 100%;
        display: block
    }
}
.oneCol-no-cta {
    margin: 36px 0 0;
    margin-bottom: 0 !important
}
.service-innerpage .contentBlockCopy .oneCol-no-cta ul {
    margin-bottom: 0
}
.section {
    max-width: 1180px;
    margin: auto;
    padding: 60px 20px
}
@media screen and (max-width: 75em) {
    .section {
        padding: 60px 40px
    }
}
.blackBg {
    background: #030F1A;
    color: #fff
}
.blueBg {
    background: #040F1B;
    color: #fff
}
.pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #455360
}
.pagination a {
    color: #455360;
    float: inline-block;
    padding: 8px;
    text-decoration: none
}
.pagination a.active,
.pagination a:hover {
    color: #F7C100
}
.pagination a.next,
.pagination a.prev {
    width: 25px;
    height: 25px;
    color: #455360;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}
@media screen and (max-width: 48.0625em) {
    .pagination a.next,
    .pagination a.prev {
        background: #F7C100;
        color: #030f1a
    }
    .pagination a.next i,
    .pagination a.prev i {
        color: #030f1a
    }
}
.pagination a.next i,
.pagination a.prev i {
    line-height: 25px
}
@media screen and (max-width: 48.0625em) {
    .pagination a.disabled {
        color: #030F1A !important;
        background: #455360 !important;
        cursor: initial
    }
}
@media screen and (min-width: 48.0625em) {
    .pagination a.next,
    .pagination a.prev {
        color: #F7C100
    }
    .pagination a.next.disabled,
    .pagination a.prev.disabled {
        color: #455360
    }
}
.pagination a.disabled {
    color: #455360
}
.pagination span {
    padding: 5px 15px
}
.subscribeAbs .subscribe-container {
    max-width: 1440px;
    width: auto;
    margin: auto;
    padding: 0px 20px;
    position: absolute;
    z-index: 1049;
    position: absolute;
    right: 20px;
    top: 100px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99
}
@media screen and (min-width: 90em) {
    .subscribeAbs .subscribe-container {
        width: 100%
    }
}
.info {
    padding: 150px 20px
}
.info .box {
    text-align: center;
    color: #fff
}
.info .box img {
    width: auto;
    height: 45px;
    margin-bottom: 40px
}
.info .box p {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 27px
}
.info .box h2 {
    color: #1B8FD5;
    font-weight: bold;
    margin: 0;
    line-height: 24px
}
@media screen and (max-width: 64em) {
    .info {
        padding: 150px 40px
    }
}
@media screen and (max-width: 75em) {
    .info .box br {
        display: none
    }
}
@media screen and (max-width: 48.0625em) {
    .info {
        padding: 100px 40px
    }
    .info .column {
        margin-bottom: 80px
    }
    .info .column:last-child {
        margin-bottom: 0
    }
    .info .column .box img {
        margin-bottom: 30px
    }
    .info .column .box p {
        margin-bottom: 30px
    }
    .info .column .box h2 {
        line-height: 28px
    }
}
.innerBanner {
    text-align: center;
    text-transform: uppercase
}
.innerBanner .section {
    padding: 190px 20px
}
.innerBanner h1 {
    color: #fff;
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0px
}
.innerBanner h2 {
    color: #1B8FD5;
    margin-top: 0;
    margin-bottom: 40px
}
.innerBanner .btn {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px
}
@media screen and (max-width: 48.0625em) {
    .innerBanner h1 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.33px
    }
    .innerBanner h2 {
        font-size: 18px;
        margin-bottom: 30px
    }
}
.home {
    background: #000
}
.home .innerBanner {
    position: relative;
    background: url("/images/banner-register.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}
@media screen and (max-width: 48.0625em) {
    .home .innerBanner {
        background: url("/images/banner-register-mobile.jpg") no-repeat scroll center center/cover
    }
}
.social {
    max-width: 1280px;
    padding: 160px 20px 60px 20px
}
.social .column {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 80px
}
.social .left {
    background: #001F34;
    padding: 80px 70px;
    color: #fff;
    color: #BBB9C4;
    font-size: 18px;
    line-height: 27px;
    width: 40%
}
.social .left .date {
    color: #BBB9C4;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase
}
.social .left h2 {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #1B8FD5;
    letter-spacing: 1.3333px
}
.social .left .btn {
    color: #1B8FD5;
    display: inline-block;
    margin-top: 20px
}
.social .left .btn img {
    margin-right: 5px;
    width: 17px;
    height: 13px
}
.social .left .btn:after {
    background: url("/images/right-arrow-blue.svg") no-repeat;
    -webkit-background-size: 6px 100%;
    background-size: 6px 100%
}
.social .right {
    width: 52%
}
.social .right .box {
    width: 47%;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}
.social .right .box:last-child {
    margin-right: 0
}
.social .right .box h2 {
    color: #1B8FD5;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0
}
.social .right .box ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.social .right .box ul li {
    background: #001F34;
    margin-bottom: 3px;
    padding: 20px 30px;
    font-size: 18px
}
.social .right .box ul li span {
    display: block;
    font-size: 13px;
    color: #fff
}
.social .right .box .readMore {
    font-size: 18px;
    margin-top: 27px
}
@media screen and (max-width: 90em) {
    .social .left {
        padding: 70px 60px;
        margin-right: 60px
    }
    .social .right {
        width: 54%
    }
    .social .right .box {
        width: 48%;
        margin-right: 20px
    }
    .social .right .box .readMore {
        font-size: 16px
    }
}
@media screen and (max-width: 75em) {
    .social .left {
        padding: 70px 60px;
        margin-right: 20px
    }
    .social .right {
        width: 57%
    }
    .social .right .box {
        width: 47.5%;
        margin-right: 20px
    }
    .social .right .box .readMore {
        font-size: 14px
    }
    .social .right .box h2 {
        font-size: 20px
    }
}
@media screen and (max-width: 62.5em) {
    .social .left {
        width: 100%
    }
    .social .right {
        width: 100%
    }
    .social .right .box {
        width: 100%;
        margin-top: 60px;
        margin-right: 0
    }
}
@media screen and (max-width: 48.0625em) {
    .social {
        padding: 40px
    }
    .social .left {
        padding: 30px 25px
    }
    .social .left .btn {
        font-size: 14px
    }
}
.stats {
    background: #030F1A url("/images/stats_bg.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}
.stats .section {
    padding: 100px 40px 200px 40px
}
.stats:before,
.stats:after {
    content: " ";
    display: table
}
.stats .fourCols:before,
.stats .fourCols:after {
    clear: both
}
.stats .box {
    color: #fff;
    text-align: center
}
.stats .box h2 {
    font-size: 64px;
    letter-spacing: 3.56px;
    line-height: 53px;
    margin: 10px 0
}
.stats .box p {
    font-size: 18px;
    text-transform: uppercase
}
@media screen and (max-width: 75em) {
    .stats .box p br {
        display: none
    }
}
@media screen and (max-width: 75em) {
    .stats .box h2 {
        font-size: 40px;
        line-height: 45px
    }
    .stats .box p {
        font-size: 16px
    }
}
@media screen and (max-width: 48.0625em) {
    .stats .section {
        padding: 140px 40px 140px 40px
    }
    .stats .column {
        display: block;
        width: 100%;
        margin-bottom: 35px
    }
    .stats .column:last-child {
        margin-bottom: 0
    }
    .stats .column .box h2 {
        font-size: 64px;
        line-height: 53px
    }
    .stats .column .box p {
        display: block;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
        line-height: 19px;
        max-width: 200px
    }
}
.text {
    font-size: 28px;
    line-height: 43px
}
@media screen and (max-width: 48.0625em) {
    .text {
        font-size: 22px;
        line-height: 34px
    }
}
.text-small {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600
}
@media screen and (max-width: 48.0625em) {
    .text-small {
        font-size: 22px;
        line-height: 34px
    }
}
.blackBg .text {
    color: #ffffff
}
.our-mission h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 60px;
    letter-spacing: 2px
}
@media screen and (max-width: 48.0625em) {
    .our-mission h1 {
        text-align: center;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 1.77px
    }
}
.our-mission .column {
    width: 31.5%
}
@media screen and (max-width: 62.5em) {
    .our-mission .column {
        width: 31%
    }
    .our-mission .column br {
        display: none !important
    }
}
@media screen and (max-width: 48.0625em) {
    .our-mission .column {
        width: 100%;
        margin-bottom: 80px
    }
    .our-mission .column:last-child {
        margin-bottom: 0
    }
    .our-mission .column p {
        text-align: left
    }
}
.our-mission .box {
    text-align: center
}
.our-mission .box img {
    height: 45px;
    margin-bottom: 30px
}
.our-mission .box p {
    font-size: 18px;
    margin: 0
}
@media screen and (max-width: 48.0625em) {
    .our-mission {
        padding-top: 30px
    }
}
.other-template {
    padding-bottom: 230px
}
@media screen and (max-width: 48.0625em) {
    .other-template {
        padding-bottom: 120px
    }
}
.other-template h2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    font-weight: 600
}
.other-template h2.title {
    margin-bottom: 20px;
    display: inline-block
}
.other-template h4 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 40px 0 15px 0
}
.other-template h5 {
    font-size: 24px;
    color: #1B8FD5;
    letter-spacing: 1.33px;
    margin-bottom: 35px;
    margin-top: 10px
}
.other-template.text {
    font-size: 18px;
    line-height: 27px
}
.popup-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #040f1b;
    background: transparent;
    background: rgba(4, 15, 27, 0.8);
    z-index: 99999;
    display: none
}
.popup-container.on {
    display: block
}
.popup-container .popup-box {
    background: #fff;
    padding: 40px;
    z-index: 9999999;
    margin: 280px auto;
    display: block;
    text-align: center;
    max-width: 400px;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    width: 100%
}
.popup-container .popup-box img {
    width: 100%;
    max-width: 28px;
    display: block;
    margin: 0 auto;
    height: 22.4px
}
.popup-container .popup-box button {
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #040F1B;
    padding: 8px 40px;
    margin-top: 30px
}
.popup-container .popup-box h2 {
    color: #1B8FD5;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 28px
}
.popup-container .popup-box p {
    font-size: 18px;
    color: #7B8189;
    line-height: 27px;
    margin-bottom: 0
}
@media screen and (max-width: 48.0625em) {
    .popup-container .popup-box {
        margin: 140px auto;
        width: auto
    }
}
@media screen and (max-width: 40em) {
    .popup-container {
        position: absolute
    }
}
.custom-checkbox {
    width: 80%;
    margin: 0
}
.custom-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding: 0;
    cursor: pointer;
    margin: 4px 10px 0 0
}
.custom-checkbox input:focus {
    outline: none
}
.custom-checkbox input:checked:after,
.custom-checkbox input:checked::after {
    content: '✔\fe0e';
    font-size: 18px;
    position: absolute;
    top: -8px;
    left: 3px;
    color: #fff;
    font-family: "Titillium Web", sans-serif
}
@media screen and (max-width: 48.0625em) {
    .custom-checkbox input:checked:after,
    .custom-checkbox input:checked::after {
        left: 0
    }
}
.custom-checkbox span {
    display: block;
    padding-left: 35px;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 27px;
    color: #fff
}
.custom-checkbox.error input {
    border: 3px solid #ab2626
}
.status-bar {
    background: #F7C100
}
.status-bar .oneCol {
    max-width: 1180px;
    padding: 0 40px;
    width: auto;
    margin: 0 auto
}
.status-bar p {
    margin: 0;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    color: #040F1B
}
.status-bar p span {
    padding-right: 15px
}
.status-bar p small {
    font-size: 13px;
    font-weight: normal;
    display: inline-block
}
h2.blue {
    color: #1B8FD5
}
body {
    overflow-x: hidden
}
#nav {
    -webkit-font-smoothing: antialiased !important;
    background: #030F1A;
    width: 100%;
    height: 81px;
    display: block;
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5)
}
@media screen and (max-width: 80em) {
    #nav {
        height: 70px
    }
}
#nav #navContent {
    width: auto;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto
}
@media screen and (max-width: 80em) {
    #nav #navContent {
        width: auto
    }
}
@media screen and (max-width: 48.0625em) {
    #nav #navContent {
        padding: 0 30px
    }
}
#nav .logo {
    float: left;
    margin-top: 24px
}
#nav .logo img {
    width: 160px;
    height: 50px
}
@media screen and (max-width: 80em) {
    #nav .logo {
        margin-top: 14px
    }
    #nav .logo img {
        width: 135px;
        height: 42px
    }
}
.global-header__logo {
    float: left;
    margin-top: 10px
}
@media screen and (min-width: 80em) {
    .global-header__logo {
        margin-top: 5px
    }
}
.global-header__logo img {
    height: 50px;
    display: block
}
@media screen and (min-width: 80em) {
    .global-header__logo img {
        height: 70px
    }
}
.nav__list {
    display: none
}
@media screen and (min-width: 80em) {
    .nav__list {
        display: inline-block;
        float: right;
        position: relative
    }
}
.nav__list ul {
    padding: 0;
    margin: 0
}
.nav__tier1 {
    letter-spacing: 1px
}
.nav__tier1.active-link a {
    font-weight: 700
}
@media screen and (min-width: 80em) {
    .nav__tier1 {
        float: left;
        font-weight: 700;
        position: relative;
        font-size: 14px;
        text-transform: uppercase
    }
}
.nav__tier1.userActions a {
    color: #f7c100;
    font-weight: bold;
    position: relative;
    display: inline-block
}
.nav__tier1.userActions a:last-child {
    padding-left: 15px
}
.nav__tier1.userActions a:last-child:after {
    content: "|";
    position: absolute;
    left: -6px;
    font-weight: 300;
    font-size: 20px;
    top: 21px
}
.nav__tier1.userActions a:hover,
.nav__tier1.userActions a:active {
    color: #f7c100
}
@media screen and (min-width: 80em) {
    .nav__tier1:hover {
        color: #ccc;
        cursor: pointer
    }
}
.nav__tier1 a,
.nav__tier1 span {
    outline: none;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px
}
@media screen and (min-width: 80em) {
    .nav__tier1 a,
    .nav__tier1 span {
        white-space: nowrap;
        padding: 25px 18px 0;
        height: 56px;
        display: block;
        text-decoration: none;
        color: #fff
    }
}
.nav__tier1 a.activeLink,
.nav__tier1 span.activeLink {
    font-weight: bold
}
.nav__tier1 a.sign-in,
.nav__tier1 a.arrow,
.nav__tier1 span.sign-in,
.nav__tier1 span.arrow {
    color: #F7C100;
    padding-right: 25px !important;
    position: relative;
    font-weight: bold
}
.nav__tier1 a.sign-in:after,
.nav__tier1 a.sign-in::after,
.nav__tier1 a.arrow:after,
.nav__tier1 a.arrow::after,
.nav__tier1 span.sign-in:after,
.nav__tier1 span.sign-in::after,
.nav__tier1 span.arrow:after,
.nav__tier1 span.arrow::after {
    background: url("/images/long-arrow-right.svg") no-repeat;
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
    background-position: center center;
    content: "";
    display: inline-block;
    height: 23px;
    position: relative;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 30px
}
.nav__tier1 span {
    cursor: default
}
@media screen and (min-width: 80em) {
    .nav__tier1:last-of-type a {
        padding-right: 0 !important
    }
}
.js-mobile-nav-toggle {
    text-indent: -10000px;
    background: url("/images/menu_icon.svg") no-repeat;
    cursor: pointer;
    width: 78px;
    height: 17px;
    display: block;
    float: right;
    margin: 28px 0 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}
@media screen and (min-width: 80em) {
    .js-mobile-nav-toggle {
        display: none
    }
}
.menu-is-open .js-mobile-nav-toggle {
    background-position: 0px -19px
}
.off-canvas .js-mobile-nav-toggle {
    right: 20px;
    position: absolute;
    top: 0px
}
.activeLink {
    opacity: .7;
    cursor: default !important
}
@media screen and (min-width: 80em) {
    .activeLink {
        opacity: 1
    }
}
#mobileOverlay {
    opacity: 0;
    visibility: none;
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1049;
    background: #030f1a;
    background: transparent;
    background: rgba(3, 15, 26, 0.6)
}
.menu-is-open #mobileOverlay {
    visibility: visible;
    opacity: 1;
    display: block
}
.off-canvas {
    z-index: 1050;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(127%, 0%);
    -ms-transform: translate(127%, 0%);
    transform: translate(127%, 0%);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    opacity: 1;
    margin-top: 0;
    background-color: #030F1A
}
.off-canvas .off-canvas__list {
    -webkit-transform: translate(127%, 0%);
    -ms-transform: translate(127%, 0%);
    transform: translate(127%, 0%)
}
.off-canvas .off-canvas__list .title a {
    font-size: 24px;
    font-weight: bold;
    color: #1B8FD5;
    padding-bottom: 5px
}
@media screen and (min-width: 80em) {
    .off-canvas {
        display: none
    }
}
.off-canvas .bottomMenu {
    padding-top: 30px
}
.off-canvas .bottomMenu li a {
    font-size: 24px;
    color: #435766;
    line-height: 36px;
    font-weight: bold;
    text-transform: initial;
    padding: 10px 0
}
.off-canvas .bottomMenu li.logo a {
    padding: 0;
    display: block
}
.off-canvas .bottomMenu li.logo a img {
    display: block;
    max-width: 125px;
    width: 100%
}
.off-canvas ul {
    margin: 0;
    padding: 0
}
.off-canvas__list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}
.off-canvas__list ul {
    padding: 10px 25px 15px;
    margin: 0
}
.off-canvas__list ul.topMenu {
    border-bottom: 1px solid #002237
}
.off-canvas__list ul ul {
    padding: 0
}
.off-canvas__list a,
.off-canvas span {
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}
.white .off-canvas__list a {
    color: #636366
}
.off-canvas__list li li a,
.off-canvas__list li li span {
    padding: 11px 0;
    letter-spacing: 1px;
    color: #979799;
    font-size: 15px;
    text-transform: none
}
.off-canvas__list li li span {
    color: #fff
}
.off-canvas .off-canvas__list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #030F1A;
    -webkit-transform: translate(127%, 0%);
    -ms-transform: translate(127%, 0%);
    transform: translate(127%, 0%);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}
.off-canvas.off-canvas-is-open {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}
.off-canvas .off-canvas__list.on {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}
.no-submenu .off-canvas .off-canvas__list {
    display: block
}
.dd {
    position: relative
}
@media screen and (min-width: 80em) {
    .dd:hover ul {
        display: block
    }
    .dd:after {
        content: "\25BE";
        position: absolute;
        right: -15px;
        top: 28px;
        color: #F7C100
    }
}
.dd>a {
    color: #F7C100 !important
}
.dd ul {
    position: absolute;
    display: none;
    left: -25px;
    top: 80px;
    background: #040F1B;
    padding: 15px 30px
}
.dd ul li {
    text-align: right
}
.dd ul li a {
    padding: 0;
    height: 45px
}
a {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #1B8FD5
}
a:hover,
a:active {
    color: #1c5577
}
.btn {
    background: #F7C100;
    color: #fff;
    display: block;
    padding: 14px 0 14px 12px;
    margin: auto;
    text-align: center;
    width: 160px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 5px
}
.btn.longButton {
    width: 250px
}
.btn.mediumButton {
    width: 220px
}
.btn:after {
    content: " ";
    height: 9px;
    display: inline-block
}
.btn.orange {
    background: #f5a415
}
.btn.red {
    background: #e73c29
}
.btn.cyan {
    background: #43b1c5
}
.btn.read-more {
    background: transparent
}
.btn.rounded {
    border-radius: 25px
}
.btn.back-btn {
    background: transparent;
    color: #030f1a;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    width: 180px;
    padding: 4px 0 0 12px;
    text-align: right
}
.btn.back-btn.yellow {
    color: #F7C100;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    display: inline-block;
    clear: both
}
.btn.back-btn.yellow:after {
    bottom: 0;
    content: "";
    background: url("/images/long-arrow-left.svg") no-repeat;
    top: 12px
}
@media screen and (max-width: 61.375em) {
    .btn.back-btn.yellow {
        font-size: 18px
    }
    .btn.back-btn.yellow:after {
        top: 6px
    }
}
.btn.back-btn:after {
    font-family: 'Material Icons';
    bottom: 0;
    content: "\e5cb";
    height: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 20px;
    height: 18px;
    left: 0;
    margin: auto;
    font-size: 24px;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}
@media screen and (max-width: 61.375em) {
    .btn.back-btn {
        width: 150px;
        font-size: 14px
    }
    .btn.back-btn:after {
        height: 10px;
        left: 5px;
        top: -6px;
        bottom: -3px;
        margin: auto;
        font-size: 18px
    }
}
.btn.btn-primary {
    line-height: 24px;
    padding: 8px 30px;
    width: auto;
    display: inline-block
}
.btn.btn-primary:after {
    background: none !important
}
.btn.btn-primary.yellow {
    color: #030F1A !important;
    font-weight: bold;
    border: 0
}
.btn.btn-primary.yellow:hover,
.btn.btn-primary.yellow:active {
    background: #f5a415
}
.btn.readMore {
    background: transparent;
    color: #F7C100;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0;
    width: auto;
    line-height: 18px
}
.btn.readMore.pull-left {
    float: left
}
.btn.readMore:after {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 10px;
    background: url("/images/right-arrow.svg") no-repeat;
    -webkit-background-size: 6px 100%;
    background-size: 6px 100%;
    width: 10px;
    height: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    line-height: 18px;
    position: relative;
    white-space: nowrap
}
.btn.readMore:hover:after {
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px)
}
#masthead .btn {
    margin: 38px auto 0
}
.subscribeAbs .subscribe {
    position: absolute;
    right: 20px;
    top: 100px;
    color: #030F1A;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 40px;
    width: auto;
    letter-spacing: 1px
}
.subscribeAbs .subscribe:after {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 10px;
    background: url("/images/rss.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 0.8em;
    height: 0.8em;
    -webkit-transition: all .2s;
    transition: all .2s;
    line-height: 18px;
    position: relative;
    white-space: nowrap
}
.btn.subscribe:hover:after {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
@media screen and (max-width: 48.0625em) {
    .subscribeAbs .subscribe {
        position: relative;
        top: 0;
        right: auto;
        width: 110px;
        padding: 12px 40px
    }
    .subscribeAbs .subscribe .blog-listing {
        padding-top: 60px
    }
}
@media screen and (max-width: 48.0625em) {
    .subscribeAbs .blog-listing {
        padding-top: 60px
    }
    .subscribeAbs .blog-listing .section {
        padding-top: 20px
    }
    .subscribeAbs .subscribe-container {
        position: relative
    }
}
#imageMasthead {
    height: 450px;
    width: 100%;
    display: table;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 81px;
    overflow: hidden
}
@media screen and (max-width: 75em) {
    #imageMasthead {
        -webkit-background-size: auto 504px;
        background-size: auto 504px
    }
}
@media screen and (max-width: 80em) {
    #imageMasthead {
        margin-top: 70px
    }
}
#imageMasthead .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}
@media screen and (max-width: 30em) {
    #imageMasthead .content {
        height: 450px;
        -webkit-background-size: 150px auto;
        background-size: 150px auto
    }
}
#imageMasthead h1 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    margin: 0;
    display: block;
    max-width: 700px;
    width: 80%;
    letter-spacing: 2px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase
}
@media screen and (max-width: 30em) {
    #imageMasthead h1 {
        width: 100%
    }
}
@media screen and (max-width: 48.0625em) {
    #imageMasthead h1 {
        padding: 0 40px;
        width: auto
    }
}
#imageMasthead data {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center
}
#imageMasthead .btn {
    font-size: 18px;
    color: #ffffff;
    font-weight: block;
    letter-spacing: 1px;
    text-decoration: none
}
#imageMasthead .btn.read-more {
    color: #F7C100;
    padding-right: 20px;
    position: relative;
    width: 190px;
    margin-top: 35px
}
#imageMasthead .btn:after {
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/images/right-arrow.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 20px;
    height: 10px;
    -webkit-transition: all .2s;
    transition: all .2s
}
#imageMasthead .btn:hover:after {
    right: -5px
}
#imageMasthead.smaller {
    height: 275px
}
#imageMasthead.slim {
    height: 135px;
    background: #1b8fd5 url("/images/masterhead_slim.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
@media screen and (max-width: 30em) {
    #imageMasthead.slim {
        height: 110px
    }
}
#imageMasthead.slim h1 {
    width: 100%;
    max-width: 1260px;
    padding: 0 40px;
    text-align: left;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 2.67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
@media screen and (max-width: 30em) {
    #imageMasthead.slim .content {
        height: 110px
    }
    #imageMasthead.slim .content h1 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 1.77px
    }
}
.blogListing #imageMasthead {
    background: #1b8fd5 url("/images/masterhead_blog.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.blogDetails #imageMasthead {
    background: #1b8fd5 url("/images/masterhead_blog_details.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}
.home #imageMasthead {
    background: #1b8fd5 url("/images/masterhead_home.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.home #imageMasthead .content .oneCol {
    width: 50%;
    float: right;
    text-align: left;
    padding-right: 15px
}
.home #imageMasthead .content .oneCol>* {
    text-align: left
}
.home #imageMasthead .content .oneCol h1 {
    width: 100%;
    max-width: 100%;
    padding: 0
}
.home #imageMasthead .content .oneCol a {
    margin-left: 0;
    margin-top: 30px
}
@media screen and (max-width: 62.5em) {
    .home #imageMasthead .content .oneCol {
        text-align: center;
        width: auto;
        float: none;
        padding: 0 40px
    }
    .home #imageMasthead .content .oneCol h1 {
        text-align: center
    }
}
@media screen and (max-width: 48.0625em) {
    .home #imageMasthead .content .oneCol h1 {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.33px
    }
    .home #imageMasthead .content .oneCol .btn {
        margin-top: 44px
    }
}
#footer {
    font-family: "Titillium Web", sans-serif;
    background: #002B44
}
#footer #footerMenu {
    width: 100%;
    background: #002B44 url("/images/footer-bg.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 350px
}
@media screen and (max-width: 30em) {
    #footer #footerMenu {
        background: #002B44 url("/images/footer-bg-mobile.jpg") center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 320px
    }
}
#footer #footerContact {
    width: 100%;
    background: #002B44;
    padding: 40px 0;
    text-align: left
}
@media screen and (max-width: 30em) {
    #footer #footerContact {
        text-align: center
    }
}
#footer #footerContact .content {
    width: auto;
    max-width: 1440px;
    margin: auto;
    padding: 0 20px
}
@media screen and (max-width: 30em) {
    #footer #footerContact .content {
        width: auto
    }
}
@media screen and (max-width: 48.0625em) {
    #footer #footerContact .content {
        padding: 0 40px
    }
}
#footer #footerContact .footerContactBox {
    display: inline-block;
    min-width: 15%;
    padding-right: 15px;
    width: auto
}
@media screen and (max-width: 75em) {
    #footer #footerContact .footerContactBox {
        min-width: 46%;
        margin-bottom: 30px
    }
}
#footer #footerContact .footerContactBox h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 5px 0
}
@media screen and (max-width: 75em) {
    #footer #footerContact .footerContactBox h3 {
        margin-bottom: 0
    }
}
#footer #footerContact .footerContactBox a {
    color: #1B8FD5;
    font-size: 15px;
    text-decoration: none
}
#footer #footerContact .footerContactBox a:hover,
#footer #footerContact .footerContactBox a:active {
    color: #1c5577
}
@media screen and (max-width: 30em) {
    #footer #footerContact .footerContactBox {
        display: block;
        padding-right: 0;
        margin: 0px auto 40px
    }
}
#footer #footerContact .footerContactBox:last-child {
    margin-bottom: 0
}
#footer #footerMiddleSection {
    width: auto;
    max-width: 1440px;
    margin: auto;
    padding: 0 20px
}
@media screen and (max-width: 48.0625em) {
    #footer #footerMiddleSection {
        padding: 0 40px
    }
}
#footer #footerLinks {
    display: block;
    width: 100%;
    margin: 60px auto 5px;
    padding: 0;
    float: left
}
#footer #footerLinks .content {
    position: relative
}
@media screen and (max-width: 48.0625em) {
    #footer #footerLinks {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        padding: 0
    }
}
@media screen and (max-width: 30em) {
    #footer #footerLinks {
        padding-bottom: 40px;
        margin: 52px auto 0;
        width: 100%
    }
}
#footer #footerLinks a {
    color: #1B8FD5;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0px
}
#footer #footerLinks ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#footer #footerLinks ul li {
    line-height: 16px;
    margin: 0 0 10px 0
}
@media screen and (max-width: 40em) {
    #footer #footerLinks ul {
        display: none
    }
}
#footer #footerLinks .footerLinkBox {
    display: inline-block;
    min-width: 15%;
    padding-right: 15px;
    width: auto;
    vertical-align: top
}
@media screen and (max-width: 75em) {
    #footer #footerLinks .footerLinkBox {
        margin: 0 2% 0 0
    }
}
@media screen and (max-width: 61.375em) {
    #footer #footerLinks .footerLinkBox {
        margin: 0 0px 0 0
    }
}
@media screen and (max-width: 40em) {
    #footer #footerLinks .footerLinkBox {
        margin: 0 0px 0 0;
        width: 34%;
        max-width: 1000px
    }
}
@media screen and (max-width: 30em) {
    #footer #footerLinks .footerLinkBox {
        margin: 0 0px 0 0;
        width: 60%;
        max-width: 1000px
    }
}
#footer #footerLinks .footerLinkBox a:hover,
#footer #footerLinks .footerLinkBox a:active {
    color: #1c5577
}
#footer #footerLinks .footerTitleLink {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 15px 0
}
#footer #footerLinks .footerTitleLink:hover {
    color: #aaa
}
#footer #footerLinks .footerTitleLink:hover,
#footer #footerLinks .footerTitleLink:active {
    color: #fff !important
}
@media screen and (max-width: 40em) {
    #footer #footerLinks .footerTitleLink {
        font-size: 18px
    }
}
#footer #footerLinks li a:hover {
    color: #1b8fd5
}
#footer .footerLogo {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}
@media screen and (max-width: 30em) {
    #footer .footerLogo img {
        width: 40px
    }
}
.form-container {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    margin-bottom: 70px;
    left: 40px;
    position: relative;
    margin-top: 40px
}
.form-container.small h6 {
    max-width: 460px
}
.form-container.full-width {
    max-width: 100%;
    left: 0
}
.form-container.full-width form {
    max-width: 100%
}
@media (max-width: 48.0625em) {
    .form-container {
        max-width: 100%;
        left: 0;
        margin-top: 0px
    }
}
.form-container h2 {
    color: #1B8FD5;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
    text-transform: uppercase
}
.form-container h6 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 27px
}
.form-container form {
    max-width: 460px
}
.form-group-check {
    /* This is a poor attempt to block bots
        by adding a hidden text field. Real people won't
        add text to the box because it's hidden but bots might. */
    display: none;
}
.form-group {
    margin-bottom: 10px
}
.form-group select+p {
    margin-top: 10px
}
.form-group.error input {
    color: #ab2626;
    background: #efb4b4;
    border: 1px solid #ab2626
}
.form-group.error input::-webkit-input-placeholder {
    color: #ab2626
}
.form-group.error input::-moz-placeholder {
    color: #ab2626
}
.form-group.error input:-ms-input-placeholder {
    color: #ab2626
}
.form-group.error input:-moz-placeholder {
    color: #ab2626
}
.form-group.error textarea {
    color: #ab2626;
    background: #efb4b4;
    border: 1px solid #ab2626
}
.form-group+.btn {
    margin-top: 15px
}
.form-group .forgot-password {
    font-size: 16px;
    color: #C3CAD2;
    font-weight: normal;
    text-transform: capitalize;
    float: right;
    display: block
}
@media (max-width: 30em) {
    .form-group .forgot-password {
        float: left;
        display: block;
        width: 100%
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px
}
label.fullWidth {
    width: 100%
}
input:focus,
textarea:focus {
    outline: 0
}
input::-webkit-input-placeholder {
    color: #A6ACB2;
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
input::-moz-placeholder {
    color: #A6ACB2;
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
input:-ms-input-placeholder {
    color: #A6ACB2;
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
input:-moz-placeholder {
    color: #A6ACB2;
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
.form-control {
    font-family: "Titillium Web", sans-serif;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #002B44;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
textarea.form-control {
    height: auto
}
.email-address-icon {
    position: relative;
    padding-right: 20px
}
.email-address-icon:after {
    content: "";
    right: 0;
    top: 2.5px;
    width: 14px;
    height: 20px;
    position: absolute;
    background: transparent url("/images/email-icon.svg") no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}
.warning-icon {
    position: relative;
    padding-left: 30px
}
.warning-icon:after {
    content: "";
    left: 0;
    top: 2.5px;
    width: 20px;
    height: 22px;
    position: absolute;
    background: transparent url("/images/warning-icon.svg") no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}
form p {
    font-size: 13px;
    color: #EEF3F7;
    line-height: 20px;
    margin: 32px 0
}
form button[type="submit"] {
    display: block;
    padding: 8px 40px !important;
    margin: auto;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 0;
    line-height: 24px
}
.radio-buttons {
    line-height: 20px
}
.radio-buttons p {
    display: inline-block;
    margin: 0
}
.radio-buttons p:first-child {
    padding-right: 25px
}
.radio-buttons p label {
    margin-bottom: 0
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}
[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal
}
[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #1B8FD5;
    border-radius: 100%;
    background: transparent
}
[type="radio"]:checked+label:before {
    background: #1B8FD5
}
[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.inputFile p {
    margin-top: 10px
}
.inputFile .choose-different-file {
    font-size: 18px;
    display: inline-block;
    line-height: 20px
}
.inputFile .custom-upload {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0px
}
.inputFile .custom-upload input[type=file] {
    outline: none;
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: -130px
}
.inputFile .custom-upload .fake-file {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%
}
.inputFile .custom-upload .fake-file input {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFFFFF;
    opacity: 1;
    background-color: #001F34;
    background-image: none;
    border: 1px solid #001F34;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.inputFile .custom-upload .fake-file input::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
.inputFile .custom-upload .fake-file input::-moz-placeholder {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
.inputFile .custom-upload .fake-file input:-ms-input-placeholder {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
.inputFile .custom-upload .fake-file input:-moz-placeholder {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 1;
    font-weight: normal;
    font-family: "Titillium Web", sans-serif
}
.inputFile .custom-upload .fake-file .fake-btn {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    color: #1B8FD5;
    font-size: 18px;
    z-index: 999;
    line-height: 50px;
    cursor: pointer
}
.inputFile .custom-upload .fake-file .fake-btn-remove {
    text-indent: -99999;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: transparent url("/images/close.svg") no-repeat;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 99999;
    cursor: pointer
}
.error select {
    color: #ab2626;
    background-color: #efb4b4;
    border: 1px solid #ab2626
}
select {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0px;
    border: 0;
    border: 1px solid #002B44;
    border-radius: 3px;
    color: #555;
    line-height: 18px;
    width: 100%;
    padding: 5px 35px 5px 10px;
    font-size: 18px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("/images/select-arrow-black.svg") 97%/5% no-repeat;
    outline: 0 !important
}
@media (max-width: 64em) {
    select {
        display: block;
        margin-bottom: 30px
    }
}
select::-ms-expand {
    display: none
}
@media screen and (min-width: 0\0) {
    select {
        background: none\9;
        padding: 5px\9
    }
}
@font-face {
    font-family: 'Socicon';
    /* src: url("../fonts/Socicon.eot"); */
    /* src: url("../fonts/Socicon.eot#iefix") format("embedded-opentype"), url("../fonts/Socicon.woff2") format("woff2"), url("../fonts/Socicon.ttf") format("truetype"), url("../fonts/Socicon.woff") format("woff"), url("../fonts/Socicon.svg#Socicon") format("svg"); */
    font-weight: normal;
    font-style: normal
}
[class^="socicon-"],
[class*=" socicon-"] {
    font-family: 'Socicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.socicon-tunein:before {
    content: "\e903"
}
.socicon-gamejolt:before {
    content: "\e901"
}
.socicon-trello:before {
    content: "\e902"
}
.socicon-spreadshirt:before {
    content: "\e900"
}
.socicon-500px:before {
    content: "\e000"
}
.socicon-8tracks:before {
    content: "\e001"
}
.socicon-airbnb:before {
    content: "\e002"
}
.socicon-alliance:before {
    content: "\e003"
}
.socicon-amazon:before {
    content: "\e004"
}
.socicon-amplement:before {
    content: "\e005"
}
.socicon-android:before {
    content: "\e006"
}
.socicon-angellist:before {
    content: "\e007"
}
.socicon-apple:before {
    content: "\e008"
}
.socicon-appnet:before {
    content: "\e009"
}
.socicon-baidu:before {
    content: "\e00a"
}
.socicon-bandcamp:before {
    content: "\e00b"
}
.socicon-battlenet:before {
    content: "\e00c"
}
.socicon-beam:before {
    content: "\e00d"
}
.socicon-bebee:before {
    content: "\e00e"
}
.socicon-bebo:before {
    content: "\e00f"
}
.socicon-behance:before {
    content: "\e010"
}
.socicon-blizzard:before {
    content: "\e011"
}
.socicon-blogger:before {
    content: "\e012"
}
.socicon-buffer:before {
    content: "\e013"
}
.socicon-chrome:before {
    content: "\e014"
}
.socicon-coderwall:before {
    content: "\e015"
}
.socicon-curse:before {
    content: "\e016"
}
.socicon-dailymotion:before {
    content: "\e017"
}
.socicon-deezer:before {
    content: "\e018"
}
.socicon-delicious:before {
    content: "\e019"
}
.socicon-deviantart:before {
    content: "\e01a"
}
.socicon-diablo:before {
    content: "\e01b"
}
.socicon-digg:before {
    content: "\e01c"
}
.socicon-discord:before {
    content: "\e01d"
}
.socicon-disqus:before {
    content: "\e01e"
}
.socicon-douban:before {
    content: "\e01f"
}
.socicon-draugiem:before {
    content: "\e020"
}
.socicon-dribbble:before {
    content: "\e021"
}
.socicon-drupal:before {
    content: "\e022"
}
.socicon-ebay:before {
    content: "\e023"
}
.socicon-ello:before {
    content: "\e024"
}
.socicon-endomodo:before {
    content: "\e025"
}
.socicon-envato:before {
    content: "\e026"
}
.socicon-etsy:before {
    content: "\e027"
}
.socicon-facebook:before {
    content: "\e028"
}
.socicon-feedburner:before {
    content: "\e029"
}
.socicon-filmweb:before {
    content: "\e02a"
}
.socicon-firefox:before {
    content: "\e02b"
}
.socicon-flattr:before {
    content: "\e02c"
}
.socicon-flickr:before {
    content: "\e02d"
}
.socicon-formulr:before {
    content: "\e02e"
}
.socicon-forrst:before {
    content: "\e02f"
}
.socicon-foursquare:before {
    content: "\e030"
}
.socicon-friendfeed:before {
    content: "\e031"
}
.socicon-github:before {
    content: "\e032"
}
.socicon-goodreads:before {
    content: "\e033"
}
.socicon-google:before {
    content: "\e034"
}
.socicon-googlescholar:before {
    content: "\e035"
}
.socicon-googlegroups:before {
    content: "\e036"
}
.socicon-googlephotos:before {
    content: "\e037"
}
.socicon-googleplus:before {
    content: "\e038"
}
.socicon-grooveshark:before {
    content: "\e039"
}
.socicon-hackerrank:before {
    content: "\e03a"
}
.socicon-hearthstone:before {
    content: "\e03b"
}
.socicon-hellocoton:before {
    content: "\e03c"
}
.socicon-heroes:before {
    content: "\e03d"
}
.socicon-hitbox:before {
    content: "\e03e"
}
.socicon-horde:before {
    content: "\e03f"
}
.socicon-houzz:before {
    content: "\e040"
}
.socicon-icq:before {
    content: "\e041"
}
.socicon-identica:before {
    content: "\e042"
}
.socicon-imdb:before {
    content: "\e043"
}
.socicon-instagram:before {
    content: "\e044"
}
.socicon-issuu:before {
    content: "\e045"
}
.socicon-istock:before {
    content: "\e046"
}
.socicon-itunes:before {
    content: "\e047"
}
.socicon-keybase:before {
    content: "\e048"
}
.socicon-lanyrd:before {
    content: "\e049"
}
.socicon-lastfm:before {
    content: "\e04a"
}
.socicon-line:before {
    content: "\e04b"
}
.socicon-linkedin:before {
    content: "\e04c"
}
.socicon-livejournal:before {
    content: "\e04d"
}
.socicon-lyft:before {
    content: "\e04e"
}
.socicon-macos:before {
    content: "\e04f"
}
.socicon-mail:before {
    content: "\e050"
}
.socicon-medium:before {
    content: "\e051"
}
.socicon-meetup:before {
    content: "\e052"
}
.socicon-mixcloud:before {
    content: "\e053"
}
.socicon-modelmayhem:before {
    content: "\e054"
}
.socicon-mumble:before {
    content: "\e055"
}
.socicon-myspace:before {
    content: "\e056"
}
.socicon-newsvine:before {
    content: "\e057"
}
.socicon-nintendo:before {
    content: "\e058"
}
.socicon-npm:before {
    content: "\e059"
}
.socicon-odnoklassniki:before {
    content: "\e05a"
}
.socicon-openid:before {
    content: "\e05b"
}
.socicon-opera:before {
    content: "\e05c"
}
.socicon-outlook:before {
    content: "\e05d"
}
.socicon-overwatch:before {
    content: "\e05e"
}
.socicon-patreon:before {
    content: "\e05f"
}
.socicon-paypal:before {
    content: "\e060"
}
.socicon-periscope:before {
    content: "\e061"
}
.socicon-persona:before {
    content: "\e062"
}
.socicon-pinterest:before {
    content: "\e063"
}
.socicon-play:before {
    content: "\e064"
}
.socicon-player:before {
    content: "\e065"
}
.socicon-playstation:before {
    content: "\e066"
}
.socicon-pocket:before {
    content: "\e067"
}
.socicon-qq:before {
    content: "\e068"
}
.socicon-quora:before {
    content: "\e069"
}
.socicon-raidcall:before {
    content: "\e06a"
}
.socicon-ravelry:before {
    content: "\e06b"
}
.socicon-reddit:before {
    content: "\e06c"
}
.socicon-renren:before {
    content: "\e06d"
}
.socicon-researchgate:before {
    content: "\e06e"
}
.socicon-residentadvisor:before {
    content: "\e06f"
}
.socicon-reverbnation:before {
    content: "\e070"
}
.socicon-rss:before {
    content: "\e071"
}
.socicon-sharethis:before {
    content: "\e072"
}
.socicon-skype:before {
    content: "\e073"
}
.socicon-slideshare:before {
    content: "\e074"
}
.socicon-smugmug:before {
    content: "\e075"
}
.socicon-snapchat:before {
    content: "\e076"
}
.socicon-songkick:before {
    content: "\e077"
}
.socicon-soundcloud:before {
    content: "\e078"
}
.socicon-spotify:before {
    content: "\e079"
}
.socicon-stackexchange:before {
    content: "\e07a"
}
.socicon-stackoverflow:before {
    content: "\e07b"
}
.socicon-starcraft:before {
    content: "\e07c"
}
.socicon-stayfriends:before {
    content: "\e07d"
}
.socicon-steam:before {
    content: "\e07e"
}
.socicon-storehouse:before {
    content: "\e07f"
}
.socicon-strava:before {
    content: "\e080"
}
.socicon-streamjar:before {
    content: "\e081"
}
.socicon-stumbleupon:before {
    content: "\e082"
}
.socicon-swarm:before {
    content: "\e083"
}
.socicon-teamspeak:before {
    content: "\e084"
}
.socicon-teamviewer:before {
    content: "\e085"
}
.socicon-technorati:before {
    content: "\e086"
}
.socicon-telegram:before {
    content: "\e087"
}
.socicon-tripadvisor:before {
    content: "\e088"
}
.socicon-tripit:before {
    content: "\e089"
}
.socicon-triplej:before {
    content: "\e08a"
}
.socicon-tumblr:before {
    content: "\e08b"
}
.socicon-twitch:before {
    content: "\e08c"
}
.socicon-twitter:before {
    content: "\e08d"
}
.socicon-uber:before {
    content: "\e08e"
}
.socicon-ventrilo:before {
    content: "\e08f"
}
.socicon-viadeo:before {
    content: "\e090"
}
.socicon-viber:before {
    content: "\e091"
}
.socicon-viewbug:before {
    content: "\e092"
}
.socicon-vimeo:before {
    content: "\e093"
}
.socicon-vine:before {
    content: "\e094"
}
.socicon-vkontakte:before {
    content: "\e095"
}
.socicon-warcraft:before {
    content: "\e096"
}
.socicon-wechat:before {
    content: "\e097"
}
.socicon-weibo:before {
    content: "\e098"
}
.socicon-whatsapp:before {
    content: "\e099"
}
.socicon-wikipedia:before {
    content: "\e09a"
}
.socicon-windows:before {
    content: "\e09b"
}
.socicon-wordpress:before {
    content: "\e09c"
}
.socicon-wykop:before {
    content: "\e09d"
}
.socicon-xbox:before {
    content: "\e09e"
}
.socicon-xing:before {
    content: "\e09f"
}
.socicon-yahoo:before {
    content: "\e0a0"
}
.socicon-yammer:before {
    content: "\e0a1"
}
.socicon-yandex:before {
    content: "\e0a2"
}
.socicon-yelp:before {
    content: "\e0a3"
}
.socicon-younow:before {
    content: "\e0a4"
}
.socicon-youtube:before {
    content: "\e0a5"
}
.socicon-zapier:before {
    content: "\e0a6"
}
.socicon-zerply:before {
    content: "\e0a7"
}
.socicon-zomato:before {
    content: "\e0a8"
}
.socicon-zynga:before {
    content: "\e0a9"
}
.blog-listing {
    background: #030F1A
}
.blog-listing .contentBlock {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #001F34;
    white-space: nowrap
}
@media screen and (max-width: 48.0625em) {
    .blog-listing .contentBlock {
        margin-bottom: 0px
    }
}
.blog-listing .contentBlockImage {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    white-space: initial
}
.blog-listing .contentBlockImage img {
    width: 100%;
    display: block
}
@media screen and (max-width: 48.0625em) {
    .blog-listing .contentBlockImage {
        width: 100%;
        display: block
    }
    .blog-listing .contentBlockImage img {
        margin-bottom: 20px;
        margin-top: 50px
    }
}
.blog-listing .contentBlockCopy {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    white-space: initial
}
.blog-listing .contentBlockCopy .group {
    padding-left: 30px
}
.blog-listing .contentBlockCopy .group h6 {
    color: #EDE7F0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 400
}
.blog-listing .contentBlockCopy .group h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 8px 0 16px 0
}
.blog-listing .contentBlockCopy .group h2 a {
    text-decoration: none;
    color: #fff
}
.blog-listing .contentBlockCopy .group ul {
    margin: 0;
    padding: 0
}
.blog-listing .contentBlockCopy .group ul li {
    display: inline-block;
    width: auto;
    color: #EDE7F0;
    font-size: 14px
}
.blog-listing .contentBlockCopy .group ul li.tags {
    font-size: 18px;
    color: #1B8FD5;
    margin-left: 10px
}
.blog-listing .contentBlockCopy .group ul li.tags a {
    font-size: 18px;
    color: #1B8FD5;
    text-decoration: none
}
.blog-listing .contentBlockCopy .group ul li.date {
    font-weight: 400
}
@media screen and (max-width: 61.375em) {
    .blog-listing .contentBlockCopy .group h2 {
        font-size: 24px;
        letter-spacing: 1.3px;
        line-height: 28px;
        margin: 10px 0
    }
}
@media screen and (max-width: 48.0625em) {
    .blog-listing .contentBlockCopy .group ul li.tags {
        display: none
    }
    .blog-listing .contentBlockCopy .group ul li.date {
        margin-bottom: 30px
    }
}
@media screen and (max-width: 48.0625em) {
    .blog-listing .contentBlockCopy {
        width: 100%;
        display: block
    }
    .blog-listing .contentBlockCopy .group {
        padding-left: 0
    }
}
.blog-listing .pagination {
    margin: 30px 0 50px 0
}
@media screen and (max-width: 48.0625em) {
    .blog-listing .pagination {
        margin: 30px 0 20px 0
    }
}
.blog-details {
    background: #EFF3F8;
    color: #030F1A
}
@media screen and (max-width: 48.0625em) {
    .blog-details {
        padding-top: 0 !important
    }
    .blog-details .section {
        padding-top: 50px !important
    }
    .blog-details .contentBlock {
        width: 100%
    }
}
.blog-details .contentBlockImage {
    float: left;
    width: 20%
}
@media screen and (max-width: 48.0625em) {
    .blog-details .contentBlockImage {
        width: 100% !important
    }
    .blog-details .contentBlockImage .blog-actions {
        text-align: center
    }
    .blog-details .contentBlockImage .blog-actions .btn {
        float: none;
        margin: 30px auto 50px auto;
        padding-left: 0
    }
    .blog-details .contentBlockImage .blog-actions .btn:after {
        left: -5px
    }
    .blog-details .contentBlockImage .blog-actions .social-share {
        width: 100%
    }
    .blog-details .contentBlockImage .blog-actions .social-share li {
        display: inline-block;
        width: 36px;
        margin: 0 5px
    }
}
.blog-details .contentBlockCopy {
    float: right;
    font-size: 18px;
    line-height: 27px;
    color: #030F1A;
    width: 80%
}
@media screen and (max-width: 48.0625em) {
    .blog-details .contentBlockCopy {
        width: 100% !important
    }
}
.blog-details .contentBlockCopy .group {
    padding-left: 50px;
    max-width: 700px
}
@media screen and (max-width: 48.0625em) {
    .blog-details .contentBlockCopy .group {
        padding-left: 0
    }
}
.blog-details .contentBlockCopy h1 {
    font-size: 24px
}
.blog-details .contentBlockCopy h2 {
    font-size: 18px
}
.blog-details .contentBlockCopy h3 {
    font-size: 14px
}

/*
// Disabled so the square space blog can use pre formatted text blocks without this styling
.blog-details .contentBlockCopy pre {
    text-align: center;
    width: 100%;
    color: #1B8FD5;
    font-weight: 600;
    font-style: italic;
    white-space: inherit;
    font-family: "Titillium Web", sans-serif;
    margin: 50px 0
}
*/
.blog-details .contentBlockCopy blockquote {
    text-align: left;
    width: 100%;
    color: #1B8FD5;
    font-weight: 600;
    font-style: italic;
    white-space: inherit;
    font-family: "Titillium Web", sans-serif;
    padding-left: 10px;
    border-left: 3px solid #1B8FD5;
    margin: 0 0 30px 0
}
.blog-details .contentBlockCopy h1 {
    font-size: 24px;
    color: #030F1A;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 30px
}
@media screen and (max-width: 48.0625em) {
    .blog-details .contentBlockCopy h1 {
        font-size: 22px;
        line-height: 34px
    }
}
.blog-details .contentBlockCopy h2 {
    margin-top: 0;
    margin-bottom: 30px
}
.blog-details .contentBlockCopy h3 {
    margin-top: 0;
    margin-bottom: 30px
}
.blog-details .contentBlockCopy p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 30px
}
.blog-details .contentBlock {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    white-space: normal !important
}
@media screen and (max-width: 48.0625em) {
    .blog-details .subscribe {
        display: none !important
    }
}
.blog-details .blog-actions .btn {
    float: right;
    margin-bottom: 30px
}
.blog-details .social-share {
    list-style-type: none;
    width: 36px;
    float: right;
    display: block;
    clear: both;
    margin: 0
}
.blog-details .social-share li {
    padding-bottom: 10px
}
.blog-details .social-share li a {
    background: #DDE2E6;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative
}
.blog-details .social-share li img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 13px;
    display: block
}
.blog-details .social-share li .facebook-share img {
    height: 17px
}
.blog-details .blog-tags {
    list-style-type: none;
    padding-left: 50px;
    margin: 13px 0
}
.blog-details .blog-tags li {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    margin: 5px 5px 5px 0
}
.blog-details .blog-tags li a {
    background: #DCE1E6;
    padding: 5px 10px;
    border-radius: 30px;
    color: #001F34;
    font-size: 13px;
    text-decoration: none
}
@media screen and (max-width: 48.0625em) {
    .blog-details .blog-tags {
        text-align: center;
        padding-left: 0
    }
    .blog-details .blog-tags li {
        margin: 5px 5px 5px 0
    }
}
.blog-details .section {
    margin-left: auto;
    margin-right: auto
}
.blog-details .section:before,
.blog-details .section:after {
    content: " ";
    display: table;
    clear: both
}
.blog-details .threeCols {
    white-space: nowrap;
    margin-left: -55px;
    margin-right: -55px;
    width: inherit
}
.blog-details .threeCols *::before,
.blog-details .threeCols *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.blog-details .threeCols * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.blog-details .threeCols:before,
.blog-details .threeCols:after {
    content: " ";
    display: table
}
.blog-details .threeCols .column {
    width: 33.3333%;
    margin-right: 0;
    white-space: initial;
    float: left;
    min-height: 1px;
    padding-left: 55px;
    padding-right: 55px
}
.blog-details .threeCols .column img {
    width: 100%;
    display: block
}
.blog-details .threeCols .column h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #030F1A;
    text-align: center;
    margin: 20px 0 10px 0;
    text-transform: uppercase
}
.blog-details .threeCols .column .listing-tags {
    text-align: center;
    font-size: 13px;
    color: #1B8FD5
}
.blog-details .threeCols .column .listing-tags a {
    font-size: 13px;
    color: #1B8FD5;
    text-decoration: none
}
@media screen and (max-width: 40em) {
    .blog-details .threeCols .column {
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 45px;
        border-bottom: 2px solid #fff
    }
    .blog-details .threeCols .column:last-child {
        border-bottom: 0;
        margin-bottom: 10px;
        padding-bottom: 0
    }
    .blog-details .threeCols .column .listing-tags {
        display: none
    }
    .blog-details .threeCols .column h3 {
        margin-top: 45px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.33
    }
}
@media screen and (max-width: 61.375em) {
    .blog-details .threeCols {
        margin-left: -20px;
        margin-right: -20px
    }
    .blog-details .threeCols .column {
        padding-left: 20px;
        padding-right: 20px
    }
}
.blog-details .blog-listing-details {
    padding-bottom: 90px;
    overflow: hidden
}
@media screen and (max-width: 48.0625em) {
    .blog-details .blog-listing-details {
        padding-top: 0px !important
    }
}
.blog-details .blog-listing-details .content {
    width: 100%;
    padding-bottom: 74%;
    position: relative
}
.blog-details .blog-listing-details .content a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important
}
.blog-details .blog-listing-details h3 a {
    color: #030F1A;
    text-decoration: none
}
.sqs-simple-like:hover .like-icon {
    background-color: #d10000;
    -webkit-animation: beat 1s infinite;
    animation: beat 1s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@keyframes beat {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -ms-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    20% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    30% {
        -ms-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes beat {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -ms-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    20% {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    30% {
        -ms-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@media screen and (max-width: 64em) {
    body.stopScrolling {
        overflow: hidden !important
    }
}
@media screen and (max-width: 48.0625em) {
    body.stopScrolling {
        overflow: inherit !important
    }
}
.timeline {
    position: relative;
    margin: 150px auto;
    text-align: center;
    max-width: 920px
}
.timeline h2 {
    font-size: 36px;
    margin-bottom: 50px;
    letter-spacing: 1.77px
}
.timeline .trunk {
    padding: 30px 0;
    position: relative
}
.timeline .trunk:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}
.timeline .trunk .vLine {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #1B8FD5
}
.timeline .trunk .vLine:after {
    content: "";
    width: 44px;
    height: 1px;
    position: absolute;
    top: 0;
    left: -22px;
    right: 0;
    background: #1B8FD5
}
.timeline .trunk .vLine:before {
    content: "";
    width: 44px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -22px;
    right: 0;
    background: #1B8FD5
}
.timeline .trunk .branch.left .content {
    padding-right: 20px
}
.timeline .trunk .branch.right .content {
    padding-left: 20px
}
.timeline .trunk .branch:after {
    content: "";
    position: absolute;
    top: 35px;
    width: 115px;
    height: 1px;
    background: #1B8FD5
}
.timeline .trunk .branch:before {
    content: "";
    position: absolute;
    top: 32.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1B8FD5
}
.timeline .trunk .branch.left:after {
    right: 0
}
.timeline .trunk .branch.left:before {
    right: 115px
}
.timeline .trunk .branch.right:after {
    left: 0
}
.timeline .trunk .branch.right:before {
    left: 115px
}
@media screen and (max-width: 48.0625em) {
    .timeline .trunk .branch {
        padding-bottom: 35px !important
    }
}
.timeline .branch {
    width: 50%;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 15px 0
}
.timeline .branch.left {
    text-align: right;
    padding-right: 115px;
    float: left
}
.timeline .branch.right {
    text-align: left;
    padding-left: 115px;
    float: right
}
.timeline .branch.center {
    text-align: center;
    margin: 0 auto
}
.timeline .branch h5 {
    color: #1B8FD5;
    font-size: 24px;
    letter-spacing: 1.33px;
    margin: 0
}
.timeline .branch p {
    font-size: 18px;
    line-height: 27px;
    margin: 0
}
@media screen and (max-width: 48.0625em) {
    .timeline .vLine {
        display: none !important
    }
    .timeline .trunk {
        padding: 0 !important
    }
    .timeline .branch {
        width: 100%;
        text-align: left !important;
        padding: 15px 0 !important
    }
    .timeline .branch .content {
        padding: 0 !important
    }
    .timeline .branch:after,
    .timeline .branch:before {
        display: none !important
    }
}
@media screen and (max-width: 48.0625em) {
    .timeline {
        margin: 150px 0 80px 0
    }
}
.processBg {
    background: #03101D url("/images/process_graph.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}
.halfFullImageContainer {
    position: relative
}
.halfFullImageContainer h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0px
}
.halfFullImageContainer .halfFullImage {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0
}
@media screen and (max-width: 48.0625em) {
    .halfFullImageContainer .halfFullImage {
        position: relative;
        height: 420px;
        width: 100%
    }
}
.halfFullImageContainer .halfFullImage.research-rewards {
    background: url("/images/researcherphoto.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}
.halfFullImageContainer .twoCols .column {
    padding-right: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media screen and (max-width: 75em) {
    .halfFullImageContainer .twoCols .column {
        padding-right: 0
    }
}
.halfFullImageContainer .btn {
    margin-top: 55px;
    font-size: 18px;
    color: #030F1A
}
@media screen and (max-width: 48.0625em) {
    .halfFullImageContainer .btn {
        margin-top: 15px
    }
}
@media screen and (max-width: 48.0625em) {
    .halfFullImageContainer .section {
        padding: 90px 40px
    }
}
.program {
    white-space: nowrap;
    font-size: 0
}
.program * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.program .box {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 70px 50px;
    position: relative
}
@media screen and (max-width: 48.0625em) {
    .program .box {
        width: 100%;
        display: block;
        padding: 90px 40px
    }
}
.program .box .learn-more {
    display: block;
    color: #F7C100;
    font-size: 18px;
    margin-top: 30px;
    display: none
}
@media screen and (max-width: 64em) {
    .program .box .learn-more {
        display: block
    }
}
.program .box .hideOverlay {
    background: url("/images/closeBtn.svg") no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    -webkit-background-size: 70% 70%;
    background-size: 70%;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none
}
@media screen and (max-width: 64em) {
    .program .box .hideOverlay {
        display: block
    }
}
.program .box.platinium {
    background: #0074AA
}
.program .box.gold {
    background: #004E75
}
.program .box.silver {
    background: #002B44
}
.program .box.bronze {
    background: #02101C
}
.program .box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: #002b44;
    background: rgba(0, 43, 68, 0.95);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden
}
.program .box .overlay>div {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%
}
.program .box .overlay>div ul {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 30px 40px;
    margin: 0;
    width: 100%;
    text-align: left
}
@media screen and (max-width: 75em) {
    .program .box .overlay>div ul {
        padding: 10px 20px
    }
}
.program .box .overlay>div ul li {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    padding: 15px 0;
    white-space: normal
}
@media screen and (max-width: 75em) {
    .program .box .overlay>div ul li {
        font-size: 16px;
        line-height: 20px
    }
}
@media screen and (min-width: 80em) {
    .program .box:hover .overlay {
        opacity: 1;
        visibility: visible
    }
}
.program .box.mobileActiv .overlay {
    opacity: 1;
    visibility: visible
}
.program .box h2 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
    white-space: normal
}
@media screen and (max-width: 75em) {
    .program .box h2 {
        font-size: 26px
    }
}
@media screen and (max-width: 48.0625em) {
    .program .box h2 {
        font-size: 36px
    }
}
.program .box p {
    margin-top: 13px;
    margin-bottom: 60px;
    font-size: 18px
}
@media screen and (max-width: 75em) {
    .program .box p {
        font-size: 14px
    }
}
@media screen and (max-width: 48.0625em) {
    .program .box p {
        font-size: 18px;
        margin-bottom: 30px
    }
}
.faq {
    list-style-type: none;
    position: relative;
    padding: 0
}
.faq * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.faq>li {
    background: #001F34;
    display: inline-block;
    width: 100%;
    padding: 35px 120px;
    font-size: 18px;
    line-height: 27px
}
.faq>li.a {
    padding-top: 0;
    display: none
}
.faq>li.a h4:first-child {
    margin-top: 0
}
.faq>li.q {
    color: #1B8FD5;
    font-weight: bold;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    margin-top: 5px;
    cursor: pointer
}
.faq>li.q img {
    position: absolute;
    left: 55px;
    top: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 18px
}
.faq>li.q img.rotate {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}
.faq>li ul {
    list-style: none;
    padding-left: 0px
}
.faq>li ul li {
    position: relative;
    padding-left: 25px;
    line-height: 27px
}
.faq>li ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
    width: 5px;
    height: 5px;
    display: block
}
.faq>li h4 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 25px;
    color: #fff;
    letter-spacing: 1.33px;
    display: inline-block
}
.faq>li p {
    font-size: 18px;
    margin-top: 15px
}
@media screen and (max-width: 48.0625em) {
    .faq>li {
        padding: 40px
    }
    .faq>li.q img {
        width: 12px;
        left: 20px;
        top: 53px
    }
}
@media screen and (max-width: 48.0625em) {
    .faq-container .section {
        padding: 60px 0
    }
}
.meet-team {
    padding-bottom: 150px;
    overflow: hidden
}
.meet-team .contentBlock.listing {
    position: relative
}
.meet-team h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 60px;
    letter-spacing: 2px
}
@media screen and (max-width: 48.0625em) {
    .meet-team h1 {
        text-align: center;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 1.77px
    }
}
.meet-team:before,
.meet-team:after {
    content: " ";
    display: table;
    clear: both
}
.meet-team .box {
    width: 33.33333%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer
}
.meet-team .box:hover .overlay,
.meet-team .box:hover h2,
.meet-team .box:hover p {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important
}
.meet-team .box img {
    width: 100%;
    display: block;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px)
}
.meet-team .box .overlay {
    background: url("/images/team-hover.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 999;
    padding: 20px 25px 15px 25px;
    text-align: right;
    top: auto;
    -webkit-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s
}
.meet-team .box .overlay h2 {
    margin: 0;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    -webkit-transform: translate3d(0px, 200%, 0px);
    transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s
}
.meet-team .box .overlay p {
    margin: 0;
    -webkit-transform: translate3d(0px, 200%, 0px);
    transform: translate3d(0px, 200%, 0px);
    line-height: 25px;
    font-size: 18px
}
@media screen and (max-width: 64em) {
    .meet-team .box {
        width: 50%
    }
}
@media screen and (max-width: 48.0625em) {
    .meet-team .box {
        width: 100%;
        margin-bottom: 25px
    }
    .meet-team .box .overlay,
    .meet-team .box h2,
    .meet-team .box p {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important
    }
    .meet-team .box:last-child {
        margin-bottom: 0px
    }
}
@media screen and (max-width: 48.0625em) {
    .meet-team {
        padding-bottom: 120px;
        padding-top: 20px
    }
}
.modal {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}
.modal .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s
}
.modal .modal-wrapper {
    position: absolute;
    z-index: 999;
    top: 6.5em;
    left: 0%;
    width: 100%;
    margin-left: -0;
    background: #001F34;
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35)
}
.modal .modal-wrapper.modal-transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0
}
.modal.is-visible {
    visibility: visible;
    color: #333
}
.modal.is-visible .modal-transition {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
@media screen and (max-width: 64em) {
    .modal.is-visible .modal-transition {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}
.modal .twoCols {
    display: table;
    height: 100%;
    min-height: 100%
}
.modal .twoCols .column {
    width: 50%;
    max-width: 50%;
    float: none;
    display: table-cell;
    padding: 0;
    margin: 0;
    height: 100%
}
.modal .twoCols .column.image img {
    width: 100%;
    display: block
}
.modal .twoCols .column .modalHeader {
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #1b8fd5), color-stop(100%, #001f34));
    background: -webkit-linear-gradient(0deg, #1b8fd5 0%, #001f34 100%);
    background: linear-gradient(90deg, #1b8fd5 0%, #001f34 100%);
    padding: 40px;
    position: relative
}
.modal .twoCols .column .modalHeader h2 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 24px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 1.33px
}
.modal .twoCols .column .modalHeader p {
    margin: 0;
    color: #fff
}
.modal .twoCols .column .modalHeader .modal-close {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    padding: 0;
    margin: auto;
    border: 0;
    background: url("/images/closeModal.svg") no-repeat;
    -webkit-background-size: 60% 60%;
    background-size: 60%;
    background-position: center;
    width: 30px;
    height: 30px;
    z-index: 9999;
    cursor: pointer
}
.modal .twoCols .column .modalHeader .modal-close:hover {
    color: #777
}
.modal .twoCols .column.details {
    background: #001F34;
    position: relative
}
.modal .twoCols .column.details .modalContent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 185px)
}
.modal .twoCols .column.details .modalContent:before,
.modal .twoCols .column.details .modalContent:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.modal .twoCols .column.details .modalContent .containerScroller {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative
}
.modal .twoCols .column.details .modalContent .containerScroller .text {
    height: auto;
    overflow-y: auto;
    font-size: 18px;
    line-height: 27px;
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 40px;
    left: 40px
}
.socialIcons {
    position: absolute;
    left: 40px;
    bottom: 40px
}
.socialIcons ul {
    padding: 0;
    margin: 0
}
.socialIcons ul li {
    list-style: none;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top
}
.socialIcons ul li a {
    font-size: 20px
}
@media screen and (max-width: 64em) {
    .modal {
        position: fixed
    }
    .modal .modal-wrapper {
        background: #001f34 none repeat scroll 0 0;
        -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
        left: 20px;
        position: absolute;
        top: calc(50% + 35px);
        right: 20px;
        width: auto;
        z-index: 999
    }
}
@media screen and (max-width: 48.0625em) {
    .modal {
        position: relative !important;
        top: 0
    }
    .modal .modal-wrapper {
        left: 0px;
        right: 0px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        top: 70px
    }
    .modal .twoCols .column {
        width: 100%;
        display: block;
        max-width: 100%
    }
    .modal .socialIcons ul li a {
        font-size: 30px
    }
}
.modalMobile .box {
    display: none
}
.modalMobile .section.our-mission,
.modalMobile .section.text {
    display: none
}
.modalMobile #imageMasthead,
.modalMobile .meet-team h1 {
    display: none
}
.modalMobile .meet-team {
    padding: 0
}
.modalMobile .containerScroller .text {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    padding: 40px;
    width: auto
}
.modalMobile .modalContent {
    padding-bottom: 60px
}
.modalMobile .is-visible .modal-wrapper {
    position: relative
}
.modalMobile .modal.is-visible:after {
    content: " ";
    display: table;
    height: 0;
    clear: both
}
.modalMobile .socialIcons {
    margin-top: 25px;
    position: relative
}
.modalMobile .modal.is-visible .modal-overlay {
    display: none
}
#imageMasthead.page404 {
    height: 730px !important;
    background: url("/images/bg404.jpg") no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center top !important
}
#imageMasthead.page404 .text404 {
    height: 300px;
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    width: 100%;
    max-width: 1120px;
    padding: 0 40px;
    margin: auto
}
#imageMasthead.page404 .text404 .image {
    width: 650px;
    height: 300px;
    background: url("/images/bg404-text.svg") no-repeat;
    display: block;
    margin-top: 30px
}
#imageMasthead.page404 .oneCol {
    max-width: 1120px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: left
}
#imageMasthead.page404 .oneCol h1 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1.33px;
    margin-bottom: 10px
}
#imageMasthead.page404 .oneCol .readMore {
    background: transparent none repeat scroll 0 0;
    color: #f7c100;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 0;
    width: auto
}
#imageMasthead.page404 .oneCol .readMore:after {
    background: transparent url("/images/right-arrow.svg") no-repeat scroll 0 0/6px 100%;
    bottom: 0;
    content: "";
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    white-space: nowrap;
    width: 10px
}
@media screen and (max-width: 48.0625em) {
    #imageMasthead.page404 {
        height: 730px !important;
        background: url("/images/bg404-mobile.jpg") no-repeat
    }
    #imageMasthead.page404 .text404 {
        padding: 0;
        left: -20px
    }
    #imageMasthead.page404 .text404 .image {
        width: 300px;
        height: 300px;
        background: url("/images/bg404-text.svg") no-repeat;
        display: block;
        margin-top: 60px
    }
    #imageMasthead.page404 .oneCol {
        max-width: 1120px;
        padding: 0 40px;
        margin: 0 auto;
        text-align: left
    }
    #imageMasthead.page404 .oneCol h1 {
        padding: 0
    }
}
.up-advisories .section {
    padding-bottom: 0
}
.up-advisories .clickable-row {
    cursor: pointer
}
.up-advisories.nopadding .section {
    padding: 0 0 60px 0;
    max-width: 1220px
}
.up-advisories .heading-container {
    float: left;
    width: 53%
}
.up-advisories .heading-container h2 {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}
@media (max-width: 64em) {
    .up-advisories .heading-container h2 {
        display: block;
        margin-bottom: 20px
    }
}
.up-advisories .heading-container select {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0px;
    border: 0;
    border-bottom: 1px solid #F7C100;
    border-radius: 0;
    color: #fff !important;
    line-height: 18px;
    width: 100px;
    padding: 0px 35px 5px 0px;
    font-size: 18px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #040F1B url("/images/select-arrow.svg") 93%/13% no-repeat;
    outline: 0 !important
}
.up-advisories .heading-container select option {
    color: #fff !important;
    background: #040F1B !important
}
@media (max-width: 64em) {
    .up-advisories .heading-container select {
        display: block;
        margin-bottom: 30px
    }
}
.up-advisories .heading-container select::-ms-expand {
    display: none
}
@media screen and (min-width: 0\0) {
    .up-advisories .heading-container select {
        background: none\9;
        padding: 5px\9
    }
}
@media (max-width: 90em) {
    .up-advisories .heading-container {
        width: 46%
    }
}
.up-advisories .toggle-buttons {
    float: right;
    list-style: none;
    font-size: 0;
    width: 47%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px
}
.up-advisories .toggle-buttons li {
    display: inline-block;
    font-size: 18px
}
.up-advisories .toggle-buttons li a {
    background: transparent;
    border: 2px solid #F7C100;
    padding: 8px 50px;
    line-height: 24px;
    color: #F7C100;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: inline-block
}
.up-advisories .toggle-buttons li a.active,
.up-advisories .toggle-buttons li a:hover {
    background: #F7C100;
    color: #040F1B
}
.up-advisories .toggle-buttons li:first-child a {
    border-radius: 25px 0 0 25px
}
.up-advisories .toggle-buttons li:last-child a {
    border-radius: 0 25px 25px 0
}
@media (max-width: 61.375em) {
    .up-advisories .toggle-buttons li a {
        padding: 13px 35px
    }
}
@media (max-width: 30em) {
    .up-advisories .toggle-buttons li {
        font-size: 16px
    }
    .up-advisories .toggle-buttons li a {
        padding: 10px 9px
    }
}
@media (max-width: 90em) {
    .up-advisories .toggle-buttons {
        width: 54%
    }
}
.up-advisories .subtext {
    color: #C3CAD2;
    font-size: 0;
    display: inline-block;
    width: 100%
}
.up-advisories .subtext p {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-top: 0
}
.up-advisories .subtext p.first {
    width: 70%
}
.up-advisories .subtext p.last {
    width: 30%;
    text-align: right
}
@media (max-width: 61.375em) {
    .up-advisories .subtext p.first {
        width: 100%
    }
    .up-advisories .subtext p.last {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0
    }
}
@media (max-width: 61.375em) {
    .up-advisories .heading-container,
    .up-advisories .toggle-buttons {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        padding: 0
    }
    .up-advisories .toggle-buttons {
        margin-bottom: 40px
    }
    .up-advisories .subtext p {
        display: inline-block;
        width: 100% !important;
        text-align: left !important
    }
}
@media (min-width: 48.0625em) {
    .up-advisories .table-wrapper {
        height: 100%;
        overflow: auto
    }
}
.up-advisories .table {
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: normal
}
.up-advisories .table>tbody>tr>td,
.up-advisories .table>tbody>tr>th,
.up-advisories .table>tfoot>tr>td,
.up-advisories .table>tfoot>tr>th,
.up-advisories .table>thead>tr>td,
.up-advisories .table>thead>tr>th {
    padding: 8px 0;
    line-height: 27px;
    vertical-align: top;
    text-align: left
}
.up-advisories .table>thead>tr>th {
    padding: 10px 10px
}
.up-advisories .table.table-primary {
    border-spacing: 0 3px;
    border-collapse: separate
}
.up-advisories .table.table-primary>thead>tr>th {
    font-size: 18px;
    font-weight: bold
}
.up-advisories .table.table-primary .thead-th {
    position: relative;
    cursor: pointer
}
.up-advisories .table.table-primary .thead-th:after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 28px;
    -webkit-background-size: 85% 85%;
    background-size: 85%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}
.up-advisories .table.table-primary .thead-th.active-up:after {
    background: url("/images/arrow-down.svg") no-repeat;
    -webkit-background-size: 85% 85%;
    background-size: 85%;
    display: inline-block
}
.up-advisories .table.table-primary .thead-th.active-down:after {
    background: url("/images/arrow-up.svg") no-repeat;
    -webkit-background-size: 85% 85%;
    background-size: 85%;
    display: inline-block
}
.up-advisories .table.table-primary .thead-th:first-child {
    width: 145px;
}
.up-advisories .table.table-primary .thead-th:last-child {
    width: 160px;
}
.up-advisories .table.table-primary>tbody>tr {
    background: #001F34
}
.up-advisories .table.table-primary>tbody>tr:hover {
    background: #001b2e;
    background: rgba(1, 30, 51, 0.8)
}
.up-advisories .table.table-primary>tbody>tr>td {
    padding: 10px 10px
}
.up-advisories .table.table-primary .table-secondary>tbody>tr>td {
    padding: 0 20px
}
.up-advisories .table.table-primary .table-secondary > tbody > tr > td:first-child {
    width: 145px;
}
.up-advisories .table.table-primary .table-secondary > tbody > tr > td:last-child {
    width: 160px;
}

.up-advisories .table.table-primary .table-secondary>tbody>tr:last-child {
    font-size: 16px
}
.up-advisories .table.table-primary .table-secondary .highlighted {
    background: #001b2e;
    background: rgba(1, 30, 51, 0.8)
}
@media (min-width: 48.0625em) {
    .up-advisories .table.table-primary .table-secondary .author {
        margin-top: -28px;
        max-width: 50%
    }
}
@media (min-width: 48.0625em) {
    .up-advisories .table.table-primary .table-secondary tr:first-child td {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (max-width: 48.0625em) {
    .up-advisories .table.table-primary .tbody-row {
        width: 100%
    }
}
@media (max-width: 48.0625em) {
    .up-advisories .table.table-primary>thead {
        display: none !important
    }
    .up-advisories .table.table-primary table,
    .up-advisories .table.table-primary thead,
    .up-advisories .table.table-primary tbody,
    .up-advisories .table.table-primary th,
    .up-advisories .table.table-primary td,
    .up-advisories .table.table-primary tr {
        display: block
    }
    .up-advisories .table.table-primary thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .up-advisories .table.table-primary tr {
        margin-bottom: 6px
    }
    .up-advisories .table.table-primary td {
        border: none;
        position: relative
    }
    .up-advisories .table.table-primary .table-secondary tbody tr:first-child td {
        padding-bottom: 15px;
        padding-left: 175px
    }
    .up-advisories .table.table-primary .table-secondary tbody tr:first-child td:nth-of-type(2) {
        padding-bottom: 40px
    }
    .up-advisories .table.table-primary .table-secondary tbody tr:first-child td:before {
        position: absolute;
        top: 3px;
        left: 40px;
        width: 130px;
        font-size: 18px;
        font-weight: bold;
        line-height: 19px
    }
}
.up-advisories .table#upcomingAdvisories .tbody-row.year-on,
.up-advisories .table#openCases .tbody-row.year-on,
.up-advisories .table#closedCases .tbody-row.year-on {
    display: table-row !important
}
.up-advisories .table#upcomingAdvisories.live-search .tbody-row,
.up-advisories .table#openCases.live-search .tbody-row,
.up-advisories .table#closedCases.live-search .tbody-row {
    display: none !important
}
.up-advisories .table#upcomingAdvisories.live-search .tbody-row.key-on,
.up-advisories .table#openCases.live-search .tbody-row.key-on,
.up-advisories .table#closedCases.live-search .tbody-row.key-on {
    display: table-row !important
}
@media (max-width: 48.0625em) {
    .up-advisories .table#upcomingAdvisories .tbody-row.year-on,
    .up-advisories .table#openCases .tbody-row.year-on,
    .up-advisories .table#closedCases .tbody-row.year-on {
        display: block !important
    }
    .up-advisories .table#upcomingAdvisories .tbody-row.mobile-view,
    .up-advisories .table#openCases .tbody-row.mobile-view,
    .up-advisories .table#closedCases .tbody-row.mobile-view {
        display: block !important
    }
    .up-advisories .table#upcomingAdvisories.live-search .tbody-row,
    .up-advisories .table#openCases.live-search .tbody-row,
    .up-advisories .table#closedCases.live-search .tbody-row {
        display: none !important
    }
    .up-advisories .table#upcomingAdvisories.live-search .tbody-row.key-on,
    .up-advisories .table#openCases.live-search .tbody-row.key-on,
    .up-advisories .table#closedCases.live-search .tbody-row.key-on {
        display: block !important
    }
    .up-advisories .table#upcomingAdvisories .table-secondary tbody tr:first-child td:nth-of-type(1):before {
        content: "ZDI ID"
    }
    .up-advisories .table#upcomingAdvisories .table-secondary tbody tr:first-child td:nth-of-type(2):before {
        content: "AFFECTED VENDOR(S)"
    }
    .up-advisories .table#upcomingAdvisories .table-secondary tbody tr:first-child td:nth-of-type(3):before {
        content: "SEVERITY"
    }
    .up-advisories .table#upcomingAdvisories .table-secondary tbody tr:first-child td:nth-of-type(4):before {
        content: "REPORTED"
    }
    .up-advisories .table#upcomingAdvisories .table-secondary tbody tr:first-child td:nth-of-type(5):before {
        content: "DEADLINE"
    }

    .up-advisories .table#openCases .table-secondary tbody tr:first-child td:nth-of-type(1):before,
    .up-advisories .table#closedCases .table-secondary tbody tr:first-child td:nth-of-type(1):before {
        content: "CASE ID"
    }
    .up-advisories .table#openCases .table-secondary tbody tr:first-child td:nth-of-type(2):before,
    .up-advisories .table#closedCases .table-secondary tbody tr:first-child td:nth-of-type(2):before {
        content: "TITLE"
    }
    .up-advisories .table#openCases .table-secondary tbody tr:first-child td:nth-of-type(3):before,
    .up-advisories .table#closedCases .table-secondary tbody tr:first-child td:nth-of-type(3):before {
        content: "CREATED"
    }
    .up-advisories .table#openCases .table-secondary tbody tr:first-child td:nth-of-type(4):before,
    .up-advisories .table#closedCases .table-secondary tbody tr:first-child td:nth-of-type(4):before {
        content: ""
    }
    .up-advisories .table#openCases .table-secondary tbody tr:first-child td:nth-of-type(5):before,
    .up-advisories .table#closedCases .table-secondary tbody tr:first-child td:nth-of-type(5):before {
        content: ""
    }
}
.up-advisories .table#publishedAdvisories .tbody-row {
    display: none !important
}
.up-advisories .table#publishedAdvisories .tbody-row.year-on {
    display: table-row !important
}
.up-advisories .table#publishedAdvisories.live-search .tbody-row.year-on {
    display: none !important
}
.up-advisories .table#publishedAdvisories.live-search .tbody-row.year-on.key-on {
    display: table-row !important
}
@media (max-width: 48.0625em) {
    .up-advisories .table#publishedAdvisories .tbody-row {
        display: none !important
    }
    .up-advisories .table#publishedAdvisories .tbody-row.year-on {
        display: none !important
    }
    .up-advisories .table#publishedAdvisories .tbody-row.mobile-view {
        display: block !important
    }
    .up-advisories .table#publishedAdvisories.live-search .tbody-row.year-on {
        display: none !important
    }
    .up-advisories .table#publishedAdvisories.live-search .tbody-row.year-on.key-on {
        display: table-row !important
    }
    .up-advisories .table#publishedAdvisories .table-secondary tbody tr:first-child td:nth-of-type(1):before {
        content: "ZDI ID"
    }
    .up-advisories .table#publishedAdvisories .table-secondary tbody tr:first-child td:nth-of-type(2):before {
        content: "AFFECTED VENDOR(S)"
    }
    .up-advisories .table#publishedAdvisories .table-secondary tbody tr:first-child td:nth-of-type(3):before {
        content: "SEVERITY"
    }
    .up-advisories .table#publishedAdvisories .table-secondary tbody tr:first-child td:nth-of-type(4):before {
        content: "REPORTED"
    }
}
.up-advisories .filtered-input {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative
}
.up-advisories .filtered-input:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 14px;
    display: block;
    height: 22px;
    width: 22px;
    background: url("/images/search-icon.svg") no-repeat;
    -webkit-background-size: 85% 85%;
    background-size: 85%;
    background-position: center
}
.up-advisories .filtered-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #002B44;
    border-radius: 3px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.up-advisories .filtered-input input:focus {
    outline: 0 !important
}
.up-advisories .filtered-input input::-webkit-input-placeholder {
    color: #7B8189;
    font-size: 18px
}
.up-advisories .filtered-input input::-moz-placeholder {
    color: #7B8189;
    font-size: 18px
}
.up-advisories .filtered-input input:-ms-input-placeholder {
    color: #7B8189;
    font-size: 18px
}
.up-advisories .filtered-input input:-moz-placeholder {
    color: #7B8189;
    font-size: 18px
}
.table-tabs {
    display: none
}
.table-tabs.visible {
    display: block
}
.load-more-container {
    width: 100%;
    text-align: center;
    display: inline-block
}
@media (min-width: 48.0625em) {
    .load-more-container {
        display: none
    }
}
.btn.load-more {
    background: #F7C100;
    outline: 0 !important;
    font-size: 18px;
    color: #040F1B;
    font-weight: bold;
    padding: 12px 50px;
    border: 0;
    width: auto;
    display: inline-block !important;
    margin-top: 50px
}
.btn.load-more.typing {
    display: none !important
}
.btn.load-more.all-visible {
    display: none !important
}
.advisories-details {
    font-size: 18px;
    line-height: 27px;
    text-align: left
}
.advisories-details data {
    font-size: 14px;
    color: #ECE7F0;
    margin: 0
}
.advisories-details h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 43px;
    margin: 10px 0
}
.advisories-details h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1B8FD5;
    margin: 0 0 60px 0
}
.advisories-details table {
    width: 100%;
    max-width: 680px
}
.advisories-details table td {
    padding: 0;
    vertical-align: top;
    padding-bottom: 20px
}
.advisories-details table td:first-child {
    width: 220px;
    font-weight: bold
}
.advisories-details table td ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.advisories-details table td p {
    margin-top: 0;
    margin-bottom: 25px
}
.advisories-details .back-btn {
    background: transparent;
    color: #F7C100;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    width: 200px;
    padding: 4px 0 0 12px;
    text-align: right;
    margin-top: 70px;
    display: inline-block
}
@media (max-width: 767px) {
    .advisories-details h2 {
        font-size: 22px;
        line-height: 34px
    }
    .advisories-details table {
        max-width: 100%
    }
    .advisories-details table tr {
        border-bottom: 20px solid transparent
    }
    .advisories-details table tr td {
        width: 100% !important;
        display: block !important;
        padding-bottom: 0px
    }
    .advisories-details .back-btn {
        margin-top: 80px;
        margin-bottom: 60px
    }
}
.bulletins-listing {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 100px
}
@media (max-width: 48.0625em) {
    .bulletins-listing {
        margin-top: 0;
        margin-bottom: 60px
    }
}
.bulletins-listing .bulletins-listing-item {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    background: #001F34;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: initial;
    line-height: initial;
}
@media (min-width: 48.0625em) {
    .bulletins-listing .bulletins-listing-item {
    padding: 20px;
    font-size: initial;
    line-height: initial;
    }
}

.bulletins-listing .bulletins-listing-item data {
    font-size: 14px;
    color: #ECE7F0;
    line-height: 21px
}
.bulletins-listing .bulletins-listing-item h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px
}
@media (max-width: 30em) {
    .bulletins-listing .bulletins-listing-item h2 {
        font-size: 28px;
        line-height: 32px
    }
}
.bulletins-listing .bulletins-listing-item p {
    font-size: 18px;
    line-height: 28px
}
.portal-information {
    margin-top: 36px;
    display: inline-block;
    widows: 100%
}
.portal-information table {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px
}
.portal-information table tr td {
    font-weight: normal;
    padding-bottom: 15px;
    vertical-align: bottom
}
.portal-information table tr td:first-child {
    width: 170px;
    text-transform: uppercase
}
@media (max-width: 48.0625em) {
    .portal-information table tr td {
        display: block;
        width: 100%;
        padding-bottom: 5px
    }
    .portal-information table tr td:last-child {
        padding-bottom: 30px
    }
}
.portal-information .btn {
    font-size: 18px
}
hr.blue {
    margin: 50px 0;
    border: 0;
    height: 2px;
    display: block;
    width: 100%;
    background: #002B44
}
.account-information {
    margin-bottom: 150px
}
@media (max-width: 48.0625em) {
    .account-information {
        margin-bottom: 50px
    }
}
.account-information h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 40px 0 8px 0;
    text-transform: uppercase
}
.account-information p {
    font-size: 16px;
    color: #EEF3F7;
    line-height: 24px;
    margin: 0;
    font-weight: normal
}
.account-information .boxes {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    width: 100%;
    max-width: 700px
}
.account-information .boxes li {
    padding: 20px 100px 20px 30px;
    background: #001F34;
    position: relative;
    margin-bottom: 3px;
    z-index: 2
}
@media (max-width: 48.0625em) {
    .account-information .boxes li {
        padding: 20px 100px 20px 0px
    }
    .account-information .boxes li:before {
        content: "";
        z-index: -1;
        background: #001F34;
        position: absolute;
        left: -40px;
        right: -40px;
        top: 0;
        bottom: 0
    }
}
.account-information .boxes li:last-child {
    margin-bottom: 0
}
.account-information .boxes li h4,
.account-information .boxes li p {
    margin: 0;
    padding: 0
}
.account-information .boxes li h4 {
    font-size: 18px;
    font-weight: normal
}
.account-information .boxes li p {
    font-size: 13px;
    color: #A6ACB2;
    line-height: 20px
}
.account-information .boxes li p.alert-yellow {
    color: #F7C100
}
.account-information .boxes li a.action {
    position: absolute;
    right: 30px;
    line-height: 26px;
    top: 50%;
    margin-top: -13px;
    font-size: 18px;
    font-weight: normal
}
.backTo {
    padding: 60px 40px 150px 40px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1260px
}
.backTo .form-container {
    margin-top: 0;
    margin-bottom: 0
}
.backTo .back-btn {
    margin-bottom: 20px
}
.captcha {
    display: inherit;
}
.sqs-search-page {
    margin-top: 70px;
}
