/*@font-face {
    font-family: 'Muller-Bold';
    src: url('/css/fonts/webfonts/3AE24D_2_0.eot');
    src: url('/css/fonts/webfonts/3AE24D_2_0.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/webfonts/3AE24D_2_0.woff2') format('woff2'),
    url('/css/fonts/webfonts/3AE24D_2_0.woff') format('woff'),
    url('/css/fonts/webfonts/3AE24D_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Muller-BoldItalic';
    src: url('/css/fonts/webfonts/3AE24D_5_0.eot');
    src: url('/css/fonts/webfonts/3AE24D_5_0.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/webfonts/3AE24D_5_0.woff2') format('woff2'),
    url('/css/fonts/webfonts/3AE24D_5_0.woff') format('woff'),
    url('/css/fonts/webfonts/3AE24D_5_0.ttf') format('truetype');
}


@font-face {
    font-family: 'Muller-Medium';
    src: url('/css/fonts/webfonts/3AE24D_C_0.eot');
    src: url('/css/fonts/webfonts/3AE24D_C_0.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/webfonts/3AE24D_C_0.woff2') format('woff2'),
    url('/css/fonts/webfonts/3AE24D_C_0.woff') format('woff'),
    url('/css/fonts/webfonts/3AE24D_C_0.ttf') format('truetype');
}


@font-face {
    font-family: 'Muller-MediumItalic';
    src: url('/css/fonts/webfonts/3AE24D_D_0.eot');
    src: url('/css/fonts/webfonts/3AE24D_D_0.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/webfonts/3AE24D_D_0.woff2') format('woff2'),
    url('/css/fonts/webfonts/3AE24D_D_0.woff') format('woff'),
    url('/css/fonts/webfonts/3AE24D_D_0.ttf') format('truetype');
}


@font-face {
    font-family: 'Muller-Regular';
    src: url('/css/fonts/webfonts/3AE24D_E_0.eot');
    src: url('/css/fonts/webfonts/3AE24D_E_0.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/webfonts/3AE24D_E_0.woff2') format('woff2'),
    url('/css/fonts/webfonts/3AE24D_E_0.woff') format('woff'),
    url('/css/fonts/webfonts/3AE24D_E_0.ttf') format('truetype');
}


@font-face {
    font-family: 'Muller-RegularItalic';
    src: url('/css/fonts/webfonts/3AE24D_F_0.eot');
    src: url('/css/fonts/webfonts/3AE24D_F_0.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/webfonts/3AE24D_F_0.woff2') format('woff2'),
    url('/css/fonts/webfonts/3AE24D_F_0.woff') format('woff'),
    url('/css/fonts/webfonts/3AE24D_F_0.ttf') format('truetype');
}*/


/**
 * Base Styles
 */

::-moz-selection {
    background: #e1e1e1;
}

::selection {
    background: #e1e1e1;
}

