.landing-title-color-3 .title/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */

/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* FONTS USAGE */

/*
font-family: 'Open Sans', sans-serif; font-weight: 300, 400, 600, 700, 800;

font-family: 'Chronicle SSm A', 'Chronicle SSm B', serif;
Normal (font-weight: 400; font-style: normal;)
Normal Italic (font-weight: 400; font-style: italic)
Bold (font-weight: 600; font-style: normal;)
Bold Italic (font-weight: 600; font-style: italic;)
*/

.font-primary {
    font-family: 'Open Sans', sans-serif;
}

/* NG: Removed Duplicate Normalize CSS - already exists in Bootstrap */

/* ===============  Default Adjustments  =============== */

/* NG: Updated box sizing on bootstrap */

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

::-moz-selection {
    background: #3197fc;
    text-shadow: none;
}

::selection {
    background: #3197fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

p {
    margin: 0 0 1em 0;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.nowrap {
    white-space: nowrap;
}

.borderless {
    border: 0;
    border-collapse: collapse;
}

.breakforprint {
    page-break-after: always;
}

/* ## Base List styles ## */

ul,
ol {
    margin: 0 0 1em;
    padding: 0 0 0 20px;
}

ul li,
ol li {
    margin: 0 0 15px;
}

.noBullet {
    padding: 0 0 0 1em;
    list-style-type: none;
}

.noIndent {
    padding: 0;
    list-style-type: none;
}

.bulletSquare {
    list-style-type: square;
}

/* ## Note/hint text or link ## */

.note {
    margin: 0 7px;
    font-size: .8em;
    color: #4e4e4e;
}

.note a,
.note a:link,
.note a:visited {
    text-decoration: underline;
}

.click-user *:focus {
    outline: 0;
}

/* ================================================================
   PRIMARY LAYOUT STYLES
   ================================================================ */

/* ## Disabled Form Fields ## */

input[disabled=true] {
    background-color: #F0F0F0;
}

textarea[disabled=true] {
    background-color: #F0F0F0;
}

select[disabled=true] {
    background-color: #F0F0F0;
}

input[readonly=true] {
    background-color: #F0F0F0;
}

textarea[readonly=true] {
    background-color: #F0F0F0;
}

select[readonly=true] {
    background-color: #F0F0F0;
}

h1,
h2,
h3 {
    font-family: 'Chronicle SSm A', 'Chronicle SSm B', serif;
    font-weight: 400;
    color: #060092;
    margin: 0 0 0.5em 0;
}

h4,
h5,
h6 {
    font-weight: 600;
    color: #4d917b;
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .9em;
}

.block {
    display: block;
}

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */

a,
a:visited {
    color: #0079c1;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

a:active,
a:focus {
    outline: 0;
}

a.green-link,
a.green-link:visited {
    color: #4d917b;
    text-decoration: none;
}

.btnText {
    margin: 0;
    padding: 0;
    color: #6D6D6D;
    text-decoration: underline;
    border: 0;
    background: none;
}

.btnText:hover {
    color: #6D6D6D;
    text-decoration: none;
}

/* ## Link Modifiers ## */

a .text {
    text-decoration: underline;
}

a:hover .text,
a:active .text,
a:focus .text {
    text-decoration: none;
}

a [class^="icon-"] {
    text-decoration: none;
}

/* ## Link Lists ## */

/* We use '<ul class="link-list">' when setting a list of organized links. */

.link-list {
    margin: 0 0 25px 0;
    padding: 0;
    list-style-type: none;
}

.link-list li {
    margin-bottom: 15px;
    position: relative;
}

.link-list.list-with-icon li {
    padding-left: 20px;
}

.link-list a,
.link-list a:visited {
    text-decoration: none;
}

.link-list a:hover,
.link-list a:active {
    text-decoration: underline;
}

.link-list .more {
    position: absolute;
    top: 0;
    left: 0;
}

.link-list.hexagon-list li {
    margin-bottom: 15px;
    font-size: 18px;
}

.link-list.hexagon-list.hexagon-list-alt li {
    margin: 30px 0;
    font-size: 28px;
}

.hexagon-list li>span:first-child {
    position: relative;
    display: inline-block;
    width: 22px;
    margin-right: 15px;
    color: #fff;
    background: #023969;
    text-align: center;
    line-height: 0.85;
    font-size: 16px;
}

.hexagon-list li>span:first-child:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom: 7px solid #023969;
}

.hexagon-list li>span:first-child:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 7px solid #023969;
}

.hexagon-list.hexagon-list-alt li {
    padding-left: 50px;
}

.hexagon-list.hexagon-list-alt li>span:first-child {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 2px;
    display: inline-block;
    width: 34px;
    margin-right: 15px;
    color: #fff;
    background: #adbdcc;
    text-align: center;
    line-height: 0.85;
}

.hexagon-list.hexagon-list-alt li>span:first-child:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 17px solid transparent;
    border-bottom: 9px solid #adbdcc;
}

.hexagon-list.hexagon-list-alt li>span:first-child:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 17px solid transparent;
    border-top: 9px solid #adbdcc;
}

.hexagon-list.hexagon-list-alt li>span:first-child span {
    position: relative;
    display: inline-block;
    width: 28px;
    color: #fff;
    background: #023969;
    text-align: center;
    font-size: 22px;
    z-index: 1;
}

.hexagon-list.hexagon-list-alt li>span:first-child span:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom: 7px solid #023969;
}

.hexagon-list.hexagon-list-alt li>span:first-child span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 14px solid transparent;
    border-top: 7px solid #023969;
}

.hexagon-list.hexagon-list-alt-01 li>span>span:first-child {
    position: relative;
    display: inline-block;
    width: 16px;
    margin-right: 15px;
    background: #8ebcd9;
    height: 9px;
}

.hexagon-list.hexagon-list-alt-01 li>span>span:before {
    border: 8px solid transparent;
    border-bottom: 5px solid #8ebcd9;
}

.hexagon-list.hexagon-list-alt-01 li>span>span:after {
    border: 8px solid transparent;
    border-top: 5px solid #8ebcd9;
}

.hexagon-list-alt-01 li {
    padding-left: 30px;
    font-size: 18px;
}

.hexagon-list-alt-01 li>span {
    position: absolute;
    left: 0px;
}

.hexagon-list-alt-01 li>span>span:first-child {
    height: 9px;
    position: relative;
    display: inline-block;
    width: 16px;
    margin-right: 15px;
    color: #fff;
    background: #8ebcd9;
    text-align: center;
    line-height: 0.85;
    font-size: 16px;
}

.hexagon-list-alt-01 li>span>span:first-child:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 5px solid #8ebcd9;
}

.hexagon-list-alt-01 li>span>span:first-child:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 5px solid #8ebcd9;
}

.hexagon-list-alt-01.alt-color li>span>span:first-child {
    background: #023969;
}

.hexagon-list-alt-01.alt-color li>span>span:first-child:before {
    border-bottom: 5px solid #023969;
}

.hexagon-list-alt-01.alt-color li>span>span:first-child:after {
    border-top: 5px solid #023969;
}

.hexagon-list-alt-02 li {
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 20px;
}

.hexagon-list-alt-02 li>span {
    position: absolute;
    left: 0px;
}

.hexagon-list-alt-02 li>span>span:first-child {
    height: 16px;
    position: relative;
    display: inline-block;
    width: 24px;
    margin-right: 15px;
    color: #fff;
    background: #023969;
    text-align: center;
    line-height: 1;
    font-size: 16px;
}

.hexagon-list-alt-02 li>span>span:first-child:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 7px solid #023969;
}

.hexagon-list-alt-02 li>span>span:first-child:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 7px solid #023969;
}

.disk-list li {
    padding-left: 24px;
    font-size: 18px;
    margin-bottom: 20px;
}

.disk-list li>span {
    position: absolute;
    left: 0px;
    top: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #023969;
}

@media only screen and (min-width:640px) {
    .link-list.list-columns-02 {
        -webkit-columns: 2;
        /* Chrome, Safari, Opera */
        -moz-columns: 2;
        /* Firefox */
        columns: 2;
    }
    .link-list.list-columns-02 li {
        display: inline-block;
        margin: 0;
        width: 100%;
        line-height: 33px;
    }
    .link-list.list-columns-02 .more {
        top: 5px;
    }
    .link-list.list-columns-03 {
        -webkit-columns: 3;
        /* Chrome, Safari, Opera */
        -moz-columns: 3;
        /* Firefox */
        columns: 3;
    }
    .link-list.list-columns-03 li {
        display: inline-block;
        margin: 0;
        line-height: 33px;
    }
    .link-list.list-columns-03 .more {
        top: 5px;
    }
}

.list-rows-table li {
    display: table;
    width: 100%;
}

.list-rows-table li>span {
    display: table-cell;
    padding-right: 5px;
}

.horisontal-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
}

.horisontal-list li {
    margin: 0 50px 15px 0;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .horisontal-list li {
        float: left;
        width: 50%;
        margin: 0 0 15px 0;
    }
}

.toollink-list-item {
    display: table;
    width: 100%;
}

.toollink-list-item>span:not(.icon) {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
}

.toollink-list-item>span:first-child:not(.icon) {
    width: 55px;
    padding-right: 15px;
}

.toollink-list-item>.icon {
    margin-right: 15px;
}

.toollink-list-size-01 .toollink-list-item>span {
    font-size: 24px;
}

.toollink-list-size-01 .toollink-list-item>span:first-child:not(.icon) {
    width: 100px;
    padding-right: 20px;
}

.toollink-list-size-01 .toollink-list-item>.icon {
    width: 76px;
    height: 76px;
}

/* AE NOTE - currently under the assumption that the class is added at the component level */

.svg-hexagon .toollink-list-item .icon {
    margin-bottom: 15px !important;
    width: 50px;
    height: 28px;
}

.svg-hexagon .toollink-list-item .icon:before,
.svg-hexagon .toollink-list-item .icon:after {
    margin-left: -25px;
    border-width: 25px;
}

.svg-hexagon .toollink-list-item .icon:before {
    border-bottom-width: 15px;
}

.svg-hexagon .toollink-list-item .icon:after {
    border-top-width: 15px;
}

.svg-hexagon .toollink-list-size-01 .icon {
    margin-bottom: 21px !important;
    width: 76px;
    height: 50px;
}

.svg-hexagon .toollink-list-size-01 .icon:before,
.svg-hexagon .toollink-list-size-01 .icon:after {
    margin-left: -38px;
    border-width: 38px;
}

.svg-hexagon .toollink-list-size-01 .icon:before {
    border-bottom-width: 21px;
}

.svg-hexagon .toollink-list-size-01 .icon:after {
    border-top-width: 21px;
}

.toollink-list-alt .toollink-list-item>span {
    vertical-align: top;
}

.toollink-list-alt.link-list li {
    margin-bottom: 5px;
}

.toollink-list-alt .hexagon-item-alt {
    margin-top: 12px;
}

/* ## Start Up Layout - Use, modify, or delete as need be ## */

@media only screen and (min-width:992px) {
    .reverse-grids>[class*="col-md"]:first-child {
        left: 50%;
    }
    .reverse-grids>[class*="col-md"]:last-child {
        margin-left: -50%;
    }
}

.svg-legend {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

body {
    background: #d8ebf7;
    font-size: 16px;
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
}

.main-header {
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(233, 233, 233, 1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(233, 233, 233, 1);
    box-shadow: 0px 3px 3px 0px rgba(233, 233, 233, 1);
}

.siteBody {
    background: #f6f5f6;
    min-height: 300px;
    padding: 0 0 40px 0;
}

@media only screen and (min-width:992px) {
    .siteBody {
        padding: 40px 0;
    }
}

#main-content {
    outline: 0;
}

@media only screen and (max-width:991px) {
    .row>.col-md-9.col-md-push-3 {
        padding-bottom: 30px;
    }
}

.logged-show {
    display: none;
}

.logged-in .logged-show {
    display: inline-block;
}

.logged-in .logged-hide {
    display: none;
}

/* ## Site Header ## */

.main-header .upper {
    float: right;
    margin: 35px 0 0 0;
}

.main-header .upper>div {
    display: table;
}

.main-header .upper>div>div {
    display: table-cell;
    vertical-align: middle;
}

.main-header .upper .top-menu {
    color: #918d91;
    font-size: 14px;
}

.main-header .upper .top-menu a {
    color: #918d91;
}

.main-header .upper .top-menu a:hover,
.main-header .upper .top-menu a:focus {
    color: #918d91;
    text-decoration: none;
}

.main-header .upper .top-menu>div {
    display: inline-block;
    position: relative;
    margin: 0 14px;
}

.main-header .upper .top-menu>div .trigger:hover {
    color: #003768;
}

.main-header .upper .top-menu>div .trigger:hover span {
    color: #003768;
}

.main-header .upper .top-menu>a {
    margin: 0 15px;
}

.main-header .upper .svg-icon-home {
    margin-top: -3px;
    margin-right: 3px;
    height: 19px;
}

.main-header .upper .svg-icon-cart {
    margin-top: -2px;
}

.top-menu .hidden-content {
    max-height: 0;
    overflow: hidden;
}

.top-menu .hidden-content.open {
    max-height: 1000px;
}

.top-menu .icon-bracket-right {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.top-menu>a:last-child span {
    margin-right: 5px;
}

top-menu a:hover span#numCartItems {
    background-color: rgba(1, 54, 104, 1);
}

#numCartItems {
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -10px;
    left: -65px;
    background-color: rgba(1, 121, 193, 0.7);
    border-radius: 100px;
    padding-right: 4px;
    padding-left: 4px;
}

@media only screen and (max-width: 1023px) {
    #numCartItems {
        position: static;
    }
}

.main-header .upper .top-menu .hidden-content {
    position: absolute;
    background: #f7f7f7;
    z-index: 10000;
    width: 200px;
}

.main-header .upper .top-menu .hidden-content.open {
    border: 1px solid #d4d4d4;
}

.main-header .upper .top-menu .hidden-content a {
    display: block;
    padding: 10px 20px;
    color: #918d91;
}

.main-header .upper .top-menu .hidden-content a:hover,
.main-header .upper .top-menu .hidden-content a:focus {
    background: #d4d4d4;
    text-decoration: none;
}

.main-header .btn.btn-tertiary {
    padding: 12px 25px;
    margin-left: 14px;
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .login .btn span {
        display: none;
    }
    .main-header .row.alt-view>[class*="col-"] {
        width: 100%;
    }
    .main-header .row.alt-view .main-nav {
        margin-top: -20px;
        float: none;
    }
}

@media only screen and (min-width:1201px) {
    .main-header .row.alt-view .lower {
        padding-top: 40px;
    }
}

.sitelogo {
    display: block;
    margin: 34px 0 42px 0;
    max-width: 390px;
}

/* ICONS */

.icon {
    display: inline-block;
    margin: 5px 0 0;
    padding: 8px;
    width: 72px;
    height: 72px;
    fill: #f6f5f6;
    color: #003768;
    background: #003768;
    border-radius: 50%;
}

.icon svg {
    width: 100%;
    height: 100%;
}

.svg-size-01 .icon,
.links-navigation .icon,
.toollink-list-item .icon,
.slider-nav .icon {
    width: 50px;
    height: 50px;
}

.svg-size-02 .icon,
.svg-size-02.svg-hexagon .icon {
    width: 90px;
    height: 90px;
}

.svg-size-02.svg-hexagon .icon {
    margin-top: 24px;
    margin-bottom: 24px;
    height: 45px;
}

.svg-size-02.svg-hexagon .icon:before,
.svg-size-02.svg-hexagon .icon:after {
    margin-left: -45px;
    border-width: 45px;
}

.svg-size-02.svg-hexagon .icon:before {
    border-bottom-width: 24px;
}

.svg-size-02.svg-hexagon .icon:after {
    border-top-width: 24px;
}

.svg-size-03 .icon {
    width: 160px;
}

.svg-margin-01 .icon {
    margin-bottom: 10px;
}

.top-menu .icon {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: none;
    border-radius: 0;
    fill: #a8a7a8;
}

.top-menu a:hover .icon,
.top-menu a:focus .icon {
    fill: #003768;
}

.svg-color-02 .icon {
    color: #CD6B33;
    background: #CD6B33;
}

.svg-color-03 .icon {
    color: #73c6a1;
    background: #73c6a1;
}

.svg-color-04 .icon {
    color: #CD6B33;
    background: #CD6B33;
}

/* Duplicate of 02 due to consolidation */

.svg-color-05 .icon {
    color: #0079c1;
    background: #0079c1;
}

.svg-color-06 .icon {
    color: #73C6A1;
    background: #73C6A1;
}

/* Duplicate of 03 due to consolidation */

.svg-color-07 .icon {
    color: #B3B38C;
    background: #B3B38C;
}

.svg-color-08 .icon {
    color: #003768;
    background: #003768;
}

/* Duplicate of 01 due to consolidation */

.svg-color-09 .icon {
    color: #918d91;
    background: #918d91;
}

.svg-color-10 .icon {
    color: #4D917B;
    background: #4D917B;
}

.svg-color-11 .icon {
    color: #003768;
    background: #003768;
}

/* Duplicate of 01 due to consolidation */

.svg-color-12 .icon {
    color: #73C6A1;
    background: #73C6A1;
}

/* Duplicate of 03 due to consolidation */

.svg-color-13 .icon {
    color: #717074;
    background: #717074;
}

.svg-color-14 .icon {
    color: #64B1DF;
    background: #64B1DF;
}

.svg-color-15 .icon {
    color: #0079C1;
    background: #0079C1;
}

/* Duplicate of 05 due to consolidation */

.svg-color-16 .icon {
    color: #B3B38C;
    background: #B3B38C;
}

/* Duplicate of 07 due to consolidation */

.svg-color-17 .icon {
    color: #9f2064;
    background: #9f2064;
}

.lock-icon.icon {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.svg-hexagon .icon {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    width: 62px;
    height: 35px;
}

.svg-hexagon .icon:before,
.svg-hexagon .icon:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -31px;
    border: 31px solid transparent;
}

.svg-hexagon .icon:before {
    bottom: 100%;
    border-bottom: 17px solid currentColor;
}

.svg-hexagon .icon:after {
    top: 100%;
    border-top: 17px solid currentColor;
}

@media only screen and (max-width:1023px) {
    /* NG: Not sure this is needed if you go with .col-lg rather than col-md */
    .main-header .container .row>.col-md-4,
    .main-header .container .row>.col-md-8 {
        width: 100%;
    }
    .main-header .upper {
        margin: 0 0 30px 0;
    }
    .main-header .upper>div>div.top-menu {
        display: none;
    }
    .login .btn span {
        display: none;
    }
    .top-menu>div,
    .top-menu>a {
        display: block;
        border-bottom: 1px solid #a0afb9;
        padding: 10px;
        color: #353333;
        font-size: 14px;
    }
    .top-menu .icon {
        fill: #353333;
    }
    .top-menu a:hover .icon {
        fill: #353333;
    }
    .top-menu a:hover {
        text-decoration: none;
    }
    .top-menu .hidden-content a {
        display: block;
        padding: 5px 0;
    }
    .top-menu .hidden-content a:first-child {
        display: block;
        padding-top: 15px;
    }
}

/* ## SEARCH ## */

.search-trigger {
    display: none;
}

.site-search {
    width: 206px;
    border: 1px solid #d4d4d4;
    background: #f7f7f7;
    border-radius: 3px;
    margin-left: 30px;
}

.site-search>span {
    float: left;
}

.site-search>span:first-child {
    width: 34px;
}

.site-search>span:last-child {
    width: 170px;
}

.site-search>span:last-child input {
    width: 100%;
    height: 42px;
    outline: none;
    color: #333434;
    font-size: 13px;
}

.site-search * {
    background: none !important;
    border: none !important;
}

.site-search>span:first-child>span input {
    z-index: 1;
    position: relative;
    width: 34px;
    height: 42px;
}

.site-search>span:first-child>span:before {
    position: absolute;
    padding: 13px 10px;
}

@media only screen and (max-width:479px) {
    .site-search {
        display: none;
        position: absolute;
        width: 206px;
        right: 20px;
        top: 0;
    }
    .search-trigger {
        display: block;
        width: 85px;
        padding: 12px 5px;
        font-size: 13px;
        margin-left: 12px;
        border: 1px solid #d4d4d4;
        background: #f7f7f7;
        border-radius: 3px;
        cursor: pointer;
    }
    .search-trigger>span:first-child {
        width: 30px;
    }
}

/* ==========================================================================
	Modules
   ========================================================================== */

.fixed-heights .large-box {
    height: 593px;
    overflow: hidden;
}

@media only screen and (min-width:992px) {
    .large-box .image-banner img {
        min-width: 866px;
    }
}

.fixed-heights .small-box {
    height: 338px;
    overflow: hidden;
}

.fixed-heights .small-box-alt {
    height: 249px;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    .large-box .image-banner img {
        min-width: 866px;
    }
    .min-height-01 {
        min-height: 555px;
    }
    .min-height-02 {
        min-height: 388px;
    }
    .min-height-03 {
        min-height: 300px;
    }
}

.banner {
    position: relative;
    font-size: 18px;
}

.banner .content {
    position: relative;
    z-index: 15;
    padding: 15px 10px;
    background: #fff;
}

.banner .content .title {
    margin: 0 0 10px 0;
    font-size: 40px;
}

