.headerSubNavLink {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "open_sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

    .headerSubNavLink:hover {
        color: #ffffff;
    }
.wrapper {
    margin: 0 auto;
    max-width: 1025px;
    position: relative;
}

.buffer {
    padding: 0 10px;
}

.vr {
    margin-bottom: 0.9em;
}

.blocks {
    margin-left: -2.5641025641%;
}

    .blocks > * {
        margin-left: 2.5%;
        margin-bottom: 2.5%;
    }

.mix-blocks_2upLG > * {
    width: 47.5%;
}

.mix-blocks_3upLG > * {
    width: 30.8333333333%;
}

.mix-blocks_4upLG > * {
    width: 22.5%;
}

.mix-blocks_6upLG > * {
    width: 14.1666666667%;
}
.mix-blocks-item_hero2upLG2wide {
    width: 97.5%;
}

.mix-blocks-item_hero3upLG2wide {
    width: 64.1666666667%;
}

.mix-blocks-item_hero4upLG2wide {
    width: 47.5%;
}

.mix-blocks-item_hero6upLG2wide {
    width: 30.8333333333%;
}

.mix-blocks_equal > * {
    margin-bottom: 0;
}

    .mix-blocks_equal > * > * {
        margin-bottom: 24px;
    }

.mix-blocks_tableCells > li {
    display: inline-table;
    /* Fix for IE */
}
.mix-blocks_tableCells > li > a {
        display: table-cell;
}

.btn_primary, .btn_primary2 {
    color: #ffffff;
    background-color: #2d62a1;
    border-bottom: 2px solid #d3d3d3;
}

    .btn_primary:not([disabled]):not(.isDisabled):hover {
        color: #ffffff;
    }

    .btn_primary2:hover {
        color: #ffffff;
    }

.btn, .btn2 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 14px 20px;
    border: none;
    font-family: "montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
}

    .btn:not([disabled]):not(.isDisabled):hover, .btn2:not([disabled]):not(.isDisabled):hover {
        text-decoration: none;
    }

.btn_quaternary2 {
    font-weight: bold;
    background: none;
    color: #2d62a1;
    border: 2px solid #dadada;
    padding: 10px 22px;
    vertical-align: middle;
}

    .btn_quaternary2:not([disabled]):not(.isDisabled):hover {
        color: #3371aa;
        border: 2px solid #3371aa;
    }

    .btn_quaternary2.isActive {
        border: 2px solid #3371aa;
    }

.btn btn-info {
    color: #ffffff;
    background-color: #00a0cc;
}

.mix-btn_fullWidth2 {
    width: 100%;
}

.mix-btn_wide {
    min-width: 300px;
}

.mix-btn_textCaseAuto {
    text-transform: none;
}

.mix-btn_condensed2, .mix-btn_condensed2 {
    padding: 10px 20px 10px 20px;
    min-width: 0;
    font-size: 11px;
}

.mix-btn_tall, .mix-btn_tall2 {
    height: 70px;
}


.carousel-text {
    color: #34657f;
    position: relative;
    bottom: 45px;
    background: transparent;
}

.carousel-text2 {
    color: #34657f;
    position: relative;
    bottom: 45px;
    background: transparent;
	font-weight:normal;
}
.carousel-text3 {
    color: #ffffff;
    position: relative;
    bottom: 45px;
    background: transparent;
}
.carousel-text4 {
    color: #ffffff;
    position: relative;
    bottom: 45px;
    background: transparent;
	font-weight:normal;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/*Media Queries for mobile/tablet responsiveness */
@media only screen and (max-width:1500px) {
    .carousel-text {
        bottom: 100px;
        font-size: 30px;
    }
    .carousel-text2 {
        bottom: 100px;
        font-size: 30px;
    }
	.carousel-text3 {
        bottom: 100px;
        font-size: 30px;
    }
	.carousel-text4 {
        bottom: 100px;
        font-size: 30px;
    }
}
@media only screen and (max-width:1199px){
    .carousel-text {
        bottom: 95px;
        font-size: 25px;
    }
    .carousel-text2 {
         bottom: 95px;
        font-size: 25px;
    }
	.carousel-text3 {
         bottom: 95px;
        font-size: 25px;
    }
	.carousel-text4 {
         bottom: 95px;
        font-size: 25px;
    }
}
@media only screen and (max-width:991px) {
    .carousel-text {
        bottom: 90px;
        font-size: 22px;
    }
    .carousel-text2 {
        bottom: 90px;
        font-size: 22px;
    }
	.carousel-text3 {
         bottom: 90px;
        font-size: 22px;
    }
	.carousel-text4 {
         bottom: 90px;
        font-size: 22px;
    }
}
@media only screen and (max-width:768px) {
    .vr {
        margin-bottom: 1em;
    }

    .vr_2n {
        margin-bottom: 2em;
    }

    .vr_3n {
        margin-bottom: 3em;
    }

    .vr_4n {
        margin-bottom: 4em;
    }

    .vr_5n {
        margin-bottom: 5em;
    }

    .vr_6n {
        margin-bottom: 6em;
    }

    .blocks {
        margin-left: -3.2258064516%;
    }

        .blocks > * {
            margin-left: 3.125%;
            margin-bottom: 3.125%;
        }

    .mix-blocks_2upMD > * {
        width: 46.875%;
    }

    .mix-blocks_3upMD > * {
        width: 30.2083333333%;
    }

    .mix-blocks_4upMD > * {
        width: 21.875%;
    }
    .carousel-text {
        bottom: 120px;
        font-size: 24px;
    }
    .carousel-text2 {
        bottom: 120px;
        font-size: 24px;
    }
	.carousel-text3 {
        bottom: 120px;
        font-size: 24px;
    }
	.carousel-text4 {
        bottom: 120px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 320px) and (max-width:576px) {
    .vr {
        margin-bottom: 0.6em;
    }
    .blocks {
        margin-left: -2.2258064516%;
    }

        .blocks > * {
            margin-left: 1.1%;
            margin-bottom: 1.1%;
        }

    .mix-blocks_2upMD > * {
        width: 45.255%;
    }

    .carousel-text {
        bottom: 18px;
        font-size: 18px;
    }
    .carousel-text2 {
        bottom: 16px;
        font-size: 16px;
    }
	.carousel-text3 {
       bottom: 18px;
        font-size: 18px;
    }
	.carousel-text4 {
        bottom: 18px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 315px) {
    .vr {
        margin-bottom: 0.2em;
    }

    .blocks {
        margin-left: -1%;
    }

        .blocks > * {
            margin-left: 1.1%;
            margin-bottom: 1.1%;
        }

    .mix-blocks_2upMD > * {
        width: 43.255%;
    }
    
    .carousel-text {
        bottom: 8px;
        font-size:12px;
    }
    .carousel-text2 {
        bottom: 8px;
        font-size: 12px;
    }
	.carousel-text3 {
        bottom: 8px;
        font-size: 12px;
    }
	.carousel-text4 {
        bottom: 8px;
        font-size: 12px;
    }
}