body {
    background-color: #fff;
    color: #767676;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

h1 {
    color: #000;
    font-family: 'Muller-Regular', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 50px;
}

h2 {
    color: #000;
    font-family: 'Muller-Regular', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 40px;
}

h3 {
    color: #000;
    font-family: 'Muller-Regular', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 40px;
}

h4 {
    font-family: 'Muller-Regular', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 30px;
}

h5 {
    color: #000;
    font-family: 'Muller-Regular', sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

h6 {
    font-family: 'Muller-Regular', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

p {
    margin-bottom: 30px;
    margin-top: 0;
}

ul {
    list-style: square;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
}

ol {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
}

li ul,
li ol {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 30px;
}

hr {
    background-color: #54c8e8;
    border: none;
    height: 4px;
    margin: 30px 0;
    width: 80px;
}

blockquote {
    border-left: 4px solid #54c8e8;
    color: #000;
    float: right;
    /* font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; */
    font-family: "Muller-Regular", sans-serif;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 30px 0;
    padding-left: 30px;
    padding-top: 30px;
}

pre {
    background-color: #f6f9fb;
    font-family: 'Lucida Console', Monaco, monospace;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow-x: scroll;
    padding: 30px;
}

a {
    color: #007FAE;
    text-decoration: none;
    transition: color 0.2s linear;
}

a:hover {
    color: #195984;
}

img {
    height: auto;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

table {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #d2d2d2;
    padding: 5px;
    text-align: center;
}

form {
    margin-bottom: 30px;
    margin-top: 30px;
}

label {
    /* font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700; */
    font-family: "Muller-Medium", sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('../images/down-arrow.png') no-repeat right 10px center / 15px 9px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: inherit;
    font: 16px/26px 'Muller-Regular', sans-serif;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    width: 100%;
}

/*textarea,*/
/*input[type='text'],*/
/*input[type='search'] {*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    background: #fff;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
/*    box-sizing: border-box;*/
/*    color: inherit;*/
/*    font: 16px/26px 'Muller-Regular', sans-serif;*/
/*    margin: 0;*/
/*    outline: none;*/
/*    padding: 5px 10px;*/
/*    width: 100%;*/
/*}*/

/*input[type='submit'] {*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    background: #007fae url('../images/white-arrow.png') no-repeat right 20px center / 25px 15px;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    box-sizing: border-box;*/
/*    color: #000;*/
/*    cursor: pointer;*/
/*    font-family: 'Muller-Regular', sans-serif;*/
/*    font-size: 17px;*/
/*    letter-spacing: 2px;*/
/*    line-height: 22px;*/
/*    margin: 0;*/
/*    max-width: 100%;*/
/*    outline: none;*/
/*    padding: 16px 70px 14px 20px;*/
/*    text-transform: uppercase;*/
/*    transition: background-color 0.2s linear;*/
/*}*/

/*input[type='submit']:hover,*/
/*input[type='submit']:focus {*/
/*    background-color: #007fae;*/
/*    color: #fff;*/
/*}*/

::-webkit-input-placeholder {
    color: #767676;
}

:-moz-placeholder {
    color: #767676;
    opacity: 1;
}

::-moz-placeholder {
    color: #767676;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #767676;
}

::-ms-input-placeholder {
    color: #767676;
}

@media (min-width: 600px) {

    h1 {
        font-size: 42px;
        line-height: 56px;
    }

    blockquote {
        border-bottom: 4px solid #54c8e8;
        border-left: 0;
        float: right;
        margin-left: 40px;
        padding-left: 0;
        padding-top: 0;
        width: 40%;
    }

}

@media (min-width: 1000px) {

    h1 {
        font-size: 56px;
        line-height: 70px;
    }

}

/**
 * WordPress Core
 */

.alignnone {
    margin: 0 30px 30px 0;
}

.aligncenter {
    display: block;
    margin: 30px auto;
}

.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.wp-caption {
    background-color: #f6f9fb;
    max-width: 100%;
}

.wp-caption img {
    display: block;
    height: auto;
    width: 100%;
}

.wp-caption-dd,
.wp-caption-text {
    color: #b7b7b7;
    font-family: 'Muller-Medium', sans-serif;
    font-size: 12px;
    /* font-weight: 500; */
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 14px 20px 10px 20px;
    text-transform: uppercase;
}

.more-link {
    font-family: 'Muller-Medium', sans-serif;
    font-size: 12px;
    /* font-weight: 500; */
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    clip: auto;
    color: #b7b7b7;
    display: block;
    font-family: 'Muller-Medium', sans-serif;
    font-size: 12px;
    /* font-weight: 500; */
    height: auto;
    left: 30px;
    letter-spacing: 2px;
    line-height: 16px;
    max-width: calc(100% - 100px);
    outline: none;
    padding: 14px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    top: 30px;
    width: auto;
    z-index: 100000;
}

.gallery {
    margin: 30px -15px;
    padding: 0 0 30px 0;
}

.gallery:after {
    clear: both;
    content: '';
    display: table;
}

.gallery .gallery-item {
    background-color: #f6f9fb;
    float: left;
    margin: 30px 15px 0 15px;
    padding: 0;
    position: relative;
    width: calc(100% - 30px);
}

.gallery-item img {
    display: block;
    width: 100%;
}

@media ( min-width: 400px ) {

    .gallery .gallery-item {
        width: calc(50% - 30px);
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: calc(100% - 30px);
    }

}

@media ( min-width: 600px ) {

    .gallery .gallery-item {
        width: calc(33.33% - 30px);
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: calc(100% - 30px);
    }

    .gallery.gallery-columns-2 .gallery-item {
        width: calc(50% - 30px);
    }

}

/**
 * Layout Tools
 */

.button, button {
    background: #007fae url('../images/white-arrow.png') no-repeat right 20px center / 25px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 22px;
    max-width: 100%;
    padding: 16px 70px 14px 20px;
    text-transform: uppercase;
    border: 0;
}

.button:hover, button:hover {
    background-color: #195984;
    color: #fff;
    background-position: right 10px center;
}

/**
 * Gravity Forms
 */

.gform_fields {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.gfield {
    margin-top: 20px;
}

.gform_validation_container {
    display: none;
}

.hidden_label label {
    display: none;
}

.validation_error {
    color: #b7b7b7;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

.validation_message {
    color: #b7b7b7;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
    margin-top: 5px;
    text-transform: uppercase;
}

.gform_footer {
    margin-top: 20px;
}

/**
 * Navigation Styles
 */

.nav {
    background-color: #f6f9fb;
    display: none;
    position: relative;
    z-index: 2;
}

.nav-wrapper {
    padding: 20px 30px;
}

.search-form {
    margin-top: 10px;
    position: relative;
}

.search-form .search-field {
    padding-right: 36px;
}

.search-form .search-submit {
    background-color: #fff;
    background-image: url('images/search-icon.png');
    background-position: center center;
    background-size: 15px 16px;
    height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 0;
    transition: opacity 0.2s linear;
    width: 36px;
}

.search-form .search-submit:hover {
    background-color: #fff;
    opacity: 0.8;
}

.nav-list {
    font-family: 'Muller-Medium', sans-serif;
    /* font-weight: 500; */
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

/*.nav-item {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}


.nav-item svg {
    height: 20px;
    left: 15px;
    transform: translateX(-50%);
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.nav-item path {
    transition: fill 0.2s linear;
    fill: #004877;
}

.nav-item:hover path {
    fill: #195984;
}*/

.nav-link {
    background-position: left -2px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    color: #004877;
}

.nav-link a, .nav-link a:link, .nav-link a:active {
    color: #004877;
}

.nav-link a:hover, .nav-link a:focus {
    color: #195984;
}

@media ( min-width: 800px ) {

    .nav {
        background-color: transparent;
        display: block;
        position: absolute;
        right: 30px;
    }

    .nav-wrapper {
        padding: 0;
    }

    .nav-wrapper:after {
        clear: both;
        content: '';
        display: table;
    }

    .search-form {
        display: none;
    }

    .nav-list {
        float: left;
        margin-top: -15px;
    }

    .nav-list:after {
        clear: both;
        content: '';
        display: table;
    }

   /* .nav-item {
        float: left;
        margin-left: 12px;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
    }

    .nav-item:first-child {
        margin-left: 0;
    }

    .nav-item:hover:after {
        bottom: -23px;
        content: '';
        display: block;
        height: 5px;
        left: 5px;
        position: absolute;
        right: -2px;
    }


    .nav-item.active:after {
        bottom: -23px;
        content: '';
        display: block;
        height: 5px;
        left: 5px;
        position: absolute;
        right: -2px;
    }*/

    .nav-link {
        padding-left: 35px;
    }

}

@media (min-width: 1000px) {

    .search-form {
        background-color: #edf3f7;
        display: block;
        float: right;
        margin-left: 30px;
        margin-top: 0;
        padding: 20px;
        width: 130px;
    }

    .search-form .search-field {
        box-shadow: none;
        padding: 7px 40px 7px 7px;
    }

    .search-form .search-submit {
        height: 39px;
        right: 21px;
        top: 21px;
        width: 40px;
    }

}

@media (min-width: 1100px) {

    .search-form {
        width: 190px;
    }

    /*.nav-item {
        margin-left: 30px;
    }*/

    .nav-link {
        padding-left: 30px;
    }

    .search-form {
        margin-left: 30px;
    }

}

@media (min-width: 1200px) {

    /*.nav-item {
        margin-left: 40px;
    }*/

    .nav-link {
        padding-left: 40px;
    }

    .search-form {
        margin-left: 40px;
    }

}

@media (min-width: 1260px) {

    .nav {
        margin-right: -600px;
        position: absolute;
        right: 50%;
    }

}

/**
 * Header Styles
 */

.header {
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    height: 60px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.header-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    padding-left: 220px;
    padding-right: 30px;
    position: relative;
}

.logo-link {
    background-color: #4b9cd3;
    display: block;
    height: 80px;
    left: 30px;
    position: absolute;
    top: 0;
    transition: background-color 0.2s linear;
    width: 120px;
}

.logo-link:hover {
    background-color: #007fae;
}

.logo-image {
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.menu-toggle-link {
    display: block;
    height: 24px;
    overflow: visible;
    position: absolute;
    right: 30px;
    text-transform: none;
    top: 17px;
    transition: opacity 0.2s linear;
    width: 40px;
}

.menu-toggle-link:hover {
    opacity: 0.7;
}

.menu-toggle-link-inner {
    display: block;
    margin-top: -2px;
    top: 50%;
}

.menu-toggle-link-inner,
.menu-toggle-link-inner:after,
.menu-toggle-link-inner:before {
    background-color: #54c8e8;
    height: 4px;
    position: absolute;
    width: 40px;
    transition: transform 0.15s ease;
}

.menu-toggle-link-inner:after,
.menu-toggle-link-inner:before {
    display: block;
    content: '';
}

.menu-toggle-link-inner:before {
    top: -10px;
}

.menu-toggle-link-inner:after {
    bottom: -10px;
}

.menu-toggle-link .menu-toggle-link-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.menu-toggle-link .menu-toggle-link-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.menu-toggle-link .menu-toggle-link-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.menu-toggle-link.js-active .menu-toggle-link-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.menu-toggle-link.js-active .menu-toggle-link-inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
}

.menu-toggle-link.js-active .menu-toggle-link-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
}

@media (min-width: 600px) {

    .header {
        height: 80px;
    }

    .header-wrapper {
        padding-left: 270px;
    }

    .logo-link {
        height: 150px;
        width: 180px;
    }

    .logo-image {
        height: 110px;
    }

    .menu-toggle-link {
        top: 27px;
    }

}

@media (min-width: 800px) {

    .menu-toggle-link {
        display: none;
    }

}

/**
 * Marquee Styles
 */

.marquee {
    margin-bottom: 50px;
}

.marquee-content {
    max-width: 680px;
}

.marquee-title {
    color: #004877;
    margin-bottom: 0;
    margin-top: 0;
    visibility: hidden;
}

.marquee-title-additional {
    color: #767676;
    font-family: 'Muller-RegularItalic', sans-serif;
    /* font-style: italic; */
}

.marquee-description {
    color: #000;
    font-family: 'Muller-MediumItalic', sans-serif;
    /* font-style: italic; */
    /* font-weight: bold; */
    margin-bottom: 0;
    margin-top: 20px;
    visibility: hidden;
}

.marquee-form {
    background-color: #444;
    margin-bottom: 0;
    padding: 30px;
    visibility: hidden;
}

.marquee-form:after {
    clear: both;
    content: '';
    display: table;
}

.marquee-form .marquee-topic-field,
.marquee-form .marquee-search-field,
.marquee-form .marquee-date-field {
    border-bottom: 4px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 1px;
    transition: border-bottom-color 0.2s linear;
    visibility: hidden;
}

.marquee-form .marquee-topic-field.js-has-value,
.marquee-form .marquee-search-field.js-has-value,
.marquee-form .marquee-date-field.js-has-value {
    border-bottom-color: #54c8e8;
}

.marquee-form .marquee-submit-button {
    color: #fff;
    background-color: #049cd3;
    background-image: url('images/magnifying-glass-white.svg');
    background-size: 16px auto;
    background-position: 13px center;
    padding: 7px 42px;
    visibility: hidden;
    width: 100%;
}

.marquee-form .marquee-submit-button:hover {
    background-color: #007fae;
    color: #fff;
}

@media (min-width: 600px) {

    .marquee-form {
        padding: 10px;
    }

    .marquee-form .marquee-topic-field,
    .marquee-form .marquee-date-field {
        float: left;
        font-size: 20px;
        line-height: 26px;
        margin: 10px;
        padding: 16px 16px 12px 16px;
        width: calc(50% - 20px);
    }

    .marquee-form .marquee-search-field {
        float: left;
        font-size: 20px;
        line-height: 26px;
        margin: 10px;
        padding: 16px 16px 12px 16px;
        width: calc(50% - 20px);
    }

    .marquee-form .marquee-submit-button {
        background-size: 24px auto;
        background-position: 20px center;
        float: left;
        margin: 10px;
        padding: 18px 60px;
        width: calc(50% - 20px);
    }

}

@media (min-width: 900px) {

    .marquee-form .marquee-topic-field,
    .marquee-form .marquee-search-field,
    .marquee-form .marquee-date-field,
    .marquee-form .marquee-submit-button {
        width: calc(25% - 20px);
    }

}

@media (min-width: 1000px) {

    .marquee-content {
        margin-left: 60px;
    }

    .marquee-description {
        font-size: 22px;
        line-height: 34px;
    }

}

/**
 * Main Content Styles
 */

main {
    display: block;
}

.main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 50px 30px;
}

.main:after {
    clear: both;
    content: '';
    display: table;
}

.main-content:after {
    clear: both;
    content: '';
    display: table;
}

.featured-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.featured-video-container iframe,
.featured-video-container object,
.featured-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.attachment-post-thumbnail-wrapper {
    margin-bottom: 40px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.attachment-post-thumbnail-wrap {
    max-height: 400px;
    transform: translateY(50%);
}

.attachment-post-thumbnail {
    display: block;
    transform: translateY(-50%);
    width: 100%;
}

.post-title {
    margin-top: 0;
    visibility: hidden;
}

.post-meta {
    border-left: 5px solid #54c8e8;
    margin-bottom: 30px;
    padding-left: 30px;
    visibility: hidden;
}

.post-meta-date {
    color: #151515;
    font-style: italic;
    margin-bottom: 0;
}

.post-meta-author {
    color: #151515;
    font-style: italic;
    margin-bottom: 0;
}

.post-meta-categories {
    color: #b7b7b7;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.post-meta-categories a {
    color: #b7b7b7;
}

.post-meta-categories a:hover {
    color: #767676;
}

@media (min-width: 600px) {

    .main-content {
        float: left;
        width: calc(100% - 220px);
    }

    .attachment-post-thumbnail-wrapper {
        max-height: 600px;
    }

    .attachment-post-thumbnail-wrap {
        max-height: 600px;
    }

}

@media (min-width: 800px) {

    .main-content {
        width: calc(100% - 260px);
    }

}

@media (min-width: 1000px) {

    .main-content {
        width: calc(100% - 340px);
    }

    .post-meta {
        margin-bottom: 60px;
    }

}


/**
 * Sidebar Styles
 */

.sidebar {
    font-family: 'Muller-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.sidebar p {
    margin-bottom: 26px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_trending ul {
    font-size: 17px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li {
    margin-bottom: 4px;
    margin-top: 4px;
}

.widget_trending li {
    margin-bottom: 20px;
}

.widget_trending li:last-child {
    margin-bottom: 0;
}

.widget_archive li ul,
.widget_categories li ul,
.widget_pages li ul,
.widget_meta li ul,
.widget_trending li ul {
    padding-left: 20px;
}

.widget_archive ul a,
.widget_categories ul a,
.widget_pages ul a,
.widget_meta ul a,
.widget_trending ul a {
    color: #767676;
}

.widget_archive ul a:hover,
.widget_categories ul a:hover,
.widget_pages ul a:hover,
.widget_meta ul a:hover,
.widget_trending ul a:hover {
    color: #000;
}

.textwidget ul,
.textwidget ol {
    margin-bottom: 26px;
    margin-top: 26px;
}

.textwidget li ul,
.textwidget li ol {
    margin-bottom: 5px;
    margin-top: 5px;
}

.widget {
    border-top: 4px solid #54c8e8;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.widget-title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.widget form {
    margin-top: 0;
}

.widget .small-submit-button {
    position: relative;
}

.widget .small-submit-button input[type='text'] {
    padding: 10px 61px 10px 15px;
}

.widget .small-submit-button input[type='text'] {
    padding: 10px 61px 10px 15px;
}

.widget .small-submit-button .gfield_error input[type='text'] {
    border-left: 4px solid #ED40A9;
}

.widget .small-submit-button .validation_message {
    display: none;
}

.widget .small-submit-button .gform_footer,
.gform_body {
    margin-top: 0;
}

.widget .small-submit-button .gform_button {
    background-image: url('../images/white-arrow.png');
    background-position: center center;
    bottom: 0;
    height: 46px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    width: 46px;
}

.widget .button {
    background-image: none;
    background-color: #007fae;
    font-size: 16px;
    padding: 10px 20px;
}

@media (min-width: 600px) {

    .sidebar {
        float: right;
        width: 180px;
    }

    .widget:first-child {
        margin-top: 0;
    }

}

@media (min-width: 800px) {

    .sidebar {
        width: 220px;
    }

}

@media (min-width: 1000px) {

    .sidebar {
        width: 280px;
    }

}

/**
 * Footer Styles
 */

.footer {
    background-color: #444;
}

.footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 30px;
}

.footer-logo-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 140px;
    transition: opacity 0.2s linear;
}

.footer-logo-link:hover {
    opacity: 0.8;
}

.footer-logo-image {
    display: block;
    height: auto;
    width: 100%;
}

.footer-explore {
    border-top: 4px solid #575757;
    margin-top: 30px;
    padding-top: 20px;
}

.footer-explore-title {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-explore-title a{
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-explore-title a:hover{
    color: #54c8e8;
}

.footer-explore-list {
    font-family: 'Muller-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.footer-explore-list:after {
    clear: both;
    content: '';
    display: table;
}

.footer-explore-item {
    clear: both;
    float: left;
    margin-top: 10px;
    position: relative;
}

.footer-explore-item svg {
    height: 18px;
    left: 10px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    width: 22px;
}


.footer-explore-item path {
    fill: #e1e1e1;
    transition: fill 0.2s linear;
}

.footer-explore-item:hover path,
.footer-explore-item.active path {
    fill: #54c8e8;
}

.footer-explore-link {
    color: #e1e1e1;
    padding-left: 34px;
}

.footer-explore-link:hover,
.footer-explore-item.active .footer-explore-link {
    color: #bdddff;
}

.footer-connect {
    border-top: 4px solid #575757;
    margin-top: 30px;
    padding-top: 20px;
}

.footer-connect-list {
    font-family: 'Muller-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.footer-connect-list:after {
    clear: both;
    content: '';
    display: table;
}

.footer-connect-item {
    clear: both;
    float: left;
    margin-top: 10px;
    position: relative;
}

.footer-connect-item svg {
    height: 18px;
    left: 10px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.footer-connect-item path,
.footer-connect-item g {
    fill: #e1e1e1;
    transition: fill 0.2s linear;
}

.footer-connect-item:hover path,
.footer-connect-item:hover g {
    fill: #54c8e8;
}

.footer-connect-link {
    color: #e1e1e1;
    padding-left: 34px;
}

.footer-connect-link:hover {
    color: #54c8e8;
}

.footer-connect-title {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-subscribe, .subscribe {
    border-top: 4px solid #575757;
    margin-top: 30px;
    padding-top: 20px;
}

.footer-subscribe form, .subscribe form {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.footer-subscribe .gform_title {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.subscribe .gform_title {
    color: #fff;
    margin-top: 0;
}

.footer-subscribe .gform_description,
.subscribe .gform_description {
    color: #e1e1e1;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}

.footer-subscribe .validation_error,
.subscribe .validation_error {
    margin-top: 10px;
}

.footer-subscribe .validation_message,
.subscribe .validation_message {
    display: none;
}

.footer-subscribe input[type='text'],
.subscribe input[type='text'] {
    padding: 10px 61px 10px 15px;
    color: #39383a;
}

.footer-subscribe .gfield_error input[type='text'],
.subscribe .gfield_error input[type='text'] {
    border-left: 4px solid #ED40A9;
}

.footer-subscribe .gform_footer,
.subscribe .gform_footer {
    margin-top: 0;
}

.footer-subscribe .gform_button,
.subscribe .gform_button {
    background-position: center center;
    bottom: 0;
    height: 46px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    width: 46px;
}

.footer-copyright {
    background-color: #252525;
    margin-bottom: 0;
    padding: 30px;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.footer-copyright-logo-image {
    display: inline-block;
    width: 110px;
}

.footer-copyright-text {
    font-family: 'Muller-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
}
.footer-copyright-text a {

    color: #fff;
}

.footer-copyright-text a:hover {

    color: #bdddff;
}

@media (min-width: 600px) {

    .footer-wrapper {
        padding-bottom: 50px;
        padding-top: 50px;
    }

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

    .footer-logo-wrapper {
        float: left;
        width: calc(50% - 15px);
    }

    .footer-logo-link {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-explore {
        float: left;
        margin-left: 30px;
        margin-top: 0;
        width: calc(50% - 15px);
    }

    .footer-connect {
        float: left;
        margin-top: 40px;
        width: calc(50% - 15px);
    }

    .footer-subscribe {
        float: left;
        margin-left: 30px;
        margin-top: 40px;
        width: calc(50% - 15px);
    }

    .footer-copyright-logo-image {
        display: block;
        float: left;
    }

    .footer-copyright-text {
        float: right;
        margin-top: 13px;
    }

}

@media (min-width: 1000px) {

    .footer-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-logo-wrapper,
    .footer-explore,
    .footer-connect,
    .footer-subscribe {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
        width: calc(25% - 30px);
    }

}

/**
 * Post Grid Styles
 */

.post-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
}

.post-card {
    background-color: #fff;
    border-bottom: 4px solid #54c8e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 280px;
    position: relative;
    visibility: hidden;
}

.post-card img,
.post-card #rvdub-con video {
    display: block;
    transition: transform 0.3s 0s;
    width: 100%;
}

.post-card #rvdub-con video {
    margin-top: -13px;
}

.post-card:hover img {
    transform: translateY(-200px);
    transition: transform 0.3s 0.08s;
}


.post-card-content {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    height: 280px;
    padding: 30px 30px 60px 30px;
    position: absolute;
    transition: all 0.3s 0s;
}

.post-card:hover .post-card-content {
    height: 100%;
    padding-bottom: 112px;
    transition: all 0.3s 0.08s;
}

.post-card-meta {
    color: #151515;
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 15px;
}

.post-card-author:before {
    background-color: #151515;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: -3px;
    width: 4px;
}

.post-card-text {
    overflow: hidden;
    position: relative;
    margin-right: -10px;
    padding-right: 10px;
    max-height: 152px;
    transition: max-height 0.3s 0s;
}

.post-card:hover .post-card-text {
    max-height: 264px;
    transition: max-height 0.3s 0.08s;
}

.post-card-text:before {
    content: '...';
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.post-card-title {
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
}

.post-card-excerpt {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 12px;
    position: relative;
}

.post-card-excerpt:after {
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 10px;
    height: 20px;
}

.post-card-categories {
    bottom: 15px;
    color: #b7b7b7;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 30px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: transform 0.3s 0s;
    white-space: nowrap;
    width: calc(100% - 60px);
}

.post-card-categories a {
    color: #b7b7b7;
}

.post-card:hover .post-card-categories {
    transform: translateY(-52px);
    transition: transform 0.3s 0.08s;
}

.post-card-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-card-button {
    background-color: #54c8e8;
    background-image: url('../images/white-arrow.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    box-sizing: border-box;
    color: #151515;
    display: block;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 17px;
    left: 0;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 16px 70px 14px 20px;
    position: absolute;
    text-transform: uppercase;
    transition: transform 0.3s 0s;
    top: 100%;
    width: 100%;
}

.post-card:hover .post-card-button {
    background: 007fae;
    transform: translateY(-52px);
    transition: transform 0.3s 0.08s;
    color: #fff;
}

.news .post-card-button,
.news .post-card:hover .post-card-button {
    background-image: url('../images/black-arrow.png')
}

.pagination {
    font-family: 'Muller-Bold', sans-serif;
    /* font-weight: 700; */
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.page-numbers {
    margin-left: 5px;
}

.pagination a {
    color: #767676;
}

.pagination a:hover,
.pagination .current {
    color: #000;
}

.pagination-next-link {
    display: inline-block;
    margin-left: 20px;
}

@media (min-width: 700px) {

    .post-grid {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -30px;
        max-width: none;
    }

    .post-grid:after {
        clear: both;
        content: '';
        display: table;
    }

    .post-card {
        float: left;
        margin-left: 15px;
        margin-top: 30px;
        margin-right: 15px;
        width: calc(50% - 30px);
    }

    .pagination {
        font-size: 16px;
        text-align: right;
    }

}

@media (min-width: 1000px) {

    .post-card {
        width: calc(33.33% - 30px);
    }

    .post-card:nth-child(3n + 1) {
        clear: left;
    }

}

/**
 * Front Page Marquee Styles
 */

.front-marquee {
    background-color: #f6f9fb;
    height: 400px;
    margin-top: -20px;
    overflow: hidden;
    position: relative;
}

.front-marquee-image {
    animation-name: kenBurns;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-marquee-image.image-1 {
    animation-delay: 0s;
}

.front-marquee-image.image-2 {
    animation-delay: 10s;
}

.front-marquee-image.image-3 {
    animation-delay: 20s;
}

.front-marquee-image.image-4 {
    animation-delay: 30s;
}

.front-marquee-image-caption {
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}

.front-marquee-image-caption.caption-1 {
    animation-delay: 0s;
}

.front-marquee-image-caption.caption-2 {
    animation-delay: 10s;
}

.front-marquee-image-caption.caption-3 {
    animation-delay: 20s;
}

.front-marquee-image-caption.caption-4 {
    animation-delay: 30s;
}

.front-marquee-content {
    bottom: 0;
    left: 30px;
    position: absolute;
    right: 30px;
}

.front-marquee-title {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-left: 30px;
    visibility: hidden;
}

.front-marquee-form {
    background-color: rgba(37, 37, 37, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    visibility: hidden;
}

.front-marquee-tagline {
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
}

.front-marquee-form .front-marquee-category-field {
    border-bottom: 4px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 1px;
    transition: border-bottom-color 0.2s linear;
}

.front-marquee-form .front-marquee-category-field.js-has-value {
    border-bottom-color: #54c8e8;
}

.front-marquee-form .front-marquee-search-field {
    border-bottom: 4px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 1px;
    transition: border-bottom-color 0.2s linear;
}

.front-marquee-form .front-marquee-search-field.js-has-value {
    border-bottom-color: #54c8e8;
}

.front-marquee-form .front-marquee-submit-button {
    background-color: #4b9cd3;
    background-image: url('images/magnifying-glass-white.svg');
    background-size: 16px auto;
    background-position: 13px center;
    padding: 7px 42px;
    width: 100%;
    color: #fff;
}

.front-marquee-form .front-marquee-submit-button:hover {
    background-color: #007fae;
    background-image: url('images/magnifying-glass-white.svg');
    color: #fff;
}

@media (min-width: 600px) {

    .front-marquee {
        height: 600px;
    }

    .front-marquee-image-caption {
        color: rgba(0, 0, 0, 0.25);
        display: block;
        font-family: 'Muller-Regular', sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 16px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 30px;
        text-align: right;
        text-overflow: ellipsis;
        text-transform: uppercase;
        top: 30px;
        width: 300px;
    }

    .front-marquee-title {
        font-size: 80px;
        line-height: 90px;
        margin-left: 60px;
    }

    .front-marquee-form {
        padding: 40px 60px 60px 60px;
    }

    .front-marquee-tagline {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .front-marquee-form .front-marquee-category-field {
        float: left;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 16px 16px 12px 16px;
        width: calc(50% - 10px);
    }

    .front-marquee-form .front-marquee-search-field {
        float: right;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 16px 16px 12px 16px;
        width: calc(50% - 10px);
    }

    .front-marquee-form .front-marquee-submit-button {
        background-size: 24px auto;
        background-position: 20px center;
        padding: 18px 60px;
    }

}

@media (min-width: 800px) {

    .front-marquee-form .front-marquee-category-field {
        margin-right: 20px;
        max-width: 250px;
        width: calc(33.33% - 14px);
    }

    .front-marquee-form .front-marquee-search-field {
        float: left;
        margin-right: 20px;
        max-width: 250px;
        width: calc(33.33% - 14px);
    }

    .front-marquee-form .front-marquee-submit-button {
        background-size: 24px auto;
        background-position: 20px center;
        padding-right: 20px;
        width: 160px;
    }

}

@media (min-width: 1260px) {

    .front-marquee-image-caption {
        bottom: 20px;
        color: rgba(255, 255, 255, 0.5);
        margin-right: -580px;
        right: 50%;
        top: auto;
        z-index: 1;
    }

    .front-marquee-content {
        left: 50%;
        margin-left: -600px;
        width: 1200px;
    }

}

/**
 * Front Page Section Styles
 */

.front-section {
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.front-section.even {
    background-color: #ecf5fb;
}

.front-section.subscribe {
    background-color: #555;
    color: #fff;
}

.front-section svg {
    display: block;
    fill: #f6f9fb;
    position: absolute;
    max-width: 900px;
}

.front-section.odd svg {
    right: -100px;
}

.front-section.even svg {
    left: -100px;
}

.front-section-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}

.front-section-title {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.front-section-description {
    font-style: italic;
}

.front-section-cta {
    margin-bottom: 0;
}

.front-section-cta-link {
    background-color: #007fae;
    background-image: url('../images/black-arrow.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    color: #fff;
    display: inline-block;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 16px 70px 14px 20px;
    text-transform: uppercase;
    transition: background-color 0.2s linear, background-position 0.2s ease;
}

.health-wellness .front-section-cta-link,
.research .front-section-cta-link {
    background-image: url('../images/white-arrow.png');
}

.front-section-cta-link:hover {
    background-color: #195984;
    background-position: right 10px center;
    color: #fff;
}

.front-articles {
    margin-top: 30px;
    visibility: hidden;
}

.front-articles-label {
    color: #767676;
    font-family: 'Muller-Medium', sans-serif;
    font-size: 12px;
    /* font-weight: 500; */
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: -15px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.front-article {
    background-color: #fff;
    border-bottom: 4px solid #54c8e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.front-article.article-3,
.front-article.article-4 {
    display: none;
}

.front-article-image-wrapper img {
    display: block;
    width: 100%;
}

.front-article-image-wrapper
.responsive-video-wrapper video {
    display: block;
    width: 100%;
    margin-top: -10px;
}


.front-article-content {
    padding: 20px;
}

.front-article-meta {
    color: #555555;
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.front-article-author:before {
    background-color: #54c8e8;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: -3px;
    width: 4px;
}

.front-article-text {
    height: 122px;
    overflow: hidden;
}

.front-article-title {
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.front-article-excerpt {
    display: none;
}

.front-article-categories {
    bottom: 15px;
    color: #555;
    font-family: 'Muller-Medium', sans-serif;
    font-size: 12px;
    /* font-weight: 500; */
    left: 30px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: transform 0.3s;
    white-space: nowrap;
    width: calc(100% - 60px);
}

.front-article-categories a {
    color: #555;
}

.front-article-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-article-link-text {
    background-color: #54c8e8;
    background-image: url('../images/black-arrow.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 17px;
    left: 0;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 16px 70px 14px 20px;
    position: absolute;
    text-transform: uppercase;
    transition: transform 0.3s;
    top: 100%;
    width: 100%;
}

.health-wellness .front-article-link-text,
.research .front-article-link-text {
    background-image: url('../images/white-arrow.png');
}

@media (min-width: 600px) {

    .front-section {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .front-section.subscribe {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .front-section.subscribe h3 {
        font-size: 36px;
        line-height: normal;
        text-transform: none;
        letter-spacing: normal;
        font-weight: normal;
        margin-bottom: 0;
    }

    .front-section.subscribe form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;
    }

    .front-section.subscribe form > * {
        flex: 1 1 auto;
    }

    .front-section.subscribe form .validation_error {
        flex: 0 0 48%;
    }

    .front-section.subscribe form > div:first-of-type {
        align-self: flex-start;
        padding-right: 20px;
        flex: 0 1 48%;
    }

    .front-section.subscribe form > div:last-of-type {
        flex: 0 1 auto;
    }

    .front-section-wrapper:after {
        clear: both;
        content: '';
        display: table;
    }

    .front-section-content {
        max-width: 460px;
    }

    .front-section-title {
        font-size: 42px;
        line-height: 50px;
    }

    .front-section-description {
        font-size: 24px;
        line-height: 36px;
    }

    .front-articles {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 60px;
    }

    .front-articles:after {
        clear: both;
        content: '';
        display: table;
    }

    .front-articles-label {
        font-size: 14px;
        line-height: 18px;
        margin-left: 15px;
        text-align: left;
    }

    .front-article {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px);
    }

    .section-2 .front-article-categories,
    .section-4 .front-article-categories {
        width: calc(100% - 300px);
    }

}

@media (min-width: 900px) {
    .front-section.subscribe form > div:first-of-type {
        flex: 1 1 auto;
    }

    .front-section-content {
        float: right;
        width: calc(100% - 580px);
    }

    .section-2 .front-section-content,
    .section-4 .front-section-content {
        float: left;
        width: calc(100% - 650px);
    }

    .front-articles {
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: -30px;
        width: 580px;
    }

    .section-2 .front-articles,
    .section-4 .front-articles {
        float: right;
    }

    .front-articles-label {
        margin-left: 0;
    }

    .front-article {
        height: 358px;
        margin-left: 0;
        margin-right: 30px;
    }

    .section-2 .front-article,
    .section-4 .front-article {
        border-bottom: none;
        border-right: 4px solid #54c8e8;
        height: 190px;
        margin-right: 0;
        margin-top: 30px;
        width: 100%;
    }

    .section-2 .front-article-image-wrapper,
    .section-4 .front-article-image-wrapper {
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        transition: transform 0.3s;
        width: 270px;
    }

    .section-2 .front-article:hover .front-article-image-wrapper,
    .section-4 .front-article:hover .front-article-image-wrapper {
        transform: translateX(-270px);
        transition: transform 0.3s 0.08s;
    }

    .front-article-image-wrapper img,
    .front-article-image-wrapper
    .responsive-video-wrapper video {
        transition: all 0.3s;
    }

    .section-2 .front-article-image-wrapper
    .responsive-video-wrapper,
    .section-4 .front-article-image-wrapper
    .responsive-video-wrapper {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .section-2 .front-article-image-wrapper
    .responsive-video-wrapper video,
    .section-4 .front-article-image-wrapper
    .responsive-video-wrapper video {
        width: auto;
        max-width: none;
        height: 100%;
        margin: auto;
    }

    .section-2 .front-article-image-wrapper img,
    .section-4 .front-article-image-wrapper img {
        height: 190px;
        left: -45px;
        max-width: none;
        position: absolute;
        top: 0;
        width: auto;
    }

    .front-article:hover .front-article-image-wrapper img {
        transform: translateY(-137px);
        transition: all 0.3s 0.08s;
    }

    .front-article:hover .front-article-image-wrapper
    .responsive-video-wrapper video {
        transform: translateY(-147px);
        transition: all 0.3s 0.08s;
    }

    .section-2 .front-article:hover .front-article-image-wrapper img,
    .section-4 .front-article:hover .front-article-image-wrapper img,
    .section-2 .front-article:hover .front-article-image-wrapper .responsive-video-wrapper video,
    .section-4 .front-article:hover .front-article-image-wrapper .responsive-video-wrapper video {
        transform: none;
    }

    .related-article-image-wrapper .responsive-video-wrapper {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .related-article-image-wrapper .responsive-video-wrapper video {
        height: 100%;
        max-width: none;
    }

    .front-article-content {
        box-sizing: border-box;
        left: 0;
        position: absolute;
        top: 137px;
        transition: top 0.3s;
        width: 100%;
    }

    .section-2 .front-article-content,
    .section-4 .front-article-content {
        left: 270px;
        right: 0;
        top: 0;
        transition: left 0.3s;
        width: auto;
    }

    .section-2 .front-article:hover .front-article-content,
    .section-4 .front-article:hover .front-article-content {
        left: 0;
        transition: left 0.3s 0.08s;
    }

    .front-article:hover .front-article-content {
        top: 0;
        transition: top 0.3s 0.08s;
    }

    .front-article-text {
        position: relative;
        transition: height 0.3s;
    }

    .front-article-text:before {
        bottom: -1px;
        content: '...';
        font-size: 14px;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.3s;
    }

    .section-2 .front-article-text:before,
    .section-4 .front-article-text:before {
        content: '';
        display: none;
    }

    .front-article-text {
        height: auto;
        max-height: 122px;
        transition: max-height 0.3s;
    }

    .section-2 .front-article-text,
    .section-4 .front-article-text {
        height: 84px;
        max-height: none;
        transition: none;
    }

    .front-article:hover .front-article-text {
        max-height: 178px;
        transition: height 0.3s 0.08s;
    }

    .section-2 .front-article:hover .front-article-text,
    .section-4 .front-article:hover .front-article-text {
        max-height: none;
        transition: none;
    }

    .front-article:hover .front-article-text:before {
        opacity: 1;
        transition: opacity 0.1s 0.25s;
    }

    .section-2 .front-article-title,
    .section-4 .front-article-title {
        max-width: 270px;
    }

    .front-article-excerpt {
        display: block;
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0;
        opacity: 0;
        position: relative;
        transition: opacity 0.2s 0s linear, visibility 0s 0.2s linear;
        visibility: hidden;
    }

    .section-2 .front-article-excerpt,
    .section-4 .front-article-excerpt {
        position: absolute;
        right: 40px;
        top: 0;
        width: 210px;
    }

    .front-article-excerpt:after {
        bottom: 0;
        background: #fff;
        content: '';
        display: block;
        height: 20px;
        position: absolute;
        right: 0;
        width: 10px;
    }

    .front-article:hover .front-article-excerpt {
        opacity: 1;
        transition: opacity 0.3s 0.2s, visibility 0s 0s;
        visibility: visible;
    }

    .front-article-categories {
        transition: transform 0.3s;
    }

    .section-2 .front-article-categories,
    .section-4 .front-article-categories {
        left: 290px;
        transition: left 0.3s 0s;
    }

    .front-article:hover .front-article-categories {
        transform: translateY(-52px);
        transition: transform 0.3s 0.08s;
    }

    .section-2 .front-article:hover .front-article-categories,
    .section-4 .front-article:hover .front-article-categories {
        left: 20px;
        transform: none;
        transition: left 0.3s 0.08s;
    }

    .front-article-link-text {
        transition: transform 0.3s;
    }

    .section-2 .front-article-link-text,
    .section-4 .front-article-link-text {
        background-position: center center;
        height: 100%;
        left: auto;
        overflow: hidden;
        padding: 0;
        right: -40px;
        text-indent: -999px;
        top: auto;
        width: 40px;
    }

    .front-article:hover .front-article-link-text {
        transform: translateY(-52px);
        transition: transform 0.3s 0.08s;
    }

    .section-2 .front-article:hover .front-article-link-text,
    .section-4 .front-article:hover .front-article-link-text {
        transform: translateX(-40px);
    }

}

@media (min-width: 1000px) {

    .front-section-content {
        width: calc(100% - 620px);
    }

    .front-articles {
        width: 620px;
    }

    .front-article:hover .front-article-image-wrapper img {
        transform: translateY(-147px);
    }

    .front-article-content {
        box-sizing: border-box;
        left: 0;
        position: absolute;
        top: 147px;
    }

}

@media (min-width: 1260px) {

    .section-1 .front-section-content,
    .section-3 .front-section-content {
        width: 279px;
    }

    .section-1 .front-article.article-3,
    .section-3 .front-article.article-3 {
        display: block;
    }

    .section-1 .front-articles,
    .section-3 .front-articles {
        width: 921px;
    }

    .section-1 .front-article,
    .section-3 .front-article {
        width: 277px;
    }

    .section-4 .front-section-content {
        width: 260px;
    }

    .section-4 .front-articles {
        width: 940px;
    }

    .section-4 .front-articles-label {
        margin-left: 30px;
    }

    .section-4 .front-article.article-3,
    .section-4 .front-article.article-4 {
        display: block;
    }

    .section-4 .front-article {
        box-sizing: border-box;
        margin-left: 30px;
        width: 440px;
    }

    .section-4 .front-article-image-wrapper {
        width: 160px;
    }

    .section-4 .front-article-image-wrapper img {
        left: -100px;
    }

    .section-4 .front-article-content {
        left: 160px;
    }

    .section-4 .front-article-title {
        max-width: 236px;
    }

    .section-4 .front-article-excerpt {
        display: none;
    }

    .section-4 .front-article-categories {
        left: 180px;
    }

}

/**
 * Comments Section
 */

.comments {
    border-top: 4px solid #54c8e8;
    margin-top: 30px;
    padding-top: 30px;
}

.comment-reply-title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.comment-reply-title-cancel {
    margin-left: 20px;
}

.comment-form {
    margin-bottom: 0;
    margin-top: 0;
}

.comment-form-message {
    font-family: 'Muller-Regular';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
}

.comment-form .comment-form-textfield {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.comment-form .comment-form-textarea {
    display: block;
    height: 100px;
    margin-bottom: 20px;
    width: 100%;
}

.comments-title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 60px;
    text-transform: uppercase;
}

.comment-list {
    border-left: 4px solid #54c8e8;
    font-family: 'Muller-Regular';
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 30px;
}

.comment-list .children {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.comment {
    margin-top: 30px;
    min-height: 47px;
    padding-left: 47px;
    position: relative;
}

.comment .comment-author {
    color: #54c8e8;
    display: inline;
    font-weight: 500;
}

.comment .comment-author b {
    font-weight: 500;
}

.comment .comment-metadata {
    display: inline;
    font-weight: 500;
}

.comment .comment-edit-link {
    color: #767676;
    font-family: 'Muller-RegularItalic', sans-serif;
    /* font-style: italic; */
    margin-left: 10px;
}

.comment .comment-edit-link:hover {
    color: #000;
}

.comment p {
    margin-bottom: 20px;
}

.comment .avatar {
    display: block;
    height: 37px;
    left: 0;
    position: absolute;
    top: 0;
    width: 37px;
}

.comment .reply {
    margin-top: -14px;
}

.comment .comment-reply-link {
    color: #767676;
    font-family: 'Muller-RegularItalic', sans-serif;
    /* font-style: italic; */
}

.comment .comment-reply-link:hover {
    color: #000;
}

/**
 * Related Articles
 */

.related-articles {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 30px;
}

.related-articles-wrapper {
    border-top: 1px solid #b7b7b7;
    padding-top: 30px;
}

.related-articles-title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.related-articles-list:after {
    clear: both;
    content: '';
    display: table;
}

.related-article {
    background-color: #fff;
    border-bottom: 4px solid #007fae;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.related-article-image-wrapper img {
    display: block;
    width: 100%;
}

.related-article-content {
    padding: 20px;
}

.related-article-meta {
    color: #151515;
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.related-article-author:before {
    background-color: #007fae;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: -3px;
    width: 4px;
}

.related-article-text {
    height: 122px;
    overflow: hidden;
}

.related-article-title {
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
}

.related-article-excerpt {
    display: none;
}

.related-article-categories {
    bottom: 15px;
    color: #b7b7b7;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 30px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: transform 0.3s;
    white-space: nowrap;
    width: calc(100% - 60px);
}

.related-article-categories a {
    color: #b7b7b7;
    text-decoration: underline;
}

.related-article-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.related-article-link-text {
    background-color: #007fae;
    background-image: url('../images/white-arrow.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 17px;
    left: 0;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 16px 70px 14px 20px;
    position: absolute;
    text-transform: uppercase;
    transition: transform 0.3s;
    top: 100%;
    width: 100%;
}

@media (min-width: 600px) {

    .related-articles-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .related-article {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px);
    }

}

@media (min-width: 900px) {

    .related-articles-list {
        margin-left: 0;
        margin-right: 0;
    }

    .related-article {
        border-bottom: none;
        border-right: 4px solid #007fae;
        box-sizing: border-box;
        height: 190px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .related-article-image-wrapper {
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 270px;
    }

    .related-article-image-wrapper img {
        height: 190px;
        left: -45px;
        max-width: none;
        position: absolute;
        top: 0;
        width: auto;
    }

    .related-article-content {
        box-sizing: border-box;
        left: 270px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .related-article-text {
        height: auto;
        height: 84px;
        position: relative;
    }

    .related-article-title {
        max-width: 190px;
    }

    .related-article-excerpt {
        display: block;
        font-size: 15px;
        line-height: 28px;
        opacity: 1;
        position: absolute;
        right: 40px;
        top: 0;
        width: calc(100% - 300px);
    }

    .related-article-categories {
        left: 290px;
    }

    .related-article-link-text {
        background-position: center center;
        height: 100%;
        left: auto;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: -40px;
        text-indent: -999px;
        top: 0;
        width: 40px;
    }

    .related-article:hover .related-article-link-text {
        transform: translateX(-39px);
    }

}

@media (min-width: 1100px) {

    .related-articles-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .related-article {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px);
    }

    .related-article-image-wrapper {
        transition: transform 0.3s 0s;
    }

    .related-article:hover .related-article-image-wrapper {
        transform: translateX(-270px);
        transition: transform 0.3s 0.08s;
    }

    .related-article-content {
        transition: left 0.3s 0s;
    }

    .related-article:hover .related-article-content {
        left: 0;
        transition: left 0.3s 0.08s;
    }

    .related-article-excerpt {
        opacity: 0;
        transition: opacity 0.2s 0s, visibility 0s 0.2s;
        visibility: hidden;
        width: 200px;
    }

    .related-article:hover .related-article-excerpt {
        opacity: 1;
        transition: opacity 0.2s 0.2s, visibility 0s 0s;
        visibility: visible;
    }

    .related-article-categories {
        transition: left 0.3s 0s;
    }

    .related-article:hover .related-article-categories {
        left: 20px;
        transition: left 0.3s 0.08s;
    }

}

/**
 * Section Icon Styles
 */

.section-icon {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 140px;
    width: 50%;
    z-index: -1;
}

.section-icon svg {
    display: block;
    max-width: 1200px;
    max-height: 1000px;
}

.section-icon path {
    fill: #f6f9fb;
}

/**
 * Share Link Styles
 */

.share-links {
    display: none;
}

@media (min-width: 1320px) {

    .share-links {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: block;
        height: 200px;
        left: 0;
        margin-top: -160px;
        padding-bottom: 5px;
        padding-top: 5px;
        position: fixed;
        top: 50%;
        width: 60px;
    }

    .share-link {
        box-sizing: border-box;
        display: block;
        height: 50px;
        overflow: hidden;
        position: relative;
        width: 60px;
    }

    .share-link svg {
        left: 50%;
        max-height: 26px;
        max-width: 26px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .share-link path {
        fill: #54c8e8;
        transition: fill 0.2s linear;
    }

    .share-link:hover path {
        fill: #007fae;
    }

}

/**
 * Doctor Feature Styles
 */

.doctor-feature-wrapper {
    margin-bottom: 60px;
}

.doctor-feature {
    background-color: #edf3f7;
}

.doctor-feature-image {
    border-bottom: 4px solid #54c8e8;
    display: block;
    height: auto;
    width: 100%;
}

.doctor-feature-name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px 30px 25px 30px;
}

.doctor-feature-name-text {
    display: block;
}

.doctor-feature-specialty {
    font-family: 'Muller-RegularItalic', sans-serif;
    /* font-style: italic; */
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.doctor-feature-name-location {
    color: #54c8e8;
    display: block;
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
}

.doctor-feature-call-to-action {
    border-top: 1px solid #000;
    font-family: 'Muller-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -10px;
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: right;
    text-transform: uppercase;
}

.doctor-feature-call-to-action-link {
    display: inline-block;
}

.doctor-feature-call-to-action-link:after {
    content: ' >';
}

.doctor-feature-description {
    background-color: #ecf5fb;
    border-top: 4px solid #54c8e8;
    color: #000;
    padding: 30px 30px 1px 30px;
}

@media (min-width: 400px) {

    .doctor-feature {
        height: 200px;
        overflow: hidden;
        padding-left: 204px;
        position: relative;
    }

    .doctor-feature-image {
        border-bottom: none;
        border-right: 4px solid #54c8e8;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 200px;
    }

    .doctor-feature-name-text,
    .doctor-feature-name-location {
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

}

/**
 * Search Results
 */

.no-search-results {
    max-width: 600px;
}

@media (min-width: 1000px) {

    .no-search-results {
        padding-left: 60px;
    }

}

.main-content #rvdub-con video {
    width: 100%;
}