.banner .media {
    position: relative;
    height: 0;
    padding-top: 71%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.content-space-01.content-align-02.has-overlay.overlay-alt.vertical-middle,
.banner.content-space-01.content-align-02.has-overlay.overlay-alt.vertical-middle .media {
    min-height: 385px;
}

.content-align-01 .media {
    background-position: 100% 50%;
}

.content-align-02 .media {
    background-position: 0 50%;
}

.content-align-03 .media {
    background-position: 0 50%;
}

.content-align-04 .media {
    background-position: 77% 50%;
}

@media screen and (max-width: 768px) {
    .banner.mobile-bg-right .media {
        background-position: center right;
    }
    .banner.mobile-bg-left .media {
        background-position: center left;
    }
    .banner.mobile-bg-center .media {
        background-position: center center;
    }
}

.banner .media:before {
    content: "";
    display: none;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
}

.banner.content-no-background .media:before {
    left: 0;
    right: auto;
}

.banner.content-no-background.content-align-01 .media:before {
    left: 0;
    right: auto;
}

.content-space-01 .media:before {
    width: 50%;
}

.content-space-02 .media:before {
    width: 25%;
}

.content-space-03 .media:before {
    width: 45%;
}

.content-space-04 .media:before {
    width: 60.50%;
    right: 40%;
}

.content-space-04.content-align-01 .media:before {
    left: 40%;
}

.content-space-05 .media:before {
    width: 100%;
}

.content-space-06 .media:before {
    width: 25%;
}

.content-space-07.content-no-background .media:before {
    width: 100%;
}

/* .content-space-01.content-align-01 .media:before, */

.content-space-01.content-align-02 .media:before {
    right: 50%;
}

.content-space-02.content-align-01 .media:before {
    right: 75%;
}

.content-space-02.content-align-02 .media:before {
    right: 25%;
}

.content-align-02 .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,f6f5f6+100&0+0,0+45,1+100  */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY1ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(246, 245, 246, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(246, 245, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-align-02.overlay-alt .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+50,0.5+75,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.content-align-01 .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f6+0,ffffff+85,ffffff+100&1+0,0+85,0+100 */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(left, rgba(246, 245, 246, 1) 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246, 245, 246, 1) 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-align-01.overlay-alt .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+85,ffffff+100&1+0,0+85,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-space-05.content-align-01 .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f6+0,f6f5f6+53,ffffff+78,ffffff+100&1+0,1+53,0.6+78,0.5+100 */
    background: -moz-linear-gradient(left, rgba(246, 245, 246, 1) 0%, rgba(246, 245, 246, 1) 53%, rgba(255, 255, 255, 0.6) 78%, rgba(255, 255, 255, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(246, 245, 246, 1) 0%, rgba(246, 245, 246, 1) 53%, rgba(255, 255, 255, 0.6) 78%, rgba(255, 255, 255, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246, 245, 246, 1) 0%, rgba(246, 245, 246, 1) 53%, rgba(255, 255, 255, 0.6) 78%, rgba(255, 255, 255, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f6', endColorstr='#80ffffff', GradientType=1);
    /* IE6-9 */
}

.banner .video-control {
    position: absolute;
    margin-top: -80px;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0%;
}

.banner.content-align-02 .video-control {
    left: 0%;
}

@media only screen and (min-width:768px) {
    .banner .video-control {
        left: 50%;
        width: 50%;
    }
    .banner.content-space-03 .video-control {
        left: 60%;
        width: 40%;
    }
}

.banner .video-control .control {
    display: inline-block;
    position: relative;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 163px;
    height: 163px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.banner .video-control .control:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -16px;
    border: 29px solid transparent;
    border-left: 50px solid #fff;
}

.button-stacked-btm {
    position: absolute;
    bottom: 0;
}

.button-stacked-btm ul,
.button-stacked-btm li {
    margin: 0;
}

.slideshow .banner .content {
    color: #003768;
    max-height: 410px;
}

/* NG: COULD POSSIBLY SWITCH TO A DIFFERENT APPROACH BUT SLIDEHSOWS LOOK TO USE THE DIAGONAL */

.slideshow .content-align-01 .media:before,
.slideshow .content-align-02 .media:before {
    right: 0;
    width: 100%;
}

.slideshow .content-align-02 .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+40,0.6+50,0.7+64,0.8+74,0.9+85,1+93,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 64%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 64%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 64%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.slideshow .content-align-02.diagonal-overlay .media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+49,0.45+58,0.56+67,0.68+77,0.83+85,1+93,1+100 */
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0.45) 58%, rgba(255, 255, 255, 0.56) 67%, rgba(255, 255, 255, 0.68) 77%, rgba(255, 255, 255, 0.83) 85%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0.45) 58%, rgba(255, 255, 255, 0.56) 67%, rgba(255, 255, 255, 0.68) 77%, rgba(255, 255, 255, 0.83) 85%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0.45) 58%, rgba(255, 255, 255, 0.56) 67%, rgba(255, 255, 255, 0.68) 77%, rgba(255, 255, 255, 0.83) 85%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slideshow .content-align-01 .media:before {
    right: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+6,0.66+17,0.5+28,0.15+40,0+100 */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42NiIvPgogICAgPHN0b3Agb2Zmc2V0PSIyOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.66) 17%, rgba(255, 255, 255, 0.5) 28%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0.66) 17%, rgba(255, 255, 255, 0.5) 28%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.top-banner-hold {
    position: relative;
    height: 100%;
}

@media only screen and (max-width:991px) {
    .image-banner img {
        width: 100%;
    }
}

@media (min-width:768px) {
    .banner.newsletter {
        min-height: 315px;
    }
}

@media (min-width:48em) {
    .image-banner .banner-text,
    .banner .content {
        padding-top: 40px;
        width: 50%;
        padding: 5% 2% 3% 3%;
        text-align: left;
        background: #f6f5f6;
    }
    .banner .content .padded-right-01 {
        padding-right: 18%;
    }
    .banner.overlay-alt .content {
        background: #fff;
    }
    .banner.vertical-middle .content {
        display: table;
        height: 100%;
        padding: 20px 2%;
    }
    .banner.content-space-01.content-align-02.has-overlay.overlay-alt.vertical-middle .content.min-height-02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner.vertical-middle .content>div {
        display: table-cell;
        vertical-align: middle;
    }
    .banner.content-space-01.content-align-02.has-overlay.overlay-alt.vertical-middle .content.min-height-02>div {
        display: block;
    }
    .banner.right .content {
        text-align: right;
    }
    .banner.content-no-background .content {
        background: none;
    }
    .banner.content-space-03 .content {
        width: 55%;
    }
    .banner.content-space-03.content-align-01 .content {
        padding: 5% 0 3% 2%;
    }
    .banner.content-space-04 .content {
        width: 40%;
    }
    .banner.content-space-05 .content {
        width: 100%;
        background: none;
        padding-top: 30px;
    }
    .banner.content-space-06 .content {
        width: 75%;
    }
    .banner.content-space-07 .content {
        width: 66%;
    }
    .slideshow .banner .content {
        padding: 5% 5% 3% 7.6%;
        background: none;
    }
    .content-align-02 .content,
    .image-banner.right-overlay .banner-text {
        margin-left: auto;
        margin-right: 0;
    }
    .banner .media {
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        padding-top: 0;
        width: 100%;
        height: 100%;
    }
    .banner.has-overlay .media:before {
        display: block;
    }
    .banner .media-hold~.description,
    .banner .media-hold~.bullet-list,
    .banner .media-hold~.link-list,
    .banner .media-hold~.cta-buttons {
        margin-left: 105px;
    }
    .banner .media-hold+.description {
        margin-top: -50px;
    }
    .banner .media-hold.media-hold-01+.description {
        margin: -20px 0 0 90px;
    }
    .banner .media-hold.media-hold-01~.link-list,
    .banner .media-hold.media-hold-01~.cta-buttons {
        margin-left: 90px;
    }
    .banner .intended-left-01,
    .banner.intended-left-01 .description {
        margin-left: -150px;
    }
    .banner .intended-left-02,
    .banner.intended-left-02 .description {
        margin-left: -50px;
    }
    .banner .content .title.intended-left-01,
    .banner.intended-left-01 .title {
        margin-left: -150px;
    }
    .banner .content .title.intended-left-02,
    .banner.intended-left-02 .title {
        margin-left: -50px;
    }
    .banner .intended-right-01,
    .banner.intended-right-01 .description {
        margin-right: -150px;
    }
    .banner .intended-right-02,
    .banner.intended-right-02 .description {
        margin-right: -50px;
    }
    .banner .content .title.intended-right-01,
    .banner.intended-right-01 .title {
        margin-right: -150px;
    }
    .banner .content .title.intended-right-02,
    .banner.intended-right-02 .title {
        margin-right: -50px;
    }
}

@media (min-width:48em) and (max-width: 991px) {
    .content-align-04.banner .media {
        position: relative;
        height: 0;
        padding-top: 71%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .content-align-04.banner .content {
        position: relative;
        padding: 15px 10px;
        background: #fff;
    }
}

.slider-nav-hold-alt-02 {
    padding: 20px;
}

.slider-nav-hold-alt-02 .slick-list {
    display: block;
    width: 100%;
}

.links-navigation.view-01 {
    padding: 0px;
    margin-bottom: 40px;
}

.links-navigation.view-01>div {
    padding: 0 10px;
    margin-bottom: 10px;
}

.view-01.links-navigation a {
    padding: 0 20px 0 2px !important;
}

.links-navigation.view-01 a.active,
.links-navigation.view-01 a:hover {
    text-decoration: none;
    background: #9fceec;
    border-radius: 50px;
    padding: 0 20px 0 2px;
    opacity: 1;
}

.view-01.links-navigation .icon,
.view-02.links-navigation .icon {
    margin: 5px;
}

@media (min-width: 48em) {
    .links-navigation.view-01>div {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        margin: 0;
    }
}

@media (min-width: 48em) and (max-width: 991px) {
    .links-navigation.view-01 {
        font-size: 19px;
    }
}

/* Alex D: Raplacing the blue background behind slideshow with white, for small screens */

@media (max-width: 47.99em) {
    .slideshow .banner.theme-02 {
        background: #fff;
    }
    /* Alternative Banner (used for Upcoming Nomination module) */
    .banner.banner-alt.content-space-03 .content {
        width: 60%;
    }
    .banner-alt.content-space-03 .media:before {
        width: 40%;
    }
}

@media (min-width:48em) {
    .banner.content-space-03.content-align-01.banner-alt .content {
        padding: 2% 0 3% 3%;
    }
    .banner-alt .col-md-7 {
        padding: 0 40px 0 0;
        border-right: 1px solid #c1e2f6;
    }
    .banner-alt .col-md-5 {
        padding: 0 0 0 40px;
    }
}

/* Box WIDGETS */

.box-widget {
    padding: 20px 30px;
    margin-bottom: 20px;
}

.mobile-only {
    margin-bottom: 6px;
}

.mobile-only .content-block {
    padding: 0;
}

.mobile-only .expandable {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #c7c5c8;
}

.mobile-only .expandable .trigger {
    position: relative;
}

@media only screen and (max-width:1023px) {
    .mobile-only .expandable .trigger:after {
        content: "+";
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 30px;
        line-height: 1;
    }
    .mobile-only .expandable .hidden-content {
        display: none;
    }
    .mobile-only .expandable .hidden-content.open {
        display: block;
    }
}

/* Grids WIDGET */

.grids-block {
    padding: 50px 0px;
    font-size: 18px;
}

.grids-block .content .title {
    margin: 0;
}

/* Media Hold  */

.small-box .media-hold .video-image {
    height: 233px;
    overflow: hidden;
}

.media-hold {
    display: table;
    padding: 20px;
}

.small-box .media-hold {
    padding: 0px 20px;
    height: 105px;
}

.media-hold>div {
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
}

.media-hold.media-hold-01 h3 {
    margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-image {
        height: 242px;
        overflow: hidden;
    }
    .video-image img {
        min-width: 430px;
        width: 100%;
    }
}

.landscape-banner .media-hold {
    padding: 0;
}

.landscape-banner .media-hold>div {
    padding: 0;
}

.landscape-banner .media-hold>div:first-child {
    padding-right: 10px;
    width: 86px;
}

.landscape-banner .media-hold>div:last-child {
    max-width: 310px;
}

.landscape-banner .media-hold>div>img {
    max-width: initial;
}

/* VIDEO BOX */

.video-hold {
    position: relative;
}

.icon-play {
    position: relative;
    display: block;
    border-radius: 50%;
    height: 33px;
    width: 33px;
}

.icon-play:before {
    position: absolute;
    top: -2px;
    left: -3px;
    font-size: 40px;
}

.theme-02 .icon-play {
    background: #002d55;
}

.theme-02 .icon-play:before {
    font-size: 40px;
    color: #9cb1c4;
}

.video-more-info {
    font-size: 24px;
    line-height: 1em;
}

.video-more-info a {
    font-size: 16px;
}

.banner-video .media img {
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width:767px) {
    .video-hold .bg-blue {
        max-width: 430px;
    }
    .video-more-info {
        font-size: 16px;
        line-height: 1.2em;
    }
    .more a {
        font-size: 14px;
    }
}

/* Homepage video module update 2018 */

.flex-aside .banner-video {
    height: 100%;
}

.flex-aside .banner-video .media {
    width: 100%;
    height: 100%;
    min-height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-aside .banner-video .media .control {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.flex-aside .banner-video .media .control:hover,
.flex-aside .banner-video .media .control:focus {
    color: #23527c;
}

.flex-aside .banner-video .media .control .icon-play {
    background: rgba(0, 0, 0, .5);
    margin: 0 auto;
}

.flex-aside .banner-video .media .control:hover .icon-play,
.flex-aside .banner-video .media .control:focus .icon-play {
    background: rgba(255, 255, 255, .5);
}

/* END of Homepage video module update 2018 */

/* VIDEO BOX - ALT */

.banner-video.alt {
    max-width: 384px;
    margin: 0 auto 10px auto;
}

.banner-video.alt .video-more-info {
    font-size: 21px;
}

.banner-video.alt .video-more-info em {
    font-size: 15px;
    line-height: 15px;
}

.banner-video.alt .media-hold {
    padding: 15px 20px 5px 20px;
}

.banner-video.alt .media-hold>div {
    vertical-align: top;
}

/* AWARDS Custom List BOX */

.awards-custom-item {
    position: relative;
    width: 100%;
}

.awards-custom-row:nth-child(odd) .awards-custom-item {
    float: right;
    padding-left: 112px;
}

.awards-custom-row:nth-child(even) .awards-custom-item {
    float: left;
    padding-right: 112px;
    text-align: right;
}

.ac-date {
    position: absolute;
    width: 85px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #0c7ac0;
}

.awards-custom-row:nth-child(odd) .ac-date {
    left: 0;
}

.awards-custom-row:nth-child(even) .ac-date {
    right: 0;
}

.awards-custom-row .awards-custom-item:before {
    content: "";
    position: absolute;
    top: 27px;
    display: block;
    background: #0c7ac0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.awards-custom-row .awards-custom-item:after {
    content: "";
    position: absolute;
    top: 24px;
    display: block;
    border: 3px solid #0c7ac0;
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.awards-custom-row:nth-child(odd) .awards-custom-item:before {
    left: -4px;
}

.awards-custom-row:nth-child(odd) .awards-custom-item:after {
    left: 80px;
}

.awards-custom-row:nth-child(even) .awards-custom-item:before {
    right: -4px;
}

.awards-custom-row:nth-child(even) .awards-custom-item:after {
    right: 80px;
}

.ac-text {
    position: relative;
    display: block;
    background: #fff;
    color: #0079c1;
    padding: 15px 15px 15px 15px;
    margin-top: 12px;
    border-radius: 10px;
    margin-bottom: 17px;
}

.ac-text a {
    color: #0079c1 !important;
}

.ac-text:before {
    content: "";
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}

.awards-custom-row:nth-child(odd) .ac-text:before {
    left: -12px;
    border-right: 6px solid #fff;
}

.awards-custom-row:nth-child(even) .ac-text:before {
    right: -12px;
    border-left: 6px solid #fff;
}

.ac-devider {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    height: 100%;
    width: 9px;
    border-top: 1px solid #0c7ac0;
    border-bottom: 1px solid #0c7ac0;
}

.ac-devider:before {
    content: "";
    position: absolute;
    left: 4px;
    height: 100%;
    width: 1px;
    background: #0c7ac0;
}

.item-slideshow-alt {
    margin-bottom: 30px;
}

@media (min-width:640px) {
    .awards-custom-item {
        width: 50%;
    }
    .ac-text {
        display: inline-block;
    }
    .ac-devider {
        display: block;
    }
}

/* Awards Update 2019 */

.awards-month {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
}

.awards-month-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.ac-text .icon-bracket-right:before {
    color: #0079c1 !important;
}

.award-one-item .icon-bracket-right {
    display: none;
}

.award-one-item.link-list.list-with-icon li {
    padding-left: 0;
}

.ac-text .link-list,
.ac-text .link-list li:last-child {
    margin-bottom: 0;
}

.awards-footer {
    padding-top: 25px;
}

.ac-devider {
    border-bottom: 0;
}

.awards-month-container~.awards-month-container .ac-devider {
    border-top: 0;
    border-bottom: 0;
}

/* Accordions */

.panel-group .icon-plus {
    display: none;
    vertical-align: 2px;
}

.panel-group .collapsed .icon-plus {
    display: inline-block;
    padding: 0 10px 0px 0;
}

.panel-group .icon-minus {
    display: inline-block;
    padding: 0 10px 0px 0;
    vertical-align: 2px;
}

.panel-group [aria-expanded="true"] .icon-plus {
    display: none;
}

.panel-group [aria-expanded="false"] .icon-plus {
    display: inline-block;
}

.panel-group [aria-expanded="true"] .icon-minus {
    display: inline-block;
}

.panel-group [aria-expanded="false"] .icon-minus {
    display: none;
}

.panel-title a {
    color: #0079C1;
    font-size: 18px;
    display: block;
    position: relative;
}

.panel-title [data-toggle] {
    padding-left: 35px;
}

.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
}

.panel-title a span {
    position: absolute;
    left: 0;
    top: -2px;
}

.panel-title a span:before {
    color: #fff;
    background: #0079C1;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    font-size: 10px;
}

.panel-group-controls {
    margin-bottom: 10px;
}

.panel-group-controls>span {
    cursor: pointer;
}

.panel-title>span {
    color: #0079C1;
    font-size: 18px;
    display: block;
    position: relative;
}

/* FAQ */

h2.faq-title {
    cursor: pointer;
    font-size: 30px;
    position: relative;
    padding-left: 35px;
}

h2.faq-title span {
    position: absolute;
    left: 0;
    top: 3px;
}

.faq-title a {
    color: #003768;
    text-decoration: none;
}

.faq-title .icon-plus,
.faq-title .icon-minus {
    display: none;
    font-size: 16px;
    padding: 0 10px 0px 0px;
    vertical-align: 6px;
}

.faq-title span:before {
    color: #fff;
    background: #003768;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    font-size: 10px;
}

.faq-title [aria-expanded="true"] .icon-plus {
    display: none;
}

.faq-title [aria-expanded="false"] .icon-plus {
    display: inline-block;
}

.faq-title [aria-expanded="true"] .icon-minus {
    display: inline-block;
}

.faq-title [aria-expanded="false"] .icon-minus {
    display: none;
}

.faq-title+.panel-group,
.faq-title+.panel-group .panel-group {
    padding-left: 20px;
    padding-right: 20px;
}

.faq-title+.panel-group .faq-title {
    padding: .5em 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}

/* GRID AND ROW STYLES
   ============================================================== */

.section {
    margin-bottom: 6px;
}

.section.has-border {
    border-bottom: 1px solid #e2e0e2;
    padding-bottom: 6px;
}

.expand-row-03 {
    margin: 0 -3px;
}

.expand-row-03 .expand-row-item {
    margin: 0 3px;
}

.expand-row-20 {
    margin: 0 -20px;
}

.col-md-12>.content-block.expand-row-20 {
    padding-left: 0;
    padding-right: 0;
}

.flex-aside .flex-item:first-child {
    min-height: 175px;
}

@media(min-width:960px) {
    .flex-aside {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-align-content: stretch;
        align-content: stretch;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .flex-aside .flex-item {
        float: left;
        width: 48%;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.home-main-banners>.flex-row>.flex-item:last-child>.flex-item {
    height: auto;
    margin: 0;
}

@media (min-width:992px) {
    .row.flexing>.column {
        border-left: 3px solid #f6f5f6;
        border-right: 3px solid #f6f5f6;
    }
    .row.flexing>.column:first-child {
        border-left: none;
    }
    .row.flexing>.column:last-child {
        border-right: none;
    }
    .row.flexing {
        display: table;
        table-layout: fixed;
        width: 100%;
        font-size: 18px;
    }
    .row.flexing:before,
    .row.flexing:after {
        display: none;
    }
    .row.flexing>.column {
        display: table-cell;
        vertical-align: top;
    }
    .row.flexing .column-border-right {
        position: relative;
    }
    .row.flexing .column-border-right:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #b6b6b6;
    }
    .row.flexing .padding-right-01.column-border-right:after {
        right: 15px;
    }
    .row.flex-row,
    .flex-column {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-align-content: stretch;
        align-content: stretch;
    }
    .flex-row {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .flex-column {
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    .home-main-banners .flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
        flex-flow: inherit;
    }
    .one-half {
        width: 50%;
    }
    .one-third {
        width: 33.333%;
    }
    .one-fourth {
        width: 25%;
    }
    .two-thirds {
        width: 66.666%;
    }
    /* Add float and widths for older browsers */
    .flex-item {
        position: relative;
        float: left;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .flex-column .flex-item {
        float: none;
        width: 100%;
    }
    .home-main-banners>.flex-row>.flex-item:last-child>.flex-item:first-child {
        width: 100%;
    }
    .home-main-banners>.flex-row>.flex-item:last-child>.flex-item.border-01 {
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
    }
    .flex-column .flex-item+.flex-item {
        margin-top: 6px;
    }
    .row.flex-row:before,
    .row.flex-row:after {
        display: none;
    }
    .row.flex-row>.flex-item {
        padding: 0 3px;
    }
    .row.flex-row>.flex-main {
        width: 66.666%;
    }
    .row.flex-row>.flex-aside {
        width: 33.333%;
    }
    /* .flex-item .banner { position:absolute; top:0; left:0; width:100%; height:100%;  }*/
    .flex-item .banner {
        position: relative;
        z-index: 10;
    }
    .flex-item .banner .media {
        z-index: -1;
    }
    .flex-item .banner.border-01 {
        border: 0;
    }
    .flex-item .banner.border-01:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        border: 1px solid #c1e2f6;
        width: 100%;
        height: 100%;
    }
    .flex-item .banner .content {
        height: 100%;
        padding-top: 12%;
        padding-right: 8%;
    }
    .flex-item .slideshow .banner {
        position: relative;
    }
}

.teaser {
    padding: 30px 25px 10px 25px;
    position: relative;
}

.vertical-banner .teaser {
    padding-top: 0px;
}

.teaser>h4 {
    margin-bottom: 30px;
}

.teaser .title-alt-3 {
    margin: 0;
    font-size: 18px;
}

.teaser .title-alt-3+h5 {
    margin: 6px 0;
}

.teaser .teaser-item {
    margin-bottom: 35px;
}

/* =================================================================
      ADD DIFFERENT BORDER TO FLEXING COLUMNS WHERE NEEDED
===================================================================*/

.row.flexing>.column {
    position: relative;
    z-index: 5;
    border-top: none;
    border-bottom: none;
}

.row.flexing>.column.border-01 {
    box-shadow: inset 0 0 0 1px #c1e2f6;
}

/*=========*/

.width-05 {
    width: 50%;
}

.no-padding {
    padding: 0 !important;
}

.padding-01 {
    padding: 40px 7%;
}

.padding-02 {
    padding: 0px 40px;
}

.padding-03 {
    padding: 0px 30px;
}

.padding-04 {
    padding: 40px 0;
}

.padding-05 {
    padding: 0 10px;
}

.padding-06 {
    padding: 0 20px;
}

.padding-07 {
    padding: 0 10%;
}

.padding-08 {
    padding: 0 7%;
}

.padding-09 {
    padding: 10px 15%;
}

.padding-top-01 {
    padding-top: 30px;
}

.padding-bottom-01 {
    padding-bottom: 30px;
}

.padding-right-01 {
    padding-right: 30px;
}

.padding-right-02 {
    padding-right: 60px;
}

.padding-left-02 {
    padding-left: 60px;
}

.no-margin {
    margin: 0 !important;
}

.margin-01 {
    margin-bottom: 30px;
}

.margin-02 {
    margin-bottom: 15px;
}

.section-margin-01 {
    margin-bottom: 50px;
}

.view-01 {
    padding: 20px;
}

.view-01>div {
    margin-bottom: 10px;
}

.view-03 a .icon {
    margin-bottom: 15px;
}

.view-03 .svg-hexagon .icon {
    margin-bottom: 36px;
}

/* AE NOTE - currently under the assumption that the class is added at the component level */

.view-03.svg-hexagon .icon {
    margin-bottom: 34px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .padding-01 {
        padding: 30px 0;
    }
    .view-03 a span {
        display: block;
        padding-left: 0px;
    }
    .view-03 h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .padding-01 {
        padding: 30px 0;
    }
    .view-03 a span {
        display: block;
    }
    .view-03 h4 {
        font-size: 20px;
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    /* NG: Try and avoid !important since it starts an overwrite dominoe effect where you have to keep using !important from then on - not needed if same specificity */
    .view-03 {
        padding: 20px 0 !important;
    }
    .view-03>div {
        display: block;
        text-align: left;
        padding: 5px 0;
    }
    .partners .view-03 {
        padding: 0 !important;
    }
    .partners .view-03>div {
        width: 100% !important;
        text-align: center;
    }
    .partners .view-03>div {
        display: block;
        width: 50% !important;
        float: left;
        text-align: center;
    }
    .partners .view-03>div:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width:1360px) {
    .view-01 {
        display: table;
        width: 100%;
        padding: 40px 7%;
    }
    .view-01>div,
    .view-02>div {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .view-01>div.carousel,
    .view-02>div.carousel {
        display: block;
    }
    .view-01>div {
        min-width: 200px;
    }
    .view-01 .slick-slider,
    .view-02 .slick-slider {
        margin-bottom: 0;
    }
}

/* Item List */

.item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-list>li {
    padding: 0 24px;
    margin-bottom: 20px;
    float: left;
}

.item-list>li>a {
    color: #2f2f2f;
}

.item-list>li>a:hover,
.item-list li>a:focus {
    text-decoration: none;
    opacity: 0.7;
}

.item-list>li>a h3 {
    margin: 0;
}

.item-list>li img {
    margin-bottom: 15px;
}

.item-list>li>div img {
    margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
    .item-list {
        margin: 0 -24px;
    }
    .item-list.two-items-row>li {
        width: 50%;
    }
    .item-list.two-items-row>li:nth-child(2n+1) {
        clear: left;
    }
    .item-list.three-items-row>li {
        width: 33.333%;
    }
    .item-list.three-items-row>li:nth-child(3n+1) {
        clear: left;
    }
    .item-list.four-items-row>li {
        width: 25%;
    }
    .item-list.four-items-row>li:nth-child(4n+1) {
        clear: left;
    }
}

/* Content with left icon */

.sign-block {
    position: relative;
    padding-left: 56px;
    line-height: 40px;
    display: inline-block;
}

.sign-block .sb-sign {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.tick-sign {
    border: 3px solid #dedede;
    background: #73c6a1 url(../../images/layout/tick.png) no-repeat 50% 50%;
    background-size: 20px 15px;
    text-indent: -9999em;
    border-radius: 50%;
}

/* Match Heights group */

.vertical-banner {
    margin-bottom: 6px;
    padding: 45px 0 120px 0;
    position: relative;
}

.vertical-banner.theme-01 {
    color: #003768;
}

.vertical-banner.theme-02 {
    color: #fff;
}

.vertical-banner.theme-03 {
    color: #003768;
}

.vertical-banner .button-hold {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.vertical-banner .button-hold.left {
    text-align: left;
}

.vb-alt-3 .button-hold {
    position: absolute;
    right: 25px;
    bottom: 45px;
    text-align: right;
}

@media only screen and (max-width:479px) {
    .vb-alt-3 .button-hold {
        position: static;
    }
}

.vertical-banner .title-with-num {
    font-size: 48px;
    padding: 0 25px;
    margin-bottom: 0px;
    text-align: center;
}

.vertical-banner .vb-content {
    font-size: 20px;
    display: block;
    padding: 0 25px;
}

.vertical-banner .vb-content.num {
    font-size: 82px;
    font-weight: bold;
}

.vertical-banner img.vb-image {
    margin-top: 30px;
}

.vertical-banner>.vb-alt h3 {
    font-size: 64px;
    padding: 0 25px;
    margin-bottom: 20px;
}

.vertical-banner>.vb-alt img {
    margin: 0px;
}

.vertical-banner>.vb-alt>.theme-04,
.vertical-banner>.vb-alt>.bg-orange {
    margin: 30px 0;
}

.vertical-banner>.vb-alt-2 h3 {
    font-size: 60px;
    padding: 0 65px;
}

.vertical-banner>.vb-alt-2 .vb-content {
    font-size: 30px;
    padding: 0 65px;
}

.vertical-banner>.vb-alt-2 .vb-content.num {
    font-size: 86px;
    font-weight: bold;
}

.vertical-banner.vb-alt-3 {
    padding: 0;
}

.text-indent {
    padding-left: 86px;
}

@media only screen and (max-width:767px) {
    .vertical-banner .title-with-num {
        font-size: 40px;
    }
    .vertical-banner>.vb-alt h3 {
        font-size: 40px;
    }
    .vertical-banner>.vb-alt-2 h3 {
        font-size: 50px;
    }
    .vertical-banner .vb-content.num {
        font-size: 74px;
    }
    .text-indent {
        padding-left: 0px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .vertical-banner .title-with-num {
        font-size: 33px;
    }
    .vertical-banner>.vb-alt h3 {
        font-size: 44px;
    }
    .vertical-banner>.vb-alt-2 h3 {
        font-size: 40px;
    }
}

/* INTERIORS Modules */

.banner-module {
    padding: 20px 25px;
    margin-bottom: 30px;
}

.content-block {
    padding: 40px 25px;
    font-size: 18px;
}

.content-block.content-block-alt-01 {
    padding: 20px 25px 10px 25px;
}

.content-block>*:last-child {
    margin-bottom: 0;
}

.content-block.content-block-alt {
    font-size: 16px;
}

.content-block-alt .view-03>div {
    padding: 0;
}

.content-block-alt .view-03>div:first-child {
    padding-right: 25px;
}

@media only screen and (min-width:1024px) {
    .content-block-alt .view-03>div:first-child {
        width: 46%;
    }
    .padded-alt-01 {
        padding: 0 75px;
    }
}

.main-aside .content-block {
    font-size: 16px;
}

.content-block.padding-01 {
    padding: 30px 7%;
}

.content-block .padding-01 {
    padding: 0 7%;
}

.vertical-banner .content-block {
    padding: 0 30px;
}

[class*="col-"]>.content-block {
    padding: 40px 10px;
}

.col-md-12>.content-block {
    padding: 40px 25px;
}

.col-md-12>.content-block.content-block-alt-01 {
    padding: 20px 25px 10px 25px;
}

@media only screen and (max-width:767px) {
    .content-block.padding-01 {
        padding: 30px 0;
    }
    .content-block .padding-01 {
        padding: 0;
    }
    .padding-07 {
        padding: 0;
    }
}

.content-with-icon {
    position: relative;
    padding-left: 70px;
}

.content-with-icon>.icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -22px;
    left: 0;
}

.content-with-icon.svg-hexagon>.icon {
    height: 35px;
}

.content-with-icon.content-with-icon-alt {
    padding-left: 154px;
}

.content-with-icon.content-with-icon-alt>.icon {
    width: 114px;
    height: 114px;
}

.content-with-icon.content-with-icon-alt.svg-hexagon>.icon {
    margin-top: 31px;
    margin-bottom: 31px;
    height: 64px;
}

.content-with-icon.content-with-icon-alt.svg-hexagon .icon:before,
.content-with-icon.content-with-icon-alt.svg-hexagon .icon:after {
    margin-left: -56px;
    border-width: 56px;
}

.content-with-icon.content-with-icon-alt.svg-hexagon .icon:before {
    border-bottom-width: 32px;
}

.content-with-icon.content-with-icon-alt.svg-hexagon .icon:after {
    border-top-width: 32px;
}

.content-with-icon.content-with-icon-alt-01 {
    padding-left: 70px;
}

.content-with-icon.content-with-icon-alt-01>.icon {
    width: 50px;
    height: 50px;
}

.content-with-icon.content-with-icon-alt-01.svg-hexagon>.icon {
    margin-bottom: 15px;
    height: 28px;
}

.content-with-icon.content-with-icon-alt-01.svg-hexagon .icon:before,
.content-with-icon.content-with-icon-alt-01.svg-hexagon .icon:after {
    margin-left: -25px;
    border-width: 25px;
}

.content-with-icon.content-with-icon-alt-01.svg-hexagon .icon:before {
    border-bottom-width: 15px;
}

.content-with-icon.content-with-icon-alt-01.svg-hexagon .icon:after {
    border-top-width: 15px;
}

.title-bdr .content-with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

.title-bdr .content-with-icon>.icon {
    position: relative;
    margin-right: 15px;
    top: 0;
    left: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width:639px) {
    .content-with-icon.content-with-icon-alt {
        padding-left: 0;
        padding-bottom: 35px;
    }
    .content-with-icon.content-with-icon-alt>.icon {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:989px) {
    .horisontal-to-vertical .border-03-right,
    .horisontal-to-vertical .border-02-right {
        border: 0;
    }
    .horisontal-to-vertical [class*="padding-left"],
    .horisontal-to-vertical [class*="padding-right"] {
        padding: 0;
    }
}

.mod {
    position: relative;
    margin: 0 0 1em;
}

.moreLink {
    text-align: right;
}

.moreLink a {
    text-decoration: none;
}

.moreLink a:after {
    content: '\3e';
    font-family: 'Basic-Icons';
    font-size: 12px;
    font-weight: bold;
}

.moreLink a:hover,
.moreLink a:focus {
    text-decoration: none;
    color: #000;
}

.title {
    font-size: 52px;
}

.vertical-banner .title {
    margin: 0 0 40px 0;
}

.title-alt {
    font-size: 64px;
}

.title-alt-0 {
    font-size: 48px;
}

.title-alt-1 {
    font-size: 40px;
}

.title-alt-2 {
    font-size: 36px;
}

.title-alt-2-1 {
    font-size: 30px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .three-items-row .title-alt-2-1 {
        font-size: 21px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1px) {
    .three-items-row .title-alt-2-1 {
        font-size: 26px;
    }
}

.title-alt-3 {
    font-size: 26px;
}

.title-alt-4 {
    font-size: 24px;
}

.title-alt-5 {
    font-size: 20px;
}

.title-alt-6 {
    font-size: 38px;
}

.title-with-margin {
    margin: 40px 0;
}

.title-with-margin-btm {
    margin: 0 0 40px 0;
}

.title-bdr {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.title-with-num {
    font-size: 54px;
}

.title-with-num strong {
    font-size: 82px;
    display: block;
}

@media only screen and (max-width:767px) {
    .title {
        font-size: 28px;
    }
    .title-alt {
        font-size: 30px;
    }
    .title-alt-2,
    .title-alt-1 {
        font-size: 36px;
    }
    .title-alt-3 {
        font-size: 26px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .title {
        font-size: 37px;
    }
    .title-alt {
        font-size: 50px;
    }
    .title-alt-2,
    .title-alt-1 {
        font-size: 31px;
    }
    .title-alt-3 {
        font-size: 21px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .title {
        font-size: 39px;
    }
    .title-alt {
        font-size: 54px;
    }
    .title-alt-2,
    .title-alt-1 {
        font-size: 31px;
    }
    .title-alt-3 {
        font-size: 21px;
    }
}

.title .more {
    color: #0079c1;
}

@media only screen and (max-width:767px) {
    .title .more {
        display: block;
        margin-top: -15px;
    }
}

.modContent {
    padding: 15px;
}

/* Item Lists Content
   ========================================================================== */

.item-list-vertical {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item {
    display: table;
    padding: 1em 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.item:first-child {
    border-top: 0;
    padding-top: 0;
}

.item:last-child {
    padding-bottom: 0;
}

.item>.content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.item .contentExtra {
    display: table-cell;
    vertical-align: top;
}

.content .title {
    margin: 0;
}

.itemList .content p {
    margin: 0;
}

.content .date {
    font-size: 0.85em;
}

.list-group-item .title {
    margin-bottom: .2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #2f2f2f;
}

.list-group-item .content .date {
    color: #b0b0b0;
    font-size: 1em;
}

.list-group-item .content .source {
    color: #b0b0b0;
    font-size: 1em;
}

.panel-footer .pagination {
    margin-top: 0;
    width: auto;
}

.topic-item.item {
    display: block;
    border-top: 0;
    width: 100%;
    padding: 0;
}

.topic-item.item>.media,
.topic-item.item>.content {
    display: block;
}

.topic-item.item>.content {
    text-align: left;
    padding-top: 15px;
    font-size: 0.9em;
    line-height: 1.5;
}

.topic-item.item .media .title {
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    color: #222;
    font-weight: bold;
    margin-bottom: 0;
}

.topic-item.item>.media {
    display: table;
    width: 100%;
    text-align: left;
}

.topic-item.item>.media>.svg-hexagon {
    width: 80px;
}

.topic-item.item>.media>.svg-hexagon,
.topic-item.item>.media>.media-title-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.query-wrapper {
    display: flex;
    margin-bottom: 15px;
}

@media (min-width:30em) {
    .list-group-item {
        display: table;
        width: 100%;
    }
    .list-group-item .content,
    .list-group-item .action-links {
        display: table-cell;
        vertical-align: middle;
    }
    .list-group-item .action-links {
        width: 150px;
    }
}

/* Item Media
   ========================================================================== */

.aside {
    display: table-cell;
    padding: 0 30px 0 0;
    text-align: center;
}

@media (min-width:640px) {
    .aside img {
        width: 268px;
        max-width: 268px;
    }
}

.caption {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
}

/* Media Queries for Item Lists
  ========================================================================== */

@media (max-width: 639px) {
    .item {
        display: block;
    }
    .item>.content {
        display: block;
    }
    .item>.aside {
        display: block;
        padding: 0 0 20px 0;
    }
}

.boxes .item {
    padding: 30px 20px;
    background: #fff;
    margin-bottom: 10px;
}

/* Products Results Lists and Product Details
  ========================================================================== */

.results-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.results-item {
    display: block;
    border-top: 1px solid #e2e0e2;
    padding: 30px 0;
}

.results-item .series-and-topics .topics {
    display: table;
    margin: 16px 0;
}

.results-item .series-and-topics .topics>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.results-item .series-and-topics .topics>div.topic-label {
    color: #4d917b;
    font-size: 17px;
}

.results-item .series-and-topics .topics>div.topic-title {
    color: #003768;
    font-size: 15px;
    padding-right: 0px;
}

.results-item .series-and-topics .content-type {
    display: table;
    margin: 16px 0;
}

.results-item .series-and-topics .content-type>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.results-item .series-and-topics .content-type>div.type-label {
    color: #4d917b;
    font-size: 17px;
}

.results-item .series-and-topics .content-type>div.type-title {
    color: #003768;
    font-size: 15px;
    padding-right: 0px;
}

.is-package .topic-icons>span {
    float: left;
}

.topic-icons>span .icon {
    margin: 0;
}

.topic-icons>span .icon {
    width: 62px;
    height: 72px;
}

.results-item .topic-icons>span .icon {
    width: 44px;
    height: 52px;
}

.is-package .topic-icons {
    padding-top: 21px;
}

.is-package .topic-icons>span .icon {
    width: 38px;
    height: 42px;
    margin: 0 1px 0 -19px;
}

.is-package .topic-icons>span:first-child .icon {
    margin-left: 0px;
}

.is-package .topic-icons>span:nth-child(even) .icon {
    margin-top: -21px;
}

.results-item .topic-icons .svg-hexagon .icon {
    margin-top: 13px;
    margin-bottom: 13px;
    padding: 1px 0;
    height: 25px;
}

.results-item .topic-icons .svg-hexagon .icon:before,
.results-item .topic-icons .svg-hexagon .icon:after {
    margin-left: -22px;
    border-width: 22px;
}

.results-item .topic-icons .svg-hexagon .icon:before {
    border-bottom-width: 13px;
}

.results-item .topic-icons .svg-hexagon .icon:after {
    border-top-width: 13px;
}

.ri-flex-footer.actions>div:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.results-item .actions.ri-flex-footer p {
    margin: 0;
}

@media (min-width: 48em) {
    .results-item {
        display: table;
        width: 100%;
    }
    .results-item>div {
        display: table-cell;
    }
    .results-item .series-and-topics {
        font-size: 20px;
    }
    .results-item .description {
        font-size: 16px;
        padding: 0 30px;
    }
    .results-item .actions {
        width: 150px;
        text-align: center;
        color: #003768;
        font-size: 20px;
    }
    .results-item .actions.ri-flex-footer {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .actions.ri-flex-footer>div:nth-child(even):before {
        top: 7px;
    }
    .results-item .actions .btn {
        margin: 0;
    }
    .results-item .series-and-topics .topics {
        margin-bottom: 0;
    }
    .results-item .series-and-topics .content-type {
        margin-bottom: 0;
    }
}

@media (min-width: 80em) {
    .ri-flex-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 670px;
    }
    .ri-flex-footer>div {
        width: 50%;
        position: relative;
    }
    .ri-flex-footer>div:nth-child(odd) {
        padding-right: 45px;
    }
    .ri-flex-footer>div:nth-child(even) {
        padding-left: 45px;
    }
    .ri-flex-footer>div:nth-child(even):before {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        display: block;
        width: 1px;
        height: 45px;
        background: #c3c1c3;
    }
    .results-item .ri-flex-footer .series-and-topics .topics>div {
        vertical-align: top;
        position: relative;
    }
    .results-item .ri-flex-footer .series-and-topics .topics>div.topic-label {
        padding-top: 6px;
    }
    .results-item .ri-flex-footer .series-and-topics .topics>div.topic-title {
        padding-top: 8px;
    }
    .ri-flex-footer.actions>div:first-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

/* News
   ========================================================================== */

.article>.aside {
    float: right;
    margin: 1em;
}

.meta {
    margin: 0.5em 0;
}

.meta>div {
    float: left;
}

.meta .social-tools {
    float: right;
}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
    /*
	padding: 1em;
	border: 1px solid #444444;
	background: #cccccc;
*/
}

.filter input[type="text"],
.filter select {
    font-size: 15px;
    font-weight: 300;
    padding: 8px 10px;
    background: #f7f7f7;
    border: none;
    border-radius: 3px;
    color: #333434;
}

.filter select {}

.filter input[type="text"] {}

.filter label {
    margin-right: 10px;
    font-size: 20px;
}

.ima-form-box>div>label {
    min-width: 118px;
    font-family: 'Open Sans', sans-serif;
}

.filter .view-02 {
    display: table;
    width: 100%;
}

.filter .view-02>div {
    padding-right: 30px;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .filter label {
        display: block;
    }
    .filter fieldset label {
        display: inline-block;
        width: 80%;
    }
}

.filter-options {
    float: left;
}

.filter-actions {
    float: right;
}

/* Pagination
   ========================================================================== */

.paging {
    padding: 1em;
}

.paging-results {
    float: left;
}

.paging-list {
    float: right;
}

.paging-list ul {
    display: block;
    padding: 0;
    margin: 0;
}

.paging-list li {
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #002B40;
    border-left-width: 0;
    float: left;
}

.paging-list li:first-child {
    border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
    display: block;
    min-width: 30px;
    padding: 2px 5px;
    text-align: center;
}

.paging-list li a {
    /* Link State */
}

.paging-list li span {
    /* Current Page State */
}

.paging-list li.disabled {
    display: none;
}

.paging-list li.disabled+li {
    border-left-width: 1px;
}

.paging-list li.disabled+.all {
    border-left-width: 0;
}

/* Hexagons */

.hexagon {
    position: relative;
    width: 320px;
    height: 184.75px;
    margin: 92.38px 0;
}

.hexagon .hexagon {
    margin: 0;
    border: none;
    border-left: solid 1px #cae5f6;
    border-right: solid 1px #cae5f6;
    cursor: pointer;
}

.hexagon .hexagon:before,
.hexagon .hexagon:after {
    content: "";
    position: absolute;
    width: 226.27px;
    height: 226.27px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    left: 45.8629px;
    -webkit-backface-visibility: hidden;
}

.hexagon .hexagon:before {
    top: -113.1371px;
    border-top: solid 1.4142px #cae5f6;
    border-right: solid 1.4142px #cae5f6;
    z-index: 1;
}

.hexagon .hexagon:after {
    bottom: -113.1371px;
    border-bottom: solid 1.4142px #cae5f6;
    border-left: solid 1.4142px #cae5f6;
    z-index: 2;
}

.front .hexagon,
.front .hexagon:before,
.front .hexagon:after {
    background: #f6f5f6;
}

.back .hexagon,
.back .hexagon:before,
.back .hexagon a,
.back .hexagon:after {
    background: #107bbf;
    color: #fff;
}

.back .hexagon a {
    text-decoration: underline;
}

.back .hexagon a:hover {
    text-decoration: none;
}

.back .hexagon .hexagon-icon .icon {
    fill: #fff;
    background: none;
}

.back .hexagon h4 {
    color: #fff;
}

.hexagon-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-top: 20px;
    height: 100%;
}

.hexagon-icon {
    position: absolute;
    top: -60px;
    text-align: left;
    padding-left: 122px;
}

.hexagon-content h4 {
    font-size: 24px;
    color: #003768;
    padding: 0 20px;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.hexagon-content p {
    font-size: 20px;
    padding: 0 20px;
}

.hexagon-content .more-info {
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.hexagon-content .icon-plus:before {
    border: 2px solid #0079C1;
    color: #0079C1;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
}

.hexagon-content .icon-minus:before {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
}

.hexagon-content .vertical-align {
    height: 100%;
    width: 100%;
    display: table;
}

.hexagon-content .vertical-align h4 {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
    margin: 0;
}

.hexagon-content .vertical-align .vertical-align-cell {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.hexagon-items-hold {
    text-align: center;
}

.hexagon-items-hold .hexagon-item {
    margin-top: 6px;
    display: inline-block;
}

@media (min-width: 768px) {
    .hexagon-items-hold {
        padding-top: 88px;
    }
    .hexagon-items-hold .hexagon-item {
        float: left;
        margin-top: -88px;
    }
}

@media (min-width: 768px) and (max-width: 869px) {
    .hexagon-items-hold {
        padding-left: 5%;
    }
    .hexagon-items-hold .hexagon-item:nth-child(3n) {
        margin-left: 167px;
    }
}

@media (min-width: 870px) and (max-width: 1020px) {
    .hexagon-items-hold .hexagon-item:nth-child(3) {
        clear: left;
        margin-left: 167px;
    }
    .hexagon-items-hold .hexagon-item:nth-child(5) {
        clear: left;
    }
    .hexagon-items-hold .hexagon-item:nth-child(7) {
        clear: left;
        margin-left: 167px;
    }
    .hexagon-items-hold .hexagon-item:nth-child(9) {
        clear: left;
    }
}

@media (min-width: 1021px) and (max-width: 1099px) {
    .hexagon-items-hold {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hexagon-items-hold .hexagon-item:nth-child(4) {
        clear: left;
        margin-left: 167px;
    }
    .hexagon-items-hold .hexagon-item:nth-child(6) {
        clear: left;
    }
    .hexagon-items-hold .hexagon-item:nth-child(9) {
        clear: left;
        margin-left: 167px;
    }
}

@media (min-width: 1100px) and (max-width: 1299px) {
    .hexagon-items-hold .hexagon-item:nth-child(4) {
        clear: left;
        margin-left: 167px;
    }
    .hexagon-items-hold .hexagon-item:nth-child(6) {
        clear: left;
    }
    .hexagon-items-hold .hexagon-item:nth-child(9) {
        clear: left;
        margin-left: 167px;
    }
}

@media (min-width: 1300px) {
    .hexagon-items-hold .hexagon-item:nth-child(1) {
        margin-left: 330px;
    }
    .hexagon-items-hold .hexagon-item:nth-child(3) {
        clear: left;
        margin-left: 167px;
    }
    .hexagon-items-hold.hexagon-items-hold-alt .hexagon-item:nth-child(1) {
        margin-left: 0px;
    }
    .hexagon-items-hold.hexagon-items-hold-alt .hexagon-item:nth-child(3) {
        clear: none;
    }
}

/* Hexagons Alt - Current CMAs page */

.hexagon-items-hold-alt .hexagon {
    position: relative;
    width: 260px;
    height: 150.11px;
    margin: 75.06px 0;
    border-left: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
}

.hexagon-items-hold-alt .hexagon .hexagon:before,
.hexagon-items-hold-alt .hexagon .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 183.85px;
    height: 183.85px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 38.0761px;
}

.hexagon-items-hold-alt .hexagon .hexagon:before {
    top: -91.9239px;
    border-top: solid 0.0000px #ffffff;
    border-right: solid 0.0000px #ffffff;
}

.hexagon-items-hold-alt .hexagon .hexagon:after {
    bottom: -91.9239px;
    border-bottom: solid 0.0000px #ffffff;
    border-left: solid 0.0000px #ffffff;
}

.hexagon-items-hold-alt .front .hexagon,
.hexagon-items-hold-alt .front .hexagon:before,
.hexagon-items-hold-alt .front .hexagon:after {
    background: #fff;
}

.hexagon-items-hold-alt .hexagon-content h4 {
    font-size: 20px;
}

.hexagon-items-hold-alt .hexagon-content p {
    font-size: 18px;
}

.hexagon-items-hold-alt .hexagon-icon {
    padding-left: 94px;
}

.hexagon-items-hold-alt.hexagon-items-hold {
    padding-top: 0;
    padding-bottom: 70px;
}

@media (min-width: 768px) {
    .hexagon-items-hold-alt.hexagon-items-hold {
        padding-top: 0;
    }
    .hexagon-items-hold-alt.hexagon-items-hold .hexagon-item {
        margin-top: 6px;
    }
    .hexagon-items-hold-alt.hexagon-items-hold .hexagon-item:nth-child(3) {
        margin-left: 3px;
    }
}

@media (min-width: 1300px) {
    .hexagon-items-hold-alt.hexagon-items-hold .hexagon-item {
        margin-top: -70px;
    }
    .hexagon-items-hold-alt.hexagon-items-hold .hexagon-item:nth-child(3) {
        margin-left: 133px;
    }
}

@media (max-width: 1299px) {
    .hexagon-items-hold-alt.hexagon-items-hold {
        margin-top: -70px;
    }
}

@media (max-width: 1299px) and (min-width: 1100px) {
    .hexagon-items-hold-alt.hexagon-items-hold .hexagon-item:nth-child(4) {
        clear: none;
        margin-left: 3px;
    }
}

@media (max-width: 479px) {
    .hexagon-items-hold-alt.hexagon-items-hold {
        margin-left: -30px;
    }
}

/* Hexagons Backend Adjustment */

.hexagon-items-hold.flip-coin-backend-items {
    padding-top: 0;
    margin-bottom: 120px;
}

.hexagon-items-hold.flip-coin-backend-items>.hexagon-item {
    margin-top: 0;
}

.flip-coin-backend-items>.hexagon-item>.hexagon {
    height: 420px;
}

.flip-coin-backend-items .hexagon .hexagon {
    margin-top: 186px;
}

.hexagon-item-alt {
    position: relative;
    padding: 2px;
    display: inline-block;
    width: 64px;
    margin-right: 15px;
    color: #fff;
    background: #8ebcda;
    text-align: center;
    line-height: 0.85;
}

.hexagon-item-alt:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 32px solid transparent;
    border-bottom: 20px solid #8ebcda;
}

.hexagon-item-alt:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 32px solid transparent;
    border-top: 20px solid #8ebcda;
}

.hexagon-item-alt span {
    position: relative;
    display: inline-block;
    width: 58px;
    color: #8ebcda;
    background: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    z-index: 1;
}

.hexagon-item-alt span:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border: 29px solid transparent;
    border-bottom: 18px solid #fff;
}

.hexagon-item-alt span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border: 29px solid transparent;
    border-top: 18px solid #fff;
}

/* pagination and filters - removed since these ended up never being developed or used - bootstrap was used instead for some instances */

/* ==============================================================
FORMS
============================================================== */

.form-req {
    color: #de4a4a;
}

.required-label {
    color: #de4a4a;
}

@media only screen and (min-width:640px) {
    .required-label {
        position: absolute;
        top: 20px;
        right: 30px;
    }
}

.ima-form {
    position: relative;
}

.ima-form .form-title {
    color: #0079C1;
    margin-bottom: 24px;
    font-size: 19px;
}

.ima-form-box {
    margin: 0 0 8px;
    padding: 15px 0 25px 0;
}

.info-form-box .box-item {
    position: relative;
}

.ima-form-box>div {}

.ima-form-box [class*="col-"] {
    padding: 0 30px;
}

.ima-form-box>.box-item {
    position: relative;
}

.ima-form-box>.box-item:before {
    height: 22px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 7px;
    top: 27px;
}

.ima-form .box-item input,
.ima-form .box-item select {
    width: 100%;
    max-width: 100% !important;
}

.ima-form .box-item input {
    padding: 11px 10px 11px 35px !important;
}

@media (min-width: 960px) {
    .ima-form-box {
        width: 94%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .row.ima-form-box.search-box-wrapper {
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .ima-form-box>.box-item {
        width: 33%;
    }
}

.ima-form .ima-form-box+.ima-form-box .col-md-6 {
    width: auto;
    float: none;
    padding: 0 0 10px;
}

.ima-form-box .label-hold {
    width: 27%;
    max-width: 160px;
    padding: 0px 10px 0px 0;
    line-height: 1em;
    margin: 0;
}

.ima-form label .label-more-info {
    font-size: 14px;
}

.ima-form fieldset label {
    width: auto;
    float: none;
}

.ima-form fieldset legend {
    display: inline-block;
    max-width: 160px;
    padding-right: 10px;
    font-size: 18px;
}

.ima-form input[type="text"] {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 100%;
    max-width: 396px;
    padding: 10px;
    margin-bottom: 7px;
}

.ima-form .box-item input[type="text"] {
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}

.ima-form select {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 100%;
    max-width: 396px;
    padding: 10px;
    margin-bottom: 10px;
}

.ima-form .ima-form-box select {
    max-width: 375px;
}

.input-more-info {
    margin: -3px 0 7px 27%;
    float: left;
    font-size: 14px;
}

.input-more-info.more a {
    font-size: 14px;
}

.form-btn .btn {
    padding: 12px 60px;
    margin-top: 15px;
}

.ima-form-box .col-md-6 .btn {
    width: 100%;
    margin-bottom: 10px;
}

.form-items .col-md-6:nth-of-type(odd) {
    clear: left;
}

.form-items.break-items .col-md-6 {
    clear: left;
}

@media only screen and (max-width:991px) {
    .form-items [class*="col-"] {
        clear: left;
    }
}

@media only screen and (max-width:639px) {
    .ima-form-box .label-hold {
        width: 100%;
        max-width: 100%;
    }
    .ima-form-box fieldset legend {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .ima-form-box input[type="text"],
    .ima-form-box select {
        width: 100%;
        max-width: 100%;
    }
    .input-more-info {
        margin: -7px 0 7px 0;
    }
    .ima-form-box [class*="col-"] {
        padding: 0 10px;
    }
}

@media only screen and (max-width:679px) {
    .ima-form .ima-form-box+.ima-form-box .label-hold {
        width: auto;
        max-width: 100%;
        display: inline-block;
    }
}

@media only screen and (min-width:640px) {
    .form-item {
        display: table;
        width: 100%;
    }
    .label-hold {
        display: table-cell;
        vertical-align: middle;
    }
    .ima-form-box .col-md-6 .btn {
        width: auto;
        margin-right: 10px;
    }
}

@media only screen and (min-width:680px) {
    .ima-form .ima-form-box+.ima-form-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6:last-child {
        width: 100%;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6:last-child .btn {
        margin-bottom: 0;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6 .form-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6 .form-item .label-hold {
        width: 100%;
        max-width: 226px;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6:first-child .form-item .label-hold {
        padding-left: 0;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6 .form-item .label-hold label {
        margin-bottom: 0;
        text-transform: capitalize;
    }
}

@media only screen and (min-width:966px) {
    .ima-form .ima-form-box+.ima-form-box .col-md-6:last-child {
        width: auto;
        padding-left: 10px;
    }
    .ima-form .ima-form-box+.ima-form-box .col-md-6 .form-item .label-hold {
        width: 100%;
        max-width: 226px;
        padding: 0 10px;
    }
}

@media only screen and (max-width:530px) {
    .ima-form .ima-form-box+.ima-form-box .label-hold {
        width: 100%;
    }
}

/* quiz */

.quiz-item {
    position: relative;
    padding-left: 20px;
}

.quiz-num {
    position: absolute;
    top: 0;
    left: 0;
    color: #0079C1;
    font-size: 20px;
}

.quiz-item legend {
    color: #0079C1;
    font-size: 20px;
}

.quiz-item label {
    font-size: 16px;
}

/* ==============================================================
GLOBAL STYLES
============================================================== */

::-webkit-input-placeholder {
    color: #333434;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333434;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333434;
}

:-ms-input-placeholder {
    color: #333434;
}

.trigger {
    cursor: pointer;
}

.hidden-content {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bigger-font {
    font-size: 1.5em;
}

.quoted-text {
    padding-left: 68px;
}

.quoted-text .quotes {
    position: relative;
    margin-bottom: 40px;
    margin-top: 17px;
}

.quoted-text .quotes:before,
.quoted-text .quotes:after {
    content: ",,";
    position: absolute;
    color: #4d917b;
    font-size: 150px;
    font-family: 'Chronicle SSm A', 'Chronicle SSm B', serif;
    line-height: 0;
    font-style: italic;
    letter-spacing: -14px;
}

.quoted-text .quotes:before {
    top: 55px;
    left: -68px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.quoted-text .quotes p {
    display: inline;
}

.quoted-text .quotes:after {
    margin-top: -20px;
    margin-left: 10px;
}

.theme-03 .quoted-text .quotes:before,
.theme-03 .quoted-text .quotes:after {
    color: #9cbd90;
}

@media only screen and (max-width:767px) {
    .quoted-text {
        padding-left: 40px;
    }
    .quoted-text .quotes:before,
    .quoted-text .quotes:after {
        font-size: 80px;
        letter-spacing: -10px;
    }
    .quoted-text .quotes:before {
        top: 32px;
        left: -36px;
    }
    .quoted-text .quotes:after {
        margin-top: -10px;
        margin-left: 5px;
    }
}

.more.icon-bracket-right:before {
    padding-right: 5px;
    font-size: 11px;
    color: #0079c1;
}

.more a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.more+.more {
    margin-left: 20px;
}

.teaser .more+.more {
    float: right;
    margin: 0;
}

.vertical-banner .teaser .more+.more {
    float: none;
    margin-left: 20px;
}

@media only screen and (max-width:767px) {
    .more a {
        font-size: 14px;
    }
}

.blue {
    color: #003768;
}

.light-blue {
    color: #0079C1;
}

.white {
    color: #fff;
}

.green {
    color: #4d917b;
}

.green a {
    color: #4d917b;
}

.bg-blue {
    background: #003768 !important;
    color: #fff;
}

.bg-blue a,
.bg-blue .more.icon-bracket-right:before {
    color: #fff;
}

.bg-orange {
    background: #cd6b33 !important;
}

.bg-green {
    background: #4d917b !important;
}

.bg-light-green {
    background: #bddfb2 !important;
}

.bg-gray {
    background: #d1cdd1 !important;
}

.green-bdr {
    border: 1px solid #c1e2f6;
}

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* THEME COLORS - NG: Numbered rather than color based for easy switching
   ============================================================== */

.theme-01 {
    background: #d1cdd1;
}

.theme-02 {
    background: #003768;
    color: #fff;
}

.theme-02 h2,
.theme-02 h3,
.theme-02 a,
.theme-02 .more.icon-bracket-right:before {
    color: #fff;
}

.slideshow .theme-02 h2,
.slideshow .theme-02 h3 {
    color: #003768;
}

.theme-03 {
    background: #bddfb2;
}

.theme-04 {
    background: #cd6b33;
}

.theme-05 {
    background: #4D917B;
}

.theme-06 {
    background: #013668;
}

/*DW - Probably Primary Blue theme-02?*/

.theme-07 {
    background: #e4e2e4;
}

.theme-08 {
    background: #c1e2f6;
}

.theme-09 {
    background: #06325b;
    color: #fff;
}

.theme-09 a,
.theme-09 .more.icon-bracket-right:before,
.theme-09 h2,
.theme-09 h3 {
    color: #fff;
}

.theme-10 {
    background: #bfdcb5;
}

.theme-11 {
    background: #03325e;
    color: #fff;
}

.theme-11 a,
.theme-11 .more.icon-bracket-right:before,
.theme-11 h2,
.theme-11 h3 {
    color: #fff;
}

.theme-12 {
    background: #48bdc2;
    color: #202020;
}

.theme-12 h2,
.theme-12 h3,
.theme-12 a,
.theme-12 .more.icon-bracket-right:before {
    color: #202020;
}

.theme-13 {
    background: #b4d7ed;
}

.theme-14 {
    background: #c1ddb5;
}

.theme-15 {
    background: #fff;
}

.theme-16 {
    background: #9d1e63;
}

.theme-17 {
    background: #0079c1;
}

.theme-18 {
    background: #9f2064;
}

.theme-gradient-01 {
    background: #7ab6dc;
}

@media(min-width:1024px) {
    .theme-gradient-01 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ab6dc+0,7ab6dc+25,7ab6dc+25,7ab6dc+25,f6f5f6+75,f6f5f6+100 */
        background: rgb(122, 182, 220);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(122, 182, 220, 1) 0%, rgba(122, 182, 220, 1) 25%, rgba(122, 182, 220, 1) 25%, rgba(122, 182, 220, 1) 25%, rgba(246, 245, 246, 1) 75%, rgba(246, 245, 246, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(122, 182, 220, 1) 0%, rgba(122, 182, 220, 1) 25%, rgba(122, 182, 220, 1) 25%, rgba(122, 182, 220, 1) 25%, rgba(246, 245, 246, 1) 75%, rgba(246, 245, 246, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(122, 182, 220, 1) 0%, rgba(122, 182, 220, 1) 25%, rgba(122, 182, 220, 1) 25%, rgba(122, 182, 220, 1) 25%, rgba(246, 245, 246, 1) 75%, rgba(246, 245, 246, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab6dc', endColorstr='#f6f5f6', GradientType=1);
        /* IE6-9 */
    }
}

.color-01,
.color-01 a {
    color: #003768;
}

.color-02 {
    color: #0079C1;
}

.color-03 {
    color: #fff;
}

.color-04,
.color-04 a {
    color: #4d917b;
}

.color-05,
h4.color-05,
h5.color-05,
h6.color-05 {
    color: #717074;
}

.color-06 {
    color: #d80303;
}

.color-07 {
    color: #B3B38C;
}

.color-08 {
    color: #918D91;
}

.color-09 {
    color: #73C6A1;
}

.color-10 {
    color: #717074;
}

.color-11 {
    color: #4D917B;
}

.color-12 {
    color: #003768;
}

/* 12 is now a duplicate of 01 due to consolidation */

.color-13 {
    color: #CD6B33;
}

.color-14 {
    color: #64B1DF;
}

.color-15 {
    color: #0079C1;
}

/* 15 is now a duplicate of 02 due to consolidation */

.color-16 {
    color: #4D917B;
}

.color-17,
h4.color-17,
h5.color-17,
h6.color-17 {
    color: #171717;
}

.color-18 {
    color: #003768;
}

/* 18 is now a duplicate of 01 due to consoldiation */

.color-19 {
    color: #73C6A1;
}

/* 19 is now a duplicate of 09 due to consoldiation */

.color-20 {
    color: #2f2f2f;
}

.color-30 {
    color: #9f2064;
}

.color-02 .icon {
    fill: #0079C1;
    background: none;
}

.color-07 .icon {
    fill: #B3B38C;
    background: none;
}

.color-08 .icon {
    fill: #918D91;
    background: none;
}

.color-09 .icon {
    fill: #73C6A1;
    background: none;
}

.color-10 .icon {
    fill: #717074;
    background: none;
}

.color-11 .icon {
    fill: #4D917B;
    background: none;
}

.color-12 .icon {
    fill: #003768;
    background: none;
}

.color-13 .icon {
    fill: #CD6B33;
    background: none;
}

.color-14 .icon {
    fill: #64B1DF;
    background: none;
}

.Primary-Blue {
    color: #003768;
}

.Secondary-Medium-Blue {
    color: #0079C1;
}

.Secondary-Light-Blue {
    color: #64B1DF;
}

.Primary-Dark-Green {
    color: #4D917B;
}

.Primary-Light-Green {
    color: #BDDFB2;
}

.Secondary-Aqua-Green {
    color: #73C6A1;
}

.Neutral-Dark-Gray {
    color: #717074;
}

.Neutral-Medium-Gray {
    color: #918D91;
}

.Neutral-Light-Gray {
    color: #D1CDD1;
}

.CMA-Secondary-Dark-Brown {
    color: #867A6E;
}

.CMA-Secondary-Light-Brown {
    color: #B3B38C;
}

.CMA-Primary-Orange {
    color: #CD6B33;
}

.CSCA-purple {
    color: #9f2064;
}

.border-01 {
    border: 1px solid #c1e2f6;
}

.border-01-right {
    border-right: 1px solid #c1e2f6;
}

.border-02 {
    border: 1px solid #e2e0e2;
}

.border-02-btm {
    border-bottom: 1px solid #e2e0e2;
}

.border-02-top {
    border-top: 1px solid #e2e0e2;
}

.border-02-right {
    border-right: 1px solid #e2e0e2;
}

.border-03 {
    border: 1px solid #b6b6b6;
}

.border-03-btm {
    border-bottom: 1px solid #b6b6b6;
}

.border-03-right {
    border-right: 1px solid #b6b6b6;
}

.border-04-btm {
    border-right: 1px solid #4d7397;
}

.border-05 {
    border: 1px solid #b3d2e4;
}

.border-06 {
    border-bottom: 2px solid #bddfb2;
}

.border-07 {
    border-bottom: 2px solid #d1cdd1;
}

.border-08 {
    border-bottom: 2px solid #8ebdda;
}

.border-09 {
    border-bottom: 2px solid #a9c9bf;
}

.border-10 {
    border-bottom: 2px solid #488974;
}

.border-10 {
    border: 1px solid #cce6f6;
}

.border-11 {
    border: 1px solid #e0dee5;
}

.italic {
    font-style: italic;
}

.font-size-01 {
    font-size: 16px;
}

.font-size-02 {
    font-size: 18px;
}

.font-size-03 {
    font-size: 20px;
}

.font-size-04 {
    font-size: 22px;
}

.font-size-05 {
    font-size: 24px;
}

@media(max-width:767px) {
    .font-size-02,
    .font-size-03,
    .font-size-04 {
        font-size: 16px;
    }
    .content-block {
        font-size: 16px;
    }
    .font-size-05 {
        font-size: 18px;
    }
}

.semi-bold {
    font-weight: 600;
}

.extra-bold {
    font-weight: 800;
}

/* ## Button Styles ## */

/*
    NG: WE WILL WANT TO SWITCH TO only having one .btn container. There aren't instances where the input needs an icon and if there is it should be a <button> instead  
*/

/*
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btn,
a.btn {
    display: inline-block;
    /* margin: 0 20px 0 0; */
    font-size: 15px;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    background-color: #003768;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
}

.btn:hover,
.btn:focus,
a.btn:hover,
a.btn:focus {
    opacity: 0.9;
    color: #fff;
}

.btn.fixed-size-btn {
    width: 230px;
    font-size: 13px;
    padding: 10px;
}

.btn.btn-alt-font-size {
    font-size: 13px;
}

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] {
    margin: 0 3px;
    font-size: 0.7em;
}

.btn.btn-primary {
    background: #060092 ;
}

.btn.btn-secondary {
    background: #060092 ;
}

.btn.btn-tertiary {
    background: #4d917b;
}

.btn.btn-fourth {
    background-color: #64b1df;
}

.btn.btn-fifth {
    background-color: #0079C1;
}

.btn.btn-color-06 {
    background-color: #BDDFB2;
}

.btn.btn-color-07 {
    background-color: #73C6A1;
}

.btn.btn-color-08 {
    background-color: #717074;
}

.btn.btn-color-09 {
    background-color: #918D91;
}

.btn.btn-color-10 {
    background-color: #D1CDD1;
}

.btn.btn-color-11 {
    background-color: #867A6E;
}

.btn.btn-color-12 {
    background-color: #B3B38C;
}

.btn.btn-color-13 {
    background-color: #9d1e63;
}

.btn.btn-color-14 {
    color: #003768;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a9ab+0,e5e5e5+100 */
    background: rgb(165, 169, 171);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(165, 169, 171, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(165, 169, 171, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(165, 169, 171, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a9ab', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
}

.btn.btn-color-14:hover,
.btn.btn-color-14:focus {
    color: #003768;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,a5a9ab+100 */
    background: rgb(229, 229, 229);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(165, 169, 171, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(165, 169, 171, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%, rgba(165, 169, 171, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#a5a9ab', GradientType=0);
    /* IE6-9 */
}

.btn.btn-color-15 {
    background-color: #0b7abf;
}

.btn.btn-size-01 {
    padding: 12px 59px;
}

.btn.has-border-01 {
    border: 2px solid #fff;
}

.btn.btn-invert {
    color: #003768;
    background: #fff;
}

.btn.btn-invert em {
    color: #cd6b33;
    font-style: normal;
}

.btn.btn-invert:hover,
.btn.btn-invert:focus {
    color: #003768;
}

/* Keep for temp purpose only */

.btn.btn-sixth {
    background-color: #003768;
    border: 2px solid #adbdcc;
    padding: 12px 59px;
}

.btn.btn-sixth:hover,
.btn.btn-sixth:focus {}

/*.btn.btn-seventh { background-color:#cd6b33;} /* Duplicate of secondary
.btn.btn-seventh:hover,.btn.btn-seventh:focus { }
.btn.btn-eightth { background-color:#4d917b;} /* Duplicate of tertiary
.btn.btn-eightth:hover,.btn.btn-eightth:focus { }*/

/* Duplicate of the btn-sixth which is also eventually being removed
.btn.btn-nineth { background-color:#003768; border:2px solid #fff; padding: 12px 59px;}
.btn.btn-nineth:hover,.btn.btn-nineth:focus { }
*/

/*.btn.btn-tenth { background-color:#cd6b33;} /* Duplicate of secondary
.btn.btn-tenth:hover,.btn.btn-tenth:focus { }
.btn.btn-eleventh { background-color:#003768;} /* Duplicate of primary */

.cta-buttons .btn,
.cta-buttons a {
    margin-right: 15px;
}

.right .cta-buttons .btn,
.right .cta-buttons a {
    margin-right: 0px;
    margin-left: 15px;
}

/* Unique Modules Styles */

.custom-btn-holder {
    padding: 20px 0 0 0;
    border-top: 4px solid #cce5c3;
    margin: 0 20%;
}

/* Testimonial component */

.testimonials-carousel {
    position: relative;
    margin: 0px 30px;
}

.testimonials-carousel .slick-slide p:last-child {
    color: #003768;
}

.testimonials-carousel .fixed img {
    border-radius: 50%;
    margin: 0 auto 20px;
}

@media (min-width:1024px) {
    .testimonials-carousel .slick-slide p:last-child {
        padding-right: 310px;
    }
    .testimonials-carousel .fixed {
        padding: 0 35px;
    }
    .testimonials-carousel .grow {
        padding: 0 35px 0 0;
    }
    .testimonials-carousel .btn {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }
}

@media (max-width:1023px) {
    .testimonials-carousel .flex-item-alt {
        display: block;
    }
    .testimonials-carousel-footer {
        margin-top: 20px;
        text-align: center;
    }
}

/* END of Testimonial component */

.series-set-options {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}

.series-set-options>div {
    position: relative;
    padding: 0 20px;
}

@media (min-width:768px) {
    .series-set-options>div {
        display: table-cell;
        vertical-align: top;
    }
    .series-set-options>div:before {
        content: "";
        position: absolute;
        top: 31px;
        left: -50%;
        width: 100%;
        height: 7px;
        background: #dedede;
    }
    .series-set-options>div.current:before {
        background: #0079C1;
    }
    .series-set-options>div:first-child:before {
        display: none;
    }
}

.series-set-options a>span:first-child {
    display: inline-block;
    border: 5px solid #dedede;
    background: #eeeeee;
    color: #bbbbbb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 40px;
    border-radius: 50%;
    text-decoration: none !important;
    width: 70px;
    height: 70px;
}

.series-set-options .current a>span:first-child {
    border: 5px solid #0079C1;
    background: #0079C1;
    color: #fff;
}

.series-set-options .past a>span:first-child {
    color: #fff;
    text-indent: -9999em;
    background: #73c6a1 url(../../images/layout/tick.png) no-repeat 50% 50%;
}

.series-set-options .past a>span:first-child span {
    opacity: 0;
}

.series-set-options a>span:last-child {
    display: block;
}

.login-box {
    background: #003768;
    padding: 20px 10px;
    color: #fff;
    font-size: 14px;
}

@media (min-width:480px) {
    .login-box {
        padding: 20px 60px;
    }
}

@media (min-width:1024px) {
    .login-box {
        position: absolute;
        left: 85px;
        top: 28px;
        width: 430px;
        line-height: 2em;
    }
}

.login-box h3 {
    color: #fff;
    margin: 0;
    font-size: 44px;
}

.login-box a {
    color: #fff;
}

.login-box label {
    font-size: 14px;
    font-weight: bold;
}

.login-box ::-webkit-input-placeholder {
    color: #4d917b;
}

.login-box :-moz-placeholder {
    /* Firefox 18- */
    color: #4d917b;
}

.login-box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d917b;
}

.login-box :-ms-input-placeholder {
    color: #4d917b;
}

.login-box input[type="text"] {
    color: #4d917b;
    padding: 5px 10px;
    font-size: 16px;
    float: left;
    border: 1px solid #51ad84;
    margin-bottom: 8px;
}

@media (min-width:480px) {
    .login-box input[type="text"] {
        width: 276px;
    }
}

.login-box .user:before {
    content: "\2386";
    font-family: 'Basic-Icons';
    float: left;
    padding: 5px 8px;
    background: #f1f9f5;
    color: #73c6a1;
    border-top: 1px solid #51ad84;
    border-bottom: 1px solid #51ad84;
    border-left: 1px solid #51ad84;
}

.login-box .password:before {
    content: "\38";
    font-family: 'Basic-Icons';
    float: left;
    padding: 5px 8px;
    background: #f1f9f5;
    color: #73c6a1;
    border-top: 1px solid #51ad84;
    border-bottom: 1px solid #51ad84;
    border-left: 1px solid #51ad84;
}

.login-box .btn {
    border: 3px solid #fff;
    background: none;
    font-size: 13px;
}

.login-box .table-view {
    margin-top: 10px;
    width: 100%;
}

.login-box-ftr {
    border-top: 1px solid #2c5c86;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

.custom-module-01 {
    position: relative;
}

.custom-module-01 span {
    font-size: 28px;
    font-weight: bold;
}

.custom-module-01 .btn span {
    font-size: 15px;
}

.custom-module-01 span:last-child {
    color: #fff;
}

.custom-module-01 .num-special {
    font-size: 22px;
    display: inline-block;
    padding-top: 7px;
    color: #e7473e;
    text-align: center;
    width: 47px;
    height: 51px;
    margin-right: 5px;
    background: #48bdc2 url('/Includes/images/layout/bg-num-special.png') no-repeat 50% 0;
}

@media only screen and (min-width:1024px) {
    .custom-module-01 {
        margin-left: 20px;
    }
    .custom-module-01-items>div {
        position: relative;
        float: left;
        padding: 0 30px;
        width: 33.33%;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        height: 88px;
        margin-bottom: 60px;
    }
    .custom-module-01 .num-special {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -24px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .custom-module-01 .num-special {
        margin-right: 0px;
    }
    .custom-module-01 span {
        display: inline-block;
        padding-top: 7px;
        font-size: 21px;
    }
}

@media only screen and (min-width:1201px) {
    .custom-module-01 span {
        font-size: 26px;
    }
}

@media only screen and (min-width:1360px) {
    .custom-module-01-items {
        width: 1060px;
    }
    .custom-module-01 .btn {
        position: absolute;
        bottom: 37px;
        left: 1060px;
    }
}

.custom-module-02 {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 30px 47px 30px 30px;
    margin: 30px 0;
    display: inline-block;
}

.custom-module-02-items span {
    height: 40px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 600;
    padding: 6px;
}

.custom-module-02-items span:first-child {
    width: 194px;
    background: #fff;
    color: #0079C1;
    z-index: 1;
}

.custom-module-02-items span:nth-child(2) {
    width: 128px;
    background: #d16c40;
    margin-left: 5px;
}

.custom-module-02-items span:first-child:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border: 20px solid transparent;
    border-left: 17px solid #fff;
}

.custom-module-02-items span:nth-child(2):before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border: 20px solid transparent;
    border-left: 17px solid #d16c40;
}

.custom-module-02-items span:nth-child(2):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border: 20px solid transparent;
    border-left: 17px solid #003768;
}

@media only screen and (max-width:639px) {
    .custom-module-02 {
        padding: 20px 37px 20px 20px;
    }
    .custom-module-02-items span {
        padding: 9px 0;
        font-size: 13px;
    }
    .custom-module-02-items span:first-child {
        width: 92px;
    }
    .custom-module-02-items span:nth-child(2) {
        width: 84px;
    }
}

.custom-module-02.alt {
    border: 0;
    padding: 0;
    margin: 40px 0 50px 0px;
    color: #fff;
}

.custom-module-02.alt .custom-module-02-items span {
    font-weight: 600;
}

.custom-module-02.alt .custom-module-02-items span:first-child {
    background: #153a67;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ca5cc+0,153a67+50,153a67+100 */
    background: rgb(108, 165, 204);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(108, 165, 204, 1) 0%, rgba(21, 58, 103, 1) 50%, rgba(21, 58, 103, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(108, 165, 204, 1) 0%, rgba(21, 58, 103, 1) 50%, rgba(21, 58, 103, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(108, 165, 204, 1) 0%, rgba(21, 58, 103, 1) 50%, rgba(21, 58, 103, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca5cc', endColorstr='#153a67', GradientType=1);
    /* IE6-9 */
}

.custom-module-02.alt .custom-module-02-items span:nth-child(2):after {
    border: 20px solid transparent;
    border-left: 17px solid #7AB6DC;
}

.custom-module-02.alt .custom-module-02-items span:nth-child(2):before {
    border: 20px solid transparent;
    border-left: 17px solid #d16c40;
}

.custom-module-02.alt .custom-module-02-items span:first-child:before {
    border: 20px solid transparent;
    border-left: 17px solid #153a67;
}

@media only screen and (min-width:992px) {
    .custom-module-02.alt {
        border: 0;
        padding: 0;
        margin-left: -45px;
    }
}

@media only screen and (min-width:1240px) {
    .custom-module-02.alt {
        font-size: 29px;
    }
    .custom-module-02.alt .custom-module-02-items span {
        height: 64px;
        width: 188px;
        padding: 10px;
    }
    .custom-module-02.alt .custom-module-02-items span:first-child {
        width: 360px;
        padding-right: 50px;
    }
    .custom-module-02.alt .custom-module-02-items span:nth-child(2) {
        margin-left: 7px;
    }
    .custom-module-02.alt .custom-module-02-items span:nth-child(2):after {
        border: 32px solid transparent;
        border-left: 27px solid #7AB6DC;
    }
    .custom-module-02.alt .custom-module-02-items span:nth-child(2):before {
        border: 32px solid transparent;
        border-left: 27px solid #d16c40;
    }
    .custom-module-02.alt .custom-module-02-items span:first-child:before {
        border: 32px solid transparent;
        border-left: 27px solid #153a67;
    }
}

.custom-module-03 {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 648px;
    height: 100%;
    color: #fff;
    background: #2d2d2d;
}

.custom-module-03-img {
    position: relative;
    height: 390px;
    width: 100%;
    background: #2d2d2d;
}

.custom-module-03-img img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-width: 100% !important;
    min-height: 100% !important;
}

.custom-module-03 .text-top {
    position: absolute;
    width: 260px;
    max-width: 50%;
    top: 30px;
    right: 30px;
    text-align: right;
}

.custom-module-03 .text-top>div:first-child {
    font-size: 30px;
    font-weight: bold;
}

.custom-module-03 .text-top>div:nth-child(2) {
    font-size: 22px;
}

.custom-module-03 .text-bottom {
    position: absolute;
    width: 260px;
    max-width: 45%;
    bottom: 30px;
    right: 30px;
    text-align: right;
    font-size: 18px;
}

.custom-module-03-btn {
    position: absolute;
    top: 310px;
    left: 30px;
}

@media only screen and (max-width:639px) {
    .custom-module-03 .text-top,
    .custom-module-03 .text-bottom {
        position: static;
        width: 100%;
        max-width: 100%;
        padding: 0;
        text-align: left;
    }
}

@media only screen and (max-width:991px) {
    .custom-module-03-img {
        height: auto !important;
    }
    .custom-module-03-img img {
        position: relative;
        max-width: 100%;
    }
    .custom-module-03-btn {
        position: absolute;
        top: auto;
        left: 15px;
        bottom: 15px;
    }
}

.custom-module-04 {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 25px;
}

.custom-module-04>div {
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

.custom-module-04>div>div>span:first-child {
    display: inline-block;
    background: #0079C1;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    border-radius: 50%;
    text-decoration: none !important;
    width: 70px;
    height: 70px;
}

.custom-module-04>div>div>span:last-child,
.custom-module-04>div>div>span:last-child span {
    display: inherit;
}

.custom-module-04>div>div>span:last-child span.more {
    display: inline-block;
}

.custom-module-04.alt-view-01>div>div>span:first-child {
    background: #1d3560;
}

.custom-module-04.alt-view-01 .cm-4-title {
    color: #9d1e63;
}

.custom-module-04.alt-view-01 .cm-4-description {
    text-align: center;
}

.custom-module-04.alt-view-01 .btn-eleventh {
    background-color: #9d1e63;
}

@media (min-width:768px) {
    .custom-module-04>div {
        display: table-cell;
        vertical-align: top;
        margin-bottom: 0px;
    }
    .custom-module-04>div:before {
        content: "";
        position: absolute;
        top: 31px;
        left: 0%;
        width: 50%;
        height: 7px;
        background: #dedede;
    }
    .custom-module-04>div:after {
        content: "";
        position: absolute;
        top: 31px;
        right: 0%;
        width: 50%;
        height: 7px;
        background: #dedede;
    }
    .custom-module-04>div:first-child:before {
        display: none;
    }
    .custom-module-04>div:last-child:after {
        display: none;
    }
}

.custom-module-04>div>div>span:first-child {
    display: inline-block;
    background: #0079C1;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    border-radius: 50%;
    text-decoration: none !important;
    width: 70px;
    height: 70px;
}

.custom-module-04>div>div>span:last-child,
.custom-module-04>div>div>span:last-child span {
    display: inherit;
}

.custom-module-04>div>div>span:last-child span.more {
    display: inline-block;
}

.cm-4-title {
    margin: 20px 0 25px 0;
    font-size: 20px;
    color: #0079c1;
}

.cm-4-description {
    margin: 0 0 40px 0;
    font-size: 18px;
    text-align: left;
}

.cm-4-more {
    text-align: left;
}

.quick-tips-custom .qt-left {
    color: #fff;
    font-size: 18px;
    padding: 50px 20px 30px 20px;
}

.quick-tips-custom .qt-left h2 {
    color: #fff;
}

.quick-tips-custom .qt-right {
    padding: 30px 30px 30px 20px;
}

.quick-tips-custom .quotes {
    font-size: 22px;
    color: #003768;
    font-family: 'Chronicle SSm A', 'Chronicle SSm B', serif;
}

.quick-tips-custom .quoted-text-bottom>span {
    display: block;
}

@media only screen and (min-width:768px) {
    .quick-tips-custom .quotes {
        font-size: 25px;
    }
    .quoted-text-bottom>span:first-child {
        float: left;
    }
    .quoted-text-bottom>span:last-child {
        float: right;
    }
}

@media only screen and (min-width:992px) {
    .quick-tips-custom .qt-left {
        padding-left: 100px;
        background: none;
        background-size: 100% 100%;
        background-position: 100% 0;
    }
}

@media only screen and (min-width:1200px) {
    .quick-tips-custom .quotes {
        font-size: 30px;
    }
    .quick-tips-custom .qt-left {
        padding-left: 126px;
    }
    .quick-tips-custom .qt-right {
        padding-right: 100px;
    }
    .quick-tips-custom .quoted-text-bottom>span:last-child {
        margin-right: -50px;
    }
}

@media only screen and (max-width:991px) {
    .quick-tips-custom .qt-left {
        background: #003260;
        background-image: none !important;
    }
}

@media only screen and (max-width:767px) {
    .quoted-text-bottom>span:first-child {
        margin-bottom: 20px;
    }
    .quick-tips-custom .quoted-text .quotes:after {
        margin-top: -30px;
    }
}

.product-top>div.product-top-actions>div {
    text-align: center;
    padding: 30px 0;
}

.product-top>div.product-top-actions .btn {
    margin: 0;
}

@media only screen and (min-width:768px) {
    .product-top {
        display: table;
        width: 100%;
    }
    .product-top>div {
        display: table-cell;
        vertical-align: top;
    }
    .product-top>div.product-top-actions {
        width: 246px;
    }
}

.table-view>div.asside-01 {
    position: absolute;
}

.table-view div.asside-01+div h3 {
    margin-left: 80px;
    min-height: 70px;
}

@media only screen and (min-width:1024px) {
    .table-view {
        display: table;
        table-layout: fixed;
    }
    .table-view.full-table {
        width: 100%;
    }
    .table-view>div {
        display: table-cell;
    }
    .table-view.align-middle>div {
        vertical-align: middle;
    }
    .table-view.align-top>div {
        vertical-align: top;
    }
    .table-view>div.asside-01 {
        position: static;
        width: 85px;
        padding-right: 25px;
    }
    .table-view div.asside-01+div h3 {
        margin-left: 0px;
        min-height: 0px;
    }
}

.table-view .table-view {
    display: table;
    table-layout: fixed;
}

.table-view .table-view>div {
    display: table-cell;
}

.table-view .table-view.align-middle>div {
    vertical-align: middle;
}

.table-view .table-view.align-top>div {
    vertical-align: top;
}

.table-view .table-view>div.asside-01 {
    width: 85px;
    padding-right: 25px;
}

.table-view+.table-view {
    margin-top: 1em;
}

.view-01,
.view-02 {
    font-size: 22px;
}

.view-01 a:not(.btn),
.view-02 a:not(.btn) {
    color: #003768;
    padding: 0 20px;
    display: table;
}

@media (max-width:479px) {
    .view-01 .carousel a:not(.btn),
    .view-02 .carousel a:not(.btn) {
        margin: 0 auto;
    }
}

.view-02 a:not(.btn) {
    margin: 0 auto;
}

.view-01 a:hover,
.view-01 a:focus,
.view-02 a:hover,
.view-02 a:focus {
    text-decoration: none;
}

.view-01 a:hover,
.view-02 a:hover {
    opacity: 0.8;
}

.view-01>div span,
.view-02>div span {
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
}

.view-01>div .icon,
.view-02>div .icon {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 8px;
}

.view-03 {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.view-03.view-03-alt {
    table-layout: initial;
}

.view-03 a span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.view-03 a:hover,
.view-03 a:focus {
    text-decoration: none;
}

.view-03 a:hover {
    opacity: 0.8;
}

.view-03>div {
    padding: 0 0 10px 0;
}

@media (min-width:768px) {
    .view-03>div {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        padding: 0 20px;
    }
}

.view-04 .slick-slide span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.view-04 .slick-slide .icon {
    padding: 14px;
}

.view-05 .slick-slide a {
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 20px;
    padding: 0 10px;
}

.view-05 .slick-slide a span:not(.icon) {
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    padding-left: 10px;
}

.view-05 .slick-current a {
    background: #0079C1;
    color: #fff;
}

.view-05 a:hover,
.view-05 a:focus {
    background: #0079C1;
    color: #fff;
    text-decoration: none;
}

.view-05 .icon {
    margin-top: 6px;
}

.view-05.view-05-alt a {
    background: #64b1df;
    color: #fff;
    padding: 0 40px;
}

.view-05.view-05-alt a span {
    padding-left: 0;
}

.view-05.view-05-alt .slick-current a {
    background: #0079C1;
    color: #fff;
}

.view-05.view-05-alt a:hover,
.view-05.view-05-alt a:focus {
    background: #0079C1;
    color: #fff;
    text-decoration: none;
}

/* =================================================================
                           SHOW / HIDE CLONED ELEMENTS
===================================================================*/

.desktop-only {
    display: none;
}

@media (min-width:990px) {
    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: block;
    }
}

/* =================================================================
                           MODULE STYLES
===================================================================*/

/* ##  Breadcrumb  ## */

.breadcrumbs {
    font-size: 14px;
    color: #003768;
    margin: 10px 0 30px 0;
}

.top-interior-heading+.container .breadcrumbs {
    margin-top: -15px;
}

.breadcrumbs .icon-bracket-right:before {
    font-size: 10px;
    color: #0079c1;
}

.breadcrumbs a,
.breadcrumbs a:visited {
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
    text-decoration: underline;
}

.breadcrumbs span {
    margin: 0 5px;
    font-weight: normal;
}

@media (min-width:992px) {
    .breadcrumbs {
        margin-top: -15px;
    }
}

/* ##  Progres bar  ## */

.progress-bar-hold {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 190px;
    background: #dedede;
    padding-top: 15px;
    border-radius: 50%;
}

.progress-bar-hold:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 150px;
    background: #eeeeee;
    border-radius: 50%;
}

.progress-bar-hold>div {
    position: relative;
    display: inline-block !important;
    color: #767676;
}

.progress-bar-hold>div:after {
    content: "%";
    position: absolute;
    top: 40px;
    left: 100px;
    font-size: 40px;
}

.progress-bar-hold>div:before {
    content: "COMPLETED";
    position: absolute;
    top: 100px;
    left: 40px;
    width: 75px;
    text-align: center;
    font-size: 15px;
}

.progress-bar-hold .progress-bar-knob {
    position: relative;
    font-size: 60px !important;
    height: 58px !important;
    margin-top: 43px !important;
    margin-left: -130px !important;
}

/* ##  PAGE TOOLS  ## */

/* Print and Email icons and wrapper */

.page-tools {
    display: none;
    float: right;
    text-align: right;
}

@media (min-width:1024px) {
    .page-tools {
        display: block;
    }
}

.pageTool {
    margin: 0 10px 0;
    font-size: 0.938em;
    color: #686868;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.page-tools a {
    display: inline;
    text-decoration: none;
}

.page-tools a:hover,
.page-tools a:focus {
    color: #1C4E87;
    text-decoration: none;
}

.page-tools .addthis_toolbox {
    float: right;
    display: inline;
}

.page-tools .addthis_toolbox a,
.page-tools .addthis_toolbox a:link,
.page-tools .addthis_toolbox a:visited {
    background: none;
    padding: 0;
    margin: 0 0 0 5px;
}

.addthis_toolbox {
    display: inline;
}

/* ==============================================================
   Interior Top Heading
   ============================================================== */

.top-interior-heading {
    margin-bottom: 45px;
}

@media (min-width:992px) {
    .top-interior-heading {
        margin-top: -40px;
    }
}

.top-interior-heading h1 {
    margin: 0;
    padding: 50px 0px;
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    position: relative;
}

.top-interior-heading h1>span {
    display: block;
    margin-top: 10px;
}

@media (min-width:1024px) {
    .top-interior-heading h1>span {
        float: right;
        margin: 0;
    }
}

.top-interior-heading h1 .btn {
    border: 3px solid #fff;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.top-interior-heading .ima-form label {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.top-interior-heading .ima-form select {
    font-family: 'Open Sans', sans-serif;
    width: auto;
    font-size: 14px;
    color: #2f2f2f;
    margin-left: 10px;
    font-weight: normal;
}

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/

/* CMA Email Signup has 3rd party HTML, so we are adding styles */

.he_stage .rm-form-error-summary {
    margin-bottom: 20px;
}

.he_stage .formTable {
    min-width: 0;
    height: auto;
    min-height: 90px;
    overflow: hidden !important;
}

.flex-item .he_stage .rm-form-error-summary {
    margin: 0 40px 20px;
}

.flex-item .he_stage table,
.flex-item .he_stage thead,
.flex-item .he_stage tbody,
.flex-item .he_stage tr,
.flex-item .he_stage td,
.flex-item .he_stage th {
    display: block;
    max-width: 100%;
}

.flex-item .he_stage .formTable {
    padding: 0 40px !important;
    text-align: center;
}

.flex-row .flex-item .formContent {
    display: block;
    float: none !important;
    min-width: 100%;
}

.flex-row .flex-item .formContent input[type="text"] {
    border: 1px solid #51ad84;
    margin-bottom: 40px;
    padding: 15px;
    width: 100%;
    border-radius: 2px;
    color: #333434;
    font-size: 16px;
    border: none;
    height: 50px;
}

.flex-item .rm-form-submit {
    position: static !important;
    display: inline-block;
    border-radius: 25px;
    padding: 12px 35px;
    margin-bottom: 0;
    width: auto !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background: #cd6b33 !important;
    cursor: pointer;
}

@media (max-width:479px) {
    .he_stage table,
    .he_stage thead,
    .he_stage tbody,
    .he_stage tr,
    .he_stage td,
    .he_stage th {
        display: block;
        max-width: 100%;
    }
}

/*=================================================================
PRINT STYLES
===================================================================*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        zoom: .98;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .carousel:not(:nth-child(0)) {
        display: none;
    }
    .quicklinks .view-01,
    .login {
        display: none !important;
    }
    .column .theme-01 .vertical-banner {
        width: 33.333%;
    }
}

/* ## Site Icons - removed due to using SVG and iconfonts ## */

/* ## footer ## */

.footer {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 0 0;
}

.footer-top {
    background: #013668;
    padding: 60px 0;
}

.footer-bottom {
    background: #002c56;
    padding: 40px 0 30px 0;
}

.adv-list {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
}

.adv-list a,
.adv-list a:visited {
    text-decoration: none;
}

.adv-list a:hover,
.adv-list a:active {
    text-decoration: underline;
}

.adv-list .listhdng {
    display: block;
    margin-bottom: 30px;
    font-size: 23px;
    color: #bddeb1;
    font-weight: normal;
}

.adv-list .link-list a {
    font-size: 18px;
    color: #fff;
}

.adv-list .link-list a:hover {
    text-decoration: none;
    color: #809bb4;
}

.adv-list .link-list a span {
    margin-right: 8px;
    font-size: 25px;
    color: #809bb4;
    vertical-align: -5px;
}

.copyright {
    float: left;
    color: #ace2ff;
    font-size: 13px;
}

.powered-hold {
    float: right;
    color: #fff;
    font-size: 13px;
}

.powered-hold a {
    color: #fff;
}

.powered-hold img {
    margin: -2px 10px 0 0;
}

/* ## Footer Email Signup ## */

.sign-up-form {
    padding: 25px 35px;
    color: #fff;
    font-size: 18px;
}

.sign-up-form.sign-up-form-alt {
    padding: 0;
    max-width: 310px;
}

.sign-up-form.sign-up-form-alt input[type="text"] {
    border: 1px solid #d4d4d4;
    background: #f7f7f7;
    margin-bottom: 15px;
}

.sign-up-form.sign-up-form-alt-01 {
    padding: 25px 0;
}

.sign-up-form.sign-up-form-alt-01 input[type="text"] {
    border: 1px solid #51ad84;
    margin-bottom: 40px;
}

.main-footer .sign-up-form {
    border: 1px solid #fff;
}

.sign-up-form h4 {
    color: #bddeb1;
    margin: 0;
}

.sign-up-form h4 small {
    font-weight: 600;
    color: inherit !important;
    font-size: 96%;
}

.sign-up-form .col-sm-8 {
    padding: 0 7px 0 0;
}

.sign-up-form .col-sm-4 {
    padding: 0 0 0 7px;
}

.sign-up-form .btn {
    padding: 15px 20px;
}

.sign-up-form input[type="text"] {
    padding: 15px;
    width: 100%;
    border-radius: 2px;
    color: #333434;
    font-size: 13px;
    border: none;
}

/* Footer Email Signup has new HTML, so we are adding styles */

.main-footer .formTable {
    border: 1px solid #fff;
    width: 100%;
    min-width: 0 !important;
}

.main-footer .formTable * {
    font-family: 'Open Sans', sans-serif !important;
}

.main-footer .formContent:first-child {
    width: 100% !important;
    padding: 25px 35px;
}

.main-footer .formContent:first-child .emailHeadCopy {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.main-footer .formContent:first-child .emailSubCopy {
    font-style: italic;
    font-size: 18px;
}

.main-footer .formContent:nth-child(2) {
    width: 100% !important;
    padding: 0 35px 10px 35px;
}

.main-footer .formContent:nth-child(3) {
    width: 100% !important;
    padding: 0 35px 25px 35px;
}

.main-footer .formContent label {
    width: 100%;
}

.main-footer .formContent .rm-form-input {
    padding: 15px;
    width: 100%;
    border-radius: 2px;
    color: #333434;
    font-size: 13px;
    border: none;
    height: auto !important;
    line-height: 1em !important;
}

.main-footer .formContent .rm-form-submit {
    position: static !important;
    width: auto !important;
    margin: 0;
    display: inline-block;
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 25px;
    height: 45px;
    font-weight: 600;
    color: #fff;
    background-color: #64b1df !important;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    text-transform: uppercase;
}

/* Footer Email Signup multiple tables HTML issue fix */

.he_stage table:not(.formTable) {
    border: 0 !important;
}

.he_stage table:not(.formTable)>tr>td {
    padding: 0 !important;
}

@media only screen and (max-width:479px) {
    .main-footer .formContent .rm-form-submit {
        width: 100% !important;
    }
}

@media only screen and (min-width:480px) {
    .main-footer .formContent:nth-child(2) {
        width: 62% !important;
        padding: 0 7px 25px 35px;
    }
    .main-footer .formContent:nth-child(3) {
        width: 38% !important;
        padding: 0 35px 25px 7px;
    }
}

@media only screen and (min-width:992px) and (max-width:1300px) {
    .sign-up-form .col-sm-8,
    .sign-up-form .col-sm-4 {
        width: 100%;
        padding: 5px 0;
    }
    .main-footer .formContent:nth-child(2) {
        width: 100% !important;
        padding: 0 35px 10px 35px;
    }
    .main-footer .formContent:nth-child(3) {
        width: 100% !important;
        padding: 0 35px 25px 35px;
    }
}

@media only screen and (max-width:991px) {
    .main-footer .link-list {
        max-height: 0;
        margin: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .main-footer .link-list.open {
        max-height: 1000px;
    }
    .vertical-banner .vb-content {
        padding: 0 10px !important;
    }
    .vertical-banner [class*="title-with-num"] {
        padding: 0 10px !important;
    }
    .adv-list {
        padding: 0 10px;
    }
    .adv-list .listhdng {
        margin-bottom: 15px;
        position: relative;
    }
    .adv-list .listhdng:after {
        content: "+";
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 30px;
        line-height: 1;
    }
    .sign-up-form {
        padding: 25px 10px;
    }
    .sign-up-form .col-sm-8 {
        padding: 7px 10px 7px 0px;
    }
    .sign-up-form .col-sm-4 {
        padding: 7px 0px 7px 10px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .copyright {
        float: none;
        display: block;
        margin: 0 10%;
        margin-bottom: 30px;
    }
    .footer-bottom .powered-hold {
        float: none;
        display: block;
    }
}

@media only screen and (max-width:639px) {
    .sign-up-form .btn {
        width: 100%;
    }
    .sign-up-form .col-sm-8 {
        padding: 7px 0px;
    }
    .sign-up-form .col-sm-4 {
        padding: 7px 0px;
    }
    .footer-bottom .powered-hold a:first-child {
        display: block;
        margin-bottom: 15px;
    }
}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */

.table-wrapper {
    overflow: auto;
}

.data-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.data-table th {
    background: #478c26;
    padding: 6px 15px;
    font-size: 1em;
    border: 1px solid #478c26;
    border-bottom: 2px solid #fdd539;
    color: #fff;
}

.data-table th a {
    color: #fff;
    text-decoration: underline;
}

.data-table td {
    vertical-align: top;
    padding: 6px 15px;
    border: 1px solid #E1E1E1;
}

.data-table td td {
    border-style: none;
}

.vd {
    padding: 0 5px;
}

.figure-right {
    display: table;
    max-width: 100%;
    float: right;
    margin: 0 0 15px 20px;
    padding: 5px 0;
}

.figure-left {
    display: table;
    max-width: 100%;
    float: left;
    margin: 0 20px 15px 0;
    padding: 5px 0;
}

.figure-right figcaption,
.figure-left figcaption {
    margin-top: 5px;
    display: table-caption;
    caption-side: bottom;
    font-size: 0.9em;
}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;
}

/* ##  Client custom styles  ## */

.thirdcolbox {
    padding: 25px;
    border: 1px solid #c1e2f6;
    margin-bottom: 20px;
}

/* LEADERSHIP
   ========================================================================== */

.leadership-dropdown {
    margin: 2em 0;
}

.leadership-dropdown label {
    font-size: 16px;
}

.leadership-dropdown label span {
    display: block;
    margin-bottom: .8em;
}

.leadership-dropdown select {
    padding: 7px 10px;
    background: transparent;
}

.leadership-item.item {
    border-top: 0;
}

.leadership-item.item .title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #222;
}

.leadership-item.item p {
    margin-bottom: 0;
}

.leadership-item.item {
    margin: 2em 0;
    padding: 0;
}

.leadership-item .aside {
    text-align: left;
}

.leadership-item .aside img {
    border-radius: 50%;
    width: 100px;
}

.bio-item.item {
    margin-bottom: 1.2em;
}

.bio-item.item>.media,
.bio-item.item>.content {
    vertical-align: middle;
}

.bio-item.item .title {
    margin: 0 0 16px;
    font-size: 40px;
}

.bio-item.item .title span {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    color: #222;
}

.bio-item .aside img {
    border-radius: 50%;
    width: 150px;
}

@media (min-width:400px) {
    .bio-item .aside {
        text-align: left;
    }
}

@media (min-width:480px) {
    .leadership-item.item {
        display: inline-block;
        width: 48%;
    }
}

/* Css Class for  */

.BlackContent {
    color: black !important;
}

/* New Main Header */

.main-header .btn.btn-color-14 {
    font-size: 15px;
    border-radius: 0;
    padding: 12px 10px 13px 10px;
    line-height: 1em;
    margin-right: -15px;
    margin-left: 5px;
    margin-top: 5px;
    width: auto;
    font-weight: normal;
}

.main-nav .btn.btn-color-14 {
    background: none;
    margin: 0;
    border-radius: 0;
    width: auto;
    color: #353333;
    display: block;
    border-bottom: 1px solid #a0afb9;
    padding: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .main-header .col-md-4:before {
        content: "Institute of Management Accountants";
        position: absolute;
        top: -34px;
        left: 0;
        font-size: 13px;
        background: #003768;
        color: #fff;
        width: 100%;
        padding: 3px 21px;
    }
    .cm-js-menu-active .main-header .col-md-4:before {
        left: 10px;
    }
    .main-header .btn.btn-color-14 {
        display: none;
    }
}

@media (min-width: 1024px) {
    .main-header:before {
        content: "";
        color: white;
        background: #003768;
        display: block;
        height: 40px;
    }
    .main-header .col-md-4:before {
        content: "Institute of Management Accountants";
        color: white;
        position: absolute;
        top: -30px;
        left: 20px;
        font-size: 14px;
    }
    .main-header .upper {
        position: absolute;
        top: -80px;
        right: 0;
    }
    .main-header .upper>div>div {
        vertical-align: top;
    }
    .main-header .upper .top-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
    }
    .main-header .upper .top-menu a {
        color: white;
    }
    .main-header .upper .top-menu a .icon svg {
        fill: white;
    }
    .main-header .upper .top-menu a:hover {
        color: rgba(255, 255, 255, 0.5);
    }
    .main-header .upper .top-menu a:hover .icon svg {
        fill: rgba(255, 255, 255, 0.5);
    }
    .main-header .upper .top-menu>div .trigger {
        color: white;
    }
    .main-header .upper .top-menu>div .trigger:hover,
    .main-header .upper .top-menu>div .trigger:hover span {
        color: rgba(255, 255, 255, 0.5);
    }
    .main-header .upper .login .btn.btn-tertiary {
        font-weight: bold;
        padding: 10px 25px 10px 25px;
        margin-top: 5px;
        border-radius: 0;
        font-size: 14px;
        display: inline-block;
    }
    .main-header .upper .site-search-hold .site-search {
        width: 100%;
        height: 40px;
        border: 0;
        border-radius: 0;
        margin-left: 0;
        margin-top: 5px;
    }
    .main-header .upper .site-search-hold .site-search>span:first-child {
        width: 20%;
    }
    .main-header .upper .site-search-hold .site-search>span:last-child {
        width: 80%;
    }
    .main-header .lower {
        margin-top: 30px;
    }
    .main-header .lower .nav-bar>ul>li>a>span {
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .main-header .btn.btn-color-14 {
        padding: 12px 10px 13px 10px;
    }
    .main-header .upper .login .btn.btn-tertiary {
        padding: 10px 10px 10px 10px;
    }
    .main-header .col-md-4:before {
        top: -28px;
        font-size: 13px;
    }
    .main-header .upper .top-menu>a {
        margin: 0 5px;
    }
    .main-header .upper .top-menu>div {
        margin: 0 5px 0 -55px;
    }
}

/* @media(min-width: 1301px) {
    .top-menu > div, .top-menu > a { min-width: 69px; text-align: center; }
} */

@media (min-width: 1100px) {
    .main-header .lower .nav-bar>ul>li>a>span {
        font-size: 16px;
    }
}

/* 


    .main-header .upper .login {
      height: 44px;
  }

.main-header .upper .site-search-hold {
      height: 44px;
}
*/

/* Video Listing */

.video-listing .media-hold {
    padding: 15px 0;
}

.video-listing .video-more-info {
    font-size: 16px;
    padding: 0;
    line-height: 1.2em;
    font-weight: 600;
}

.video-listing .banner-video .media {
    position: relative;
}

.video-listing .banner-video .media .control {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: .7;
}

.video-listing .banner-video .media .control:hover {
    opacity: 1;
    color: #23527c;
}

.video-listing .banner-video .media .control .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

/* Home Callous going next to Slideshow and Video for Desktop */

.home-main-banners .quicklinks.view-01.change-desktop-position {
    display: none;
}

@media (min-width: 1200px) {
    .quicklinks.view-01.change-desktop-position {
        display: none;
    }
    .home-main-banners {
        position: relative;
    }
    .home-main-banners .quicklinks.view-01.change-desktop-position {
        display: block;
        width: 140px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        text-align: center;
        padding: 25px 5px;
        background: #003768;
    }
    .home-main-banners .view-01>div {
        display: block;
        width: 100%;
        height: auto;
        min-width: 0;
    }
    .home-main-banners .view-01 a:not(.btn) {
        color: #fff;
        display: block;
        padding: 0;
        font-size: 17px;
        margin-bottom: 24px;
    }
    .home-main-banners .view-01>div span {
        padding: 0px;
        display: block;
        margin: 0 auto;
    }
    .home-main-banners .view-01>div span.icon {
        padding: 7px;
        width: 40px;
        height: 40px;
        margin-bottom: 7px;
    }
    .home-main-banners .quicklinks h4 {
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 20px;
    }
}

/* Home Main Banners for Members only */

.home-main-banners-members .section-navigation-alt h4 a:hover,
.home-main-banners-members .section-navigation-alt h4 a:focus {
    text-decoration: none;
    color: #4d917b;
}

@media (min-width:1400px) {
    .row.flex-row>.flex-main {
        width: 66.666%;
    }
    .row.flex-row>.flex-aside {
        width: 33.333%;
    }
}

/* Pause / Play Slideshow */

.slideshow-autoplay-wrapper {
    position: relative;
}

.pause-play-triggers {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 24px;
}

.pause-play-triggers a {
    position: relative;
    display: inline-block;
    background: #000;
    opacity: 0.3;
    color: #fff;
    width: 60px;
    height: 24px;
    border-radius: 10px 10px 0 0;
}

.pause-play-triggers a:hover {
    background: #afafaf;
    opacity: 1;
}

.pause-play-triggers a.play {
    display: none;
}

.pause-play-triggers.slideshow-paused a.play {
    display: inline-block;
}

.pause-play-triggers.slideshow-paused a.pause {
    display: none;
}

.pause-play-triggers a.pause:before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -3px;
    border-left: 1px solid #fff;
    border-right: 1px solid #d1d6dd;
}

.pause-play-triggers a.pause:after {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: 1px;
    border-left: 1px solid #d1d6dd;
    border-right: 1px solid #fff;
}

.pause-play-triggers a.play:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}

@media (min-width: 1024px) {
    .pause-play-triggers {
        height: 38px;
    }
    .pause-play-triggers a {
        width: 80px;
        height: 38px;
    }
    .pause-play-triggers a.pause:before {
        content: "";
        display: block;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -4px;
        border-left: 1px solid #fff;
        border-right: 1px solid #d1d6dd;
    }
    .pause-play-triggers a.pause:after {
        content: "";
        display: block;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: 2px;
        border-left: 1px solid #d1d6dd;
        border-right: 1px solid #fff;
    }
}

/* Fixing the height of the Slideshow banner for mobile to make possible adding the Pause button at the bottom of the banner */

@media (max-width: 767px) {
    .slideshow-autoplay-wrapper .banner .media {
        height: 450px;
        padding: 0;
    }
    .pause-play-triggers {
        top: 426px;
    }
}

@media (max-width: 500px) {
    .slideshow-autoplay-wrapper .banner .media {
        height: 325px;
    }
    .pause-play-triggers {
        top: 301px;
    }
}

@media (max-width: 350px) {
    .slideshow-autoplay-wrapper .banner .media {
        height: 260px;
    }
    .pause-play-triggers {
        top: 236px;
    }
}

/* AddThis icons adjustment between Tablet and Small Desktop screen width */

@media (min-width: 980px) and (max-width: 1420px) {
    .addthis-smartlayers #at4-share,
    .addthis-smartlayers #at4-soc {
        top: 40% !important;
    }
    .atss .at-share-btn,
    .atss a {
        width: 1.7pc !important;
    }
    .atss .at-share-btn span .at-icon,
    .atss a span .at-icon {
        width: 1.5pc !important;
        height: 1.5pc !important;
    }
    .atss .at-share-btn:focus,
    .atss .at-share-btn:hover,
    .atss a:focus,
    .atss a:hover {
        width: 3pc !important;
    }
    .top-interior-heading+.container .breadcrumbs {
        margin-left: 10px;
    }
}

/* Home Callous going next to Slideshow and Video for Desktop */

.home-main-banners .quicklinks.view-01.change-desktop-position {
    display: none;
}

@media (min-width: 1200px) {
    .quicklinks.view-01.change-desktop-position {
        display: none;
    }
    .home-main-banners {
        position: relative;
        padding-right: 145px;
    }
    .home-main-banners .quicklinks.view-01.change-desktop-position {
        display: block;
        width: 140px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        text-align: center;
        padding: 25px 5px;
        background: #003768;
    }
    .home-main-banners .view-01>div {
        display: block;
        width: 100%;
        height: auto;
        min-width: 0;
    }
    .home-main-banners .view-01 a:not(.btn) {
        color: #fff;
        display: block;
        padding: 0;
        font-size: 17px;
        margin-bottom: 24px;
    }
    .home-main-banners .view-01>div span {
        padding: 0px;
        display: block;
        margin: 0 auto;
    }
    .home-main-banners .view-01>div span.icon {
        padding: 7px;
        width: 40px;
        height: 40px;
        margin-bottom: 7px;
    }
    .home-main-banners .quicklinks h4 {
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 20px;
    }
}

/***** BLOG PAGES *****/

.blog-list {
    list-style: none;
    padding: 0;
    margin: 0 -1.5%;
}

.blog-list>li {
    border: 1px solid #c1e2f6;
    margin: 0 10px 15px;
}

@media (min-width: 48em) {
    .blog-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .blog-list>li {
        width: 30.33%;
        margin: 0 1.5% 35px;
    }
    .blog-list>li:nth-child(2) {
        width: 63.66%;
    }
    .blog-list>li:nth-child(1) {
        width: 97%;
    }
}

.blog-list-content {
    padding: 25px 10px;
    border-top: 1px solid #c1e2f6;
}

@media (min-width: 64em) {
    .blog-list-content {
        padding: 30px;
    }
}

.flex-item-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-self: center;
}

.fixed {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    align-self: center;
}

.read-more {
    text-transform: uppercase;
}

.topic-color-1 .topic {
    color: #c6be9c;
}

/*gold*/

.topic-color-2 .topic {
    color: #73c7a1;
}

/*green*/

.topic-color-3 .topic {
    color: #003261;
}

/*dark blue*/

.topic-color-4 .topic {
    color: #0079c1;
}

/*blue*/

.topic-color-5 .topic {
    color: #73C6A1;
}

/*Secondary-Aqua-Green*/

.topic-color-6 .topic {
    color: #717074;
}

/*Neutral-Dark-Gray*/

.topic-color-7 .topic {
    color: #D1CDD1;
}

/*Neutral-Light-Gray*/

.topic-color-8 .topic {
    color: #CD6B33;
}

/*CMA-Primary-Orange*/

.topic .grow {
    font-size: 24px;
    padding: 12px 0;
}

.topic .svg-hexagon .icon {
    width: 36px;
    height: 18px;
    margin-right: 14px;
}

.topic .svg-hexagon .icon:before,
.topic .svg-hexagon .icon:after {
    margin-left: -18px;
    border: 18px solid transparent;
}

.topic .svg-hexagon .icon:before {
    border-bottom: 12px solid currentColor;
}

.topic .svg-hexagon .icon:after {
    border-top: 12px solid currentColor;
}

.topic .icon {
    color: currentColor;
    background: currentColor;
}

.rail-item .topic .svg-hexagon .icon {
    width: 30px;
    height: 16px;
    margin-right: 10px;
}

.rail-item .topic .svg-hexagon .icon:before,
.rail-item .topic .svg-hexagon .icon:after {
    margin-left: -15px;
    border: 15px solid transparent;
}

.rail-item .topic .svg-hexagon .icon:before {
    border-bottom: 10px solid currentColor;
}

.rail-item .topic .svg-hexagon .icon:after {
    border-top: 10px solid currentColor;
}

.rail-item .topic .grow {
    font-size: 18px;
    padding: 10px 0;
}

.rail-item .title-alt-3 {
    margin-bottom: 5px;
}

.rail-item .date {
    margin-bottom: 15px;
}

.blog-list-media {
    height: 270px;
    margin: -1px -1px 0 -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (min-width: 48em) {
    .blog-list>li:nth-child(1) .blog-list-media {
        height: 388px;
    }
}

.details-item .blog-list-media {
    height: 195px;
    margin: 0;
}

.details-item .blog-list-content {
    padding: 15px 0px;
    border-top: 0;
}

@media (min-width: 64em) {
    .details-item .blog-list-content {
        padding: 20px 0;
    }
}

.details-item .title-alt-1 {
    margin-bottom: 15px;
}

.details-item .date {
    margin-bottom: 35px;
}

.blog-tweet {
    margin: 1em 0 2em;
}

.blog-tweet-heading {
    width: 100%;
}

.blog-tweet-heading>div {
    width: 50%;
}

.blog-tweet-heading>div:last-child {
    text-align: right;
}

.blog-tweet-content {
    border: 1px solid #a1a1a1;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
    font-size: 15px;
}

.blog-tweet-content .fixed {
    padding: 0 15px;
}

.blog-tweet-content .fixed svg {
    width: 30px;
    height: 30px;
    fill: #00aced;
}

.blog-categories .link-list,
.blog-categories .link-list li:last-child {
    margin: 0;
}

.theme-30 {
    background: #ebebeb;
}

.more.icon-bracket-right.arrow-right {
    position: relative;
    padding-right: 20px;
}

.more.icon-bracket-right.arrow-right:before {
    position: absolute;
    right: 0;
    top: 5px;
}

.list-with-icon.disc-icon li {
    margin-bottom: 0;
}

.list-with-icon.disc-icon li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4d917b;
}

.blog-categories-select {
    position: relative;
}

.blog-categories-select>div {
    position: absolute;
    top: -146px;
    right: 0;
}

.blog-categories-select label {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.blog-categories-select select {
    font-family: 'Open Sans', sans-serif;
    width: auto;
    font-size: 14px;
    color: #2f2f2f;
    margin-left: 10px;
    padding: 10px;
    font-weight: normal;
}

@media (max-width: 47.99em) {
    .blog-categories-select label {
        display: none;
    }
}

@media (max-width: 30em) {
    .blog-categories-select select {
        width: 150px;
        padding: 10px 2px;
    }
}

@media (max-width: 25em) {
    .blog-categories-select>div {
        top: -100px;
        left: 0;
        right: auto;
    }
    .blog-categories-select select {
        margin: 0;
    }
}

@media (min-width: 64em) {
    .blog-categories-select>div {
        top: -132px;
    }
}

/* To overwrite thirth party styles */

.blog-list-item h3 {
    padding-top: 0;
}

/* Fixing search results */

.ri-flex-media img {
    width: 277px;
    max-width: 277px;
    margin-right: 20px;
}

@media (max-width: 47.99em) {
    .results-item.ri-flex .series-and-topics {
        padding: 10px 0;
    }
}

@media (min-width: 48em) {
    .results-item.ri-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
    }
    .results-item.ri-flex>div {
        display: block;
    }
    .results-item .description {
        padding: 10px 0 0 0;
    }
}

/***** END of BLOG PAGES *****/

/***** SEARCH RESULTS PRODUCTS *****/

.product-wrapper .product-box-inner {
    background: #e4e2e5;
    padding: 15px;
    border-radius: 5px;
}

.product-wrapper .ri-flex-content {
    padding-bottom: 20px;
}

.product-wrapper .product-price,
.product-wrapper .product-memberprice {
    white-space: nowrap;
}

.product-wrapper .product-memberprice {
    font-weight: bold;
    color: #4d917b;
}

@media (min-width: 48em) {
    .product-wrapper .ri-flex-content {
        padding-bottom: 0;
        padding-right: 15px;
    }
}

/***** END of SEARCH RESULTS PRODUCTS *****/

/***** LANDING PAGE *****/

body.landing-page-body {
    background: #fff;
}

/* Landing page titles */

.landing-page-body .title {
    font-size: 30px;
}

@media (min-width: 45.1em) {
    .landing-page-body .title {
        font-size: 46px;
    }
}

@media (min-width: 62em) {
    .landing-page-body .title {
        font-size: 46px;
    }
}

/* Landing page themes */

.landing-bg-1 {
    background: #f1f1f2;
}

.landing-title-color-1 .title {
    color: #ffc300;
}

.landing-title-color-2 .title {
    color: #060092;
}

.landing-title-color-3 .title {
    color: #002c56;
}

/* Landing Header */

.landing-header-container {
    background: #fff;
    z-index: 1000;
    position: relative;
}

.stuck.landing-header-container {
    position: fixed;
    width: 100%;
    top: 0;
}

@media (min-width: 62em) {
    .stuck.landing-header-container {
        position: fixed;
        width: 100%;
    }
    .landing-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    header .landing-header .landing-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

header .landing-header {
    padding: 26px 55px;
}

header h1 {
    margin: 0;
}

.spacer {
    height: 0;
}

@media (min-width: 62em) {
    .spacer {
        height: 40px;
    }
}

@media (max-width: 61.99em) {
    header .landing-header {
        text-align: center;
    }
}

.jump-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.jump-nav li {
    display: inline-block;
    padding-left: 20px;
}

.jump-nav li a {
    font-size: 18px;
    color: #3e3f3f;
}

/* Landing Hero */

.landing-hero {
    height: 350px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 40em) {
    .landing-hero {
        height: 400px;
    }
}

@media (min-width: 48em) {
    .landing-hero {
        height: 460px;
    }
}

@media (min-width: 60em) {
    .landing-hero {
        height: 490px;
    }
}

@media (min-width: 64em) {
    .landing-hero {
        height: 510px;
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 75em) {
    .landing-hero {
        height: 490px;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 85em) {
    .landing-hero {
        height: 500px;
        max-width: 75%;
        margin: 0 auto;
    }
}

@media (min-width: 102em) {
    .landing-hero {
        height: 600px;
    }
}

@media (min-width: 105em) {
    .landing-hero {
        height: 655px;
    }
}

.full-width-hero-section {
    background-size: cover;
    background-position: 50%;
    display: block;
}

.full-width-hero-section .landing-hero {
    height: 0;
    padding-top: 35%;
}

.full-width-hero-section .landing-hero.landing-hero-height-01 {
    padding-top: 30%;
}

.full-width-hero-section .landing-hero.landing-hero-height-02 {
    padding-top: 23%;
}

.full-width-hero-section .landing-hero.landing-hero-height-03 {
    padding-top: 17%;
}

.full-width-hero-section .landing-hero.landing-hero-height-04 {
    padding-top: 10%;
}

@media (max-width: 767px) {
    .full-width-hero-section .landing-hero.landing-hero-height-01,
    .full-width-hero-section .landing-hero.landing-hero-height-02,
    .full-width-hero-section .landing-hero.landing-hero-height-03,
    .full-width-hero-section .landing-hero.landing-hero-height-04 {
        padding-top: 56%;
    }
}

.landing-hero-media {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 30%;
}

.landing-hero-content {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    table-layout: fixed;
    font-family: "LL Circular Bold Web";
}

.landing-hero-content>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.landing-hero-content>div>div {
    display: inline-block;
    width: 1300px;
    max-width: 84%;
    color: #003260;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 60px;
    font-size: 55px;
    text-align: left;
}

.landing-hero-content .grow {
    line-height: 1.1em;
}

.landing-hero-content .landing-flex .fixed {
    padding-right: 40px;
}

.landing-hero .video-control .control {
    display: inline-block;
    position: relative;
    border: 2px solid #003260;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.landing-hero .video-control .control:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -15px;
    border: 27px solid transparent;
    border-left: 44px solid #003260;
}

@media (min-width: 90em) and (max-width: 103.99em) {
    .landing-hero-content>div>div {
        font-size: 45px;
    }
}

@media (min-width: 80em) and (max-width: 89.99em) {
    .landing-hero-content>div>div {
        font-size: 40px;
    }
}

@media (min-width: 62em) and (max-width: 79.99em) {
    .landing-hero-content .landing-flex .fixed {
        padding-right: 35px;
    }
    .landing-hero .video-control .control {
        width: 96px;
        height: 96px;
    }
    .landing-hero-content>div>div {
        font-size: 38px;
        padding: 30px 50px;
    }
}

@media (max-width: 61.99em) {
    .landing-hero-content .landing-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .landing-hero-content .landing-flex .fixed {
        padding-right: 30px;
    }
    .landing-hero-content>div>div {
        font-size: 38px;
        padding: 30px 50px;
    }
    .landing-hero .video-control .control {
        width: 96px;
        height: 96px;
    }
    .landing-hero-content .landing-flex .fixed {
        padding-right: 35px;
    }
}

@media (max-width: 45em) {
    .landing-hero-content>div>div {
        font-size: 35px;
        padding: 20px 15px;
    }
    .landing-hero-content .landing-flex .fixed {
        padding-right: 20px;
    }
    .landing-hero .video-control .control {
        width: 66px;
        height: 66px;
    }
    .landing-hero-content .landing-flex .fixed {
        padding-right: 25px;
    }
    .landing-hero .video-control .control:before {
        margin: -20px 0 0 -12px;
        border: 20px solid transparent;
        border-left: 34px solid #003260;
    }
}

@media (max-width: 30em) {
    .landing-hero-content>div>div {
        font-size: 32px;
        padding: 20px 15px;
    }
    .landing-hero-content .landing-flex .fixed {
        padding-right: 10px;
    }
    .landing-hero-content .landing-flex .fixed {
        padding-right: 15px;
    }
}

.landing-hero-content>div>div a {
    color: #003260;
}

/* Landing Sections */

@media (max-width: 61.99em) {
    .landing-page-body .section {
        text-align: center;
    }
}

.landing-page-body .btn {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 45em) {
    .landing-page-body .btn {
        font-size: 20px;
    }
}

@media (max-width: 61.99em) {
    .landing-page-body .btn {
        border-radius: 32px;
        min-width: 180px;
    }
}

@media (min-width: 62em) {
    .landing-page-body .btn {
        font-size: 18px;
        min-width: 120px;
    }
}

.landing-page-body .section {
    margin: 0;
    padding: 80px 0;
}

.landing-page-body .section .section {
    padding: 0;
}

.landing-page-body .section.first-section {
    padding: 40px 0 80px 0;
}

.landing-page-body .section.first-section .title {
    margin-bottom: .3em;
}

@media (min-width: 64em) {
    .landing-page-body .section.first-section {
        padding: 40px 0 140px 0;
    }
}

@media (min-width: 104em) {
    .landing-page-body .section {
        padding: 140px 0;
    }
    .landing-page-body .section.first-section {
        padding: 60px 0 140px 0;
    }
}

.landing-page-body .section.no-padding-top {
    padding-top: 0;
}

.landing-page-body .section.no-padding-bottom {
    padding-bottom: 0;
}

.landing-inner-container {
    margin: 0 auto;
    width: 1300px;
    max-width: 84%;
    font-size: 20px;
    font-weight: 300;
}

@media (max-width: 45em) {
    .landing-inner-container {
        font-size: 20px;
    }
}

.landing-inner-container p,
.landing-inner-container ul,
.landing-inner-container ol {
    margin-bottom: 1.5em;
}

.landing-inner-container>p:last-child,
.landing-inner-container>ul:last-child,
.landing-inner-container>ol:last-child,
.landing-inner-container .landing-section-content p:last-child,
.landing-inner-container .landing-section-content ul:last-child,
.landing-inner-container .landing-section-content ol:last-child {
    margin-bottom: 0;
}

ul.list-columns:last-child {
    margin: 0;
}

@media (min-width: 62em) {
    .landing-inner-container.split {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 1520px;
    }
    .landing-inner-container.split>div {
        width: 50%;
        align-self: center;
    }
    .landing-inner-container.split:not(.md-reverse)>div:first-child {
        padding-right: 50px;
    }
    .landing-inner-container.split:not(.md-reverse)>div:last-child {
        padding: 0 0 0 50px;
    }
    .landing-inner-container.split.md-reverse>div:first-child {
        padding-left: 50px;
    }
    .landing-inner-container.split.md-reverse>div:last-child {
        padding-right: 50px;
    }
    .landing-inner-container.split.md-reverse {
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }
    .md-reverse .landing-section-content {
        text-align: right;
    }
    .fixed-bottom-state .md-reverse .landing-section-content {
        text-align: left;
    }
    .md-reverse .media-item {
        float: right;
    }
    ul.list-columns,
    ol.list-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

@media (min-width: 62em) and (max-width: 88.749em) {
    .landing-inner-container.split:not(.md-reverse)>div:last-child {
        padding: 0;
    }
}

.flex-form-input {
    margin-bottom: 10px;
}

.flex-form-input input {
    border: 1px solid #929293;
    border-radius: 4px;
    background: none;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 62em) {
    .flex-form {
        display: inline-flex;
    }
    .flex-form-btn {
        padding-left: 20px;
    }
    .flex-form-input {
        margin-bottom: 0;
    }
    .flex-form-input input {
        font-size: 19px;
        text-align: left;
    }
    .md-reverse .flex-form-input input {
        text-align: right;
    }
}

.media-item-borders {
    display: inline-block;
    position: relative;
}

.media-item-borders:before,
.media-item-borders:after {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    left: 5%;
}

.media-item-borders:before {
    height: 110%;
    top: -5%;
    border: 4px solid #060092 ;
}

.media-item-borders:after {
    height: 100%;
    top: 0;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

@media (max-width: 61.99em) {
    .landing-section-media {
        margin-bottom: 45px;
    }
}

.media-item-meta {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    padding: 34px;
    font-size: 19px;
    color: #fff;
    z-index: 1;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

@media (max-width: 45em) {
    .media-item-meta {
        bottom: 0;
        left: 2%;
        width: 96%;
        padding: 24px;
        font-size: 18px;
    }
}

.media-item-meta span {
    font-weight: 400;
}

.media-item-meta .landing-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media-item-meta .landing-flex .fixed {
    padding-right: 15px;
}

.media-item-meta .video-control .control {
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.hide-video-control .media-item-meta .video-control .control {
    display: none;
}

.hide-video-control .control {
    cursor: initial;
}

.media-item-meta .video-control .control:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -8px;
    border: 15px solid transparent;
    border-left: 20px solid #fff;
}

@media (min-width: 40em) {
    .media-item-meta .video-control .control {
        border: 4px solid #fff;
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }
    .media-item-meta .video-control .control:before {
        margin: -30px 0 0 -16px;
        border: 30px solid transparent;
        border-left: 40px solid #fff;
    }
}

/* Top 5 custom Carousel */

.top-5-custom-carousel {
    width: 936px;
    max-width: 100%;
    margin: 3em auto 0;
}

@media (max-width: 75em) {
    .top-5-custom-carousel {
        padding: 0 30px;
    }
    .landing-inner-container .top-5-custom-carousel {
        padding: 0;
    }
}

@media (max-width: 45em) {
    .top-5-custom-carousel {
        max-width: 96%;
        padding: 0 25px;
    }
}

.carousel-centered .slick-slide {
    padding: 120px 0;
}

.carousel-centered .slick-current {
    position: relative;
    z-index: 1;
}

.carousel-centered .top-5-item {
    padding: 35px 30px;
    text-align: center;
    background: #060092;
    color: #fff;
    font-size: 18px;
}

@media (min-width: 600px) {
    .carousel-centered .top-5-item {
        min-height: 330px;
        opacity: .25;
        font-size: 11px;
    }
    .carousel-centered .slick-current .top-5-item {
        min-height: 550px;
        opacity: 1;
        font-size: 20px;
        margin: -120px 0;
    }
}

@media (min-width: 1024px) {
    .carousel-centered .top-5-item {
        min-height: 430px;
    }
    .carousel-centered .slick-current .top-5-item {
        min-height: 650px;
    }
}

@media (max-width: 599px) {
    .carousel-centered {
        background: #003260;
    }
}

@media (max-width: 45em) {
    .carousel-centered .top-5-item {
        padding: 25px 10px;
    }
    .carousel-centered .slick-current .top-5-item {
        font-size: 18px;
    }
}

.top-5-item .title {
    opacity: 1 !important;
    color: #fff;
    font-size: 35px;
}

.top-5-item .icon svg {
    fill: #fff;
}

.top-5-custom-carousel .slick-prev:before,
.top-5-custom-carousel .slick-next:before {
    color: #929295;
    font-weight: bold;
}

@media (min-width: 45.1em) {
    .top-5-custom-carousel .slick-prev,
    .top-5-custom-carousel .slick-next {
        width: 70px;
        height: 70px;
        margin-top: -35px;
    }
    .top-5-custom-carousel .slick-prev:before,
    .top-5-custom-carousel .slick-next:before {
        font-size: 65px;
    }
    .top-5-custom-carousel .slick-prev {
        left: -70px;
    }
    .top-5-custom-carousel .slick-next {
        right: -70px;
    }
}

@media (min-width: 87.5em) {
    body:not(.has-sticky-right-form) .top-5-custom-carousel .slick-prev {
        left: -150px;
    }
    body:not(.has-sticky-right-form) .top-5-custom-carousel .slick-next {
        right: -150px;
    }
}

/* Callout with borders */

.callout-with-borders {
   /* position: relative;*/
    width: 950px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 54px 66px;
    /*border: 4px solid #cc6b34;*/
    
}

@media (max-width: 45em) {
    .callout-with-borders {
        padding: 40px 26px;
    }
}

.callout-with-borders:before {
    content: "";
    position: absolute;
    top: 5%;
    left: -5%;
    display: block;
    height: 90%;
    width: 110%;
    /*border: 4px solid #4d917b;*/
    /*z-index: -1;*/
    display: block;
}

@media (min-width: 62em) {
    .callout-with-borders {
        padding: 115px 150px 130px;
    }
}

/* Footer */

.landing-page-body footer {
    background: #c7c8ca;
    text-align: center;
    padding: 0;
}

@media (min-width: 62em) {
    .landing-page-body footer {
        text-align: right;
    }
}

.landing-social {
    list-style: none;
    margin: 0;
    padding: 25px 20px;
}

.landing-social li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
}

.landing-social .icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: none;
    padding: 0;
}

.landing-social .icon.icon-l-facebook {
    padding: 3px 0 0;
}

.landing-social .icon.icon-l-linkedin22 {
    padding: 3px;
}

.landing-social a {
    display: inline-block;
    opacity: 0.7;
}

.landing-social .icon {
    background: transparent;
    fill: #5d5d5d;
}

.landing-social a:hover {
    opacity: 1;
}

@media (max-width: 374px) {
    .landing-social {
        padding: 25px 0;
    }
    .landing-social li {
        padding: 0 8px;
    }
}

.landing-page-body .footer-bottom {
    padding: 25px 30px;
    text-align: center;
}

/* Adjustment because of the sticky footer signup form */

.landing-page-body .footer-bottom {
    padding-bottom: 170px;
}

@media (min-width: 48em) {
    .landing-page-body .footer-bottom {
        padding-bottom: 125px;
    }
}

@media (min-width: 85em) {
    .landing-page-body .footer-bottom {
        padding-bottom: 100px;
    }
}

/* END of Adjustment because of the sticky footer signup form */

.landing-page-body .footer-bottom .copyright {
    float: none;
    margin: 0;
}

.landing-page-body .footer-bottom .copyright>div:first-child {
    margin-bottom: 10px;
}

.landing-page-body .footer-bottom .copyright>div a {
    padding: 0 5px;
}

.landing-page-body .footer-bottom .copyright>div a:last-child {
    padding-right: 0;
}

@media (min-width: 48em) {
    .landing-page-body .footer-bottom .copyright>div:first-child {
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .landing-page-body .footer-bottom .copyright>div {
        display: inline-block;
    }
    .landing-page-body .footer-bottom .copyright>div a:last-child {
        padding-right: 0;
    }
}

/* Landing page Videos Modal */

.landing-page-body .modal-dialog {
    width: 1120px;
    max-width: 70%;
    margin: 30px auto;
}

@media (max-width: 74.99em) {
    .landing-page-body .modal-dialog {
        max-width: 80%;
    }
}

@media (max-width: 47.99em) {
    .landing-page-body .modal-dialog {
        max-width: 90%;
    }
}

.landing-page-body .close {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: -20px;
    right: 0;
}

.landing-page-body .modal-content {
    background: none;
    box-shadow: none;
    border: 0;
}

.landing-page-body .modal-header {
    border: 0;
}

.landing-page-body .modal-body {
    padding: 0;
}

.landing-page-body .modal-footer {
    display: none;
}

.l-video-carousels {
    background: #2c2929;
}

@media (max-width: 106em) {
    .l-video-carousels iframe {
        height: 600px;
    }
}

@media (max-width: 87.49em) {
    .l-video-carousels iframe {
        height: 415px;
    }
}

@media (max-width: 74.99em) {
    .l-video-carousels iframe {
        height: 390px;
    }
}

@media (max-width: 39.99em) {
    .l-video-carousels iframe {
        height: 300px;
    }
}

.l-video-container {
    position: relative;
}

.l-video-container .l-video-details-container {
    color: #fff;
    padding: 5px 10px;
}

.l-video-container .l-video-details-container .modal-title {
    color: #fff;
}

.l-video-tumbnails {
    margin: 0 -1px;
}

@media( max-width: 49.938em) {
    .l-video-tumbnails {
        max-width: 572px;
        margin: 0 auto;
        max-height: 400px;
        overflow: auto;
    }
}

.l-video-tumb-item {
    display: block;
    margin: 0 1px;
}

.l-video-tumb-item>img {
    display: block;
    margin: 0 auto;
}

.l-video-tumb-item {
    position: relative;
}

.l-tumb-text {
    padding: 8px 10px;
    color: #fff;
}

@media (min-width: 49.94em) {
    .l-tumb-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 50, 96, .9);
    }
}

@media (min-width: 75em) {
    .l-tumb-text {
        display: none;
        font-size: 18px;
    }
    .l-video-tumb-item:hover .l-tumb-text,
    .l-video-tumb-item:focus .l-tumb-text {
        display: block;
    }
}

.l-video-carousels .slick-prev:before,
.l-video-carousels .slick-next:before {
    color: #fff;
    font-weight: bold;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.landing-page-body .section .section-content {
    position: relative;
}

@media( max-width: 63.99em) {
    .landing-page-body .section:not(.first-section) .title,
    .landing-page-body .section:not(.first-section) .section-content {
        opacity: 0
    }
    .landing-page-body .section.delayed-fade-in:not(.first-section) .title {
        -webkit-animation: fadeIn .3s both ease .3s;
        -moz-animation: fadeIn .3s both ease .3s;
        animation: fadeIn .3s both ease .3s;
    }
    .landing-page-body .section.delayed-fade-in:not(.first-section) .section-content {
        -webkit-animation: fadeIn .5s both ease .5s;
        -moz-animation: fadeIn .5s both ease .5s;
        animation: fadeIn .5s both ease .5s;
    }
}

@media( min-width: 64em) {
    .landing-page-body .section .title,
    .landing-page-body .section .section-content {
        opacity: 0
    }
    .landing-page-body .section.delayed-fade-in .title {
        -webkit-animation: fadeIn .3s both ease .3s;
        -moz-animation: fadeIn .3s both ease .3s;
        animation: fadeIn .3s both ease .3s;
    }
    .landing-page-body .section.delayed-fade-in .section-content {
        -webkit-animation: fadeIn .5s both ease .5s;
        -moz-animation: fadeIn .5s both ease .5s;
        animation: fadeIn .5s both ease .5s;
    }
}

/* Third Party signup form fro Landing page */

.landing-page-body .he_stage {
    min-height: 1px !important;
}

.landing-page-body .he_stage .formTable {
    width: 100%;
    text-align: center;
}

@media (min-width: 62em) {
    .landing-page-body .he_stage .formTable {
        margin: 0;
        float: left;
        text-align: left;
    }
    .landing-page-body .md-reverse .he_stage .formTable {
        margin: 0;
        float: right;
        text-align: right;
    }
    .landing-page-body .fixed-bottom-state .md-reverse .he_stage .formTable {
        text-align: left;
    }
}

.landing-page-body .rm-form-wrapper .rm-field-width-full {
    border: 1px solid #929293 !important;
    border-radius: 4px;
    background: none;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    font-size: 25px;
    width: 100%;
}

.landing-page-body .rm-form-wrapper select.rm-field-width-full {
    padding-left: 15px !important;
}

@media (min-width: 62em) {
    .landing-page-body .rm-form-wrapper .rm-field-width-full {
        font-size: 19px;
        text-align: left;
    }
    .md-reverse .rm-form-wrapper .rm-field-width-full {
        text-align: right;
    }
}

.landing-page-body .rm-form-submit {
    padding: 12px 35px;
    border-radius: 25px;
    background: #003768 !important;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    position: static;
    width: auto !important;
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 62em) {
    .landing-page-body .rm-form-submit {
        font-size: 18px;
        min-width: 120px;
        margin-left: 32px;
    }
    .landing-page-body.has-sticky-right-form:not(.show-form):not(.show-form-mobile) .rm-form-wrapper .has-extra-boxes select.rm-field-width-full {
        width: 171px;
    }
}

@media (max-width: 61.99em) {
    .landing-page-body .rm-form-submit {
        border-radius: 32px;
        min-width: 180px;
        margin-left: 0 !important;
    }
    .landing-page-body .rm-form-wrapper2 {
        text-align: center !important;
    }
}

@media (max-width: 45em) {
    .landing-page-body .rm-form-submit {
        font-size: 20px;
    }
}

@media (max-width: 29.938em) {
    .landing-page-body .rm-form-submit {
        min-width: 130px;
    }
}

.landing-page-body .formContent {
    float: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: 0px !important;
}

.landing-page-body .formContent label {
    display: block;
}

@media (min-width: 62em) {
    .landing-page-body .formContent {
        display: inline-block !important;
        vertical-align: top;
        width: auto !important;
        margin-left: 10px !important;
    }
}

/* IE10 fix */

.no-borderimage .landing-hero-content .landing-flex .fixed {
    width: 15%;
}

.no-borderimage .landing-hero-content .landing-flex .grow {
    width: 85%;
}

/* Overridding site styles with landing-page styles */

/* Note: The CSS from here to the end of the landing page was NOT made by a FED */

.landing-page-body .white-default-bg-section {
    background-color: #fff;
    /*default background color for sections*/
}

.top-5-item h3 {
    padding-top: 0;
    line-height: 1.1;
}

.landing-page-body .callout-with-borders-2 {
    content: "";
    position: absolute;
    top: 5%;
    left: -5%;
    display: block;
    height: 90%;
    width: 110%;
    border: 4px solid #4d917b;
    z-index: -1
}

.landing-page-body h1,
.landing-page-body h2,
.landing-page-body h3 {
    font-family: "LL Circular Bold Web";
    /* custom IMA font */
}

/** Playing with the fullscreen video **/

.landing-page-body video.bgvideo-full {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* Responsive video */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Hero Video Addition */

@media (min-width: 62em) {
    .videoWrapper iframe {
        top: -10%;
    }
}

.video-sound-control {
    position: absolute;
    bottom: 5%;
    left: 5%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 50%;
}

.landing-hero.no-video .video-control,
.landing-hero.no-video-in-modal .video-control {
    display: none !important;
}

@media (max-width: 61.99em) {
    .videoWrapper,
    .video-sound-control {
        display: none;
    }
}

@media (min-width: 62em) {
    .landing-hero:not(.no-video) .landing-hero-media {
        background: none !important;
    }
    .landing-hero.no-video .videoWrapper iframe {
        display: none;
    }
}

.video-sound-control>a>span {
    display: none;
}

.video-sound-control>a>span.active {
    display: block;
}

.video-sound-control .icon {
    margin: 0;
    background: #003260;
}

/* Lead Capture Sticky footer */

.fixed-bottom-state .landing-section-content .section-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cd6b33;
    padding: 10px;
    z-index: 10000;
    opacity: 1;
}

.landing-page-body .section.fixed-bottom-state {
    padding: 0;
}

.landing-page-body .section.fixed-bottom-state .landing-section-media {
    display: none;
}

.white-default-bg-section+.fixed-bottom-state+.white-default-bg-section {
    padding-top: 0;
}

.fixed-bottom-state .landing-section-content>.title {
    display: none;
}

.fixed-bottom-state .landing-section-content .section-content>p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.fixed-bottom-state .landing-section-content .section-content>div img {
    display: none;
}

.landing-page-body .fixed-bottom-state .landing-section-content .formContent {
    float: left !important;
    display: block !important;
}

.landing-page-body .fixed-bottom-state .landing-section-content .rm-form-submit {
    font-size: 15px;
    padding: 6px;
}

.landing-page-body .fixed-bottom-state .landing-section-content .rm-form-wrapper .rm-field-width-full {
    padding: 6px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
    background: #fff;
}

.fixed-bottom-state .landing-section-content .rm-form-wrapper .rm-form-sublabel {
    font-size: 13px !important;
    line-height: 1em;
    color: #fff;
}

.fixed-bottom-state .landing-section-content label {
    margin-bottom: 0;
    font-size: 14px;
}

.fixed-bottom-state .landing-section-content .he_stage .formTable {
    min-height: 0;
}

@media (max-width: 991px) {
    .landing-page-body .fixed-bottom-state .landing-section-content .formContent {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .fixed-bottom-state .landing-section-content .section-content>p {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    .fixed-bottom-state .landing-section-content .section-content>div {
        float: left;
        width: 50%;
        padding-left: 10px;
    }
    .fixed-bottom-state .landing-section-content .section-content>p {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .fixed-bottom-state .landing-section-content .section-content>p {
        font-size: 18px;
    }
    .fixed-bottom-state .landing-section-content .section-content>p {
        font-size: 16px;
    }
}

/* adjustment for spacings for landing page */

/*
@media (min-width: 992px) {
    .landing-page-body .row.flexing > .column {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        padding: 20px;
    }
}
*/

/***** END of LANDING PAGES *****/

/* GRAPH IMAGE COMPONENT */

.graph-module-table {
    margin-bottom: 20px;
}

.graph-module-table>div {
    border-bottom: 1px solid #c1e2f6;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.graph-module-table>div>div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
}

.graph-module-table>div>div:first-child {
    width: 172px;
    padding-left: 0px;
    border-right: 1px solid #c1e2f6;
    font-size: 23px;
    font-weight: bold;
    color: #ffc300 ;
}

@media (min-width: 992px) {
    .graph-module-table {
        margin-bottom: 0;
    }
}

.graph-module-carousel-container {
    width: 560px;
    max-width: 100%;
    margin: auto;
    padding: 0 40px;
}

.graph-module-carousel {
    text-align: center;
}

.graph-module-carousel .img-link img {
    margin: 0 auto 20px;
    width: 384px;
}

.graph-module-carousel .file-link svg {
    width: 20px;
    height: 24px;
    padding: 0;
    background: none;
    fill: #0079c1;
    border-radius: 0;
    vertical-align: bottom;
    margin: 0;
}

#myGraphModal .modal-header {
    padding: 0;
    border: 0;
}

#myGraphModal .modal-header .close {
    position: absolute;
    background: #fff;
    z-index: 1;
    opacity: 1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    right: -10px;
    top: -10px;
    margin: 0;
    color: #989898;
    font-weight: 100;
}

#myGraphModal .modal-body {
    padding: 0;
    border: 0;
}

@media (min-width: 768px) {
    #myGraphModal .modal-dialog {
        width: 476px;
    }
}

/* END of GRAPH IMAGE COMPONENT */

/* Videos Carousel component */

.videoWrapper-alt {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper-alt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.videos-carousel-container {
    text-align: center;
    padding: 0 30px;
}

.videos-carousel-container .videos-carousel {
    margin-bottom: 20px;
}

.videos-carousel-container .slick-list {
    padding: 0 !important;
}

.videos-carousel-container .video-container {
    margin-bottom: 20px;
}

.videos-carousel-container .video-text span {
    color: #003768;
    font-size: 18px;
    display: block;
}

.videos-carousel-container .slick-slide .video-text {
    width: 80%;
    max-width: 240px;
    margin: 0 auto;
}

.videos-carousel-container .slick-prev,
.videos-carousel-container .slick-next {
    z-index: 1;
}

@media (min-width: 800px) {
    .videos-carousel-container .slick-prev,
    .videos-carousel-container .slick-next {
        top: 120px;
    }
    .videos-carousel-container .slick-prev {
        left: 100px;
    }
    .videos-carousel-container .slick-next {
        right: 100px;
    }
    .videos-carousel-container .videos-carousel:not(.items-less-then-four) .video-container {
        display: none;
        width: 150%;
        margin-left: -25%;
    }
    .videos-carousel-container .videos-carousel:not(.items-less-then-four) .slick-current .video-container {
        display: block;
    }
    .videos-carousel-container .videos-carousel:not(.items-less-then-four) .slick-slide>div {
        padding-right: 25%;
    }
    .videos-carousel-container .videos-carousel:not(.items-less-then-four) .slick-slide.slick-current>div {
        padding-right: 0;
    }
    .videos-carousel-container .videos-carousel:not(.items-less-then-four) .slick-slide.slick-current+.slick-slide>div {
        padding-right: 0;
        padding-left: 25%;
    }
    .videos-carousel-container .videos-carousel:not(.items-less-then-four) .slick-slide:not(.slick-current) .video-text {
        margin: 180px auto 0;
    }
    .videos-carousel-container .items-less-then-four .video-container {
        padding: 0 10px;
        max-width: 620px;
        margin: 0 auto 20px;
    }
}

/* END of Videos Carousel component */

/* Quicklinks with CTA */

.quicklinks.has-cta .view-03>div {
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .quicklinks.has-cta {
        padding-top: 0;
    }
    .quicklinks.has-cta .view-03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .quicklinks.has-cta .view-03>div {
        display: block;
        width: 33.33%;
        margin: 10px 0;
    }
}

.quicklinks.has-cta .btn {
    white-space: normal;
}

/* Autoplay Carousel (Partners logos) */

.partners-section,
.partners-section .content-block {
    padding-bottom: 0;
}

.carousel-autoplay-wrapper {
    padding: 0 25px;
}

.carousel-autoplay-wrapper .pause-play-triggers {
    position: static;
    margin-top: 30px;
}

.carousel-autoplay-wrapper .pause-play-triggers a {
    background: #003768;
    opacity: 1;
    border-radius: 10px;
}

.carousel-autoplay-wrapper .pause-play-triggers a:hover,
.carousel-autoplay-wrapper .pause-play-triggers a:focus {
    background: #003768;
    opacity: .9;
}

@media (min-width: 650px) {
    .hide-play-pause-650 .pause-play-triggers {
        display: none;
    }
}

@media (min-width: 1024px) {
    .hide-play-pause-1024 .pause-play-triggers {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hide-play-pause-desktop .pause-play-triggers {
        display: none;
    }
}

/* Changes in Landing Page 08-2019 */

.landing-page-body .section ul,
.landing-page-body .section ol {
    padding-left: 25px;
    text-align: left;
}

a.menu-toggle-landing {
    position: absolute;
    left: 20px;
    top: 40px;
    display: block;
    width: 50px;
    height: 40px;
    color: #979797;
}

.menu-toggle-landing:before,
.menu-toggle-landing:after,
.menu-toggle-landing>span:before {
    content: " ";
    position: absolute;
    left: 15%;
    border-radius: 5px;
    width: 70%;
    height: 4px;
    background: currentColor
}

.menu-toggle-landing:before {
    top: 10px
}

.menu-toggle-landing:after {
    top: 19px
}

.menu-toggle-landing>span:before {
    top: 28px
}

.navigation-active .menu-toggle-landing:before,
.navigation-active .menu-toggle-landing:after {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation-active .menu-toggle-landing>span:before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 62em) {
    .landing-inner-container-full-width .landing-hero {
        height: auto !important;
        position: relative;
        padding: 20px;
    }
    .landing-inner-container-full-width .landing-hero .landing-hero-media {
        position: relative;
    }
    .landing-inner-container-full-width .landing-hero .landing-hero-content {
        position: absolute;
        display: block;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        margin: -55px 0 0 -20px;
        cursor: pointer;
    }
    .videoWrapper iframe {
        top: 0;
    }
}

.landing-inner-container-full-width .landing-hero .video-control {
    margin: 0 auto;
}

.landing-inner-container-full-width .landing-hero-content>div>div {
    background: none;
}

.landing-inner-container-full-width .landing-hero .video-control .control {
    border-color: #fff;
}

.landing-inner-container-full-width .landing-hero .video-control .control:before {
    border-left-color: #fff;
}

.landing-page-body .landing-inner-container-full-width .rm-form-wrapper .rm-field-width-full {
    background: #fff;
}

@media (min-width: 62em) {
    a.menu-toggle-landing {
        display: none;
    }
    .landing-inner-container.split.landing-inner-container-full-width {
        width: 100%;
        max-width: 100%;
    }
    .landing-inner-container-full-width.landing-inner-container.split:not(.md-reverse)>div:first-child {
        padding: 50px;
        text-align: right;
    }
    .landing-page-body .landing-inner-container-full-width .he_stage .formTable {
        text-align: right;
    }
}

@media (min-width: 88.750em) {
    .landing-inner-container-full-width.landing-inner-container.split:not(.md-reverse)>div:first-child {
        padding: 50px 50px 50px 100px;
    }
}

@media (max-width: 61.99em) {
    .landing-header .jump-nav {
        display: none;
        padding-top: 50px;
    }
    .navigation-active .landing-header .jump-nav {
        display: block;
    }
    .jump-nav li {
        display: block;
        padding-left: 0;
        text-align: center;
        border-bottom: 1px solid #bcbcbc;
        padding-bottom: 15px;
    }
    .jump-nav li a {
        font-size: 48px;
        color: #bcbcbc;
    }
    .landing-inner-container-full-width.landing-inner-container .landing-section-content {
        padding: 15px;
    }
    .landing-inner-container-full-width.landing-inner-container .landing-section-content .landing-section-content {
        padding: 0;
    }
    .navigation-active .section {
        position: relative;
    }
    .navigation-active .section:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
    }
}

@media (max-width: 39.99em) {
    header .landing-header {
        padding: 26px 40px;
    }
    .jump-nav li a {
        font-size: 25px;
    }
}

.full-width-hero-section .landing-hero.landing-hero-height-04 .landing-inner-container.landing-carousel-container {
    width: 1520px;
}

.landing-carousel-type-1 .landing-carousel-item {
    padding: 0 5px;
}

.landing-carousel-type-1 img {
    margin: 0 auto;
}

.landing-carousel-type-1 h3 {
    padding: 15px;
    color: #060092;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.landing-carousel-item-content {
    padding: 0 15px;
}

@media (min-width: 62em) and (max-width: 87.49em) {
    .landing-page-body .landing-inner-container-full-width .title {
        font-size: 35px;
    }
    .landing-page-body .landing-inner-container-full-width .section-content p {
        font-size: 20px;
    }
}

/* Expand Landing Page hero area to full width */

.landing-page-body header+.section .landing-inner-container {
    width: 100%;
    max-width: 100%;
}

/* mobile-hide class */

@media (max-width: 61.99em) {
    .mobile-hide {
        display: none;
    }
}

@media (max-width:430px) {
    .callout-with-borders h2.title {
        font-size: 28px;
    }
    .callout-with-borders h3 {
        font-size: 24px;
    }
}

/*** Custom Gallery ***/

/* Thumbnails */

.cg-navigation-container {
    display: none;
}

.cg-navigation {
    height: 1147px;
    overflow: hidden;
    position: relative;
}

.cg-navigation-container .custom-nav {
    left: 50%;
    margin-left: -20px;
    position: relative;
    border: 0;
    background: none;
    padding: 0;
}

.cg-navigation-container .custom-nav:after {
    content: "";
    display: block;
    border: 3px solid transparent;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.cg-navigation-container .custom-prev {
    margin-bottom: 20px;
    margin-top: 5px;
}

.cg-navigation-container .custom-next {
    margin-top: 20px;
}

.cg-navigation-container .custom-prev:after {
    border-left-color: #003768;
    border-top-color: #003768;
}

.cg-navigation-container .custom-next:after {
    border-right-color: #003768;
    border-bottom-color: #003768;
}

.less-then-five-items .cg-navigation-container .custom-prev,
.less-then-five-items .cg-navigation-container .custom-next {
    display: none;
}

.cg-navigation-item {
    cursor: pointer;
    position: relative;
    height: 275px !important;
    width: 268px;
    margin-bottom: 15px;
}

.cg-navigation-item img {
    width: 268px !important;
}

.cg-navigation-item>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 268px;
    min-height: 125px;
    padding: 17px 20px;
    background: #D1CDD1;
    color: #003768;
    font-size: 16px;
}

.cg-navigation-item>div h3 {
    color: #003768;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.cg-navigation-item>div>p {
    margin: 0;
}

.cg-navigation-item>div>p>span {
    display: block;
}

.cg-navigation-item.slick-current>div {
    background: #003768;
    color: #fff;
}

.cg-navigation-item.slick-current>div h3 {
    color: #fff;
}

.cg-navigation-item.slick-current:after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 57px;
    display: block;
    width: 24px;
    height: 24px;
    background: #003768;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* Items */

.cg-featured-hero-media {
    position: relative;
}

.cg-featured-hero-media img {
    width: 100%;
}

.cg-featured-hero-media .play {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.cg-featured-hero-media .play .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.cg-featured-hero-media .play .icon-play:before {
    color: rgba(255, 255, 255, .8);
}

.cg-featured-hero-media .play:hover .icon-play:before,
.cg-featured-hero-media .play:focus .icon-play:before {
    color: #003768;
}

.cg-featured-content {
    position: relative;
    padding-bottom: 60px;
}

.gallery-read-more {
    display: none;
    margin-top: 20px;
}

.gallery-read-less {
    display: none;
}

.text-longer .gallery-read-more {
    display: block;
}

.text-longer.text-expanded .gallery-read-more {
    display: none;
}

.text-longer.text-expanded .gallery-read-less {
    display: block;
}

.gallery-read-more,
.gallery-read-less {
    padding: 0;
    background: none;
    border: 0;
    color: #0079C1;
    font-weight: bold;
}

.gallery-read-more:before {
    content: "+";
    margin-right: 5px;
}

.gallery-read-less:before {
    content: "-";
    margin-right: 5px;
}

.cg-featured-hero-content {
    padding: 20px;
    background: #003768;
    font-weight: bold;
    color: #CD6B34;
}

.cg-featured-hero-content p:last-child {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.cg-featured-text {
    margin: 40px 0 0;
    overflow: hidden;
    font-size: 16px;
}

.cg-featured-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    color: inherit;
    line-height: inherit;
}

.cg-featured-text p {
    margin-bottom: 30px;
}

.cg-featured-text hr {
    margin: 2em 0;
}

@media (min-width: 48em) {
    .cg-featured-hero-media .play .icon-play {
        width: 150px;
        height: 150px;
        margin-top: -60px;
        margin-left: -72px;
    }
    .cg-featured-hero-media .play .icon-play:before {
        font-size: 150px;
    }
}

@media (min-width: 62em) {
    .cg-featured-mobile-tab {
        display: none;
    }
    .cg-featured-hero-content {
        padding: 35px 40px;
        font-size: 24px;
    }
    .cg-featured-hero-content p:last-child {
        font-size: 22px;
    }
    .cg-featured-text {
        font-size: 18px;
    }
    .cg-featured-text h3 {
        font-size: 18px;
    }
    .gallery-read-more,
    .gallery-read-less {
        font-size: 18px;
    }
}

@media (max-width: 61.99em) {
    .cg-featured-mobile-tab {
        position: relative;
        padding: 20px 40px 20px 20px;
        background: #D1CDD1;
        color: #003768 !important;
        display: block;
        text-decoration: none !important;
    }
    .cg-featured-mobile-tab:before {
        content: "";
        position: absolute;
        top: 28px;
        right: 20px;
        display: block;
        width: 18px;
        height: 2px;
        background: #003768;
    }
    .cg-featured-mobile-tab:after {
        content: "";
        position: absolute;
        top: 20px;
        right: 28px;
        display: block;
        width: 2px;
        height: 18px;
        background: #003768;
    }
    .cg-featured-mobile-tab h3 {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #003768;
    }
    .cg-featured-mobile-tab p {
        margin: 0;
    }
    .item-show .cg-featured-mobile-tab {
        background: #003768;
        color: #fff !important;
    }
    .item-show .cg-featured-mobile-tab h3 {
        color: #fff;
    }
    .item-show .cg-featured-mobile-tab:before {
        background: #fff;
    }
    .item-show .cg-featured-mobile-tab:after {
        display: none;
    }
    .cg-featured-content {
        display: none;
        padding: 20px;
    }
    .item-show .cg-featured-content {
        display: block;
    }
}

/* Gallery Containers */

@media (min-width: 62em) {
    .custom-gallery {
        display: flex;
        flex-direction: row-reverse;
    }
    .cg-navigation-container {
        display: block;
        width: 285px;
    }
    .cg-featured-container {
        width: calc(100% - 285px);
        padding-left: 40px;
    }
}

@media (max-width: 61.99em) {
    .custom-gallery {
        margin: 0 -20px;
    }
    .cg-featured-item {
        float: none !important;
        left: 0 !important;
        opacity: 1 !important;
        margin-bottom: 3px;
    }
}

/* Gallery Additional Boxes */

.gallery-callout-box {
    margin-top: 30px;
    padding: 50px 20px;
    text-align: center;
    background: #013668;
    color: #fff;
}

.gallery-callout-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
}

.gallery-callout-box .btn {
    text-transform: uppercase;
}

.gallery-transparent-box {
    padding: 50px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

@media (min-width: 48em) {
    .gallery-callout-box h3 {
        font-size: 32px;
    }
    .gallery-transparent-box {
        font-size: 18px;
    }
}

/* Landing page sticky right form */

.landing-sticky-right-form {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: #f0f0f0;
    z-index: 1000;
}

.landing-sticky-right-form .form-close {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 2px;
    top: 2px;
}

.landing-section-content:not(.landing-sticky-right-form)>div>.form-close {
    display: none;
}

@media (min-width: 1200px) {
    .landing-sticky-right-form .form-close {
        right: 23px;
        top: 25px;
    }
}

.landing-sticky-right-form .form-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #003768;
    font-weight: bold;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
    font-size: 30px;
}

@media (min-width: 1200px) {
    .show-form .landing-sticky-right-form {
        position: fixed;
    }
    .show-form .landing-sticky-right-form>div {
        padding: 26px 10px 5px;
        border: 2px solid #c2c2c2;
        background: #e5e5e5;
    }
    .landing-page-body.show-form .landing-sticky-right-form .title {
        color: #060092 !important;
        font-size: 18px !important;
    }
    .show-form.landing-page-body .landing-inner-container-full-width .landing-section-content .section-content p {
        color: #cc6b34;
        font-size: 15px;
        font-weight: 600;
    }
    .landing-page-body.has-sticky-right-form.show-form .rm-form-wrapper .rm-field-width-full {
        font-size: 16px;
        background: #fff;
        border: 1px solid #c2c2c2;
        border-radius: 0;
        text-align: left;
        margin: 0;
    }
    .landing-page-body.has-sticky-right-form.show-form .rm-form-submit {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        color: #fff !important;
        background: #003260 !important;
        border: 0;
    }
    .landing-page-body.has-sticky-right-form.show-form input[type="checkbox"]+.rm-form-sublabel {
        font-size: 15px;
        margin-left: 5px;
    }
    .has-sticky-right-form.landing-page-body.show-form .footer-bottom {
        padding: 25px 30px;
    }
}

@media (max-width: 1199px) {
    .show-form-mobile .landing-sticky-right-form {
        position: fixed;
    }
    .show-form-mobile .landing-sticky-right-form>div {
        padding: 26px 10px 5px;
        border: 2px solid #c2c2c2;
        background: #e5e5e5;
    }
    .landing-page-body.show-form-mobile .landing-sticky-right-form .title {
        color: #003260 !important;
        font-size: 18px !important;
    }
    .show-form-mobile.landing-page-body .landing-inner-container-full-width .landing-section-content .section-content p {
        font-size: 15px;
        font-weight: 600;
    }
    .landing-page-body.has-sticky-right-form.show-form-mobile .rm-form-wrapper .rm-field-width-full {
        font-size: 16px;
        background: #fff;
        border: 1px solid #c2c2c2;
        border-radius: 0;
        text-align: left;
        margin: 0;
    }
    .landing-page-body.has-sticky-right-form.show-form-mobile .rm-form-submit {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        color: #fff !important;
        background: #003260 !important;
        border: 0;
    }
    .landing-page-body.has-sticky-right-form.show-form-mobile input[type="checkbox"]+.rm-form-sublabel {
        font-size: 15px;
        margin-left: 5px;
    }
    .has-sticky-right-form.landing-page-body.show-form-mobile .footer-bottom {
        padding: 25px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .show-form-mobile .landing-sticky-right-form>div {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .has-sticky-right-form .first-section,
    .has-sticky-right-form .first-section~.section {
        padding-right: 380px !important;
    }
    .show-form .landing-sticky-right-form {
        left: auto;
        right: 0;
        top: 130px;
        bottom: auto;
        width: 380px;
        padding: 20px 18px;
        border: 3px solid #c2c2c2;
        max-height: 80vh;
        overflow: auto;
    }
    .show-form .landing-sticky-right-form>div {
        padding: 25px;
    }
    .landing-page-body.show-form .landing-sticky-right-form .title {
        font-size: 27px !important;
        line-height: 1.2;
    }
    .landing-page-body.has-sticky-right-form.show-form .rm-form-wrapper .rm-field-width-full {
        font-size: 18px;
        margin: 0 0 5px 0;
    }
    .landing-page-body.has-sticky-right-form.show-form input[type="checkbox"] {
        /*margin-left: 10px;
        margin-top: 24px;*/
    }
    .landing-page-body.has-sticky-right-form.show-form label {
        display: flex;
    }
    .landing-page-body.has-sticky-right-form.show-form input[type="checkbox"]+.rm-form-sublabel {
        margin-top: 20px;
        display: block;
        text-align: left;
    }
    .has-sticky-right-form .landing-inner-container.landing-inner-container-full-width,
    .form-hidden .landing-inner-container.landing-inner-container-full-width {
        width: 1530px;
        max-width: 93%;
    }
}

@media (max-width: 1199px) {
    .hide-form-mobile .landing-sticky-right-form {
        display: none !important;
    }
    .landing-page-body.has-sticky-right-form.show-form-mobile .rm-form-submit {
        font-size: 13px;
        margin: 0 auto;
        display: block;
    }
    .show-form-mobile .landing-sticky-right-form>div .section-content>p {
        margin-bottom: 10px;
    }
    .landing-page-body.has-sticky-right-form.show-form-mobile .rm-form-wrapper .rm-field-width-full {
        font-size: 14px;
    }
    .landing-page-body.has-sticky-right-form.show-form-mobile input[type="checkbox"]+.rm-form-sublabel {
        font-size: 12px;
    }
    .landing-sticky-right-form>div .section-content #landing_container>img {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .landing-page-body.has-sticky-right-form.show-form-mobile .rm-form-submit {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .show-form .landing-inner-container-full-width.landing-inner-container.split:not(.md-reverse)>div:first-child {
        text-align: left;
    }
    .show-form.landing-page-body .landing-inner-container-full-width .he_stage .formTable {
        text-align: left;
    }
    .show-form.landing-page-body .formContent {
        display: block !important;
        text-align: left !important;
        margin: 0 !important;
    }
}

@media (max-width: 1199px) {
    .show-form-mobile.landing-page-body .landing-sticky-right-form {
        text-align: center;
    }
    .show-form-mobile.landing-page-body .formTable tr {
        display: flex;
        justify-content: center;
    }
    .show-form-mobile.landing-page-body .formContent,
    .show-form-mobile.landing-page-body .rm-form-wrapper,
    .show-form-mobile.landing-page-body .he_nodrop {
        width: auto !important;
    }
    .show-form-mobile .he_stage table {
        width: 100% !important;
        table-layout: fixed;
    }
    .show-form-mobile.landing-page-body .rm-form-wrapper2 {
        text-align: center !important;
    }
    .show-form-mobile.landing-page-body .formContent label {
        margin-right: 10px;
    }
    .show-form-mobile.landing-page-body .landing-sticky-right-form h2.title {
        display: none;
    }
    .show-form-mobile.landing-page-body .formTable tr.has-extra-boxes:first-child>td:first-child {
        display: block !important;
    }
    .show-form-mobile.landing-page-body .formTable tr.has-extra-boxes:first-child>td {
        width: 32% !important;
    }
    .show-form-mobile.landing-page-body .formTable tr.has-extra-boxes:first-child>td:nth-child(2),
    .show-form-mobile.landing-page-body .formTable tr.has-extra-boxes:first-child>td:nth-child(3) {
        margin-left: 1% !important;
    }
    .show-form-mobile.landing-page-body .formTable tr.has-extra-boxes:first-child>td:last-child {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .show-form-mobile.landing-page-body .formTable tr.has-extra-boxes:first-child>td:last-child .rm-form-submit {
        margin: 0 auto !important;
    }
    .landing-page-body .formTable .has-extra-boxes {
        flex-wrap: wrap;
    }
    .landing-page-body .formTable .has-extra-boxes td:nth-child(3) label {
        width: 100%;
    }
    .landing-page-body .rm-form-wrapper .has-extra-boxes .rm-field-width-full {
        text-align: left;
    }
    .show-form-mobile.landing-page-body .formTable.has-four-boxes tr {
        flex-wrap: wrap;
    }
    .show-form-mobile.landing-page-body .formTable.has-four-boxes .formContent label {
        margin-right: 0;
    }
    .show-form-mobile.landing-page-body .formTable.has-four-boxes .formContent {
        padding: 0 5px 5px;
        width: 50% !important;
    }
    .show-form-mobile.landing-page-body .formTable.has-four-boxes tr:nth-child(2) .formContent:last-child {
        width: auto !important;
    }
}

@media (min-width: 901px) and (max-width: 1199px) {
    .show-form-mobile.landing-page-body .rm-form-wrapper .has-extra-boxes select.rm-field-width-full {
        height: 47px;
    }
}

@media (max-width: 479px) {
    .show-form-mobile.landing-page-body .rm-form-wrapper .has-extra-boxes .rm-field-width-full {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (max-width: 61.99em) {
    .landing-desktop-hide {
        display: none;
    }
}

@media (min-width: 62em) {
    .landing-mobile-hide {
        display: none;
    }
}

@media (min-width: 48em) and (max-width: 61.99em) {
    .split .landing-hero .videoWrapper,
    .split .landing-hero .video-sound-control {
        display: block;
    }
    .split .landing-hero .landing-hero-media {
        background: none;
    }
}

#landing_container>img {
    display: none;
}

@media (max-width: 29.938em) {
    .landing-page-body.show-form-mobile .rm-form-submit {
        min-width: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.alert-cookie {
        /*
        position: fixed;
        top: 0px;
        */
        z-index: 999999;
        width: 100%;
        margin-bottom: 0px;
        background-color: #222;
        color: #fff;
        border-radius: 0px;
        font-size: 14px;
    }

        /*
    .main-header{
        padding-top: 72px !important;
    }
    */

        .alert-cookie a {
            color: #31a8f0;
        }

            .alert-cookie a:hover {
                color: #b2f7ff;
            }

        .alert-cookie button {
            border-radius: 5px;
            border: 0px solid #000;
            padding: 8px 15px;
        }

            .alert-cookie button.accept {
                background-color: #0079C1;
                color: #fff;
            }

                .alert-cookie button.accept:hover {
                    opacity: 0.9;
                }

            .alert-cookie button.decline {
                background-color: #222;
                color: #888;
            }

                .alert-cookie button.decline:hover {
                    color: #fff;
                }