/* Minification failed. Returning unminified contents.
(3697,17): run-time error CSS1039: Token not allowed after unary operator: '-teal'
(7560,43): run-time error CSS1046: Expect comma, found '0'
(7560,47): run-time error CSS1046: Expect comma, found '/'
(10525,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-grey'
(12291,44): run-time error CSS1038: Expected hex color, found '#0000'
(12291,49): run-time error CSS1019: Unexpected token, found ' '
(12291,49): run-time error CSS1042: Expected function, found ' '
(12291,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(12338,40): run-time error CSS1046: Expect comma, found '0'
(12338,44): run-time error CSS1046: Expect comma, found '/'
(14564,36): run-time error CSS1046: Expect comma, found '0'
(14564,40): run-time error CSS1046: Expect comma, found '/'
 */
.features-carousel .item {
    cursor: pointer;
}

.features-carousel-container > .row {
    margin-top: 100px;
    margin-bottom: 125px;
}

.features-carousel-container > .row {
    margin-top: 100px;
    margin-bottom: 125px;
}

.features-carousel-container .eyebrow-tag {
    margin-bottom: 10px;
}

.features-carousel-container .sub-heading {
    width: 100%;
    line-height: 25px;
    padding: 0 !important;
}

.features-carousel-container .sub-heading a {
    color: #4f868e;
}

.features-carousel-container .sub-heading a.btn-orange {
    color: #fff;
}

.features-carousel {
    margin-top: 65px;
}

/* Changing this from a p to a div to allow bullets within the element. 
    With the paragraph element, when the component is rendered on the browser
    semantic rules will kick in and the UL is pushed out and placed above of the P element and causes
    extra spacing to occur under the UL. Lists are not allowed within paragraph elements.
    Explanation: https://stackoverflow.com/questions/7168723/unordered-list-in-a-paragraph-element
*/
.features-carousel .description div.caption {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #57585b;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}
.features-carousel .description div.caption ul{
    text-align:left;
}
.features-carousel .description .col-md-11 {
    margin: 0 0 20px 40px;
    padding: 0 30px 0 20px;
    position: unset;
}

.features-carousel .item .description h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
    margin-top: 30px;
}

.features-carousel .item .description {
    padding: 0;
    margin-left: -65px;
    background-color: #ffffff;
    text-shadow: none;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -19px;
    left: 126px;
    z-index: 99;
}

.features-carousel .item-in-edit .item .description {
    padding: 0;
    margin-left: inherit;
    background-color: #ffffff;
    text-shadow: none;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    position: inherit;
    top: 0;
    left: 0;
    z-index: 99;
}

.features-carousel .item .description.right {
    left: 672px;
}

.features-carousel .item .description .gradient {
    position: absolute;
    width: 30px;
    height: 100%;
    float: left;
    background-image: linear-gradient(177deg, #4f868e, #9cdbd9);
}

.features-carousel .carousel-inner {
    overflow: visible;
}

.features-carousel .item .description .icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin: 35px auto 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.features-carousel .item .description .checkmark-icon img {
    position: relative;
    top: 21px;
    left: 10px;
}

.features-carousel .item a {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.features-carousel-ngo .features-carousel .item a {
    text-align: left;
    display: block;
}

.features-carousel .item a span {
    margin-left: 8px;
    font-size: 12px;
}

.features-carousel .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.features-carousel .carousel-inner .active {
    opacity: 1;
}

.features-carousel .carousel-inner .active.left,
.features-carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.features-carousel .carousel-inner .next.left,
.features-carousel .carousel-inner .prev.right {
    opacity: 1;
}

.features-carousel-container .features-carousel .carousel-control {
    z-index: 2;
    color: #8c8279;
    background-image: none;
}


.features-carousel .carousel-control .fa-chevron-right,
.features-carousel .carousel-control .fa-chevron-left {
    color: #9b9999;
}

.features-carousel-container .custom-control.carousel-control.left {
    left: 0;
}

.features-carousel-container .custom-control.carousel-control.right {
    right: 0;
}

.features-carousel-container .row.slider-footer {
    margin-top: 35px;
}
/* Patient Engagement page adjustment for 6 slides */
#features-carousel-bg.pe-features .features-carousel .menu__list li.menu__item,
#features-carousel-bg.pe-features .menu__list li.menu__line {
    width: 16.6% !important;
}

/*
    Fade effect for carousel courtesy of transportedman at https://codepen.io/transportedman/pen/NPWRGq
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    now override the 3.3 new styles for modern browsers & apply opacity
*/

.features-carousel .item > a > img.feature-play-icon {
    position: absolute;
    left: 767px;
    bottom: 154px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .features-carousel .carousel-fade .carousel-inner > .item.next,
    .features-carousel .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .features-carousel .carousel-fade .carousel-inner > .item.prev,
    .features-carousel .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .features-carousel .carousel-fade .carousel-inner > .item.next.left,
    .features-carousel .carousel-fade .carousel-inner > .item.prev.right,
    .features-carousel .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 1199px) {
    .features-carousel .description .col-md-11 {
        margin-bottom: 15px;
    }

    .features-carousel .item .description .icon {
        margin-top: 15px;
    }

    .features-carousel .item .description.right {
        left: 60%;
    }

    .features-carousel .item .description .icon {
        display: none;
    }
}

@media (max-width: 991px) {
    .features-carousel .carousel-inner > .item .description {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        margin-left: 0;
    }

    .features-carousel .carousel-inner > .item .description .col-md-11 {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .features-carousel .carousel-inner > .item > .description .checkmark, 
    .features-carousel .carousel-inner > .item > img,
    .features-carousel .item .features-play-icon, 
    .carousel-inner > .item > a > img {
        display: none;
    }

    .features-carousel .item .description.right {
        left: 0;
    }

    .features-carousel {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .features-carousel .carousel-inner > .item > img {
        display: none;
    }

    .features-carousel .item .description {
        padding: 0;
        margin-left: 0;
        background-color: #ffffff;
        text-shadow: none;
        -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        position: relative;
        top: -19px;
        /*left: 71px;*/
        z-index: 99;
    }

    .features-carousel .carousel-inner > .item .description {
        padding: 1px 0;
        height: unset;
        width: 100%;
        top: 13px;
    }

    .features-carousel .carousel-inner > .item > .description p {
        width: 100%;
    }

    .features-carousel .item .description.right,
    .features-carousel .item .description.left {
        position: static;
        left: unset;
    }
}

@media screen and (max-width: 480px) {
    .carousel-inner, .features-carousel .description p {
        display: inline-block;
    }

    .features-carousel .description .col-md-11 {
        margin: 0 0 20px 0;
        padding: 0 20px 0 40px;
    }

    .features-carousel-container > .row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .features-carousel .carousel-inner > .item .description .col-md-11 {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

/* Alonso menu style - https://tympanus.net/Development/LineMenuStyles/ */
.features-carousel .menu {
    line-height: 1;
    margin: 0 auto 3em;
}

.features-carousel .menu__list {
    bottom: -30px;
    width: 100%;
    height: auto;
    position: relative;
    border: none;
    left: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.features-carousel .menu__list li:not(.menu__line) {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    border-top: 10px solid rgba(140, 130, 121, 0.25);
    width: 20%;
    text-indent: 0;
    text-align: center;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    float: left;
}

.features-carousel .menu__list li.active {
    font-family: "Meta W01 Bold", Arial Black, Helvetica, sans-serif;
}
.features-carousel .menu__item {
    display: block;
    margin: 1em 0;
}

.features-carousel .menu__link {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.features-carousel .menu__link:hover,
.features-carousel .menu__link:focus {
    outline: none;
}

.features-carousel .menu--alonso .menu__item {
    margin: 0;
}

.features-carousel .menu--alonso .menu__link {
    color: #57585b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.features-carousel .menu--alonso .active .menu__link {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.features-carousel .menu--alonso .menu__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 10px;
    pointer-events: none;
    background: #9cdbd9;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
}

.features-carousel .menu--alonso .menu__item:nth-child(1).active ~ .menu__line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.features-carousel .menu--alonso .menu__item:nth-child(2).active ~ .menu__line {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.features-carousel .menu--alonso .menu__item:nth-child(3).active ~ .menu__line {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.features-carousel .menu--alonso .menu__item:nth-child(4).active ~ .menu__line {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.features-carousel .menu--alonso .menu__item:nth-child(5).active ~ .menu__line {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.features-carousel .menu--alonso .menu__item:nth-child(6).active ~ .menu__line {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

@charset 'UTF-8';
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;  
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }
/* A comment for conflict */
#featured-post-carousel .hero-bg {
    max-height: 500px;
}

.hero-blog .hero-bg-overlay,
.hero-blog .hero-bg-color-overlay,
.hero-blog .col-md-10.flex-center-vertically.white {
    height: 500px;
}

.hero-blog .hero-link.home-hero-link .fa-chevron-right:before {
    margin-left: 7px;
}

.hero-blog .hero-head {
    margin: 0 0 20px 0;
}

.hero-blog .hero-link.btn.btn-orange{
    margin: 0;
}

.hero-blog .hero-head, .hero-blog .hero-link {
    text-align: left;
}

.hero-blog .blog-author-name {
    margin-right: 5px;
}

.hero-blog .hero-head-quote {
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

#featured-post-carousel .carousel-inner img {
    width: 100%;
}

#featured-post-carousel, #featured-post-carousel .carousel-inner {
    height: 500px;
}

#featured-post-carousel .carousel-indicators li,
#featured-post-carousel .carousel-indicators li.active {
    width: 17px;
    height: 17px;
    margin: 7px;
}

#featured-post-carousel .carousel-indicators {
    margin-bottom: 0;
}

#featured-post-carousel .carousel-indicators .active a {
    background-color: #fff;
}

.blog-post-preview .card-img,
#blog-filtered-results .card-img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 250px;
    margin-bottom: 15px;
}

.blog-tag-page .card-img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 181px;
    margin-bottom: 10px;
}

.blog-post-preview .eyebrow-tag, .blog-tag-post .eyebrow-tag {
    font-size: 14px;
    color: #8c8279;
    padding: 0;
    background-color: transparent;
}

.blog-post-preview .eyebrow-tag {
    margin-bottom: 5px;
}

.blog-post-preview .blog-post-info h2 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}

.blog-post-preview .blog-post-info h2 a, .blog-tag-list a,
.blog-post-preview .blog-post-info h2 a:hover, .blog-tag-list a:hover,
.blog-post-preview .blog-post-info h2 a:focus, .blog-tag-list a:focus {
    color: #57585b;
}

.blog-tag-page h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 0;
}

.blog-post-preview .blog-post-info p {
    margin-bottom: 15px;
}

.blog-post-preview .blog-post-info p:last-child {
    margin-bottom: 30px;
}

.blog-post-preview {
    margin-bottom: 50px;
}

.blog-hero-pagination .col-xs-12 {
    background-color: #fff;
    height: 10px;
}

.blog-hero-pagination {
    position: relative;
    top: -10px;
}

.blog-sidebar {
    padding-top: 25px;
}

.blog-sidebar h2 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}

.recent-post-img {
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    float: left;
}

.blog-recent-posts .col-xs-12 {
    margin-bottom: 15px;
}

.blog-recent-posts a {
    text-decoration: none;
    color: #57585b;
}

.blog-recent-posts h3 {
    font-size: 16px !important;
    margin-top: 2px;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Meta W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    padding-left: 160px;
}

.blog-recent-posts .eyebrow-tag {
    font-size: 14px;
    color: #8c8279;
    background-color: transparent;
    margin-bottom: 0;
    line-height: 22px;
    padding-left: 160px;
    display: block;
}

.blog-sidebar hr {
    margin: 30px 0;
}

.blog-sidebar .col-xs-12 {
    padding: 0;
}

.blog-social a {
    color: #d6a461;
    padding-right: 30px;
}
.blog-social a:focus {
    color: #d6a461;
}
.blog-categories ul {
    list-style-type: none;
    padding-left: 0;
}

.blog-categories li {
    margin-bottom: 15px;
}

.blog-breadcrumbs {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 18px;
}

.blog-breadcrumbs span, .blog-breadcrumbs a {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
}

.blog-breadcrumbs .fas.fa-chevron-right {
    font-size: 11px;
    color: #8c8279;
}

.blog-breadcrumbs .breadcrumb-page-name {
    color: #8c8279;
}

.col-md-12.blog-post-body {
    min-height: 100px;
    padding: 0;
    margin-top: 25px;
}

.blog-post-page .blog-post-body h2 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog-post-body p {
    margin-bottom: 30px;
}

.blog-post-body a {
    color: #3499e7;
}

.blog-post-body h3 {
    font-family: 'Meta W01 Bold',Arial Bold,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-post-body h4, .blog-post-body section h4 {
    font-family: 'Meta W01 Bold',Arial Bold,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-post-body li {
    margin-bottom: 10px;
}

.blog-post-body ul, .blog-post-body ol {
    margin-bottom: 30px;
}

.blog-post-body ul ul, .blog-post-body ul ol, .blog-post-body ol ul, .blog-post-body ol ol {
    margin-bottom: 10px;
}

.blog-post-body section.references h4 {
    font-size: 16px;
}

.blog-post-body section.references p {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
}

.cta-background.blog-cta {
    width: 64.5vw;
    position: relative;
    right: calc(64.5vw - 100%);
    background-size: 100% 100%;
}

.cta-background.blog-cta h2 {
    font-size: 30px;
    line-height: 1.3;
}

.cta-background.blog-cta .col-md-8 {
    position: relative;
    right: calc(-1 * (95.5vw - 100%) / 2);
}



.blog-footer {
    margin-top: 50px;
}

.blog-footer .blog-tags {
    padding-left: 0;
}

.blog-tags a {
    margin-left: 15px;
    text-decoration: underline;
}

.blog-post-page hr {
    margin: 30px 0;
}



.blog-tag-list .col-sm-6 {
    margin-bottom: 30px;
}

.share-menu {
    text-align: right;
    padding-right: 0;
}

.share-menu .btn, .share-menu .btn:focus {
    background-color: #D6A461;
    border: none;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 500ms cubic-bezier(.86,0,.07,1);
    -moz-transition: all 500ms cubic-bezier(.86,0,.07,1);
    -o-transition: all 500ms cubic-bezier(.86,0,.07,1);
    transition: all 500ms cubic-bezier(.86,0,.07,1);
}

.share-menu .btn:hover {
    -webkit-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    background-color: #D6A461;
    color: #fff;
    border: none;
}

.share-menu .open > .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #D6A461 !important;
    border: none !important;
}

.share-menu .open ul {
    -ms-opacity: 1;
    opacity: 1;
}

#blog-filtered-results .blog-tag-post p {
    font-family: "Meta Head W01 Bold", "Arial Black", Helvetica, sans-serif;
    font-size: 22px;
}

#blog-filtered-results .blog-tag-post {
    margin-bottom: 35px;
}

#blog-filtered-results .blog-tag-post eyebrow-tag {
    margin: 5px 0;
}
/* Bio modal related styles*/
.author-modal h3,
.author-modal img,
.author-modal a {
    cursor: pointer;
}

#author-list > .auhtor-list-container .professional-details > a.js-ng-video {
    text-shadow: none;
    margin-left: 10px;
}

.full-auther-bio {
    display: none;
}
.modal-body .full-auther-bio {
    display: block;
}
.author-modal .professional-link {
    display: none;
}
.modal-body .professional-link.author-modal{display:block;}
#author-modal .modal-body {
    padding:30px;
}

.blog-post-page > .search-row + .blog-content > .blog-breadcrumbs {
    margin-top: 0;
}

.blog-post-page > .search-row.hidden + .blog-content {
    margin-top: 30px;
}

.blog-post-page > .search-row + .blog-content {
    margin-top: 0;
}

/* End bio modal */
@media screen and (max-width: 2500px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (96.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 2400px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (97.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 2300px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (99.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 2200px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (100.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 2100px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (103.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 1950px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (105.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 1550px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (102.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 1400px) {
    .cta-background.blog-cta .col-md-8 {
        right: calc(-1 * (99.5vw - 100%) / 2);
    }
}

@media screen and (max-width: 991px) {
    .hero-blog .hero-eyebrow {
        font-size: 12px !important;
        padding: 0 10px !important;
        line-height: 20px !important;
    }

    .blog-categories li {
        margin-bottom: 5px;
    }

    .cta-background.blog-cta, .cta-background.blog-cta .col-md-8 {
        right: 0;
        width: 100%;
    }

    .cta-background.blog-cta .col-md-8 {
        right: 15px;
        padding: 0 30px;
    }

    .blog-recent-posts {
        border-top: 2px solid rgba(140, 130, 121, 0.25);
        padding-top: 30px !important;
        margin-top: 30px;
    }
}

@media screen and (max-width:640px) {
    .hero-blog.hero-bg .hero-bg-overlay,
    .hero-blog.hero-bg .hero-bg-color-overlay,
    #featured-post-carousel,
    #featured-post-carousel .carousel-inner,
    .hero-blog.hero-bg,
    .hero-blog.hero-bg {
        height: 300px !important;
    }

    .hero-blog .flex-center-vertically p {
        font-size: 24px;
        margin: 0;
        letter-spacing: 1.5px;
    }
    .hero-blog .col-md-10.flex-center-vertically.white {
        height: 335px;
    }

    .hero-blog .hero-head {
        font-size: 25px;
        margin: 0;
        line-height: 27px;
    }

    .covid-19-update p#body span{
        display: block;
        margin: 0 0 10px 0;
    }
    .hero-blog .hero-link.home-hero-link {
        font-size: 14px;
        margin-top: 5px;
    }

    #featured-post-carousel .carousel-indicators {
        bottom: -7px;
    }

    .blog-post-page .blog-sidebar .blog-categories {
        text-align: center;
    }

    .hero-blog .hero-link.home-hero-link {
        font-size: 20px;
        margin-top: 5px;
    }
    .hero-blog .hero-head,
    .hero-bg.hero-blog .flex-center-vertically p {
        margin: 0 0 12px 0;
    }
}

@media screen and (max-width: 480px) {
    .blog-post-preview .card-img {
        height: 181px;
    }

    .recent-post-img {
        height: 100px;
        width: 100px;
    }

    .blog-recent-posts h3, .blog-recent-posts .eyebrow-tag {
        padding-left: 110px;
    }

    #featured-post-carousel .hero-bg.hero-blog .flex-center-vertically {
        height: 285px !important;
        padding-top: 0;
    }

    .hero-bg.hero-blog .flex-center-vertically {
        height: 300px !important;
    }

    .hero-bg.hero-blog {
        height: 300px !important;
        padding-top: 0;
    }
    .hero-bg.hero-blog .flex-center-vertically p.hero-eyebrow {
        margin: 0 0 10px 0;
    }
    .hero-bg.hero-blog .flex-center-vertically p.hero-head-quote {
        letter-spacing: 0.5px;
        font-size: 20px;
        margin: 10px 0 0 0;
    }
    .hero-blog .blog-author-name {
        margin: 0;
    }
    .hero-bg.hero-blog .hero-link.home-hero-link {
        font-size: 16px;
    }
    .hero-bg.hero-blog .hero-link.home-hero-link.btn-orange {
        width: unset;
        padding: 4px 10px;
    }
    .hero-bg.hero-blog .hero-head {
        font-size: 30px;
        margin: 0 0 10px 0;
        line-height: 34px;
    }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    font-display: swap;
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-display:swap;font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
.vertical-rule {
    width: 2px;
    height: 164px;
    background-color: rgba(140, 130, 121, 0.25);
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 0;
}

.bg-gradient-teal {
    background-image: linear-gradient(60deg, #4f868e, #9cdbd9);
}

.stats-box {
    margin-top: 0;
    margin-bottom: 0;
}

.bundles-stack .col-sm-4 {
    margin: 30px 0;
    padding: 0 30px;
}

.bundles-stack .bundles-footer p {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.bundles-stack h2{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.bundles-stack .ng-btn-white {
    min-width:200px;
}
.bundles-stack .ng-btn-white.box-shadow {
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.4);

}

@media (max-width: 640px) {
    .bundles-stack h2 {
        font-size:28px;
    }
}

@media screen and (max-width: 767px){
    .bundles-stack .row.bg-white.box-shadow{
        margin-left: 15px;
        margin-right: 15px;
    }
    .bundles-stack .col-sm-4 .stats-box-foot{
        border-bottom: 2px rgba(140, 130, 121, 0.2) solid;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .bundles-stack .col-sm-4:last-child .stats-box-foot{
        border-bottom: none;
    }
}
#interactive-calculator{
            background-image: linear-gradient(177deg, #4f868e, #9cdbd9);
}
#interactive-calculator .total-box {
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 4em;
    color: #57585b;
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
   -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
        transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    margin-top: 15px;
}

#interactive-calculator #inputs input, #interactive-calculator #inputs select {
    width: 100%;
    border-radius: 0px;
    border: none;
    margin-bottom: 15px;
    line-height: normal;
    width: 100%;
    max-width: none;
    -webkit-appearance: none;
}

#interactive-calculator .max.bg-true-cost-of-losing-physician-header {
    min-height: 800px;
    background-size: cover;
    background-attachment: fixed;
}

#interactive-calculator .line {
    margin: 15px 0;
}

#interactive-calculator #inputs select {
    padding: 9px 12px;
    -webkit-appearance: none;
    background-color: #fff;
}
#interactive-calculator #inputs input {
    padding: 9px 12px;
    -webkit-appearance:none;
}

#interactive-calculator .value-display {
    float: right;
    font-weight: normal;
}

#interactive-calculator h2 {
    text-transform: uppercase;
}

#interactive-calculator h4 {
    font-family: "Meta Head W01 Black", Arial Black, Helvetica Bold, sans-serif;
    font-size: 22px;
    line-height: 1.45;
}
.crunch-the-numbers-header {
    font-size: 18px;
    color: #fff;
    font-family: "Meta Head W01 Bold", Arial Black, Helvetica Bold, sans-serif;
}
.total-box p{
    font-size: 18px;
    font-family: "Meta Head W01 Bold", Arial Black, Helvetica Bold, sans-serif;
}
.total-box p{
    padding-bottom: 15px;
}

#interactive-calculator .btn{
    font-family: 'Meta W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 16px;
    margin: 30px 0 15px;
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
}

#interactive-calculator .btn:hover{
        -moz-box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 400px){
    #interactive-calculator .value-display{
        float: none;
        display: block;
        font-family: "Meta W01 Medium", Arial, Helvetica, sans-serif
    }
}
.card-title {
    margin: 100px 0 50px 0;
    text-transform: uppercase;
}

.insight-slide {
    overflow-x: hidden;
}

.card {
    height: 511px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.info-card-container .card.info-card {
    margin-top: 20px;
}

.info-card-container .buttons,
.info-card-container.ngo-page .card.info-card {
    display: none;
}

.info-card-container.ngo-page .buttons,
.info-card-container.ngo-page .card.info-card:nth-child(-n+7) {
    display: block;
}

.info-card-container.ngo-page a.btn.btn-orange.show-more {
    box-shadow: none;
}

.resource-card-container .card.resource-card {
    margin-top: 0;
    height: 310px;
}

.info-card-container div > div > h3,
.resource-card-container div > div > h3 {
    font-family: "Meta Head W01 Bold", Arial, sans-serif;
}

.info-card-container #card-list > div.row.margin-top100 > div > h2,
.resource-card-container #card-list > div.row.margin-top100 > div > h2 {
    margin-top: 0;
}

.image-card-container .image-card {
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
}

    .image-card-container .image-card .image-gutter,
    .image-card-container .image-card .image-gutter .image-wrapper {
        padding: 20px;
    }

        .image-card-container .image-card .image-gutter .image-wrapper {
            background-color: #fff;
        }

.card.partner-card-container {
    margin-top: 0;
}

.card i.fas.fa-chevron-right {
    font-size: 12px;
    top: 0;
}

.card-eyebrow {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    letter-spacing: 1.25px;
    word-spacing: 1.35px;
    background-color: #c66e4e;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 3px 7px;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.5;
}

.card-eyebrow-gray {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    background-color: #fff;
    display: inline-block;
    color: #8c8279;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.card-body {
    padding: 0 30px;
}

.card-bottom {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    margin-bottom: 30px;
}

.ugm-logo-cards #card-list .card {
    height: 305px;
}

.ugm-logo-cards #card-list .card-category h3 {
    box-sizing: border-box;
    line-height: 1.1;
    font-weight: normal;
    font-size: 35px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    text-align: center;
    color: #57585b;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: none !important;
}

.ugm-logo-cards #card-list .card .card-content .card-bottom,
.info-card-container .info-card .card-bottom .btn-ng-orange {
    width: 100%;
}

.resource-card-container .resource-card .card-body-subtitle {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: -10px;
    color: #c66e4e;
    margin-top: 5px;
}

.card-bottom-left-link span:first-child,
.info-card-container .info-card .card-bottom span:first-child,
.resource-card-container .resource-card .card-bottom span:first-child {
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.57;
    margin-right: 5px;
}

.animated > span {
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.animated-right-margin > span:hover,
.card-bottom-left-link span:hover,
.info-card-container .info-card .card-bottom span:first-child:hover,
.resource-card-container .resource-card .card-bottom span:first-child:hover {
    margin-right: 10px;
}

.card-body-title {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 28px;
    font-style: normal;
    -webkit-font-stretch: normal;
    -moz-font-stretch: normal;
    -ms-font-stretch: normal;
    -o-font-stretch: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #57585b;
    margin-top: 0;
    margin-bottom: 15px;
}

.info-card-container .info-card .card-body-title,
.resource-card-container .resource-card .card-body-title {
    margin-top: 0;
    padding: 10px;
}

.info-card-container .info-card .card-body,
.resource-card-container .resource-card .card-body,
.info-card-container .info-card .card-bottom,
.resource-card-container .resource-card .card-bottom {
    padding: 0 20px;
}

.info-card-container .info-card .card-bottom,
.resource-card-container .resource-card .card-bottom {
    margin-bottom: 20px;
}

    .info-card-container .info-card .card-bottom .btn-ng-orange span {
        color: #fff;
    }

.card-subhead {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8c8279;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.card-body-description {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    -webkit-font-stretch: normal;
    -moz-font-stretch: normal;
    -ms-font-stretch: normal;
    -o-font-stretch: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #57585b;
    margin-top: 15px;
    /*max-height: 124px;*/
    /*overflow: hidden;*/
}

.resource-card-container .resource-card .card-content .card-body-description {
    margin-top: 7px;
}

.card-social-icons a {
    color: #d6a461;
    font-size: 17px;
}

    .card-social-icons a:not(:last-child) {
        margin-right: 15px;
    }

.insight-type, .marketplace-status {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #c66e4e;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 17px;
    padding: 1px 5px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.card-location-date {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #57585b;
}

.card-img {
    height: 181px;
}

.col-md-6 .card-img {
    height: 255px;
}

.card-content {
    height: 100%;
    position: relative;
    background-color: white;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .card-content:hover {
        -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    }

.img-border {
    border-bottom: solid 2px rgba(140, 130, 121, 0.1);
}

.card-pre-title {
    font-size: 14px;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    color: #8c8279;
    text-transform: uppercase;
}

    .card-pre-title p {
        margin: 0;
    }

.partner-card-container .card-body-description {
    height: 120px;
    overflow: hidden;
}

.partner-card-container .card-img {
    background-position: center;
}

.partner-card-container .card-eyebrow {
    margin-top: 0;
}

.partner-card-container .card-bottom-left-link {
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
}

.partner-card-container .card-bottom {
    background-color: #c7724d;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.partners-body-wrapper .sponsor-level {
    background-color: #4a8088;
    color: white;
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
    padding: 25px;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}

.partners-body-wrapper .sponsor-heading {
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 85px;
}

.info-card-container .info-card .card-content img,
.image-card-container .image-card img,
.resource-card-container .resource-card .card-content img {
    width: 100%;
}

.info-card-container .info-card .card-content .card-body-title,
.resource-card-container .resource-card .card-content .card-body-title {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.resource-card-container .resource-card .card-content .card-body-title {
    color: inherit;
    text-align: left;
    margin-left: 10px;
}

.info-card-container .info-card .card-content .card-body,
.resource-card-container .resource-card .card-content .card-body {
    overflow: hidden;
    height: 280px;
}

.info-card-container.partner-cards .info-card .card-content .card-body {
    height: 235px;
}

.info-card-container .info-card .card-content .card-eyebrow,
.resource-card-container .resource-card .card-content .card-eyebrow {
    position: absolute;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: 'Meta W01 Regular', Arial Black, Helvetica Bold, sans-serif;
}

.featured-content-card {
    height: 540px;
}

#telehealth-toolkit-thank-you .featured-content-card {
    height: 470px;
}

.featured-content-card .card-body-title {
    margin-bottom: 30px;
}

.featured-content-card .card-body-description {
    margin-top: 0;
}

.card-container.reduce-margin .card {
    margin-bottom: 0;
}

.legacy-card-support .info-card .card-content img {
    border-bottom: #eeeceb 4px solid;
}

.legacy-card-support .info-card .card-content .btn-ng-orange {
    background-color: #c66e4e;
    padding: 17px 15px;
    font-size: 20px;
}

.legacy-card-support div > div > h3 {
    font-size: 35px;
}

.legacy-card-support #inf-card-heading {
    color: #c66e4e;
}

.heading-body-three-col #heading-3-col-card > a:focus {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .info-card.col-md-2 {
        width: 20%;
    }
}

@media screen and (max-width: 1199px) {
    .card-body {
        padding: 0 22px;
    }

    .card-bottom {
        margin-bottom: 15px;
        width: 100%;
        padding: 0 22px;
    }

    .card-body-description {
        line-height: 1.36
    }

    .card-img {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .mirth-cert-container .row.mirth-cert .card .card-img {
        background-size: cover;
        background-position: center;
    }

    .card {
        margin-top: 30px;
    }

    .card-body-title {
        font-size: 25px;
        line-height: normal;
    }

    .card-body-description {
        margin-bottom: 15px;
    }

    .mirth-cert-container .row.mirth-cert .card .card-img {
        background-size: cover;
    }

    .card-bottom {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .resource-card-container .card.resource-card {
        height: unset;
    }

    .resource-card-container .resource-card .card-content .card-bottom {
        position: unset;
        display: inline-block;
    }
}


.multiple-item-carousel-container {
    background-color: rgba(140, 130, 121, 0.1);
}

    .multiple-item-carousel-container h2 {
        text-transform: uppercase;
    }

    .multiple-item-carousel-container .carousel-filter-tabs {
        text-align: right;
        margin-top: 30px;
    }

        .multiple-item-carousel-container .carousel-filter-tabs a {
            color: #57585b;
            padding: 0;
            margin: 0 15px;
        }

            .multiple-item-carousel-container .carousel-filter-tabs a.active-tab {
                font-family: 'Meta W01 Bold',Arial,Helvetica,sans-serif;
                border-bottom: solid 2px #9cdbd9;
                padding-bottom: 3px;
            }

    .multiple-item-carousel-container .slick-prev, .multiple-item-carousel-container .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: rgba(140, 130, 121, 0.25);
        border-radius: 100%;
        z-index: 999;
    }

    .multiple-item-carousel-container .slick-next {
        right: 5px;
    }
    .multiple-item-carousel-container .slick-prev {
        left: 5px;
    }

        .multiple-item-carousel-container .slick-prev:before, .multiple-item-carousel-container .slick-next:before {
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            font-size: 25px;
            line-height: 1;
            opacity: .75;
            color: #8c8279;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .multiple-item-carousel-container .slick-prev:before {
            content: "\f053";
            left: -2px;
            position: relative;
        }

    .multiple-item-carousel-container .slick-next:before {
        content: "\f054";
        left: 2px;
        position: relative;
    }

    .multiple-item-carousel-container .slick-prev:hover:before,
    .multiple-item-carousel-container .slick-next:hover:before {
        opacity: 1;
    }
    .multiple-item-carousel-container .slick-dots {
        text-align: center;
        position: relative;
        top: -20px;
    }
        .multiple-item-carousel-container .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .multiple-item-carousel-container .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

                .multiple-item-carousel-container .slick-dots li button:before {
                    font-size: 6px;
                    content: " ";
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 6px;
                    height: 6px;
                    vertical-align: middle;
                    -webkit-transition: width 2s,height 4s;
                    transition: width .3s ease,height .3s ease;
                    text-align: center;
                    opacity: 1;
                    background-color: #fff;
                    border: solid 1px #8c8279;
                    margin: 5px;
                    border-radius: 100%;
                }
            .multiple-item-carousel-container .slick-dots li.slick-active button:before {
                background-color: #4f868e;
                border: solid 1px #8c8279;
                height: 12px;
                width: 12px;
                margin-top: 2px;
            }
    .multiple-item-carousel-container .slick-slide.card {
        height: 511px;
    }
        @media screen and (max-width: 991px){
            .multiple-item-carousel-container .multiple-item-carousel-title,
            .multiple-item-carousel-container .carousel-filter-tabs{
                text-align: center;
            }
        }
.careers-stack h2 {
    line-height: 1.37;
    color: #57585b;
    margin-top: 0;
}

.careers-stack p {
    font-size: 20px;
    line-height: 1.5;
    color: #57585b;
}

.careers-stack a {
    font-size: 20px;
    text-align: center;
    color: #4f868e;
}
.careers-stack .eyebrow-tag {
    color: #fff;
}

.careers-stack > div > div > .col-md-6.text-center.slide-animation > a > span {
    position: absolute;
    top: 133px;
    left: 227px;
    color: #fff;
    opacity: .5;
}

.tab-content-container h2 {
    text-transform: uppercase;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.37;
    color: #57585b;
    margin-top: 20px;
}

.tab-content-container .eyebrow {
    font-size: 14px;
    color: #8c8279;
    margin-bottom: 0;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.tab-content-container .font14.margin-left100{
        margin-left: 100px;
    }
@media screen and (max-width: 991px){
    .tab-content-container h2{
        font-size: 30px;
        line-height: 42px;
    }
    .tab-content-container h3{
        font-size: 25px;
    }
    .tab-content-container .font14.margin-left100{
        margin-left: 15px;
    }
}

#bg-white-certification-tabs-bg .bg-white-certification-tabs-bg {
    /* width: 1440px; */
    /*height: 181px;*/
    background-color: #ffffff;
    /* background-color: var(--white); */
}

#bg-white-certification-tabs-bg .active-tab {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 18px;
    line-height: 0;
    text-align: center;
    color: #57585b;
    border-bottom: 2px solid #9cdbd9;
}

#bg-white-certification-tabs-bg .onc-2014 {
    position: relative;
    top: -20px;
}

#bg-white-certification-tabs-bg .inactive-tab {
    /* width: 140px; */
    height: 25px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 0;
    text-align: center;
    color: #57585b;
}

#bg-white-certification-tabs-bg .cert-tabs > div {
    padding: 0;
}

.tab-content-container h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #4f868e;
    margin-top: 30px;
}

.certifications .tab-content-container {
    margin-bottom: 100px;
}

.certifications .tab-content-container #rwt p.year {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    font-size: 23px;
    line-height: 38px;
}

@media screen and (max-width:795px) {
    .cert-tabs div {
        margin:15px 0;
    }
}

#certification-top.bg-10-opaque-gray-certifications-top {
    background-color: rgba(140, 130, 121, 0.1);
}

#certification-top .eyebrow-tag-certifications-top {
    font-family: MetaOffcPro-Medi;
    font-size: 14px;
    color: #8c8279;
    margin-bottom: 0;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#certification-top .large-body {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #57585b;
}

#certification-top .list {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    color: #57585b;
    padding-left: 25px;
}
#certification-top .list li{
    padding-top: 10px;
}
#certification-top h1 {
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    font-size: 56px;
    line-height: 1.14;
    text-transform: uppercase;
    color: #57585b;
}

#certification-top h2 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.37;
    color: #57585b;
    margin-top: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 991px){
    #certification-top h1{
        font-size: 45px;
        line-height: 58px;
        margin-top: 5px;
    }
    #certification-top h2{
        font-size: 30px;
        line-height: 42px;
    }
    #certification-top .large-body{
        font-size: 20px;
    }
}
.challenger.bg-gradient-purple .stats-box-head,
.challenger.bg-gradient-purple .stats-box-mid,
.challenger.bg-gradient-purple .stats-box-foot{
    color: white;
}

.stats-box-head {
    text-transform: uppercase;
    color: #8c8279;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.stats-box-mid {
    color: #c66e4e;
    font-size: 45px;
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    line-height: 64px;
    margin-bottom: 0;
}

.stats-box-foot {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #57585b;
    line-height: 1.56;
    margin-bottom: 0;
}
.challenger.bg-gray.blue .stats-box-mid {
    color: #4f868e;
}

.challenger.bg-gray.blue .margin-top50{
    margin-top: 0;
}

@media screen and (max-width: 991px){
    .stats-box-mid{
        font-size: 35px;
        line-height: normal;
    }
    .products-top-stats .challenger .row.margin-top50{
        margin-top: 200px;
    }
}
@media screen and (max-width: 767px){
    .stats-box-foot{
        margin-bottom: 30px;
    }
}
@media(max-width: 640px){
    .products-top-stats .challenger .row.margin-top50 {
        margin-top: 0;
    }
}


.client-testimonial-v2.client-testimonial-bg-v2 {
    height: 545px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.client-testimonial-v2 .play-button-border {
    display: inline-block;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 2px #fff;
    -moz-box-shadow: 0 0 2px #fff;
    box-shadow: 0 0 2px #fff;
    padding: 0.5em 0.9em 0.5em 0.9em;
}

.client-testimonial-v2 .large-body-white {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
}
.client-testimonial-v2 .large-body-white a:hover {
    color: #FBC02D;
}
.client-testimonial-v2 .large-body-white a:focus {
    color: #fff;
}

.client-testimonial-v2 .fa-play-circle {
    font-size: 35px;
}

.client-testimonial-v2 .link-and-body {
    margin-top: 20px;
}

.client-testimonial-v2 h2 {
    font-size: 35px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    line-height: 1.37;
    text-transform: uppercase;
}

.client-testimonial-v2 .quote-wrap {
    color: white;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-left: 25px;
    line-height: 1.5;
}

.client-testimonial-v2 .client-testimonial-content .leading-quote {
    font-size: 40px;
    position: absolute;
    top: -13px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.5);
}

.client-testimonial-v2 .client-video-link + .client-testimonial-content .leading-quote {
    top: -3px;
}

.client-testimonial-v2 .quote-wrap .end-quote {
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    position: absolute;
    bottom: 30px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    padding-right: 5px;
}

.client-testimonial-v2 .client-video-link {
    width: 10%;
    float: left;
}

    .client-testimonial-v2 .client-video-link + .client-testimonial-content {
        float: right;
        width: 90%;
        margin-top: 4px;
    }

.client-testimonial-v2 .client-testimonial-content .quote-credit {
    padding-left: 25px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.57;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
}

.bg-overlay.client-testimonial-bg-overlay {
    background-image: linear-gradient(299deg,rgba(0,0,0,.05),rgba(0,0,0,.5));
}

.testimonial-quote-wrap {
    padding: 10px 20px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-top: 0;
    quotes: "\201C""\201D""\2018""\2019";
    text-indent: -33px;
    margin-left: 4px;
}

    .testimonial-quote-wrap::before {
        content: open-quote;
        display: inline;
        height: 0;
        line-height: 0;
        left: 4px;
        position: relative;
        top: 17px;
        color: rgba(255, 255, 255, 0.5);
        ;
        font-size: 3em;
    }

    .testimonial-quote-wrap::after {
        content: close-quote;
        display: inline;
        height: 0;
        line-height: 0;
        left: -3px;
        position: relative;
        top: 19px;
        color: rgba(255, 255, 255, 0.5);
        ;
        font-size: 3em;
    }

.gradient-ct .testimonial-quote-wrap::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 15px;
    position: relative;
    top: 37px;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
}

.gradient-ct .testimonial-quote-wrap::before {
    content: open-quote;
    display: inline-block;
    height: 0;
    line-height: 0;
    left: -15px;
    position: relative;
    top: 25px;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
}

.gradient-ct.client-testimonial-v2 h2 {
    font-size: 30px;
    text-transform: none;
}

.gradient-ct .testimonial-quote-wrap {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
    quotes: "\201C""\201D""\2018""\2019";
    text-indent: -22px;
}

.gradient-ct .fa-play-circle {
    font-size: 165px;
    opacity: .5;
}

.gradient-ct .client-video-link {
    margin-top: 82px;
}

.client-testimonial-v2.gradient-ct .quote-credit {
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1.1;
}

.link-and-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-stack .link-and-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
}


.orange-gradient-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background-size: cover;
}

.orange-gradient-ct .fa-play-circle {
    font-size: 135px;
    opacity: .7;
}

.orange-gradient-ct .quote-wrap, 
.quote-stack .quote-wrap {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    quotes: "\201C""\201D""\2018""\2019";
    text-indent: -12px
}

.orange-gradient-ct .quote-wrap::before, 
.quote-stack .quote-wrap::before {
    content: open-quote;
    display: inline-block;
    left: 5px;
    position: relative;
}

.orange-gradient-ct .quote-wrap::after, 
.quote-stack .quote-wrap::after {
    content: close-quote;
    display: inline-block;
    left: 10px;
    position: relative;
}

.orange-gradient-ct .quote-credit,
.quote-stack .quote-credit {
    float: right;
    font-size: 18px;
}

.quote-stack .quote-credit {
    margin-bottom: 25px;
}

.orange-gradient-ct .small-cta {
    padding: 0;
}


.orange-gradient-ct.lp-spring21 {
    height: 437px;
}

.orange-gradient-ct.lp-spring21 a,
.quote-stack.ecw-replacement a {
    color: #fff;
}

.quote-stack.ecw-replacement a .length-label {
    font-size: 14px;
    color: #d7d7d7;
    padding-left: 39px;
}

.orange-gradient-ct.lp-spring21 .fa-play-circle,
.quote-stack.ecw-replacement .fa-play-circle {
    font-size: inherit;
    opacity: 1;
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.client-testimonial-v2 .qsi.vert-center {
    height: 545px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
}

.orange-gradient-ct.advisors-page {
    height: 450px;
}

.orange-gradient-ct.advisors-page .quote-wrap {
    letter-spacing: 1.5px;
}

.orange-gradient-ct.advisors-page .client-testimonial-content {
    width: 66%;
    text-align: right;
}

.quote-stack {
    background-color: #808080
}

.quote-stack .bg-image {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1;
    display: block;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    height: 530px;
}

.quote-stack.bh-quote-melina .bg-image {
    object-position: 80%;
}

#fqhc-ecw ~ .quote-stack .bg-image {
    object-position: 0 0;
}

.quote-stack .quote-wrap {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.30;
}

.quote-stack.ecw-replacement,
.quote-stack .container {
    height: 530px;
}

.quote-stack .client-testimonial-content {
    /*margin-left: 22.666667%;*/
    padding: 0;
}

.quote-stack .left .client-testimonial-content.col-md-8 {
    margin-left: 0;
}

/*.quote-stack .client-testimonial-content.col-md-8 {
    width: 77.666667%;
}*/

.quote-stack .btn {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 11px 31px 11px 32px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    text-shadow: none;
}

.quote-stack .buttons a:first-child {
    margin-right: 25px;
}

.quote-stack .btn-video .fa-play {
    padding-right: 7px;
}

.quote-stack .buttons {
    clear: both;
}

.quote-stack.cta .buttons {
    margin-top: 30px;
}

.quote-stack .left .buttons {
    margin-left: 0;
}

.quote-stack.cta .eyebrow {
    color: #d6a461;
    text-transform: uppercase;
}

.quote-stack.cta .heading {
    font-family: 'Meta Head W01 Bold';
    text-transform: none;
    line-height: 1.30;
    margin-top: 5px;
}

.quote-stack.cta .sub-heading {
    font-size: 18px;
}

@media (max-width: 1800px){
    .orange-gradient-ct.lp-spring21-v2,
    .quote-stack.ecw-replacement {
        background-position: center !important;
    }

    #fqhc-ecw ~ .quote-stack .bg-image {
        object-position: -216px 0;
    }
}

@media (max-width: 1099px) {
    .how-we-help .carousel-wrapper {
        width: 100% !important;
    }
}

@media(max-width: 1280px){
    #fqhc-ecw ~ .quote-stack .bg-image {
        object-position: -290px 0;
    }
}

@media (max-width: 991px) {
    .client-testimonial-v2.client-testimonial-bg-v2 {
        height: auto;
    }

    .client-testimonial-bg-overlay .col-md-6.margin-top100 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .client-testimonial-v2 H2 {
        font-size: 30px;
        line-height: 42px;
    }

    .client-testimonial-v2 .large-body-white {
        font-size: 18px;
    }

    .client-testimonial-v2 .client-video-link {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }
    .orange-gradient-ct .quote-wrap{
        text-indent:0;
    }
    .orange-gradient-ct .quote-wrap::before,
    .orange-gradient-ct .quote-wrap::after {
        left: 0;
    }
}

@media (max-width: 800px) {

    .quote-stack .quote-wrap::before {
        left: 2px;
    }

    .quote-stack .quote-wrap::after {
        left: -5px;
    }

   .quote-stack .eyebrow {
        text-align: center;
	}
	
    .quote-stack .container {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .quote-stack .client-testimonial-content.col-md-8 {
        width: inherit;
        margin-left: inherit;
    }
    
    .quote-stack .link-and-body{
        flex-direction: column;
    }
    
    .quote-stack .quote-wrap {
        font-size: 22px;
        letter-spacing: 1.1px;
        text-indent: 0;
        text-align: center;
        margin: 0 15px 15px 15px;
    }

    .quote-stack .quote-credit {
        font-size: 14px;
    }

    .quote-stack .buttons a:first-child {
        margin-bottom: 20px;
        margin-right: auto;
    }

    .quote-stack .btn {
        margin: 0 auto;
        display: block;
        width: fit-content;
        font-size: 13px;
        padding: 9px 31px 11px 25px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }

    .quote-stack .quote-credit {
        text-indent: -14px;
        font-size: 13px;
        float: none;
        line-height: normal;
        margin-bottom: 30px;
    }

    .quote-stack .left .buttons,
    .quote-stack .right .buttons {
        margin-left: 0;
    }

    .quote-stack.cta .heading {
        text-transform: none;
        text-align: center;
    }

    .quote-stack.cta .sub-heading {
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
    }

    .gradient-ct .testimonial-quote-wrap::before,
    .gradient-ct .testimonial-quote-wrap::after {
        left: 0px;
    }

    .orange-gradient-ct .link-and-body {
        display: block;
        margin-top: 30px;
    }

    .orange-gradient-ct .link-and-body > div:nth-child(1) {
        text-align: center;
    }

    .orange-gradient-ct .small-cta {
        padding: 15px;
    }

}

@media (max-width: 480px) {
    .client-testimonial-v2 .client-video-link + .client-testimonial-content {
        width: 80%;
    }
}

.three-resource-wrapper {
    background-color: rgba(140, 130, 121, 0.1);
}

.three-resource-top-background {
    width: 100%;
    height: 407px;
    background-color: rgba(140, 130, 121, 0.05);
}
@media screen and (max-width: 640px){
    .three-resource-top-background {
        height: 180px;
    }
}

.connect-slider-container h2 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.37;
    color: #57585b;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.connect-slider-container > .row {
    margin-top: 100px;
    margin-bottom: 125px;
}

.connect-slider-container .sub-heading {
    line-height: 25px;
    padding: 0;
}

.connect-slider {
    margin-top: 65px;
}

    .connect-slider .description p {
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #57585b;
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 25px;
    }

    .connect-slider .description .col-md-11 {
        margin: 0 0 50px 40px;
        padding: 0 30px 0 20px;
        position: unset;
    }

    .connect-slider .item .description h3 {
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
        font-size: 28px;
        margin-top: 50px;
    }

    .connect-slider .item .description {
        padding: 0;
        margin-left: -65px;
        background-color: #ffffff;
        text-shadow: none;
        -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -19px;
        left: 126px;
        z-index: 99;
    }

        .connect-slider .item .description .gradient {
            position: absolute;
            width: 30px;
            height: 100%;
            float: left;
            background-image: linear-gradient(177deg, #4f868e, #9cdbd9);
        }

    .connect-slider .carousel-inner {
        overflow: visible;
    }

.connect-slider-container .custom-control.carousel-control.left {
    left: 0;
}

.connect-slider-container .custom-control.carousel-control.right {
    right: 0;
}

.connect-slider-container .row.slider-footer {
    margin-top: 35px;
}

.connect-slider-container .connect-slider .item {
    cursor: pointer;
}

.connect-slider-icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 50px auto 30px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}
.connect-slider .description.right {
    left: 672px;
}
@media screen and (max-width: 1199px) {
    .connect-slider .description .col-md-11 {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .connect-slider .item .description .icon {
        margin-top: 15px;
    }

    .connect-slider .item .description {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .connect-slider .carousel-inner>.item>img, .connect-slider .carousel-inner>.item>a>img{
        display: none;
    }
    .connect-slider .item .description h3{
        margin-top: 0;
    }
    .connect-slider .slider-footer .col-xs-8{
        padding: 0;
    }
}

@media (max-width: 767px) {
    .connect-slider .item .description {
        padding: 0;
        margin-left: 0;
        background-color: #ffffff;
        text-shadow: none;
        -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        position: relative;
        top: -19px;
        /*left: 71px;*/
        z-index: 99;
    }

        .connect-slider .item .description.right,
        .connect-slider .item .description.left {
            position: static;
            left: unset;
        }
        .connect-slider-container .row.slider-footer{
            margin-top: 15px;
        }
}

@media screen and (max-width: 480px) {
    .connect-slider .description .col-md-11 {
        margin: 0;
        padding: 30px 30px 0 30px;
    }
    .connect-slider .item .description .gradient{
        display: none;
    }
}

#contact-us-overlay-modal .modal-dialog {
    width: 1200px;
}

    #contact-us-overlay-modal .modal-dialog .center-col {
        width: 24.333%;
    }

    #contact-us-overlay-modal .modal-dialog .modal-body {
        left: 70px;
    }

#contact-us-overlay-modal .modal-content {
    border-radius: 0;
}

#contact-us-overlay-modal address,
.contact-us-container address {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: rgb(87, 88, 91);
}

#contact-us-overlay-modal .heading {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.37;
    color: #57585b;
    margin: 0;
    text-transform: uppercase;
}

#contact-us-overlay-modal .eyebrow-tag,
.contact-us-container .eyebrow-tag {
    text-align: left;
    color: #8c8279;
    background-color: #fff;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
}

#contact-us-overlay-modal .fa-map-marker-alt,
.contact-us-container .fa-map-marker-alt,
.contact-us-container .fa-envelope,
.contact-us-container .glyphicon-earphone {
    color: #4F868E;
    font-size: 22px;
    margin-top: 5px;
}

.contact-us-container .fa-envelope {
    margin-top: 0;
}

#contact-us-overlay-modal .close {
    color: #4f868e;
    opacity: 1;
    font-size: 20px;
}

#contact-us-overlay-modal .fa {
    color: #4f868e;
}

.contact-us-container hr {
    margin: 30px 0;
}

#contact-us-overlay-modal .modal-body {
    padding: 0 30px 30px 30px;
}

#contact-us-overlay-modal .modal-header {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

#contact-us-overlay-modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid transparent;
}

@media screen and (max-width: 945px) {
    #contact-us-overlay-modal .modal-dialog {
        width: 95%;
    }
}

.cta h2 {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.37;
    color: white;
    text-transform: uppercase;
}

.cta p {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.cta-btn {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    padding: 10px 55px;
    font-size: 16px;
    margin-bottom: 0;
    min-width: 203px;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}


.cta ul, .cta ul li{
    color: #fff;
}
.video-cta video{
    width:100%
}
.cta-background.cta-blue-bg {
    background-image: linear-gradient(283deg, #9cdbd9, #4f868e);
}

.cta-blue-bg .cta-btn {
    color: #4f868e;
}

.covid-19-update .container .row.margin-top50 {
    margin-top: 20px;
}

.covid-19-update .container .row.margin-bottom50 {
    margin-bottom: 20px;
}

.covid-19-update .container .row #body{
    font-size: 28px;
    margin-bottom: 25px;
}

.asset-cta img {
    display: block;
}

.asset-cta img {
    width: 364px;
    height: 273px;
    margin-right: auto;
    margin-left: auto;
}

.asset-cta.bto-multi-specialty img {
    width: 394px;
    height: 500px;
}

.asset-cta .asset-col a {
    margin-top: 25px;
    padding: 8px 25px;
}

.asset-cta.bto-multi-specialty a {
    position: absolute;
    left: 505px;
    bottom: 48px;
}

.asset-cta .body {
    font-size: 20px;
    line-height: 1.5;
}

.asset-cta .body p,
.asset-cta .body ul,
.asset-cta .body ol {
    margin: 0 0 22px;
}

@media (max-width: 991px) {
    .cta-background .margin-bottom150{
        margin-bottom: 75px;
    }
    .cta-background .margin-top150{
        margin-top: 75px;
    }
    .cta-background .cta h2, .cta-background p, .cta-background .text-center.vcenter{
        text-align: left;
    }

    .cta h2{
        font-size: 30px;
        line-height: 42px;
    }
    .cta p{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .cta-btn{
        min-width: unset;
    }
    .centered-video-cta{
        padding-top:210px;
    }
}
@media (max-width: 767px) {
    .cta h2, .cta p,
    .cta-background .cta h2, .cta-background p, .cta-background .text-center.vcenter,
    .cta > .row {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .centered-video-cta img {
        max-width: 400px;
    }
}
div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}
}


table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	font-family: 'Glyphicons Halflings';
	opacity: 0.5;
}
table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150"; /* sort */
}
table.dataTable thead .sorting_asc:after {
	content: "\e155"; /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: "\e156"; /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

table.dataTable thead > tr > th {
	padding-left: 8px;
	padding-right: 30px;
}

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}


.differentiator h2 {
    line-height: 1.37;
    margin-top: 0;
}

.differentiator a.btn-diff {
    margin-top: 15px;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

#differentiator-container.clinical-doc h2 .eyebrow {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: -0.2px;
    color: var(--teal);
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .differentiator.margin-bottom150:last-child {
        margin-bottom: 100px;
    }

    .differentiator.margin-bottom150 {
        margin-bottom: 50px;
    }

    .differentiator.margin-top150:first-child {
        margin-top: 100px;
    }

    .differentiator.margin-top150 {
        margin-top: 50px;
    }
}

@media (min-width: 767px) {
    .differentiator {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .differentiator {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    #differentiator-container.clinical-doc h2 .eyebrow {
        margin-top: 15px;
    }
}

  #ehr-coc .eyebrow {
  	/*width: 555px;
  	height: 18px;*/
  	font-family: MetaOffcPro-Medi;
  	font-size: 14px;
  	text-align: left;
  	color: #8c8279;
  	/* color: var(--gray); */
  }

  #ehr-coc.bg-white {
  	/*width: 1440px;
  	height: 677px;*/
  	background-color: #ffffff;
  	/* background-color: var(--white); */
  }
.workflow .carousel-indicators li{
    width: 25%;
}
.feature-title {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    line-height: 1.36;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: white;
}

.feature p {
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
}
.purple-features-container .feature.col-md-4{
    margin-bottom: 50px;
}

.feature-bg-white {
    background-color: white;
}

.feature-bg-white .feature-title, .feature-bg-white p {
    color: #57585b;
}

.feature-bg-orange {
    background-color: #c66e4e;
}

.feature a p {
    margin-bottom: 0;
    text-decoration: underline;
}

div.feature-bg-white > div > div > div > a > p > i {
    font-size: 12px;
    padding-left: 7px;
}

.feature-link {
   -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
        transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.feature-link:hover .fa-chevron-right:before {
    margin-right: 5px;
}

.feature-stack h2 {
    text-transform: uppercase;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.37;
    color: #57585b;
}

.purple-features-container {
    background-image: linear-gradient(134deg, #512a44, #4f868e);
}
.purple-features-container .feature-stack H2 {
    margin: 0 0 50px 0;
    color: white;
}
/*Enhancement to fix margin - this will only affect the full page benefits highlights */
.purple-features-container .feature-stack .margin-top150{
    margin-top: 50px;
}
/*End enhancement*/
.purple-features-container .row .feature a {
    color: #9CDBD9;
}
.purple-features-container .row .feature a.btn-ng-orange {
    color: #fff;
}

/*This targets the component version of benefit higlights*/
.purple-features-container .feature-stack .feature-header h2,
.purple-features-container .feature-stack .feature-header p {
    color: white;
}

.purple-features-container .feature-stack .feature-header h2 {
    margin: 0;
}
/*End component edits*/

.feature-gray-container {
    background-color: rgba(140, 130, 121, 0.1);
}

.feature-gray-container .feature h3,
.feature-gray-container .feature p{
    color: #57585b;
}
.feature-stack .row.text-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-footer h2{
    text-transform:none;
}

.purple-features-container #boost-engagement-and-security img {
    height: 75px;
    width: 96px;
}
@media screen and (max-width: 991px) {
    .purple-features-container .feature img,
    .purple-features-container #boost-engagement-and-security img {
        float: left;
        width: 60px;
        height: 60px;
    }
    .purple-features-container .feature h3, .purple-features-container .feature p{
        margin: 0 0 15px 75px;
        text-align: left;
    }
     .purple-features-container .feature.col-md-4{
        margin-bottom: 30px;
    }
}
/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-display: swap;
    font-weight: normal;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/fa-light-300.eot");
    src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.bg-dark-blue {
    background-color: #003b5c;
}

footer ul {
    padding-left: 0;
}

footer {
    position: absolute;
    width: 100%;
}

    footer .footer div ul {
        list-style: none;
    }

        footer .footer div ul li:not(:first-child) a {
            color: rgba(255, 255, 255, 0.5);
            font-size: 12px;
            padding: 5px 0;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

    footer .legal-links a {
        color: rgba(255, 255, 255, 0.75);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        footer .footer div ul li:not(:first-child) a:hover, footer .legal-links a:hover {
            color: #fff;
        }

    footer a:hover {
        cursor: pointer;
    }

    footer .footer div a img {
        max-width: 214px;
    }

    footer.ng-foot hr {
        width: 90%;
    }

    footer hr {
        border: solid 1px rgba(255, 255, 255, 0.25);
        margin: 0 auto;
        margin-bottom: 30px;
    }

    footer .legal {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
    }

    footer .legal-links {
        margin-bottom: 10px;
    }

.footer-cta a.form-loader.round-btn {
    background-color: white;
    border-radius: 25px;
    padding: 10px;
    width: 65%;
    display: block;
    text-align: center;
    color: #57585b;
}

footer .social-footer li {
    margin-bottom: 5px;
}

    footer .social-footer li a i {
        background-color: rgba(255, 255, 255, 0.5);
        color: #003b5c;
        font-size: 18px;
        border-radius: 15px;
        padding: 4px;
        width: 27px;
        height: 27px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        footer .social-footer li a i.fa-youtube {
            padding-left: 3px;
            padding-top: 6px;
            font-size: 16px;
        }

        footer .social-footer li a i:hover {
            background-color: white;
        }

.footer p.uppercase.font14 {
    font-family: "Meta W01 Medium", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
    color: white;
}

@media screen and (min-width:1023px) {

    .footer-logo-flex,
    .footer-logo-flex div:first-child {
        display: flex;
    }

        .footer-logo-flex div:first-child {
            flex-direction: column;
        }

            .footer-logo-flex div:first-child a:first-child {
                flex: 1;
            }
            .footer-logo-flex div:first-child a:last-child {
                margin-bottom:12px;
            }
}

@media screen and (max-width: 991px) {
    .footer-logo {
        margin-bottom: 30px;
    }

    .social-footer.text-center li {
        display: inline-block;
        margin: 0 10px;
        text-align: center;
    }

    .social-footer.text-center {
        text-align: left;
    }

    .footer-cta {
        margin-bottom: 15px;
        text-align: center;
    }

        .footer-cta a {
            margin: 0 auto;
        }
}

@media screen and (max-width: 767px) {
    .footer .col-xs-6 {
        margin-bottom: 15px;
    }

    footer hr {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 640px) {
    .footer-logo {
        margin: 0 auto 30px;
        text-align: center;
    }
}


  #form .client-testimonial-bg {
    width: 1440px;
    height: 546px;
    background: url("https://picsum.photos/1440/546/?random") top center / 1440px 546px no-repeat;
  }
  #form .form-title {
	width: 360px;
	height: 30px;
	font-family: MetaHeadlineOffcPro;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #4f868e;
	/* color: var(--teal); */
}
#form input {
  margin: 5px 0;
  padding: 5px;
  width: 360px;
}

#form #Position, #form #State {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 360px;
  padding: 5px;
}
form .btn {
	width: 360px;
	height: 40px;
	background-color: #d6a461;
	/* background-color: var(--orange); */
}
#form-and-image.hero-bg {
    background-repeat: no-repeat;
    background-position: top center;
    max-height: 1050px;
}

#form-and-image iframe {
    background-color: #fff;
    margin: 100px 0;
    width: 100%;
    height: 650px;
    border: 0;
    padding: 15px;
}

#form-and-image .image-content .content-body {
    margin-top: 200px;
    background-color: rgba(0,0,0,.5);
}

#form-and-image .image-content .content-body .body {
    font-size: 20px;
    line-height: 30px;
}

#form-and-image ul.nav.navbar-nav {
    display: none;
}

#form-and-image #pardot-form input[type=text] {
    width: 300px !important;
}

#form-and-image #form-content{
    margin-top: 100px;
}
@media screen and (max-width:991px) {
    #form-and-image iframe {
        margin-top: 50px;
    }

    #form-and-image .hero-bg .flex-center-vertically {
        padding-top: 50px;
    }
}

@media screen and (max-width:640px) {
    #form-and-image .hero-head {
        line-height: 40px;
    }

    #form-and-image .hero-head-quote {
        line-height: 25px;
    }

    #form-and-image iframe {
        margin-top: 20px;
    }
}

.specialty-card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    margin-top: 250px;
    background-color: white;
}

.specialty-card-content {
    position: relative;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

.specialty-card-eyebrow {
    background-color: #c66e4e;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 10px 2px;
    margin-bottom: 0;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 14px;
}

.specialty-card-name {
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    font-size: 56px;
    line-height: 1.14;
    text-align: center;
    color: #57585b;
    text-transform: uppercase;
}

.specialty-card-intro {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    color: #57585b;
}

.featured-card {
    height: 507px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    margin-top: 250px;
    padding-left: 0;
}

.featured-card-img {
    padding-left: 0;
}

.featured-card-body {
    font-size: 20px;
    line-height: 1.5;
}

.featured-card-content {
    position: relative;
    height: 100%;
    padding-right: 0;
}

.featured-card-foot {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding-left: 15px;
}

.featured-card-foot div:first-child {
    padding-left: 0;
}

.featured-card .hero-eyebrow {
    margin-top: 30px;
    display: inline-block;
}

.featured-card-body p:nth-child(2) {
    margin-bottom: 0;
}

.featured-card-title {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 1.16;
    color: #464646;
}

.featured-card-description {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    margin-top: 15px;
    color: #464646;
}

.featured-card-date-location {
    font-size: 16px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    line-height: 1.56;
}

.featured-card-social-icons {
    color: #d6a461;
    padding-right: 15px;
    font-size: 17px;
}

.featured-card-social-icons i:not(:last-child) {
    margin-right: 17px;
}

.insights-carousel-container #card-carousel .featured-card-img {
    overflow: hidden;
}

.insights-carousel-container #card-carousel .featured-card-img img {
    height: 507px;
}
@media screen and (max-width: 1199px) {
    .featured-card-img{
        overflow: hidden;
    }
    .featured-card-title{
        font-size: 35px;
    }
    .featured-card-description{
        font-size: 18px;
    }
}
@media screen and (max-width: 991px){
    .specialty-card-intro{
        font-size: 18px;
    }
    .featured-card-content h2{
        padding-top: 0;
        text-align: center;
    }
    .featured-card-description{
        text-align: center;
    }
    .featured-card{
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    
    .insights-carousel-container .featured-card{
        margin-left: 0;
        margin-right: 0;
    }
    .featured-card-foot{
        position: relative;
        padding-bottom: 30px;
    }
    .featured-card .hero-eyebrow{
        margin: auto;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .featured-card-content {
        padding-top: 1px;
        text-align: center;
        padding-right: 15px;
    }
    .featured-card-content .card-bottom-left-link{
        margin: auto;
        display: block;
        text-align: center;
    }
}
@media (max-width: 640px) {
    .specialty-card-name {
        font-size: 35px;
        line-height: 48px;
    }
    .featured-card-content h2{
        padding-top: 0;
        margin-top: 0;
    }

    .featured-card-foot{
        position: static;
    }
    .specialty-card-eyebrow.margin-top50 {
        margin-top: 30px;
    }

    .featured-card {
        height: unset;
    }

    .featured-card-img {
        display: none;
    }
    .featured-card-content {
        position: static;
        height: unset;
        padding: 30px 15px 1px;
    }
    .specialty-card, .featured-card {
        margin-top: 0px;
    }
}
@media screen and (max-width: 480px){
    .insights-carousel-container.container{
        top: -153px;
        position: relative;
    }
    .bg-gray-light.padding-bottom50.insights-spacer{
        height: 400px;
    }
    .specialty-card {
        margin-top: 0;
    }   
}

.hero-bg {
    position: relative;
    background-size: cover !important;
}

.hero-bg-overlay, .hero-bg-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.hero-bg-overlay {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
}

.hero-bg-color-overlay {
    background-image: linear-gradient(117deg, rgba(81, 42, 68, .8), rgba(079, 134, 142, 0.7));
}

.xtra-large-hero, .xtra-large-hero .flex-center-vertically {
    height: 740px;
}

.large-hero, .large-hero .flex-center-vertically, .xtra-large-hero-carousel {
    height: 500px;
}

.flex-center-vertically img {
    flex: 0 0 auto;
}

.medium-hero, .medium-hero .flex-center-vertically {
    height: 400px;
}

.medium-hero-stack-container .medium-hero .split-card, .medium-hero-stack-container .medium-hero .large-card {
    display: inline;
}

.hero-bg.small-hero {
    background-repeat: no-repeat;
    background-position: top center;
}

    .hero-bg.small-hero .hero-head a {
        color: #fff;
    }

    .hero-bg.small-hero, .hero-bg.small-hero .hero-bg-overlay, .hero-bg.small-hero .hero-bg-color-overlay, .hero-bg.small-hero .flex-center-vertically {
        height: 300px;
    }

        .hero-bg.small-hero .flex-center-vertically .hero-head {
            margin-top: 40px;
        }

.hero-head {
    font-size: 50px;
    line-height: 58px;
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica Bold, sans-serif !important;
    margin: 0 0 0 0;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
    letter-spacing: 1px;
}

.replacement-page-hero .hero-head {
    text-transform: capitalize;
}

.hero-link {
    color: white;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    display: inline-table;
}

    .hero-link.home-hero-link {
        font-size: 20px;
        cursor: pointer;
    }

        .hero-link.home-hero-link.btn {
            width: 200px;
            text-transform: uppercase;
            margin-top: 30px;
            box-shadow: 1px 1px 7px rgb(0 0 0 / 50%);
        }

            .hero-link.home-hero-link.btn.hero-link.home-hero-link.btn:nth-of-type(2) {
                margin-left: 25px;
            }

            .hero-link.home-hero-link.btn .fa-chevron-right {
                display: none;
            }

    .hero-link:hover {
        color: white;
    }

    .hero-link span {
        padding-right: 7px;
    }

.hero-eyebrow {
    background-color: #c66e4e;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px 4px;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    align-self: flex-start;
}

.hero-bg .social-icons {
    color: white;
}

    .hero-bg .social-icons i {
        margin-right: 15px;
        color: white;
    }

.hero-bg .btn {
    margin-top: 31px;
}

.fb-share-button {
    display: inline-block;
}

.hero-head-quote {
    margin-bottom: 27px;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
}

.hero-bg.video-bg-hero {
    overflow: hidden;
}

.video-bg-hero .hero-bg-overlay, .video-bg-hero .hero-bg-color-overlay {
    z-index: 2;
    background-image: linear-gradient(299deg, rgba(0, 0, 0, .09), rgba(0, 0, 0, .65));
}

.video-bg-hero video, .lp-spring-21 video {
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lp-spring-21 video {
    z-index: -1;
}

.video-bg-hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hero-with-card .container {
    height: 0px;
}

#hero-carousel.large-hero-carousel .hero-bg-overlay {
    z-index: 3;
}

#hero-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 15px;
}

#hero-carousel .carousel-inner .item .center-vertically {
    position: relative;
    height: 500px;
}

    #hero-carousel .carousel-inner .item .center-vertically p {
        font-size: 24px;
        margin: 0 0 15px;
    }

#hero-carousel .carousel-inner .item.xtra-large-hero-carousel, #hero-carousel.large-hero-carousel .carousel-inner .item {
    background-size: cover !important;
    background-position: top center !important;
}

#hero-carousel.large-hero-carousel .carousel-inner .item {
    background-image: linear-gradient(117deg, rgba(81, 42, 68, .8), rgba(079, 134, 142, 0.7));
}

    #hero-carousel.large-hero-carousel .carousel-inner .item > img {
        display: block;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: absolute;
        height: 500px;
    }

.hero-link.home-hero-link.hero-button {
    min-width: 200px;
    background-color: #c66e4e;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 31px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
}

#hero-carousel.large-hero-carousel .hero-link.home-hero-link.hero-button {
    width: fit-content;
    z-index: 3;
}

.flex-center-vertically p {
    font-size: 24px;
    margin: 0 0 30px;
    letter-spacing: 2.5px;
}

.vhero-container {
    overflow: hidden;
    position: relative;
}

    .vhero-container .vbg-gradient {
        background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .vhero-container img {
        width: 100%;
        height: 500px;
    }

.lp-logo {
    margin-top: 30px;
}

.vcontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .vcontent .container, .vcontent .row, .vcontent .row > div, .vcontent div.flex-center-vertically {
        height: 100%;
    }

        .vcontent div.flex-center-vertically p {
            margin-bottom: 0;
        }


.hero-special-banner {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 59, 92, 0.6);
}

    .hero-special-banner p {
        margin: 15px 0;
    }

    .hero-special-banner a, .hero-special-banner a:hover, .hero-special-banner a:focus {
        color: white;
        text-decoration: underline;
    }

.cov-message {
    padding: 40px 15px;
}

    .cov-message a {
        margin-top: 10px;
    }

#client-advocates-hero {
    background-image: url('/-/media/images/nextgen/heroes/ng_advocate_page_image_hero.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

/* Patient Engagement */

.hero-head.pe-hero {
    padding-top: 0;
}

.hero-head .pe-heading .pe-heading-break {
    display: block;
}

.hero-head .pe-subhead {
    font-family: 'Meta W01 Bold italic', Arial Black, Helvetica, sans-serif;
    letter-spacing: 1.1px;
    display: block;
}

/* End Patient Engagement */
/*New Responsive Hero*/
.responsive-hero-content .resp-hero-eyebrow {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif !important;
    letter-spacing: initial;
}

.responsive-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-hero-container {
    overflow: hidden;
    position: relative;
}

    .responsive-hero-container .vbg-gradient {
        background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .responsive-hero-container .bg-img {
        height: 500px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

.responsive-hero-content .container, .responsive-hero-content .row, .responsive-hero-content .row > div, .responsive-hero-content div.flex-center-vertically {
    height: 100%;
}

    .responsive-hero-content div.flex-center-vertically p {
        margin-top: 30px;
        margin-bottom: 0;
        letter-spacing: initial;
    }

/*End New Responsive Hero*/

#hero-carousel.large-hero-carousel .hero-head {
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .hero-head {
        font-size: 45px;
        line-height: 50px;
    }

    .hero-eyebrow {
        font-size: 12px !important;
        padding: 0 10px !important;
        line-height: 20px !important;
    }

    #hero-carousel, #hero-carousel .carousel-inner, #hero-carousel .carousel-inner .item {
        height: 550px !important;
        padding: 0;
    }

        #hero-carousel .carousel-inner .item .center-vertically {
            height: 550px;
            padding: 0 40px;
        }

        #hero-carousel .carousel-indicators {
            bottom: -5px;
        }

            #hero-carousel .carousel-indicators li {
                margin: 15px;
            }

        #hero-carousel > div > div.item.active[style*=ng_ranks_no_6_hero] {
            background: url(/-/media/images/nextgen/heroes/ng_ranks_no_6_hero/mobile.jpg) center no-repeat !important;
            background-size: cover !important;
        }
}

@media screen and (min-width:768px) {
    #hero-carousel .carousel-inner .item .center-vertically .hero-head {
        font-size: 50px;
        line-height: 58px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    #hero-carousel, #hero-carousel .carousel-inner, #hero-carousel .carousel-inner .item {
        height: 550px !important;
        padding: 0;
    }

        #hero-carousel .carousel-inner .item .center-vertically {
            height: 550px;
            padding: 0 40px;
        }

        #hero-carousel .carousel-indicators {
            bottom: -5px;
        }

            #hero-carousel .carousel-indicators li {
                margin: 15px;
            }

    .hero-link.home-hero-link.btn:nth-child(2) {
        margin-left: 0;
        margin-top: 12px;
    }

    .hero-bg.large-hero.bh-funding {
        height: 412px !important;
    }
}

@media screen and (min-width: 2200px) {
    #client-advocates-hero {
        background-image: url('/-/media/Images/Nextgen/heroes/client-advocates/advocate-page-image-hero-2500.jpg');
    }
}

@media screen and (max-width: 992px) {
    .hero-head span.nonmobile-break br {
        display: none;
    }

    .hero-head span.nonmobile-break:after {
        content: ' ';
    }
}

@media screen and (max-width: 640px) {
    .hero-container .row .col-md-10, .hero-bg .flex-center-vertically, .xtra-large-hero .flex-center-vertically {
        height: 200px !important;
    }

    #hero-carousel.large-hero-carousel .carousel-inner .item > img {
        display: none;
    }

    .hero-bg {
        height: 300px !important;
        padding-top: 100px;
    }

        .hero-bg.ngo-hero, .hero-bg.ngo-hero .flex-center-vertically {
            height: 500px !important;
            padding-top: 15px;
        }

    .hero-head {
        font-size: 36px;
        line-height: 38px;
        margin: 0 0 8px 0;
    }

    .ngo-hero .hero-head {
        font-size: 50px;
        line-height: 50px;
    }

    .ngo-hero .hero-head-quote span {
        display: block;
    }

    .hero-head-quote, .hero-head-quote.font20, .hero-link.home-hero-link {
        font-size: 16px;
    }

        .hero-head-quote, .hero-head-quote.font20 {
            margin-bottom: 8px;
        }

    .lp-spring-21 video {
        height: 100%;
    }

    .video-bg-hero .container, .lp-spring-21 .container {
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .large-hero .hero-eyebrow {
        margin-top: 0;
        margin-bottom: 6px;
    }

    #hero-carousel, #hero-carousel .carousel-inner, #hero-carousel .carousel-inner .item {
        height: 450px !important;
        padding: 0;
    }

        #hero-carousel .carousel-inner .item .center-vertically {
            height: 450px;
            padding: 0 0 0 20px;
        }

        #hero-carousel .carousel-indicators {
            bottom: -10px;
        }

            #hero-carousel .carousel-indicators li {
                margin: 8px;
            }

    .hero-head {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 1.5px;
        margin: 0 0 8px 0;
    }
    /* Patient Engagement page */
    .hero-bg.pe-hero {
        padding-top: 0;
    }

        .hero-bg.pe-hero .flex-center-vertically {
            height: 300px !important;
        }

    .hero-head .pe-heading .pe-heading-break {
        display: inline;
    }

    .hero-head .pe-heading {
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
        font-size: 35px;
        letter-spacing: 1.5px;
        line-height: 40px;
        display: inline-block;
        margin: 0 0 8px 0;
    }

    .hero-head .pe-subhead {
        font-size: 24px;
        line-height: 1.3;
        display: inline-block;
    }
    /* End Patient Engagement page*/
    #client-advocates-hero .hero-head {
        font-size: 34px;
    }

    .hero-bg.ngo-hero, .hero-bg.ngo-hero .flex-center-vertically {
        height: 615px !important;
        padding-top: 15px;
    }

    #hero-carousel .carousel-inner .item .center-vertically p {
        font-size: 18px;
    }
    /************ Spring 21 Landing Page **************/
    .hero-bg.lp-video-hero-container {
        height: 300px !important;
        padding-top: 48px;
    }

        .hero-bg.lp-video-hero-container .hero-head {
            font-size: 38px;
            line-height: 39px;
            letter-spacing: 1.5px;
            margin: 0 0 8px 0;
            font-family: 'Meta Head W01 Bold';
        }

            .hero-bg.lp-video-hero-container .hero-head em {
                font-size: 30px;
                padding-top: 8px;
                display: block;
            }
    /************ End Spring 21 Landing Page **************/
    #client-advocates-hero {
        height: 400px !important;
    }

    .responsive-hero-content .resp-hero-eyebrow {
        font-size: 16px;
    }

    .responsive-hero-content .hero-head {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
        margin: 0 0 8px 0;
    }

    .responsive-hero-content div.flex-center-vertically p {
        margin-top: 10px;
    }
}

/************ Spring 21 Landing Page **************/

.hero-bg.large-hero.lp-spring21 {
    z-index: -50;
}

.hero-bg.lp-video-hero-container {
    overflow: hidden;
}

/************ End Spring 21 Landing Page **************/

@media all and (max-width:1198px) {
    .vcontent h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 15px;
    }

    .lp-logo {
        margin-top: 5px;
        width: 100px;
    }
}

@media all and (max-width:600px) {
    .vcontent h1 {
        font-size: 35px;
    }
}

@media all and (max-width:552px) {
    .lp-logo {
        margin-top: 15px;
        width: 100px;
    }
}

@media all and (max-width:426px) {

    .responsive-hero-container .bg-img {
        height: 450px;
    }
}

@media all and (max-width:320px) {
    .vcontent h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

.how-we-help {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-style: normal;
}

.how-we-help .carousel-wrapper {
    z-index: -1;
    min-height: 621px;
    width: 1100px;
    border: 0;
    padding: 0;
    margin: 0;
}
.how-we-help .carousel-wrapper.static {
    min-height: unset;
}

.how-we-help .carousel-caption {
    width: 525px;
    left: 60px;
    bottom: 100px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.how-we-help .carousel-caption h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 48px;
    text-align: left;
    color: #fff;
    text-shadow: none;
    margin-bottom: 15px;
}

.how-we-help-container.replacement-page .carousel-caption h3{
    text-transform: uppercase;
}

.how-we-help .context-menu {
    position: absolute;
    right: 40px;
    top: 50px;
    z-index: 99;
}
.how-we-help .context-menu .item {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    width: 475px;
    height: 66px;
    background-color: #d6a461;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #c7944f;
    position: relative;
    right: -25px;
}

.how-we-help .context-menu .item .text {
    padding-top: 18px;
    padding-left: 13px;
}

.how-we-help .context-menu .item div {
    float: left;
}
.how-we-help .context-menu .item .fa-chevron-left:before {
    position: relative;
    top: 23px;
    left: 28px;
}

.how-we-help .context-menu .item.active .fa-chevron-left:before,
.how-we-help .context-menu .item:hover .fa-chevron-left:before {
    top: 26px;
}

.how-we-help .context-menu .item.active .text,
.how-we-help .context-menu .item:hover .text {
    padding-top: 24px;
}
.how-we-help .context-menu .item.active,
.how-we-help .context-menu .item:hover {
    color: #d6a461;
    background-color: #f5f5f5;
    width: 500px;
    height: 78px;
    margin-left: -25px;
    right: -25px;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    border-bottom: 1px solid rgba(191, 184, 175, .2);
}
    .how-we-help .context-menu .item:hover .chevron {
            border-right: 2px solid rgba(191, 184, 175, .2);
    }
.how-we-help .context-menu .item.active{
    border-bottom: 1px solid rgba(191, 184, 175, .2);
}

.how-we-help .context-menu .item .chevron {
    border-right: 2px solid #c7944f;
    margin-right: 10px;
    width: 68px;
    height: 100%;
}

.how-we-help .context-menu .item.active .chevron {
    border-right: 2px solid rgba(191, 184, 175, .2);
}
.how-we-help .heading {
    font-size: 35px;
    margin-top: 0;
}

.how-we-help .sub-heading {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    color: #57585b;
    padding-bottom: 50px;
    margin: 0 auto;
}

#how-we-help-carousel > div > div.item {
    /*background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));*/
    width: 1100px;
    height: 621px;
}
.how-we-help .static #how-we-help-carousel > div > div.item {
    height: unset;
}
#how-we-help-carousel .carousel-inner .item .carousel-caption a {
    padding: 8px 15px 8px;
    font-size: 16px;
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#how-we-help-carousel > div > div > div > ul {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.25px;
}
#how-we-help-carousel > div > div > div.main-content > ul {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .5px;
}
#how-we-help-carousel > div > div > div.main-content > h3 {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
}

@media (max-width: 1199px){
    .how-we-help .carousel-wrapper, #how-we-help-carousel > div > div.item {
        width: 100%;
    }
    .how-we-help .context-menu .item.active, .how-we-help .context-menu .item:hover{
        width: 325px;
    }
    .how-we-help .context-menu .item{
        width: 300px;
    }
}

@media (max-width: 991px) {
    .how-we-help-container {
        display: none;
    }
}

.insight-container h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    line-height: 1.37;
    margin-top: 28px;
    margin-bottom: 12px;
}

.insight-container p {  
    margin-bottom: 20px;
    line-height: 22px;
}

.insight-container .font20{
    line-height: 25px;
}
.insight-container p.margin-bottom0 {
    margin-bottom: 0;
}
.insight-container p.margin-bottom15 {
    margin-bottom: 15px;
}
.insight-container p.margin-bottom10 {
    margin-bottom: 10px;
}

.insight-container h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 15px;
    margin-top: 30px;
}

.insight-container h3.professional-name{
    margin-top: 15px;
}
.insight-container ol {
    font-size: 16px;
    line-height: 1.56;
}

    .insight-container ol li {
        margin-top: 10px;
    }

.insight-container .footnote,
.insight-container .news {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.56;
}

.insight-container .note {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.57;
}

.insight-container .font16 {
    font-size: 16px;
}

.mandatory-service p {
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    margin-top: 15px;
}

.insight-container ul li {
    margin-bottom: 15px;
    line-height: 1.56;
}

.insight-container hr {
    background-color: rgba(140, 130, 121, 0.25);
}

.insight-container table {
    background-color: rgba(140, 130, 121, 0.05);
}

    .insight-container table th:first-child {
        width: 20%;
    }

    .insight-container table th:nth-child(2) {
        width: 45%;
    }

    .insight-container table thead {
        border-top: 1px rgba(140, 130, 121, 0.25) solid;
        border-bottom: 1px rgba(140, 130, 121, 0.25) solid;
        font-size: 16px;
        font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
        color: #4f868e;
        line-height: 1.56;
    }

    .insight-container table td,
    .insight-container table th {
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        padding: 15px;
        font-size: 16px;
        line-height: 1.56;
        color: #57585b;
    }

    .insight-container table tr:last-child td {
        padding-bottom: 30px;
    }
.insight-container .eyebrow-tag{
    font-size: 14px;
    color: #8c8279;
    padding: 0;
    background-color: transparent;
}
.insight-container h4{
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.45;
}
.insight-container .col-md-6.author-info{
    padding-left: 0;
}

.insight-container h3.teal-heading {
    color: #4f868e;
}
.bg-gray-light.padding-bottom50.insights-spacer{
    height: 507px;
}
.js-insights-card-container .card{
    margin-top: 0;
    margin-bottom: 30px;
}
.js-insights-card-container{
    padding-top: 50px;
    padding-bottom: 100px;
}
.blog-references p{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: normal;
}
.blog-references h3{
    font-size: 20px;
    line-height: normal;
}
.insights-carousel-container #card-carousel .carousel-indicators.circles li {
    width: 6px;
    height: 6px;
    vertical-align: middle;
    -webkit-transition: width 2s, height 4s;
    transition: width .3s ease, height .3s ease;
}
.insights-carousel-container #card-carousel .carousel-indicators.circles li.active {
    width: 12px;
    height: 12px;
}
.insight-pagination > li.active > a,
.insight-pagination > li > a {
    background-color: transparent;
}
.insight-type-selector {
    margin-left: 15px;
}
@media screen and (max-width: 991px){
    .bg-gray-light.padding-bottom50.insights-spacer{
        height: 200px;
    }
    .insights-carousel-container #card-carousel .carousel-indicators.circles li {
        position: relative;
        z-index: 999;
    }
    .insights-carousel-container > .row {
        position: relative;
    }
    .insights-carousel-container #card-carousel .featured-card {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 640px) {
    .insights-search-container {
        margin-top: 145px;
    }
}
@media screen and (max-width: 480px){
    .insights-carousel-container #card-carousel .item .featured-card {
        margin-top: 50px;
    }
    .insights-carousel-container #card-carousel .item .featured-card .hero-eyebrow {
        margin-top: 0;
    }
    .insights-carousel-container #card-carousel .carousel-indicators.circles li {
        margin: 2px;
    }
}

.insights-cta {
    color: #ffffff;
}

    .insights-cta h2 {
        font-size: 35px;
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
        line-height: 1.37;
    }

    .insights-cta .insight-heading {
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: bold;
        margin-top: 0;
    }

    .insights-cta p {
        margin-bottom: 40px;
        font-size: 20px;
    }

@media screen and (max-width: 991px) {
    .insights-cta h2 {
        font-size: 30px;
        line-height: 42px;
        margin-top: 50px;
    }

    .insights-cta .ng-btn-white {
        margin-bottom: 50px;
    }
}

.multiple-item-carousel-container .carousel-control {
    width: 0;
}

.insights-slide-title {
    font-size: 35px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    line-height: 1.37;
    text-transform: uppercase;
}

.multiple-item-carousel-container .carousel-inner .item.active {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.multiple-item-carousel-container .carousel-inner .item.left.active {
    transform: translateX(-33%);
}

.multiple-item-carousel-container .carousel-inner .item.right.active {
    transform: translateX(33%);
}

.multiple-item-carousel-container .carousel-inner .item.next {
    transform: translateX(33%);
}

.multiple-item-carousel-container .carousel-inner .item.prev {
    transform: translateX(-33%);
}

.multiple-item-carousel-container .carousel-inner .item.right,
.multiple-item-carousel-container .carousel-inner .item.left {
    transform: translateX(0);
}
.multiple-item-carousel-container .card-img{
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1199px){
    .multiple-item-carousel-container .card-img{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px){
    .multiple-item-carousel-container .carousel-control {
        display: none;
    }
    .insights-slide-title{
        font-size: 30px;
        line-height: 42px;
    }
    .multiple-item-carousel-container .card-img{
        margin-bottom: 30px;
    }
}
.large-video-container .large-video-container > .row {
    margin-top: 100px;
    margin-bottom: 100px;
}

.large-video-container .large-video .large-video-player {
    width: 1140px;
    height: 641px;
}

.large-video-container .large-video .heading {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    color: #57585b;
    text-transform: uppercase;
    line-height: 48px;
    font-size: 35px;
    padding-top: 0;
}

.large-video-container .large-video .sub-heading {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #57585b;
    margin-bottom: 30px;
}
.large-video-container .icon-row {
    position: relative;
    bottom: 372px;
}

.large-video-container .large-video .nextgen-play-icon {
    margin: 0 auto;
    float: none;
}

.large-video-container .nextgen-play-icon .fa-play-circle {
    position: relative;
    left: -18px;
    font-size: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

.large-video-container:hover .nextgen-play-icon .fa-play-circle {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.leadership-container img {
    margin-bottom: 16px;
}
.leadership-container h3.card-body-title {
    margin-bottom: 5px;
}

.leadership-container p.card-subhead {
    line-height: 1.3;
    text-transform: uppercase;
}

.leadership-container .card {
    margin-top: 0;
    margin-bottom: 30px;
}
.leadership-container .row div[class*=col] {
    margin-bottom: 50px;
}
.leadership-container .card-bottom-left-link span {
    font-size: 14px;
}

#leadershipModal .opaque-bg-overlay {
    width: 1440px;
    height: 1180px;
    background-color: rgba(0, 0, 0, 0.25);
}

#leadershipModal leadership-overlay-name{
    line-height: 48px;
}

#leadershipModal .leadership-overlay-quote {
    font-family: 'Meta W01 Italic', Arial, Helvetica, sans-serif;
    line-height: 30px;
    font-size: 18px;
}

#leadershipModal .leadership-overlay-info {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    line-height: 25px;
}

#leadershipModal .leadership-overlay-info p {
    margin-bottom: 20px;
}

#leadershipModal .modal-content {
    padding: 15px;
}

#leadershipModal .modal-dialog {
    width: 945px;
    border-radius: 0;
}

#leadershipModal .modal-content .right-col .close {
    position: absolute;
    top: -15px;
    right: 0;
    color: #4f868e;
    opacity: 1;
    font-size: 20px;
}
#leadershipModal .leadership-overlay-name{
    font-size: 35px;
}
@media screen and (max-width: 945px){
    #leadershipModal .modal-dialog{
        width: 95%;
    }
}
#legal-page p{
    margin-bottom: 15px;
}
#legal-page h1{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
#legal-page h2{
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
	font-size: 35px;
    line-height: 1.37;
    margin-bottom: 15px;
    margin-top: 30px;
    text-transform: uppercase;
}
#legal-page h3{
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.36;
}
#legal-page h4{
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.45;
}

#legal-page ul, #legal-page ol {
    padding-left: 40px;
    list-style-type: disc;
}
#legal-page li{
    padding-left: 15px;
    margin-bottom: 15px;
}


#legal-page li .list-paragraph {
    display: block;
    margin-top: 10px;
}
#legal-page li li{
    margin-bottom: 10px;
}
#legal-page li li:first-child{
    margin-top: 10px;
}
hr{
    border: 1px solid rgba(140, 130, 121, 0.25);
    margin: 50px 0;

}

.legal-back-link {
    display: block;
    margin-bottom: 20px;
}

.legal-back-link .fa-chevron-left {
    padding-right: 14px;
}

#legal-page ol li {
    display: block;
}
#legal-page .notices ol li {
    display: list-item;
}

#legal-page ol.decimal-list,
#legal-page ol.decimal-list li ol,
#legal-page ol.decimal-list li ol li ol,
#legal-page ol.availity-nested-list,
#legal-page ol.availity-nested-list li ol,
#legal-page ol.availity-nested-list li ol li ol {
    counter-reset: item;
}
#legal-page ol.decimal-list > li:before,
#legal-page ol.decimal-list li ol li:before,
#legal-page ol.decimal-list li ol li ol li:before,
#legal-page ol.availity-nested-list li:before {
    content: counters(item,".") ". ";
    counter-increment: item;
    margin-left: -25px;
}
#legal-page ol.availity-nested-list li ol li ol li:before {
    content: counter(item, lower-alpha) ". ";
}
#legal-page ol.availity-nested-list li ol li ol li ol li:before {
    content: "(" counter(item, lower-roman) ") ";
}
#legal-page ol.availity-nested-list li ol li ol li ol li ol li:before {
    content: "(" counter(item, upper-alpha) ") ";
}
.signature {
    margin: 20px 10px;
    border-top: 1px solid rgb(140, 130, 121);
    width: 70%;
    text-align: left;
}
.signature2 {
    margin: 20px 10px;
    border-top: 1px solid rgb(140, 130, 121);
    width: 55%;
    text-align: center;
}

#legal-page ul.default {
    list-style-type: disc;
    list-style-position: inside;
}

#legal-page ul.default li,
#legal-page ol.default li {
    display: list-item;
}

#legal-page ol.default {
    list-style-type: decimal;
    list-style-position: inside;
}

#legal-page ul.default ul, ol.default ul {
    list-style-type: circle;
    list-style-position: inside;
}

#legal-page ol.default ol, ul.default ol {
    list-style-type: lower-latin;
    list-style-position: inside;
}

.table.table-bordered, .table.table-bordered th, .table.table-bordered td {
    border: 1px solid rgb(140, 130, 121);
}

@media screen and (max-width: 991px){
    #legal-page h1{
       font-size: 45px;
        line-height: 58px;
    }
    #legal-page h2{
        font-size: 30px;
        line-height: 42px;
    }
}
.mirth-cert-background {
    background-image: linear-gradient(141deg, #512a44, #4f868e);
}

.mirth-cert-container {
    color: #fff;
}

    .mirth-cert-container row {
        margin-left: 150px;
        margin-right: 150px;
    }

    .mirth-cert-container .row:first-child {
        margin-top: 100px;
    }

    .mirth-cert-container .row:last-child {
        margin-bottom: 100px;
    }

    .mirth-cert-container .mirth-cert h2 {
        font-family: 'Meta Head W01 Black',Arial Black,Helvetica,sans-serif;
        font-size: 35px;
        line-height: 48px;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 30px 0;
    }
    .mirth-cert-container .mirth-cert h3{
        margin-top: 0;
    }
    .mirth-cert-container .mirth-cert h4{
        margin-bottom: 15px;
    }

    .mirth-cert-container .mirth-cert h2,
    .mirth-cert-container .mirth-cert h3,
    .mirth-cert-container .mirth-cert h4 {
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    }

    .mirth-cert-container .mirth-cert .paragraph-col a i.fa-chevron-right {
        left: 4px;
        font-size: 14px;
    }

    .mirth-cert-container .mirth-cert .sub-heading {
        margin-bottom: 15px;
    }

    .mirth-cert-container .mirth-cert p,
    .mirth-cert-container .mirth-cert .paragraph-col a {
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .mirth-cert-container .mirth-cert .card .card-content .card-body .card-eyebrow-gray {
        font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
        background-color: #fff;
        display: block;
        color: #8c8279;
        text-transform: uppercase;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 2px;
        font-size: 14px;
    }

    .mirth-cert-container .mirth-cert .paragraph-col a {
        color: #fff;
    }

        .mirth-cert-container .mirth-cert .paragraph-col a span {
            margin-left: 5px;
            font-size: 11px;
        }

    .mirth-cert-container .mirth-cert .card {
        margin-top: 30px;
        margin-bottom: 16px;
    }

    .mirth-cert-container .mirth-cert .fa-circle {
        color: #c66e4e;
        margin-right: 10px;
    }

    .mirth-cert-container .mirth-cert .ng-btn-white {
        color: #d6a461;
        padding: 10px 15px 10px 15px;
        background-color: white;
        display: inline-block;
        border-radius: 0;
        width: unset;
    }
    @media screen and (max-width: 991px){
        .mirth-cert .col-md-6.paragraph-col{
            margin-bottom: 30px;
        }
        .mirth-cert .col-md-12.text-center{
            text-align: left;
        }
    }
.mirth-training-options .center {
    text-align: center;
}
.mirth-training-options .card-row{
    display:flex;
}
.mirth-training-options .mirth-connect-fundam {
    height: 152px;
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.36;
    color: #57585b;
}

.mirth-training-options .heading {
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #57585b;
    text-transform: uppercase;
    margin: 0;
}

.mirth-training-options .text-style-1 {
    margin-bottom: 0;
}

.mirth-training-options .disclaimer {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #57585b;
}
.mirth-training-options .disclaimer:first-child {
    margin-bottom: 30px;
}

.mirth-training-options .the-4-day-training-s {
    height: 25px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
}

.mirth-training-options .tab-three {
    height: 25px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
}


.mirth-training-options .card-body {
    background-color: rgba(140, 130, 121, 0.1);
    height: 100%;
}


.mirth-training-options .private-up-to-12-pe {
    width: 140px;
    height: 15px;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.mirth-training-options .three-day-mirth-connect {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
    padding-left: 30px;
}

.mirth-training-options .locations {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
    margin-bottom: 0;
    margin-top: 15px;
}

.mirth-training-options .atlanta-ga-irvine {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
}

.mirth-training-options .four-000-per-person {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
}

.mirth-training-options .cost {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
    margin-bottom: 0;
    margin-top: 15px;
}
.mirth-training-options .card {
    margin:0;
}

.mirth-training-options .card .card-body {
    padding: inherit;
    margin-bottom: 20px;
}

.mirth-training-options .card-text span{
    display: block;
}
@media (max-width: 992px) {
    .mirth-training-options .card-row {
        display: block;
    }

    .mirth-training-options .card-row div:nth-child(2){
        margin-top:50px;
    }
}
.info-card-modal > div > div > div.modal-header {
    margin-left: 20px;
}
.info-card-modal > div > div > div.modal-body {
    margin: 0 20px 20px;
}
.info-card-modal .modal-content .modal-footer {
    text-align: left;
    padding-top: 0;
    border: none;
    margin-top: -15px;
    margin-bottom: 20px;
}
.info-card-modal .modal-content .modal-footer a {
    margin-left: 20px;
}

#video-modal .modal-dialog .modal-image {
    height: auto;
    max-width: 100%;
}
@media screen and (max-width: 640px){
    .modal-dialog.lets-talk-btn {
        width: 77%;
    }
}

.navbar.navbar-fixed-top {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.nav-hero-scrolled {
    position: fixed;
    background-color: white;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
}

    .nav-hero-scrolled.fadein {
        -webkit-transition: opacity 0.5s, transform 0.5s;
        -moz-transition: opacity 0.5s, transform 0.5s;
        -ms-transition: opacity 0.5s, transform 0.5s;
        -o-transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        opacity: 1;
    }

body > div.navbar.navbar-fixed-top > div > div.navbar-collapse.collapse > ul > li > ul > li {
    padding: 0;
}

    body > div.navbar.navbar-fixed-top > div > div.navbar-collapse.collapse > ul > li > ul > li > a {
        color: #4f868e;
        line-height: 0;
        padding: 20px 30px;
    }

.navbar-brand, .navbar-nav li a {
    line-height: 76px;
    font-family: "Meta W01 Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
}

.navbar .logo {
    line-height: 100px;
}

    .navbar .logo img {
        max-width: 214px;
    }

body > div.navbar.navbar-fixed-top.nav-hero-scrolled > div > div.navbar-collapse.collapse > ul > li > a,
body > div.navbar.navbar-fixed-top.nav-hero-scrolled > div > div.navbar-collapse.collapse > ul > li {
    color: #57585b;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.mega-navbar {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #928b8b;
    font-family: 'Meta W01 Regular', Arial Black, Helvetica, sans-serif;
}

    .mega-navbar a {
        float: left;
        font-size: 16px;
        color: black;
        text-align: center;
        padding: 10px 15px;
        text-decoration: none;
    }

    .mega-navbar h3 {
        font-size: 22px;
    }

        .mega-navbar h3 span {
            font-size: 11px;
            padding-left: 5px;
        }

    .mega-navbar .logo {
        position: relative;
        top: -15px;
    }

    .mega-navbar .row.pull-right {
        margin-right: 15%;
    }

        .mega-navbar .row.pull-right .col-md-12 {
            padding-right: 0;
        }

        .mega-navbar .row.pull-right .col-md-12 {
            padding-right: 0;
        }

        .mega-navbar .row.pull-right .col-md-12 {
            padding-right: 0;
        }

.mega-dropdown {
    float: left;
    overflow: hidden;
    padding: 15px;
}

    .mega-dropdown > a {
        padding: 0;
    }

    .mega-dropdown .dropbtn {
        font-size: 14px;
        border: none;
        outline: none;
        color: black;
        padding: 10px 15px;
        background-color: inherit;
        margin: 0;
        font-family: 'Meta W01 Regular', Arial Black, Helvetica, sans-serif;
        font-weight: normal;
        display: block;
    }

        .mega-dropdown .dropbtn:hover {
            cursor: pointer;
        }

.mega-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 75px;
    border-top: 1px solid #928b8b;
}

    .mega-dropdown-content .header {
        background: white;
        padding: 16px;
        color: black;
        border-top: 1px solid #928b8b;
    }

.mega-dropdown:hover .mega-dropdown-content-show {
    display: block;
}

.products-services .row {
    padding: 0 15px;
}

.products-services [class^=col-] {
    padding: 0;
}

.products-services.mega-row h3 {
    width: 80%;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.products-services a:last-child {
    margin-bottom: 10px;
}

.mega-row .nge-border h3 {
    border-bottom: 3px solid #003B5C;
}

.mega-row .ngo-border h3 {
    border-bottom: 3px solid #4F868E;
}

.training-and-services h3 {
    color: #c66e4e;
    border-bottom: 3px solid #c66e4e;
}

.mega-row .org-border {
    border-bottom: 3px solid #c66e4e;
}

.mega-row .nge {
    color: #003B5C;
}

.mega-row .ngo {
    color: #4F868E;
}

.mega.column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.column h3 {
    color: #c66e4e;
}

.column a {
    float: none;
    color: #8C8279;
    padding: 5px 0;
    text-decoration: none;
    display: block;
    text-align: left;
}

.mega-row:after {
    content: "";
    display: table;
    clear: both;
}

.mega-row.container {
    padding: 0;
}

.mega-navbar ~ .content {
    margin-top: 121px;
}

.mega-drop-btns > a {
    margin-left: 15%;
}

.mega-inner a {
    padding: 0 0 0 15px;
}

.arrow-up::after {
    top: -6px;
    margin-left: -29px;
    content: " ";
    border-width: 29px;
    position: absolute;
    display: block;
    width: 0;
    height: 0px;
    border-color: #ffffff00;
    border-bottom-color: #ffffff;
    border-style: solid;
    z-index: 2;
}

.arrow-up {
    border-bottom-color: #928b8b;
    border-bottom-style: solid;
    border-bottom-width: 22px;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 22px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 22px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0);
    display: none;
    height: 44px;
    left: 1397px;
    width: 44px;
    position: absolute;
    top: -44px;
    z-index: 1;
}

.mega-dropdown:hover .arrow-up {
    display: block;
}

.mega-drop-btns > div {
    margin-right: 15%;
}

.mega-dropdown .nav-button {
    color: white;
    background-color: #003B5C;
    box-shadow: 2px 4px 6px 0px grey;
}

    .mega-dropdown .nav-button.purple-nav-btn {
        color: white;
        background-color: #512A44;
        box-shadow: 2px 4px 6px 0px grey;
    }

.search-btn {
    padding-top: 25px;
}

.glyphicon-search:hover {
    cursor: pointer;
}

.search-bar {
    background-color: #c66e4ec9;
    padding-bottom: 15px;
}

    .search-bar input {
        display: inline-block;
        margin-top: 10px;
        width: 95%;
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
        max-width: 100%;
        background-color: transparent;
        font-size: 35px;
        color: rgba(255, 255, 255, .9);
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        line-height: 1.5em;
    }

        .search-bar input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: rgba(255, 255, 255, .4);
        }

        .search-bar input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: rgba(255, 255, 255, .4);
        }

        .search-bar input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: rgba(255, 255, 255, .4);
        }

        .search-bar input:focus {
            outline: none;
        }

    .search-bar .container {
        border-bottom: 1px solid #ccc;
    }

        .search-bar .container .glyphicon-search {
            font-size: 30px;
            color: white;
        }

.resources {
    margin-bottom: 30px;
}

    .resources a {
        float: none;
        display: block;
        text-align: left;
    }

    .resources .col-md-6.col-md-push-3 {
        padding: 0;
    }

    .resources .col-md-12 {
        padding: 0;
    }

.resources-heading-container {
    border-bottom: 3px solid #c66e4e;
}

.resource-cta {
    padding: 0;
}

    .resource-cta a {
        padding: 0;
    }

    .resource-cta img {
        padding: 10px 0;
    }

    .resource-cta p {
        width: 92%;
    }

.resources [class^=col-] {
    padding-left: 0;
}

.resources .glyphicon-chevron-right {
    font-size: 16px;
}

.mobile-menu {
    background-color: white;
}

#mobile-nav li.inner-drop ul {
    display: none;
    padding-bottom: 0;
}

#mobile-nav li.inner-drop {
    margin-bottom: 0
}

.nav-search, .mobile-search {
    height: 106px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-animation: fadeInFromNone 0.7s normal forwards;
    -moz-animation: fadeInFromNone 0.7s normal forwards;
    -ms-animation: fadeInFromNone 0.7s normal forwards;
    -o-animation: fadeInFromNone 0.7s normal forwards;
    animation: fadeInFromNone 0.7s normal forwards;
}

.nav-hidden {
    -webkit-animation: fadeOut 0.7s normal forwards;
    -moz-animation: fadeOut 0.7s normal forwards;
    -ms-animation: fadeOut 0.7s normal forwards;
    -o-animation: fadeOut 0.7s normal forwards;
    animation: fadeOut 0.7s normal forwards;
}

.nav-search input, .mobile-search input {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 35px;
    color: rgba(255, 255, 255, .9);
    border: 0;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 10px;
}

    .nav-search input:focus, .mobile-search input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: inherit;
    }

.nav-search .fa-times, .mobile-search .fa-times {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 15px;
    cursor: pointer;
}

.nav-hero-scrolled .nav-search .fa-times {
    color: #4f868e;
}

.nav-hero-scrolled input,
.nav-hero-scrolled .close-nav-search {
    color: rgba(140, 130, 121, 0.9);
}

#nav-searchField, .nav-search .fa-times {
    margin-top: 30px;
}

    #nav-searchField::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

.nav-hero-scrolled #nav-searchField::placeholder {
    color: rgba(140, 130, 121, 0.5);
}

.nav-hero-scrolled input {
    padding-bottom: 0;
    border: none;
}

.nav-hero-scrolled #nav-searchField {
    border-bottom-color: transparent;
}

.nav-search .form-control {
    height: 48px;
    padding: 0 12px;
}

.mobile-menu {
    display: none;
}

.navbar-toggle .icon-bar {
    background-color: #57585b;
}

.mega-specialty .column {
    width: 25%;
}

.products-services {
    margin: 0 5%;
}

    .products-services .col-md-5.column a {
        width: 100%;
        float: left;
    }

    .products-services .col-md-3 {
        margin-left: 10px;
    }

.ngo-mobile-nav {
    top: 93px;
    background-color: rgba(140, 130, 121,.75);
    color: white;
    text-align: center;
    border-radius: 0 0 15px 15px;
    padding: 5px;
    width: 90%;
    margin: 0 auto;
    z-index: 100;
}

    .ngo-mobile-nav a:hover {
        color: white;
    }

.ngo-mobile-header .col-xs-1 {
    padding: 0;
}

@media screen and (max-width: 1650px) {
    .mega-drop-btns > div, .mega-navbar .row.pull-right {
        margin-right: 10%;
    }

    .mega-drop-btns > a {
        margin-left: 10%;
    }
}

@media screen and (max-width: 1515px) {

    .mega-drop-btns > div,
    .mega-navbar .row.pull-right {
        margin-right: 0;
    }

    .mega-drop-btns > a {
        margin-left: 0;
    }

    .mega-dropdown .dropbtn {
        font-size: 12px;
    }

    .mega-navbar h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .products-services.mega-row h3 {
        width: 90%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 1140px) {
    .mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 1139px) {
    .mega-navbar {
        display: none;
    }

        .mega-navbar ~ .content {
            margin-top: 93px;
        }

    .desktop-menu {
        display: none !important;
    }

    .mobile-menu {
        display: block;
    }

        .mobile-menu .container {
            background: none;
        }

        .mobile-menu .mobile-search {
            display: none;
            position: relative;
            margin-left: 0;
            margin-right: 0;
            height: auto;
        }

        .mobile-menu .navbar-toggle {
            display: block;
            margin-top: 0;
        }

        .mobile-menu .menu-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

    .mobile-search input {
        font-size: 22px;
        color: #57585b;
    }

    .mobile-search .fa-times {
        top: 38px;
        right: 15px;
    }

    .mobile-menu .menu-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .mobile-menu .menu-header {
        margin: 27px 0 0 0;
        margin-bottom: 15px;
    }

        .mobile-menu .menu-header .logo {
            line-height: 0;
        }

        .mobile-menu .menu-header .menu-search a i {
            margin-top: 15px;
            color: #57585b;
        }

        .mobile-menu .menu-header .close-nav-search {
            color: #57585b;
            display: none;
        }

    #mobile-nav {
        position: absolute;
        top: 0;
        left: -650px;
        width: 55%;
        margin: 0;
        padding: 36px 60px 60px;
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        overflow-y: auto;
    }

        #mobile-nav li span {
            font-family: "Meta W01 Bold", Arial, Helvetica, sans-serif;
            font-size: 16px;
            line-height: unset;
            cursor: pointer;
            text-transform: uppercase;
        }

        #mobile-nav li div.row {
            padding-left: 30px;
            display: none;
        }

        #mobile-nav li ul {
            padding-left: 15px;
            display: none;
            padding-bottom: 20px;
        }

        #mobile-nav li div ul {
            display: block;
        }

        #mobile-nav li span {
            display: block;
            margin-bottom: 20px;
        }

        #mobile-nav li ul li {
            display: block;
            margin-bottom: 15px;
        }

            #mobile-nav li ul li a {
                text-transform: none;
                font-family: "Meta W01 Regular", Arial, Helvetica, sans-serif;
                font-weight: normal;
                font-size: 16px;
                color: #57585b;
            }

        #mobile-nav .fa-chevron-down, #mobile-nav .fa-chevron-up {
            font-size: 14px;
        }

        #mobile-nav .fa-times {
            font-size: 27px;
            margin-bottom: 60px;
            cursor: pointer;
        }

    .mobile-menu #mobile-nav li, .mobile-menu #mobile-nav li span, .mobile-menu #mobile-nav li a {
        list-style: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .mobile-menu #mobile-nav li a.btn-ngo-login {
        text-transform: none;
        color: #57585b;
        font-family: 'Meta W01 Bold',Arial, Helvetica;
    }

    .mobile-menu #mobile-nav li a.btn-ngo-login .fas.fa-user {
        margin-left: 5px;
    }

    #mobile-nav .inline-block {
        display: inline-block;
    }

        #mobile-nav .inline-block i {
            color: #d6a461;
            padding-right: 15px;
            font-size: 17px;
        }

    .nav-hero-scrolled {
        padding-bottom: 20px;
    }

        .nav-hero-scrolled .icon-bar {
            background-color: #57585b;
        }

        .nav-hero-scrolled.fadein .menu-search a i {
            color: #57585b;
        }

        .nav-hero-scrolled.fadein .logo.white-logo {
            display: none;
        }

        .nav-hero-scrolled.fadein .logo.color-logo {
            display: block;
        }

    .mobile-menu .logo img {
        width: 100px;
        top: -2px;
        position: relative;
    }

    #mobile-nav li a span.lets-talk {
        position: relative;
        top: -35px;
    }
}

/* This is for iPhone 7 and 8 portrait view*/
@media screen and (max-width: 767px) {
    #mobile-nav {
        width: 68%;
    }
}

@media screen and (max-width: 552px) {
    #mobile-nav {
        width: 75%;
        padding: 30px;
    }

        #mobile-nav .fa-times {
            margin-bottom: 30px;
        }

        #mobile-nav hr {
            margin-top: 30px !important;
            margin-bottom: 30px !important;
        }
}

@media screen and (max-width: 480px) {
    #mobile-nav {
        width: 80%;
    }

    .mobile-menu #mobile-nav .mega-dropdown {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        line-height: 25px;
        font-size: 16px;
        color: #57585b;
        list-style: none;
        box-sizing: border-box;
        overflow: hidden;
        padding: 15px;
        margin-left: 0;
        padding: 0;
	    width: 100%;
    }
    .mobile-menu #mobile-nav .mega-dropdown .request-demo {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        line-height: 25px;
        font-size: 16px;
        box-sizing: border-box;
        background-color: transparent;
        text-decoration: none;
        color: #4f868e;
        list-style: none;
        transition: all 0.5s ease;
        display: block;
        width: 145px;
        text-align: center;
    }
    .mobile-menu #mobile-nav .mega-dropdown .request-demo .dropbtn {
        padding: 15px;
        text-transform: none;
        margin-bottom: 0;
        box-shadow: none;
    }
    .mobile-menu #mobile-nav li .ngo-login {
        color: inherit;
        font-family: 'Meta W01 Bold';
    }
    .mobile-menu #mobile-nav li .ngo-login i {
        margin-left: 10px;
    }
}

@media screen and (max-width: 320px) {
    #mobile-nav {
        width: 100%;
        padding: 25px 50px;
        opacity: 0.95;
    }
}

.newsroom .newsroom-tab a {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.71px;
    letter-spacing: normal;
    text-align: left;
}

.newsroom .container .newsroom-tab a {
    color: #58575b;
}

.newsroom-tab.active a {
    font-family: 'Meta Head W01 Black', Arial, Helvetica, sans-serif;
    border-bottom: solid 2px rgb(156, 219, 217);
    padding-bottom: 3px;
}

.newsroom .container .pr-year,
.newsroom .container .media-year {
    display: inline-block;
    cursor: pointer;
}


.newsroom .container select {
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 1.56;
    text-align: left;
    color: #4f868e;
    height: 34px;
    width: 100%;
}

    .newsroom .container select:focus {
        outline: none;
    }

.newsroom .container .content-panel .search-result {
    margin-top: 0;
}

    .newsroom .container .content-panel .search-result .page-description {
        font-family: inherit;
    }

#news .page-date {
    margin-right: 30px;
}

.newsroom .container .page-title {
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.newsroom .container .page-date,
.newsroom .container .page-pub {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
}

.newsroom .container #searchMessage {
    display: none;
    position: relative;
    top: -13px;
}

.newsroom .container .fa-search {
    cursor: pointer;
}

.newsroom .container .hightlight {
    background-color: yellow;
}

.newsroom .container .search-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.newsroom ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
}

.newsroom .tab-controls li:first-child {
    margin-right: 30px;
}

.newsroom .result-pane > div > div  {
    display: none;
}

    .newsroom .result-pane > div > div.active {
        display: block;
    }
.newsroom .clear-search:hover{
    cursor:pointer;
}
@media screen and (max-width:991px) {
    .newsroom .hero-head {
        font-size: 35px;
        line-height: 40px;
    }

    .newsroom .hero-head-quote.font20 {
        font-size: 18px;
        line-height: 25px;
    }

    .newsroom .container .pr-year,
    .newsroom .container .media-year {
        width: 7%;
    }
}

@media screen and (max-width:767px) {
    .newsroom .container .pr-year,
    .newsroom .container .media-year {
        width: 12%;
    }
}

@media screen and (max-width:640px) {
    .newsroom .hero-head-quote {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:480px) {
    .newsroom .container .pr-year,
    .newsroom .container .media-year {
        width: 17%;
    }
}

@media screen and (max-width: 640px) {
    .newsroom .hero-bg .row {
        position: absolute;
        top: -82px;
        width: 100%;
    }

    .newsroom .hero-head {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 30px;
        line-height: 38px;
    }
}

@media screen and (max-width: 420px) {
    .newsroom .hero-head-quote {
        display: none;
    }

    .newsroom .hero-head {
        font-size: 35px;
        line-height: 42px;
    }
}


.next-previous {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8c8279;
    text-transform: uppercase;
}

.next-previous-insights span {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
}

.next-previous-insights .fas:first-child {
    padding-right: 14px;
}

.next-previous-insights .fas:last-child {
    padding-left: 14px;
}

.nextgen-stats-mural .stat-card h3,
.nextgen-stats-mural .stats h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
}

.nextgen-stats-mural .stat-card .title,
.nextgen-stats-mural .stats .title {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.nextgen-stats-mural .stat-card .stat-card-body {
    margin-left: 57px;
    padding-top: 30px;
}

    .nextgen-stats-mural .stat-card .stat-card-body .eye-brow {
        font-size: 14px;
        text-transform: uppercase;
        color: #8c8279;
        font-family: 'Meta W01 Medium',Arial,Helvetica,sans-serif;
    }

.nextgen-stats-mural {
    max-height:530px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .nextgen-stats-mural .stat-card {
        padding: 0 30px 0 0;
        margin-top: 91px;
        background-color: #ffffff;
        text-shadow: none;
        -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        z-index: 99;
        position: relative;
    }

    .nextgen-stats-mural .row .stat-card p {
        font-size: 20px;
        line-height: 1.56;
        margin: 0 0 15px 0;
        padding-top: 0;
    }

    .nextgen-stats-mural .stats {
        width: 175px;
        background-color: #ffffff;
        position: relative;
        left: 475px;
        bottom: 280px;
    }

        .nextgen-stats-mural .stats .title {
            padding-top: 10px;
            text-align: center;
            line-height: 18px;
        }

        .nextgen-stats-mural .stats hr {
            margin: 0;
        }

        .nextgen-stats-mural .stats h3 {
            font-family: 'Meta Head W01 Bold',Arial Black, Helvetica, sans-serif;
            color: #c66e4e;
            text-align: center;
            margin-top: 12px;
            margin-bottom: 15px;
        }

    .nextgen-stats-mural .stat-card .gradient {
        position: absolute;
    }

    .nextgen-stats-mural .stat-card .gradient {
        width: 30px;
        height: 100%;
        float: left;
        margin: 0 30px 0 0;
        background-image: linear-gradient(177deg, #4f868e, #9cdbd9);
    }

    .nextgen-stats-mural .stat-card h3,
    .nextgen-stats-mural .stat-card p,
    .nextgen-stats-mural .stat-card .name {
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        color: #57585b;
        text-align: left;
    }

    .nextgen-stats-mural .stat-card .name {
        margin: 0;
        padding: 0 0 30px 0;
    }

    .nextgen-stats-mural .row .stat-card p.double-body{
        font-size: 16px;
    }
    .nextgen-stats-mural .row .stat-card p.reduced-font {
        font-size: 16px !important; 
        padding-top: 15px;
    }
    .nextgen-stats-mural .row .stat-card:first-child p.double-body {
        padding-top: 15px;
    }

    .nextgen-stats-mural h3.heading {
        font-family: 'Meta Head W01 Bold',Arial Black, Helvetica, sans-serif;
        margin-top: 0;
        padding-top: 0;
        line-height: 1;
        font-size: 35px;
    }
    .nextgen-stats-mural .stats.details-card h4.title{
        font-size: 20px;
        line-height: 1.4;
         font-family: 'Meta Head W01 Bold',Arial Black, Helvetica, sans-serif;
         text-align: left;
         text-transform: none;
         margin-top: 15px;
         padding-top: 0;
         margin-bottom: 15px;
    }
    .nextgen-stats-mural .stats.details-card .col-md-12{
        padding-right: 0;
        padding-left: 10px;
    }
    .nextgen-stats-mural .stats.details-card .col-md-12 p{
        font-size: 14px;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 17px;
    }
    .nextgen-stats-mural .stats.details-card{
        width: 225px;
        bottom: 181px;
    }

@media (max-width: 1199px) {
    .nextgen-stats-mural .stats {
        left: 385px;
    }

    .nextgen-stats-mural {
        padding-bottom: 100px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .nextgen-stats-mural .stats, .nextgen-stats-mural .stats.details-card {
        width: 90%;
        left: 5%;
        bottom: unset;
        padding: 15px 0;
    }

    .border-right {
        border-right: 2px solid rgba(140, 130, 121, 0.25);
    }

    .nextgen-stats-mural .row .stat-card p {
        font-size: 18px;
    }
    .nextgen-stats-mural .stats.details-card .col-md-12{
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 907px) {
    /*.nextgen-stats-mural .stat-card {
        width: 416px;
        height: 414px;
        top: 14%;
        left: 113px;
    }

        .nextgen-stats-mural .stat-card h3 {
            font-size: 21px;
            margin-top: 10px;
        }

    .nextgen-stats-mural .stats {
        width: 96px;
        height: 198px;
        left: 451px;
        top: 36%;
        padding: 0 10px;
    }

        .nextgen-stats-mural .stats h3 {
            font-size: 22px;
        }

        .nextgen-stats-mural .stats .title {
            font-size: 13px;
        }*/
}

@media (max-width: 640px) {
    .nextgen-stats-mural { height: auto !important; }
}

@media (max-width: 480px) {
    .nextgen-stats-mural .stats {
        width: 100%;
        left: 0;
    }
}

.nextgen-stats-mural video {
    position: absolute;
    height: 100%;
}

@media (min-width: 1920px) {
    .nextgen-stats-mural video {
        width: 100%;
        height: auto;
    }
}

.partners-header-container h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.partners-header-container p {
    margin-bottom: 15px;
    margin-top: 15px;
}

.partners-body-wrapper {
    background-color: rgba(140, 130, 121, 0.1);
}

.partners-body-container .row:first-child {
    margin-bottom: 50px;
}

.partners-body-container .partner-tabs li a {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin: 0 15px;
    color: #58575b;
}

.partners-body-container .partner-tabs li.active {
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
    border-bottom: solid 2px rgb(156, 219, 217);
    padding-bottom: 3px;
}
.partner-tabs{
    border:none;
}
    .partner-tabs li {
        float: none;
        display: inline-block;
    }
#partners-nav ul li a {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    border: none;
    color: var(--dark-grey);
    margin: 20px 40px;
}

#partners-nav ul li.active a {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    border-bottom: solid 2px rgb(156, 219, 217);
}

.partners-body-container .card-body .card-body-description {
    height: 120px;
    overflow: hidden;
}

.partners-body-container .card, .partners-body-wrapper .card {
    margin-top: 0;
    margin-bottom: 30px;
}

.partners-body-container .card-eyebrow {
    margin-top: 0;
}

.partners-body-container .partner-panels .panel-wrapper {
    display: none;
}

    .partners-body-container .partner-panels .panel-wrapper.active {
        display: block;
    }

.partners-body-container .modal-body .modal-link span {
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.57;
    margin-right: 5px;
}

.modal-body .modal-link i.fas.fa-chevron-right {
    font-size: 12px;
    top: 0;
}

.partners-body-container .card-img {
    border-bottom: 2px solid rgba(140,130,121,.1);
    background-size: cover;
    background-position: center;
}

#partners-nav {
    letter-spacing: -1px;
}

    #partners-nav .active-tab {
        letter-spacing: normal;
    }

#partners-modal .close {
    color: #4f868e;
    opacity: 1;
    font-size: 20px;
}

#partners-modal .opaque-bg-overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

#partners-modal .partners-company-name {
    margin-top: 0;
    text-transform: uppercase;
}

#partners-modal .modal-dialog {
    width: 750px;
    background-color: #ffffff;
    border-radius: 0;
}

#partners-modal .modal-content {
    box-shadow: none;
    border: none;
}

#partners-modal .partners-overlay-logo {
    width: 200px;
    border: 2px solid rgba(140,130,121,.1);
}

#partners-modal .modal-header {
    padding: 15px 15px 0;
}

#partners-modal .modal-body {
    padding: 0 30px 30px 30px;
}
#partners-modal .modal-link{
    margin-top: 30px;
    display: block;
}

@media screen and (max-width: 991px) {
    #partners-modal .modal-dialog {
        width: 95%;
    }
}
@media screen and (max-width: 767px) {
    #partners-modal .partners-company-name{
        margin-top: 15px;
        margin-bottom: 0;
    }
}
.payer-libray-downloads a:first-child {
    padding-left: 0;
}

.payer-libray-downloads a:last-child {
    padding-right: 0;
}

.payer-library p.font20 {
    margin-top: 0;
}

.payer-library p.payer-libray-downloads {
    margin-top: 0;
}

.payer-libray-downloads a {
    padding: 0 15px;
}

.payer-library p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.payer-library thead {
    background-color: rgba(140,130,121,.05);
}

.payer-library .table.table-bordered th, .payer-library .table.table-bordered, .payer-library .table.table-bordered td {
    border: 1px rgba(140,130,121,.25) solid;
}

.payer-library th {
    font-weight: normal;
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
}

.payer-library .dataTables_length {
    margin-bottom: 30px;
}

    .payer-library .dataTables_length label {
        margin-bottom: 0;
    }

.payer-library .dataTables_info, .payer-library .dataTables_paginate {
    padding-top: 0;
    margin-top: 30px;
}

.payer-library .paginate_button a {
    border-radius: 0;
    border: 0;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

.paginate_button a:hover, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.payer-library .paginate_button.previous a, .payer-library .paginate_button.next a {
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: white;
    text-decoration: none;
    color: #8c8279;
    font-family: 'Meta W01 Bold', Arial, Helvetica, sans-serif;
}

.pagination > .disabled > a, .pagination > .disabled > a:hover {
    text-decoration: none;
    color: rgba(140,130,121,.25);
}

.payer-library .form-control {
    border-radius: 0;
    box-shadow: none;
}

.payer-library #button-wrapper input {
    width: 19px;
    height: 19px;
    vertical-align: sub;
}
.payer-library #button-wrapper label {
    color: white;
}
.payer-library .filter-head {
    font-size: 20px;
    margin-bottom: 15px;
}
.search-container .row:first-child {
    margin-top: 50px;
}

.search-container .row:last-child {
    margin-bottom: 100px;
}
.search-container hr{
    margin: 15px 0;
}

.results-count {
    margin-bottom: 0;
    /*margin-top: 30px;*/
}

.search {
    position: relative;
}

    .search input {
        max-width: 100%;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .search .fa-search {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 15px;
        color: #8c8279;
    }

.search-result {
    margin-top: 15px;
    margin-bottom: 30px;
}

    .search-result p {
        margin: 0;
    }

    .search-result .page-type {
        text-transform: uppercase;
        font-size: 14px;
        text-align: left;
        font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
        color: #8c8279;
    }

    .search-result .page-title {
        font-family: 'Meta W01 Book', Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
        color: #4f868e;
    }

    .search-result .page-description {
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.56;
        text-align: left;
        color: #57585b;
    }

    .search-result .page-link {
        font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
        color: #8c8279;
    }

.results-count select {
    border: 0;
    font-size: 14px;
    line-height: 1.56;
    text-align: left;
    color: #4f868e;
    /* -webkit-appearance: none; */
     border-radius: 0 !important;
    height: 34px;
    width: 100%;
}

    .results-count select:focus {
        outline: none;
    }

.search-spinner {
    text-align: center;
}

    .search-spinner .fa-circle-notch {
        color: #9cdbd9;
        animation: fa-spin 1s infinite linear;
    }

body {
    padding-bottom: 20px;
    color: #57585b;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

em {
    font-family: 'Meta W01 Italic', Arial, Helvetica, sans-serif;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}

    h1 em, h2 em, h3 em, h4 em, h5 em {
        font-family: 'Meta W01 Bold Italic', Arial Black, Helvetica, sans-serif;
        font-style: normal;
    }

h2 {
    font-size: 35px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
}

p strong, p b {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
}

.featured-card-content h2 {
    text-transform: none;
}

.modal-body button {
    float: right;
}

.js-insights-card-container .card-img {
    background-size: cover;
    background-position: center;
}

a {
    color: #4f868e;
    text-decoration: none;
}

    a:hover,
    a:focus {
        /*color: inherit;*/
        text-decoration: none;
    }

    a:focus {
        color: #4f868e;
    }

    a.hero-link:focus {
        color: #fff;
    }

.btn:hover,
.btn:focus,
.btn.focus {
    color: inherit;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
}

.btn-orange:hover,
.btn-orange:focus, .btn-red:hover, .btn-red:focus {
    color: #fff;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
}

.carousel-control {
    text-shadow: none;
}

.fa-chevron-right {
    position: relative;
    font-size: 12px;
}

.professional-link .fa-chevron-right {
    top: 0;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}

pre {
    padding: 15px;
    font-size: 14px;
    color: #57585b;
    background-color: rgba(140, 130, 121, 0.1);
    border: 1px solid rgba(140, 130, 121, 0.25);
    border-radius: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.white {
    color: white;
}

.bold {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
}

.btn {
    padding: 8px 15px;
}

.ng-btn-white {
    color: #d6a461;
    padding: 8px 15px 8px;
    background-color: white;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.box-shadow {
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
}

.ng-btn-white:hover {
    color: #d6a461;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
}

.ng-btn-white:focus {
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font35 {
    font-size: 35px;
}

.font40 {
    font-size: 40px;
}

.font44 {
    font-size: 44px;
}

.font50 {
    font-size: 50px;
}

.font60 {
    font-size: 60px;
}

.margin-top0 {
    margin-top: 0;
}

.margin-top0-i {
    margin-top: 0 !important;
}

.margin-top4 {
    margin-top: 4px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top25 {
    margin-top: 25px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top100 {
    margin-top: 100px;
}

.margin-top150 {
    margin-top: 150px;
}

.margin-top200 {
    margin-top: 200px;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-bottom100 {
    margin-bottom: 100px;
}

.margin-bottom150 {
    margin-bottom: 150px;
}

.margin-bottom200 {
    margin-bottom: 200px;
}

.padding-left0 {
    padding-left: 0;
}

.padding-left15 {
    padding-left: 15px;
}

.padding-left20 {
    padding-left: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.slate-blue-gray {
    color: #57585b;
}

.warm-gray {
    color: #8c8279;
}

.why-nextgen .heading {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    text-align: center;
    color: #57585b;
    margin-top: 10px;
    margin-bottom: 30px;
}


.how-we-help .heading,
.schedule-test .heading,
.why-nextgen-ext .brand-header,
.specialties .heading,
.video-and-desc .heading,
.workflow .heading,
.blue-bar-carousel-container .heading,
.features-carousel-container .heading {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    text-align: center;
    color: #57585b;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.schedule-test .sub-heading,
.why-nextgen .body,
.why-nextgen-ext .brand-copy,
.video-and-desc .description,
.workflow .sub-heading,
.blue-bar-carousel-container .sub-heading,
.features-carousel-container .sub-heading {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    /*width: 360px;*/
    margin-left: auto;
    margin-right: auto;
    color: #57585b;
    padding-bottom: 50px;
}

.bg-gradient-orange {
    background-image: linear-gradient(60deg, #c66e4e, #d6a461);
}

.bg-gradient-red {
    background-image: linear-gradient(125deg, #512a44, #c66e4e);
}

.flex-center-vertically,
.center-vertically {
    /*Add a height style, either inline or through another class, that equals the height of the element you are centering it in.*/
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.schedule-test .sub-heading {
    width: 100%;
    padding: 0 0 30px 0;
}

.schedule-test .heading {
    font-size: 35px;
}

.schedule-test .input-group {
    width: 390px;
}

    .schedule-test .input-group select {
        width: 100%;
    }

.schedule-test .input-group-btn:last-child > .btn {
    margin: 0 0 0 10px;
}

.btn-orange, .btn-ng-orange, .btn-orange:focus,
.btn-red {
    color: #fff;
    background-color: #d6a461;
    border-radius: 0;
}

.btn-dark-orange {
    color: #fff;
    background-color: #c66e4e;
    border-radius: 0;
}

.btn-teal {
    color: #fff;
    background-color: #4f868e;
    border-radius: 0;
}

.btn-ng-orange {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: .75px;
}

    .btn-ng-orange:hover {
        color: #fff;
    }

.btn-red {
    background-color: #c66e4e;
}

.himss-form .btn-purple,
.btn-purple {
    color: #fff;
    background-color: #512A44;
    border-radius: 0;
}

.schedule-test .gutter {
    border-right: 2px solid #efefef;
}

.eyebrow-tag {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    padding: 2px 10px 2px;
    color: #fff;
    background-color: #c66e4e;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

@media (max-width: 993px) {
    .schedule-test .gutter {
        border-right: 0;
        border-bottom: 2px solid #efefef;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}

.light-blue {
    color: #9cdbd9;
}

@media (max-width: 1199px) {
    /*.carousel-inner > .item .description {
        height: 333px;
    }*/
}

@media (max-width: 991px) {
    h2, .insight-container H2 {
        font-size: 30px;
        line-height: 42px;
    }

    body {
        font-size: 18px;
    }

    h3, .why-nextgen-ext .brand-header {
        font-size: 25px !important;
        line-height: 30px;
    }
}


.transition-ease,
.how-we-help .context-menu .item,
.specialties .thumbs #color-overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.orange {
    color: #d6a461;
}

.offc-med {
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
}


.header-with-line {
    display: table;
    white-space: nowrap;
}

    .header-with-line:before,
    .header-with-line:after {
        border-top: 2px solid rgba(140, 130, 121, 0.25);
        content: '';
        display: table-cell;
        position: relative;
        top: 0.3em;
        width: 471px;
    }

    .header-with-line:before {
        right: 2.7%;
    }

    .header-with-line:after {
        left: 2.7%;
    }

.nextgen-play-icon .glyphicon-play {
    position: static;
    top: unset;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

    .nextgen-play-icon .glyphicon-play:before {
        font-size: 43px;
        position: relative;
        left: 6%;
        top: 27%;
        text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    }


a {
    color: #4f868e;
}

    a:hover {
        color: #4f868e;
        text-decoration: none;
    }



h1 {
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
}

.padding0 {
    padding: 0;
}

.bg-gradient-teal {
    background-image: linear-gradient(104deg, #4f868e, #9cdbd9);
}

.bg-gradient-purple {
    background-image: linear-gradient(104deg, #512a44, #4f868e);
}

.bg-gradient-purple-135 {
    background-image: linear-gradient(135deg, #512a44, #4f868e);
}

.bg-white {
    background-color: white;
}

.bg-white-force {
    background-color: white !important;
}

.bg-gray {
    background-color: rgba(140, 130, 121, 0.15);
}

.bg-gray-light {
    background-color: rgba(140, 130, 121, 0.05);
}

.bg-gray-dark {
    background-color: #8c8279;
}

.bg-overlay {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
    height: 100%;
}

@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .fa-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .fa-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
}

a.hover-push span {
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

a.hover-push:hover span {
    margin-right: 10px;
}

.teal-font {
    color: #4f868e;
}

.carousel-indicators.circles {
    position: unset;
    bottom: 0;
    padding: 0;
    margin: -7px 0 0 0;
    top: 0;
    left: 0;
    width: 100%;
}

    .carousel-indicators.circles li {
        background-color: #fff;
        border: solid 1px #8c8279;
        margin: 5px;
    }

        .carousel-indicators.circles li.active {
            background-color: #4f868e;
            border: solid 1px #8c8279;
        }

.modal-header {
    padding: 15px;
    border-bottom: 0;
}


#video-modal .modal-dialog {
    width: 100%;
    text-align: center;
}

#video-modal video {
    max-width: 1000px;
}

@media (max-width: 1199px) {

    #video-modal video {
        width: 100%;
    }

    #video-modal iframe {
        width: 100%;
    }
}

#video-modal .modal-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

#video-modal .close {
    color: white;
    opacity: 1;
    font-size: 30px;
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-content {
    border-radius: 0;
}

.padding-bottom50 {
    padding-bottom: 50px;
}

.form-loader {
    cursor: pointer;
}

.insights-search-container .ng-pagination li a {
    background-color: transparent;
}

.pagination > li > a {
    color: #4f868e;
}

.ng-pagination li a {
    border-radius: 0;
    border: 0;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

.ng-pagination > .active > a {
    background-color: white;
    text-decoration: none;
    color: #8c8279;
}

.content {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.grey-background {
    background-color: rgba(140, 130, 121, 0.1);
}


#key-events h2 {
    text-transform: uppercase;
}

.col-center-multiple {
    margin: 0 auto;
    float: none;
    display: inline-block;
    margin-right: -4px;
}

.fragment-anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.clinical-care-bg {
    background-color: #c7724d;
}

.connected-health-bg {
    background-color: #75988d;
}

.financial-management-bg {
    background-color: #d7a562;
}

.population-health-bg {
    background-color: #4a8088;
}

.patient-engagement-bg {
    background-color: #a4343a;
}

.dental-bg {
    background-color: #72beba;
}

.purple-bg {
    background-color: #512a44;
}

.qsi-purple-bg {
    background-color: #522944;
}

.small-practice-bg {
    background-color: #003b5c;
}

@media (max-width: 640px) {
    body {
        font-size: 16px;
    }

    .margin-top150, .margin-top100 {
        margin-top: 75px;
    }

    .margin-bottom150, .margin-bottom100 {
        margin-bottom: 75px;
    }
}
/*Heading Body Three Columns*/
.heading-body-three-col {
    background-color: rgba(215, 210, 203, 0.2);
}

    .heading-body-three-col p {
        font-size: 18px;
    }

    .heading-body-three-col .three-col h3 {
        font-family: 'Meta W01 Bold';
        font-size: 20px;
    }

    .heading-body-three-col .three-col p {
        font-size: 14px;
    }
/*End Heading Body Three Columns*/
/*Path to Better*/
.path-to-better .right-arrow {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 120px;
    left: 50%;
    position: absolute;
}

.path-to-better .ngo-box-arrow {
    border-left: 30px solid #bea26e;
}

.path-to-better .nge-box-arrow {
    border-left: 30px solid #a95d4b;
}

.arrow-clip {
    background-image: linear-gradient(137deg, #7f9c90, #d6a461);
}

.path-to-better .card-section div:nth-child(2) .arrow-card .arrow-card-left {
    background-image: linear-gradient(137deg, #512a44, #c66e4e);
}

.path-to-better .card-section {
    display: flex;
    justify-content: center;
}

    .path-to-better .card-section > div {
        display: flex;
        align-items: stretch;
    }

.shadow {
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.card-section > div {
    padding-left: 0;
}

.path-to-better .teal-btn {
    background-color: #7f9c90;
    padding: 15px;
    color: white;
}

.path-to-better .purple-btn {
    background-color: #512a44;
    padding: 15px;
    color: white;
}

.path-to-better .arrow-card {
    display: flex;
    padding: 0;
    background-color: white;
}

    .path-to-better .arrow-card div {
        padding: 0;
    }

    .path-to-better .arrow-card .arrow-card-right > p:nth-child(1) {
        font-size: 24px;
        font-family: 'Meta W01 Bold';
        margin-top: 40px;
    }

    .path-to-better .arrow-card .arrow-card-right ul {
        text-align: left;
        display: inline-block;
    }

    .path-to-better .arrow-card .arrow-card-right .teal-btn,
    .path-to-better .arrow-card .arrow-card-right .purple-btn {
        margin: 0 auto;
        margin-bottom: 15px;
        display: block;
        width: 200px;
        text-transform: uppercase;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
    }


    .path-to-better .arrow-card .arrow-card-left p:nth-child(1) {
        font-size: 24px;
        font-family: 'Meta W01 Bold';
        margin-top: 40px;
    }

    .path-to-better .arrow-card .arrow-card-left p:nth-child(2) {
        font-family: 'Meta W01 Italic', Arial, Helvetica, sans-serif;
        padding: 0 55px;
    }

    .path-to-better .arrow-card .arrow-card-left p:nth-child(3) {
        padding: 0 60px;
    }

.path-to-better {
    min-height: 1000px;
}

    .path-to-better .row h2 {
        margin-top: 200px;
        font-size: 40px;
    }

    .path-to-better .row:nth-child(1) p {
        margin-top: 50px;
        font-size: 18px;
    }

    .path-to-better .card-section {
        margin-top: 75px;
    }

    .path-to-better .row h3 {
        margin-top: 50px;
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
        font-size: 26px;
        line-height: 1.3em;
        letter-spacing: .03em;
    }

        .path-to-better .row h3 a {
            color: #9cdbd9;
        }

            .path-to-better .row h3 a i {
                font-size: 20px;
            }

.arrow-card-right {
    min-height: 300px
}

/*End Path to Better*/
/*Heading Body Three Cards*/

.heading-body-three-col .card-bottom-button p {
    margin: 0;
}

.card a.white:hover {
    color: white;
}

.heading-body-three-col .card-bottom-button {
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    background: #c66e4e;
    padding: 15px;
}

.heading-body-three-col .card-bottom a:hover i {
    margin-left: 10px;
}

.heading-body-three-col .card-bottom i {
    transition: all .5s;
}

.heading-body-three-col .card-bottom a {
    color: #d6a461;
    display: block;
    float: left;
    clear: left;
}

.col-center-multiple {
    margin: 0 auto;
    float: none;
    display: inline-block;
    margin-right: -4px;
}

.grecaptcha-badge {
    visibility: hidden;
}



.heading-body-three-col .card-bottom {
    margin-bottom: 0;
}

.heading-body-three-col .card-type {
    font-family: 'Meta W01 Italic';
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    display: block;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}

.heading-body-three-col .card-category {
    position: absolute;
    top: 0;
    right: 0;
    background: #c66e4e;
    color: white;
    padding: 5px 15px;
    margin-top: 20px;
}

.heading-body-three-col .card-image {
    width: 100%;
}

.heading-body-three-col .card-content .card-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*End Heading Body Three Cards*/
/*Small image carousel*/
.small-image-carousel-container .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
}

.small-image-carousel-container .slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: #57585b;
}

.small-image-carousel-container .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
}

.small-image-carousel-container .small-image-carousel .slick-dots li button:before {
    font-size: 50px;
}

.small-image-carousel-container h3 {
    color: #c66e4e;
    text-transform: uppercase;
    font-family: 'Meta W01 Medium';
}

    .small-image-carousel-container h3.centered-dark {
        text-align: center;
        color: inherit;
        font-size: 35px;
        font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    }

.small-image-carousel-container.img-cursor img {
    cursor: pointer;
}
/*End Small image carousel*/

.alert.alert-ng-teal {
    color: #477b7b;
    background-color: #e5e5e5;
}

.small-image-modal-heading {
    padding: 0 15px;
}

#companyModal a {
    display: block;
    margin-top: 15px;
}

@media screen and (min-width:2000px) {
    .path-to-better .row {
        max-width: 2000px;
        margin: 0 auto;
    }
}

@media screen and (max-width:1400px) {
    .card-section > div:nth-child(1) {
        margin-bottom: 10px;
    }

    .arrow-clip {
        background-image: linear-gradient(137deg, #7f9c90, #d6a461);
    }

    .path-to-better .ngo-box-arrow {
        border-left: 30px solid #c7a36a;
    }

    .path-to-better .nge-box-arrow {
        border-left: 30px solid #b0624d;
    }

    .teal-btn,
    .purple-btn {
        position: initial;
    }

    .path-to-better .row:nth-child(1) p {
        margin-top: 10px;
    }

    .path-to-better .card-section {
        display: block;
        margin-top: 10px
    }

        .path-to-better .card-section > div {
            width: 100%;
        }

    .path-to-better .row h2 {
        margin-top: 100px;
    }
}

@media (max-width: 992px) {
    .path-to-better .arrow-card div {
        padding: 15px 0;
    }

    .path-to-better .arrow-card .arrow-card-left p:nth-child(1),
    .path-to-better .arrow-card .arrow-card-right > p:nth-child(1) {
        margin-top: 20px;
    }

    .path-to-better .row h3 {
        text-align: center;
        margin-top: 20px;
    }

    .path-to-better .row h2 {
        margin-top: 20px;
    }

    .arrow-card .arrow-card-right {
        display: block;
        align-items: center;
    }

    .path-to-better .arrow-card .arrow-card-left p {
        width: 100%;
    }

    .path-to-better .arrow-card .arrow-card-right ul {
        width: 275px;
    }

    .path-to-better .arrow-card {
        display: block;
    }

    .card-section > div:nth-child(1) .arrow-card-right:nth-child(2) {
        min-height: 250px;
    }

    .card-section > div:nth-child(2) .arrow-card-right:nth-child(2) {
        min-height: 350px;
    }

    .card:nth-child(2),
    .card:nth-child(3) {
        margin-top: 100px;
    }

    .heading-body-three-col .card-bottom {
        padding: 0 22px;
    }
}

@media (max-width: 768px) {
    .card-section > div:nth-child(2) .arrow-card-right:nth-child(2) {
        min-height: 300px;
    }

    .path-to-better .arrow-card .arrow-card-left p:nth-child(1), .path-to-better .arrow-card .arrow-card-right > p:nth-child(1) {
        margin-top: 0;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }
}
/*Two White Boxes*/

.two-white-boxes .row.flex {
    display: flex;
    justify-content: center;
}

.two-white-boxes .content-box {
    display: flex;
}

    .two-white-boxes .content-box > div {
        background: white;
        padding: 30px;
    }

.two-white-boxes span {
    color: #4f868e;
}

.twb-card {
    width: 100%;
}

    .twb-card h4 {
        color: #4F868E
    }

    .twb-card p {
    }

@media (max-width: 992px) {
    .two-white-boxes .row.flex {
        display: block;
    }

    .two-white-boxes .content-box {
        display: block;
        margin-top: 30px;
    }

        .two-white-boxes .content-box > div {
            background: white;
            padding: 30px;
        }

    .two-white-boxes .container {
        margin-top: 30px;
    }
}
/*End Two White Boxes*/
.print-logo {
    width: 0;
}

.font-black {
    font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
}

.font-medi {
    font-family: 'Meta W01 Medium';
}


.to-top-btn {
    bottom: 0;
    position: fixed;
    left: 10px;
}

    .to-top-btn i {
        color: white;
        font-size: 50px;
        padding: 5px 10px;
        margin-right: 5px;
        background-color: #d6a461;
    }

#free-form .be-the-one .condensed-blue {
    transform: scale(0.8,1);
    font-size: 40px;
    letter-spacing: -0.9px;
    line-height: 1.1;
    font-family: 'Meta W01 Bold';
    color: #003b5c;
    text-transform: uppercase;
    word-spacing: 6px;
}

#free-form .be-the-one .intro-body {
    font-size: 21.7px;
    line-height: 1.33;
}

    #free-form .be-the-one .intro-body a {
        display: block;
        margin: 20px 0 0 0;
    }

        #free-form .be-the-one .intro-body a i {
            font-size: 16px;
        }

.teal,
#free-form .be-the-one .condensed-blue.teal {
    color: #4f868e;
}

.purple,
#free-form .be-the-one .condensed-blue.purple {
    color: #512A44;
}

.flex {
    display: flex;
}

.specialties-container .container > .row {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*.specialties img {
    width: 228px;
    height: 215px;
    margin: 0 15px 12px 15px;
}
*/
.specialties img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1;
    display: block;
    width: 100vw;
    height: 215px;
    object-fit: cover;
}

.specialties div p.caption {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding: 1px 5px 0 15px;
}

.specialties .thumbs .img-label {
    position: relative;
    z-index: 2;
    top: -69px;
    color: #fff;
    line-height: 22px;
    font-family: 'Meta W01 Regular', Arial Black, Helvetica, sans-serif;
    pointer-events: none;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
    letter-spacing: .75px;
    display: flex;
    height: 60px;
    background: linear-gradient(to bottom, #0000 0%,#512a449c 43%,#512a44db 100%);
    padding: 0 0 7px 10px;
}

.specialties .thumbs .img-label span {
    align-self: flex-end;
}

.specialties-container .header .heading {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}

.specialties-container .header .sub-heading {
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
}

.specialties-container .specialties .thumbs #color-overlay {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    width: 210px;
    height: 199px;
    background-color: #512a448c;
    margin: 0 15px 12px 15px;
}

.specialties-container.be-the-one .specialties .thumbs #color-overlay {
    background-color: transparent;
    z-index: 5;
}

.specialties-container.be-the-one .specialties .thumbs #color-overlay:hover {
    display: block;
    background-color: transparent;
    border: 1px white solid;
    box-shadow: 0px 4px 17px 2px rgb(0 0 0 / 70%);
}

.specialties-container .specialties .thumbs #color-overlay:hover {
    background-color: rgba(140, 130, 121, .25);
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.ngo-specialties .specialties .thumbs #color-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 35%);
    background-color: rgba(140, 130, 121, .25);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.54, 0.98);
    cursor: default;
}
/*.ngo-specialties .specialties .thumbs #color-overlay:hover {
    box-shadow: none;
    cursor: default;
}*/

.specialties p.eyebrow-tag {
    margin: 0 0 8px 0;
    display: inline-block;
}

.specialties-container .row-offset .col-md-2 {
    left: 10%;
}

.all-specialties-container #all-specialties-pointer,
.all-specialties-container #all-specialties-close {
    position: absolute;
    right: 348px;
    top: -15px;
    color: #fff;
    font-size: 35px;
}

.all-specialties-container #all-specialties-close {
    font-size: 25px;
    cursor: pointer;
    top: 20px;
    left: -3px;
}


#specialties.all-specialties-container {
    display: none;
    background-image: linear-gradient(124deg, #4f868e, #9cdbd9);
    color: #fff;
    padding-bottom: 80px;
}

#specialties.all-specialties-container .heading h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 38px;
    padding: 50px 0 30px 0;
    margin: 0;
}

#specialties.all-specialties-container .specialty a {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
    color: #fff;
    opacity: .8;
}

#specialties.all-specialties-container .specialty a:hover{
    opacity: 1;
}

#specialties.all-specialties-container .specialty {
    margin-bottom: 15px;
}
/*this will remove the "All specialties" link from the list of all specialties. 
    It only appears because it's part of the items in the data folder.
    TODO: Add either a rendering parameter or a field in the items to
    ensure that this item does not appear in the first place. When done
    remove this selector. jnegron 12-18-18
*/
#specialties.all-specialties-container .specialty a[href="#all-specialties"] {
    display: none;
}


@media screen and (max-width: 1199px) {
    .specialties .col-md-2 {
        width: 20%;
    }

    .specialties img {
        width: auto;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .row.specialties .col-md-2 {
        overflow: hidden;
    }

    #color-overlay {
        left: 0;
    }

    .specialties .thumbs .img-label {
        left: 10px;
        bottom: -38px;
    }

    .row.row-offset:before, .row.specialties:before, .row.row-offset:after, .row.specialties:after {
        content: none;
    }

    .row-offset .col-md-2 {
        left: unset;
    }
    .all-specialties-container #all-specialties-pointer{
        left: -222px;
    }
    .all-specialties-container #all-specialties-close{
        left: -212px;
    }
    .specialties img,
    .specialties-container .specialties .thumbs #color-overlay {
        width: 204px;
        height: 169px;
        margin: 0 15px 12px 0;
        top: unset;
        left: unset;
    }

    .specialties-container .specialties .thumbs {
        display: inline-table;
        position: unset;
    }

    .scrollreveal .row.specialties {
        width: 748px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 991px){
    .specialties > .thumbs{
        width: auto;
    }
    .specialties .heading{
        font-size: 30px;
        line-height: 42px;
    }
    .all-specialties-container #all-specialties-close {
        display: block;
    }
}
@media (max-width: 796px){
    .specialties-container {
        display: none;
    }
    .all-specialties-container #all-specialties-pointer{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .row.specialties .col-md-2{
        width: 50%;
    }
    .specialties img{
       width: 100%;
   }
    .row.specialties .col-md-2 .img-label{
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .specialties > .thumbs {
        width: 20%;
    }
}

.specialty-header {
    padding-top: 50px;
}
.specialty-header div div .quote-credit {
    padding-left: 36px;
    font-size: 14px;
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    line-height: normal;
}

.specialty-header div div p.quote-credit span {
    font-size: 14px;
    line-height: normal;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
}

.leading-quote {
    font-size: 40px;
    position: absolute;
    top: 7px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    color: #c66e4e;
}

.end-quote {
    font-size: 40px;
    position: absolute;
    bottom: 38px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    color: #c66e4e;
    padding-left: 5px;
}

.specialty-header-container {
    background-color: rgba(140, 130, 121, 0.15);
}

.specialty-quote-wrap {
    padding: 10px 20px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #57585b;
    margin-top: 15px;
    quotes: "\201C""\201D""\2018""\2019";
    text-indent: -33px;
    margin-left: 15px;
}

.specialty-quote-wrap::before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 4px;
    position: relative;
    top: 17px;
    color: #c66e4e;
    font-size: 3em;
}

.specialty-quote-wrap::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -3px;
    position: relative;
    top: 19px;
    color: #c66e4e;
    font-size: 3em;
}

.specialty-header .right-border {
    border-right: 2px rgba(140, 130, 121, 0.25) solid;
}

.professional-name {
    font-size: 28px;
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    line-height: 1.36;
    color: #57585b;
    margin-bottom: 0;
    margin-top: 15px;
}

.professional-title {
    font-size: 14px;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    color: #8c8279;
    text-transform: uppercase;
    line-height: 18px;
}

.professional-bio {
    font-size: 14px;
    line-height: 1.57;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    color: #57585b;
}

.professional-link {
    font-size: 14px;
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    line-height: 1.57;
    color: #4f868e;
}

.professional-link p {
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
        transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    display: inline;
}

.professional-link i {
    font-size: 12px;
}

.professional-link p:hover {
    padding-right: 5px;
}

.specialty-text {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
}

.professional-img {
    width: 165px;
}

.specialty-card .specialty-card-body{
    display: inline-block;
}

.client-quote-container {
    background: linear-gradient(105deg, #c7724d, #d7a562);
    color: #fff;
}

.client-quote-container .row .professional-name,
.client-quote-container .row .professional-title,
.client-quote-container .row .specialty-quote-wrap,
.client-quote-container .row .specialty-quote-wrap::before,
.client-quote-container .row .specialty-quote-wrap::after {
    color: #fff;
}

.client-quote-container .row .professional-name,
.client-quote-container .row .professional-title {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.8px;
}

.client-quote-container .row .divider {
    border-left: 2px #fff solid;
}

.client-quote-container .row .professional-name{
    letter-spacing: 2px;
}

.client-quote-container .row .professional-title {
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: none;
}

.client-quote-container .row .professional-details {
    padding-left: 21px;
}

.client-quote-container .row .specialty-quote-wrap {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-indent: -42px;
    margin-left: 35px
}

.client-quote-container .row .specialty-quote-wrap::before{
    left: -5px;
}

.client-quote-container .row .specialty-quote-wrap::after{
    left: 23px;
}

.specialty-header .image-content .btn-ng-orange{
    width: 200px;
}
.specialty-header .image-content .btn-ng-orange:focus,
.specialty-header .image-content .btn-ng-orange:active:focus{
    color: #fff;
}
.specialty-header .image-content img[src*=podiatry] {
    display: inline;
    margin-bottom: 20px;
    margin-top: 10px;
}
.specialty-header .image-content .content-wrapper{
    width: 520px;
    margin-right: 20px;
}
@media (max-width: 991px) {
    .professional-img {
        margin: auto;
    }
    .professional-details{
        text-align: center;
        padding-bottom: 15px;
    }
    .specialty-header .right-border{
        border-right: none;
        border-bottom: 2px rgba(140, 130, 121, 0.25) solid;
        text-align: center;
        padding-top: 30px;
    }
    .specialty-quote-wrap{
        text-align: center;
        text-indent: 0;
        margin-left: 0;
    }
    .specialty-header div div .quote-credit{
        padding-left: 0;
        text-align: center;
    }
    .specialty-card-img{
        margin: auto;
        padding-bottom: 30px;
    }
    .specialty-header .row.margin-bottom50 {
        margin-top: 0;
    }

}
@media (max-width: 768px) {
    .specialty-header-container .specialty-header {
        margin-top: 0;
    }

    .specialty-header-container .specialty-header .row {
        margin-top: 0;
    }

    .professional-details, .specialty-quote-wrap, .quote-credit {
        text-align: center;
    }
    .client-quote-container .row .divider {
        border: none;
    }

}

@media (max-width: 640px) {
    .professional-details, .specialty-quote-wrap, .quote-credit {
        text-align: center;
    }
}

.tabbed-accordion {
    margin: 35px auto;
}

    .tabbed-accordion h1 {
        font-family: 'Meta Head W01 Black', Arial Black, Helvetica, sans-serif;
        margin-bottom: 30px;
        color: #646464;
    }

    .tabbed-accordion .nav-tabs {
        border-top: 2px solid #4F868E;
        border-bottom: 2px solid #4F868E;
        font-size: 25px;
    }

        .tabbed-accordion .nav-tabs > li.active > a {
            background-color: initial;
            border: initial;
            border-bottom-color: initial;
        }

        .tabbed-accordion .nav-tabs > li {
            width: 20%;
            text-align: center;
        }

    .tabbed-accordion .panel {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tabbed-accordion .panel-default > .panel-heading {
        background-color: initial;
        padding: 20px 15px;
        border-bottom: 1px solid #e4e1dc;
    }

    .tabbed-accordion .panel-title {
        font-size: 25px;
    }

        .tabbed-accordion .panel-title > a {
            font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
            color: #6c6b6b;
        }

    .tabbed-accordion h4.panel-title a.collapsed:after {
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 25px;
        color: #4a8088;
    }

    .tabbed-accordion h4.panel-title a:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 25px;
        color: #4a8088;
    }

    .tabbed-accordion .panel-body {
        font-family: 'Meta W01 Book', Arial, Helvetica, sans-serif;
        color: #6c6b6b;
    }

    .tabbed-accordion .nav-tabs > li.active > a,
    .tabbed-accordion .nav-tabs > li.active > a:hover,
    .tabbed-accordion .nav-tabs > li.active > a:focus {
        border: 0;
        color: #4a8088;
        background-color: initial;
    }

    .tabbed-accordion .nav-tabs > li > a,
    .tabbed-accordion .nav-tabs > li > a:hover,
    .tabbed-accordion .nav-tabs > li > a:focus {
        color: rgba(74, 128, 136, 0.6);
        border: 0;
        font-weight: bold;
        background-color: initial;
    }

.double-cta .heading,
.double-cta .card-title {
    font-family: 'Meta Head W01 Bold',Arial Black, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.double-cta .heading{
    margin-bottom: 25px;
}

.double-cta .card-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    text-transform: none;
}

.double-cta .card-title {
    padding: 30px 15px 15px 30px;
}

.double-cta .card-body {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0 30px 60px 30px;
}

.double-cta .btn {
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .double-cta .btn:hover {
        -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.3);
    }

.double-cta .resource-card {
    background-color: #fff;
    height:100%;
}

    .double-cta .resource-card a {
        position: absolute;
        bottom: -40px;
    }

.blue-background-wrapper {
    background-image: linear-gradient(121deg, #4f868e, #9cdbd9);
}

.blue-background-wrapper .double-cta .heading {
    color: #fff;
}

.bg-gray .double-cta .heading {
    color: #57585b;
}
.double-cta .row:nth-child(2) {
    display:flex;
}
@media screen and (max-width: 991px) {
    .double-cta .resource-card a {
        bottom: -40px;
    }
}
@media screen and (max-width: 768px) {
    .double-cta .resource-card a {
        bottom: -20px;
    }
    .double-cta .row:nth-child(2) div:first-child {
        margin-bottom: 30px;
    }
    .double-cta .row:nth-child(2) {
        display: block;
    }
}

.video-and-desc-container > .row{
    margin-top: 100px;
    margin-bottom: 100px;
}


.video-and-desc .heading {
    font-size: 35px;
    text-align: left;
}

.video-and-desc .description {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    width: 100%;
}

.video-and-desc img {
    width: 555px;
    height: 312px;
}

.video-and-desc .navbar {
    font-size: 16px;
    line-height: 25px;
    background-color: #fff;
    border: 0;
    background: none;
}
#videoAndDescNav > li a {
    line-height: 0px;
}

.video-and-desc .navbar .navbar-nav {
    width: 603px;
    margin: 0 auto;
    float: none;
}

.video-and-desc .navbar-default .navbar-nav > .active > a {
    background-color: #fff;
    border-bottom: 2px solid #9cdbd9;
    font-family: "Meta W01 Bold", Arial Black, Helvetica, sans-serif;
}
.video-and-desc .nextgen-play-icon {
    position: relative;
    top: -194px;
}
.video-and-desc .nextgen-play-icon .fa-play-circle {
    color: #fff;
    font-size: 60px;
    text-shadow: none;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.video-and-desc .fa-play-circle:before {
    position: relative;
    left: 6%;
    top: 28%;
}
.video-and-desc:hover .nextgen-play-icon .fa-play-circle {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}
.navbar-default .navbar-nav > li > a {
    color: #57585b;
}
.why-nextgen-container {
    overflow: hidden;
}

    .why-nextgen-container .row.main,
    .why-nextgen-container > .row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

.why-nextgen .footer-graphix div {
    width: 150px;
    float: left;
}

.why-nextgen-ext hr {
    border-top: 3px solid #9cdbd9;
    margin-top: 43px;
    width: 67px;
}

.why-nextgen-ext.icons {
    position: relative;
    left: 100px;
    margin-top: 30px;
}

.why-nextgen .body {
    font-size: 20px;
    line-height: 1.5;
    width: unset;
    padding-bottom: 0;
}

.why-nextgen-container.replacement-page .row.main {
    margin: 50px 0;
}

.why-nextgen-container.replacement-page .row.why-nextgen h2.heading {
    text-transform: none;
    text-align: left;
}

.why-nextgen-ext .brand-header {
    font-size: 28px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

.why-nextgen-ext .brand-copy {
    font-size: 16px;
    width: auto;
    padding-bottom: 0;
}
/*New Purple Flip Cards Component*/
.why-ng-cards {
    background-image: linear-gradient(129deg, #512a44, #4f868e);
}

.vh-center-parent {
    text-align: center;
}

.why-ng-cards .flip-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vh-center-parent .vh-center-target {
    display: inline-block;
    text-align: left;
    float: none;
}

.why-ng-cards .card-back {
    color: white;
    transform: rotateY(-180deg);
    font-size: 20px;
    padding: 15px;
    text-align: left;
}

    .why-ng-cards .card-back h2 {
        font-size:30px;
        margin: 0 0px 10px 0px;
        text-transform: uppercase;
    }

    .why-ng-cards .card-back ul {
        font-size: 20px;
        margin-bottom: 25px;
        padding-left: 24px;
    }

    .why-ng-cards .card-back.bg-orange {
        background-color: #d6a461;
    }

    .why-ng-cards .card-back.bg-teal {
        background-color: #4f868e;
    }

    .why-ng-cards .card-back.bg-green {
        background-color: #7f9c90;
    }

    .why-ng-cards .card-back.bg-purple {
        background-color: #512a44;
    }

    .why-ng-cards .card-back.bg-red {
        background-color: #a4343a;
    }

.why-ng-cards .flip-card {
    background-color: transparent;
    height: 275px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    transform-style: preserve-3d;
}

.why-ng-cards .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.why-ng-cards .flip-card:hover .card-front {
    transform: rotateY(180deg);
}

.why-ng-cards .flip-card:hover .card-back {
    transform: rotateY(0deg);
}

.why-ng-cards .card-front {
    z-index: 2;
    transform: rotateY(0deg);
    background-color: white;
}

.why-ng-cards .card-front,
.why-ng-cards .card-back {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.16);
    backface-visibility: hidden;
}

    .why-ng-cards .card-front .fa-chevron-right {
        font-size: 18px;
    }

.why-ng-cards .flip-card-content.card-front p {
    padding-left: 5px;
    max-width: 60%;
    font-size: 24px;
    text-align: left;
    color: #4f868e;
    line-height: 1em;
    font-family: "Meta W01 Medium";
}

.why-ng-cards .copy-section {
    color: white;
}

    .why-ng-cards .copy-section h2 {
        font-family: "Meta W01 Bold";
        font-size: 40px;
    }

    .why-ng-cards .copy-section h3 {
        text-transform: uppercase;
        font-family: "Meta W01 Medium";
        font-size: 20px;
    }

    .why-ng-cards .copy-section p:nth-child(3) {
        font-size: 18px;
    }

    .why-ng-cards .copy-section p:nth-child(4) {
        font-size: 26px;
        font-family: "Meta W01 Bold";
        line-height: 1.1em;
    }

.replacement-page #two-icon-display .icon-seperator,
.replacement-page #three-icon-display .icon-seperator,
.covid19-resources .icon-seperator hr {
    display: none;
}

.covid19-resources .why-nextgen-ext .brand-header {
    display: block;
    font-size: 20px;
    padding-top: 20px;
    text-transform: none;
}

.covid19-resources .why-nextgen .body {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}

.covid19-resources .why-nextgen .heading {
    text-transform: uppercase;
}

.why-nextgen-container.nextgen-pay #three-icon-display .icon-seperator hr {
    display: none;
}

.why-nextgen-container.nextgen-pay .why-nextgen-ext h3{
    line-height: 1;
}

@media (max-width: 640px) {
    .why-nextgen-container .row.main, .why-nextgen-container > .row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .why-nextgen h2.heading {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 760px) {
    .why-nextgen .footer-graphix {
        width: 760px;
    }
}

@media (max-width: 760px) {
    .why-nextgen .footer-graphix {
        display: none;
    }
}

@media (min-width: 991px) {
    .why-nextgen-ext hr {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .why-ng-cards .card-back ul {
        padding: 0;
        list-style: none;
    }
    .why-nextgen .text-center, .why-nextgen .heading, .why-nextgen .body, .why-nextgen-ext .brand-header, .why-nextgen-ext .brand-copy {
        text-align: left
    }

    .why-nextgen-ext.icons {
        display: none;
    }

    .why-nextgen-ext .col-md-4:first-child:before {
        background: url("/-/media/images/nextgen/icons/icon-who-we-are.png") no-repeat center;
        float: left;
        width: 50px;
        height: 50px;
        display: inline-block;
        content: "";
        background-size: 50px;
    }

    .why-nextgen-ext .col-md-4:nth-child(2):before {
        background: url("/-/media/images/nextgen/icons/icon-whom-we-help.png") no-repeat center;
        float: left;
        width: 50px;
        height: 50px;
        display: inline-block;
        content: "";
        background-size: 50px;
    }

    .why-nextgen-ext .col-md-4:last-child:before {
        background: url("/-/media/images/nextgen/icons/icon-our-solutions.png") no-repeat center;
        float: left;
        width: 50px;
        height: 50px;
        display: inline-block;
        content: "";
        background-size: 50px;
    }

    .why-nextgen-ext .brand-header, .why-nextgen-ext .brand-copy {
        margin-left: 75px;
    }

    .why-nextgen-ext .col-md-4 {
        margin-bottom: 30px;
    }

    .why-nextgen .body {
        font-size: 18px;
    }

    .why-nextgen-container > .row {
        margin-top: 70px;
        margin-bottom: 50px;
    }

    #nextgen-stats-mural .col-md-5.padding0 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .vh-center-parent .vh-center-target {
        display: block;
    }

    .why-ng-cards .card-front, .why-ng-cards .card-back {
        position: initial;
        transform: initial;
        text-align: center;
    }

    .why-ng-cards .flip-card {
        height: initial;
    }

        .why-ng-cards .flip-card:hover .card-front,
        .why-ng-cards .flip-card:hover .card-back {
            transform: initial;
        }
}

.why-ng-cards .flip-card:nth-child(2) {
    margin: 30px 0px;
}


@media screen and (max-width: 1199px) {
    .why-nextgen-ext.icons .col-md-2.text-center {
        text-align: left;
    }

        .why-nextgen-ext.icons .col-md-2.text-center img {
            position: relative;
            left: 5px;
        }

    .why-ng-cards .flip-card:nth-child(3) {
        margin: 30px 0px 0 0;
    }
}

@media screen and (max-width:1400px) {
    .why-ng-cards .card-front {
        padding: 25px 10px;
        display: block;
    }

    .why-ng-cards .flip-card-content.card-front p {
        max-width: 100%;
        padding: 0;
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
    }

    .why-ng-cards .card-front .fa-chevron-right {
        font-size: 14px;
    }
}

@media screen and (min-width:2000px) {

    .why-ng-cards .row {
        max-width: 2000px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1200px) {
    .why-nextgen-ext hr {
        display: block;
    }
}
@media screen and (min-width:993px) and (max-width:1600px) {

    .why-ng-cards .card-back h2 {
        font-size: 30px;
    }

    .why-ng-cards .card-back span {
        font-size: 18px
    }

    .why-ng-cards .card-back ul {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}
/* todo remove this file when all workflows are updated - 7/23/2018 */
.workflow-container > .row {
    margin-top: 100px;
    margin-bottom: 125px;
}

.workflow .eyebrow-tag {
    margin-bottom: 10px;
}

.workflow .heading {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    margin-top: 0;
}

.workflow .sub-heading {
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.workflow .sub-heading a {
    color: #4f868e;
}

.workflow-carousel{
    margin-top: 65px;
}

.workflow-carousel .description p {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #57585b;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}
.workflow-carousel .description .col-md-11 {
    margin: 0 0 50px 40px;
    padding: 0 30px 0 20px;
    position: unset;
}

.workflow-carousel .item .description h3 {
    font-family: 'Meta Head W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 28px;
}

.workflow-carousel .item .description {
    padding: 0;
    margin-left: -65px;
    background-color: #ffffff;
    text-shadow: none;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -19px;
    left: 126px;
    z-index: 99;
}
.workflow-carousel .item .description.right {
    left: 672px;
}

.workflow-carousel .item .description .gradient {
    position: absolute;
    width: 30px;
    height: 100%;
    float: left;
    background-image: linear-gradient(177deg, #4f868e, #9cdbd9);
}

.workflow-carousel .carousel-inner {
    overflow: visible;
}

.workflow-carousel .item .description .icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin: 50px auto 30px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.workflow-carousel .item .description .checkmark-icon img {
    position: relative;
    top: 21px;
    left: 10px;
}
.workflow-carousel .item a {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.workflow-carousel .item a span {
    margin-left: 8px;
    font-size: 12px;
}

.workflow-carousel .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.workflow-carousel .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.workflow-carousel .carousel-fade .carousel-inner .active.left,
.workflow-carousel .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.workflow-carousel .carousel-fade .carousel-inner .next.left,
.workflow-carousel .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.workflow-carousel .carousel-fade .carousel-control {
    z-index: 2;
}

/*
    Fade effect for carousel courtesy of transportedman at https://codepen.io/transportedman/pen/NPWRGq
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .workflow-carousel .carousel-fade .carousel-inner > .item.next,
    .workflow-carousel .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .workflow-carousel .carousel-fade .carousel-inner > .item.prev,
    .workflow-carousel .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .workflow-carousel .carousel-fade .carousel-inner > .item.next.left,
    .workflow-carousel .carousel-fade .carousel-inner > .item.prev.right,
    .workflow-carousel .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 1199px){
    .workflow-carousel .description .col-md-11{
        margin-bottom: 15px;
    }
    .workflow-carousel .item .description .icon{
        margin-top: 15px;
    }
    .workflow-carousel .item .description.right{
        left: 60%;
    }
}
@media (max-width: 991px) {
    workflow-carousel .carousel-inner > .item .description {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        margin-left: 0;
    }
    workflow-carousel .carousel-inner > .item .description .col-md-11 {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    workflow-carousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: none;
    }

    workflow-carousel .carousel-inner > .item > .description .checkmark {
        display: none;
    }
    workflow-carousel .workflow-carousel .item .description.right {
        left: 0;
    }
    .workflow-carousel{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    workflow-carousel .carousel-inner > .item > img {
        display: none;
    }
    .workflow-carousel .item .description {
        padding: 0;
        margin-left: 0;
        background-color: #ffffff;
        text-shadow: none;
        -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.2);
        position: relative;
        top: -19px;
        /*left: 71px;*/
        z-index: 99;
    }
    workflow-carousel .carousel-inner > .item .description {
        padding: 1px 0;
        height: unset;
        width: 100%;
        top: 13px;
    }
    workflow-carousel .carousel-inner > .item > .description p {
        width: 100%;
    }
    .workflow-carousel .item .description.right,
    .workflow-carousel .item .description.left {
        position: static;
        left: unset;
    }
}
@media screen and (max-width: 480px){
    .workflow-carousel .carousel-inner, .workflow-carousel .description p {
        display: inline-block;
    }
    .workflow-carousel .description .col-md-11{
            margin: 0 0 50px 0;
            padding: 0 30px 0 30px;
    }
}

/* Alonso menu style - https://tympanus.net/Development/LineMenuStyles/ */
.workflow-carousel .menu {
    line-height: 1;
    margin: 0 auto 3em;
}

.workflow-carousel .menu__list {
    bottom: -30px;
    width: 100%;
    height: auto;
    position: relative;
    border: none;
    left: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.workflow-carousel .menu__list li:not(.menu__line) {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    border-top: 10px solid rgba(140, 130, 121, 0.25);
    width: 20%;
    text-indent: 0;
    text-align: center;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0;
    float: left;
}

.workflow-carousel .menu__item {
    display: block;
    margin: 1em 0;
}

.workflow-carousel .menu__link {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.workflow-carousel .menu__link:hover,
.workflow-carousel .menu__link:focus {
    outline: none;
}

.workflow-carousel .menu--alonso .menu__item {
    margin: 0;
}

.workflow-carousel .menu--alonso .menu__link {
    color: #57585b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.workflow-carousel .menu--alonso .active .menu__link {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.workflow-carousel .menu--alonso .menu__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 10px;
    pointer-events: none;
    background: #9cdbd9;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
}

.workflow-carousel .menu--alonso .menu__item:nth-child(1).active ~ .menu__line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.workflow-carousel .menu--alonso .menu__item:nth-child(2).active ~ .menu__line {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.workflow-carousel .menu--alonso .menu__item:nth-child(3).active ~ .menu__line {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.workflow-carousel .menu--alonso .menu__item:nth-child(4).active ~ .menu__line {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.workflow-carousel .menu--alonso .menu__item:nth-child(5).active ~ .menu__line {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.api-form.alert.alert-info a {
    color: #4f868e;
    border-bottom: 1px dotted #4f868e;
}

#duplicate-submit-error {
    display: none;
    padding-top: 20px;
}

#duplicate-submit-error .fa-exclamation-triangle {
    float: left;
}

#duplicate-submit-error h2 {
    float: left;
    margin: 0px 0 0 11px;
    line-height: 0.5;
    letter-spacing: 0.4px;
    font-size: 28px;
}

#duplicate-submit-error .message {
    clear: both;
    margin-top: 5px;
}

.api-form .api-progress-bar {
    list-style: none;
    position: relative;
    margin-bottom: 50px;
}

.api-form .api-progress-bar li {
    width: 220px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.api-form .api-progress-bar .line {
    position: absolute;
    width: 690px;
    height: 5px;
    left: 140px;
    z-index: -99;
    top: 13px;
}

.api-form .api-progress-bar .line.grey {
    background-color: rgba(140, 130, 121, 0.25);
}

.api-form .api-progress-bar .line.teal {
    background-color: #4f868e;
}

.api-form .api-progress-bar .line.teal.step-two {
    width: 220px;
}

.api-form .api-progress-bar .line.teal.step-three {
    width: 460px;
}

.api-form .api-progress-bar .line.teal.step-four {
    width: 680px;
}
/* active indicators */
.api-form .api-progress-bar .step-one.active::before {
    content: url('images/icons/number-1-teal.jpg');
}

.api-form .api-progress-bar .step-two.active::before {
    content: url('images/icons/number-2-teal.jpg');
}

.api-form .api-progress-bar .step-three.active::before {
    content: url('images/icons/number-3-teal.jpg');
}
/* incomplete indicators */
.api-form .api-progress-bar .step-two.incomplete::before {
    content: url('images/icons/number-2-outlined-gray.jpg');
}

.api-form .api-progress-bar .step-three.incomplete::before {
    content: url('images/icons/number-3-outlined-gray.jpg');
}

.api-form .api-progress-bar .step-four.incomplete::before {
    content: url('images/icons/number-4-outlined-gray.jpg');
}
/* completed indicators */
.api-form .api-progress-bar .complete::before,
.api-form .api-progress-bar .step-four.active::before {
    content: url('images/icons/icon-checkmark-teal.jpg');
}

.api-form .page-heading, .api-form .page-subheading {
    font-family: 'Meta Head W01 Bold', Arial, Helvetica, sans-serif;
}

.api-form .page-heading {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.37;
    text-align: center;
    color: #57585b;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.api-form .page-subheading {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #57585b;
}

.api-form .section-header {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #4f868e;
}

.api-form input, .api-form select {
    max-width: unset !important;
    border-radius: 0 !important;
    border: solid 1px rgba(140, 130, 121, 0.25);
    margin-top: 15px;
    position: unset !important;
    font-size: 16px;
    height: 40px;
}

.api-form input:required,
.api-form textarea:required,
.api-form select:required {
    border-left: 2px red solid;
}

.api-form input[type=checkbox] {
    margin-left: 5px !important;
    border: solid 1px rgba(140, 130, 121, 0.25) !important;
    border-radius: 0 !important;
    height: unset;
    display: inline-block;
    width: unset;
}

.api-form .nav-btn {
    width: 100px;
}

.api-form small {
    font-size: 14px;
    line-height: 1.83;
    color: #c66e4e;
}

.api-form label {
    padding-left: 0;
    font-weight: normal;
    font-size: 16px;
}

.api-form .form-group label {
    margin-top: 30px;
}

.api-form .form-group label.disabled,
.api-form .form-group textarea.disabled {
    color: #adadad;
}

.api-form .form-group label:first-of-type {
    text-indent: -17px;
}

.api-form .confirm-label {
    margin-bottom: 10px;
}

.api-form .form-group label.confirm + div {
    margin-top: 15px;
}

.api-form .form-group label, .api-form .form-group div {
    margin-left: 17px;
}

.api-form label strong,
.api-form label span b,
.api-form label.confirm,
.api-form .confirm-label {
    font-family: 'Meta W01 Bold';
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex-center p {
    font-size: 20px;
}
/*#pardot-form span {
    position: absolute;
}
#pardot-form span::after {
    content: '*';
    color: #ff4343;
    position: relative;
    left: -13px;
    top: -40px;
    font-size: 20px;
}*/

.api-form .btn-white {
    color: #d6a461;
    background-color: white;
    border: solid 1px rgba(140, 130, 121, 0.25);
    font-family: 'Meta W01 Bold', Arial Black, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 0;
}
/*.api-form .btn-white:hover, .api-form .btn-white:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}*/

.api-form textarea {
    max-width: unset;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border: solid 1px rgba(140, 130, 121, 0.25);
    border-radius: 0;
    margin-top: 15px;
}

.api-form input::-webkit-input-placeholder,
.api-form select::-webkit-input-placeholder {
    color: #57585b;
    font-size: 16px;
}

.api-form #previous-form {
    width: 200px;
    display: inline-block;
    float: left;
}

/*#thank-you-modal .thank-you-message,
#thank-you-modal .modal-header,
#thank-you-modal .modal-footer {
    display: none;
}*/
#api-progress-modal .progress-indicator {
    display: block;
}

#thank-you-modal .progress-indicator .spinner-message {
    font-size: 20px;
}

#thank-you-modal .progress-indicator.row i {
    color: teal;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity: 1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #808080;
    opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #808080;
}

input::placeholder { /* Most modern browsers support this now. */
    color: #808080;
}

.api-form .form-group div.note {
    color: #a9a9a9;
    font-size: 14px;
    font-family: "Meta W01 Book Italic", Arial, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
    .api-form .api-progress-bar {
        display: none;
    }

    .api-form-header .flex-center-vertically {
        margin-top: 50px !important;
        height: 450px !important;
    }
}

@media screen and (max-width: 640px) {
    .api-form-header p.long-paragraph {
        display: none;
    }

    .api-form-header .flex-center-vertically {
        margin-top: unset !important;
        height: unset !important;
    }

    .api-form .page-heading {
        font-size: 25px;
    }
}


.workflow-carousel .item .description .icon.before-visit {
    background-image: url('/-/media/images/nextgen/icons/icon-before-visit.ashx');
}


.workflow-carousel .item .description .icon.checkin {
    background-image: url('/-/media/images/nextgen/icons/icon-checkin.ashx');
}


.workflow-carousel .item .description .icon.during-visit {
    background-image: url('/-/media/images/nextgen/icons/icon-during-visit.ashx');
}


.workflow-carousel .item .description .icon.checkout {
    background-image: url('/-/media/images/nextgen/icons/icon-checkout.ashx');
}


.workflow-carousel .item .description .icon.after-visit {
    background-image: url('/-/media/images/nextgen/icons/icon-after-visit.ashx');
}

.wf-carousel .item .description .icon.before-visit {
    background-image: url('/-/media/images/nextgen/icons/icon-before-visit.ashx');
}


.wf-carousel .item .description .icon.checkin {
    background-image: url('/-/media/images/nextgen/icons/icon-checkin.ashx');
}


.wf-carousel .item .description .icon.during-visit {
    background-image: url('/-/media/images/nextgen/icons/icon-during-visit.ashx');
}


.wf-carousel .item .description .icon.checkout {
    background-image: url('/-/media/images/nextgen/icons/icon-checkout.ashx');
}


.wf-carousel .item .description .icon.after-visit {
    background-image: url('/-/media/images/nextgen/icons/icon-after-visit.ashx');
}

.wf-container > .row {
    margin-top: 100px;
    margin-bottom: 125px;
}

.wfcarousel-container > .row {
    margin-top: 100px;
    margin-bottom: 125px;
}

#how-we-help-carousel .carousel-inner .Image2 {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)), url('/-/media/images/nextgen/how-we-help-clinical-care.ashx');
}


#how-we-help-carousel .carousel-inner .Image1 {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)), url('/-/media/images/nextgen/how-we-help-connected-community.ashx');
}


#how-we-help-carousel .carousel-inner .Image3 {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)), url('/-/media/images/nextgen/how-we-help-financial-management.ashx');
}


#how-we-help-carousel .carousel-inner .Image4 {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)), url('/-/media/images/nextgen/how-we-help-pop-health.ashx');
}
#how-we-help-carousel .carousel-inner .Image5 {
    background-image: linear-gradient(299deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35)), url('/-/media/images/nextgen/carousel images/how we help/how-we-help-patient-engagement.ashx');
}

.careers-stack {
    overflow-x: hidden;
}

 /* active indicators */
.api-form .api-progress-bar .step-one.active::before {
    content: url('/-/media/images/nextgen/icons/number-1-teal.ashx');
}
.api-form .api-progress-bar .step-two.active::before {
    content: url('/-/media/images/nextgen/icons/number-2-teal.ashx');
}
.api-form .api-progress-bar .step-three.active::before {
    content: url('/-/media/images/nextgen/icons/number-3-teal.ashx');
}
/* incomplete indicators */
.api-form .api-progress-bar .step-two.incomplete::before {
    content: url('/-/media/images/nextgen/icons/number-2-outlined-gray.ashx');
}
.api-form .api-progress-bar .step-three.incomplete::before {
    content: url('/-/media/images/nextgen/icons/number-3-outlined-gray.ashx');
}
.api-form .api-progress-bar .step-four.incomplete::before{
    content: url('/-/media/images/nextgen/icons/number-4-outlined-gray.ashx');
}
/* completed indicators */
.api-form .api-progress-bar .complete::before,
.api-form .api-progress-bar .step-four.active::before {
    content: url('/-/media/images/nextgen/icons/icon-checkmark-teal.ashx');
}
.hero-bg.large-hero .marketplace-hero-btn {
    width: 300px;
    text-align: center;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.marketplace-hero-container .marketplace-hero-header {
    margin-top: 40px;
}

.marketplace-container .app-detail-content .main-content {
    border-left: 1px solid #cacaca;
}

.marketplace-container .app-detail-content .main-content .standard-carousel-container,
.marketplace-container .app-detail-content .main-content .app-detail-body {
    margin-left: 20px;
}

.marketplace-container .marketplace-cards .card-img,
.marketplace-container .marketplace-cards .card-body-description {
    overflow: hidden;
}

.marketplace-container .marketplace-cards .card .card-content .card-body .card-body-title {
    max-height: 150px;
    overflow: hidden;
    font-family: "Meta W01 Medium", Arial, Helvetica, sans-serif;
    margin-top: 25px;
    letter-spacing: -0.4px;
}

.marketplace-container .marketplace-cards .card .card-content .card-body .card-body-subtitle {
    font-family: "Meta Head W01 Bold", Arial, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #57585b;
}

.marketplace-container .marketplace-cards .card .card-content img {
    border-bottom: 3px solid #eeeceb;
    min-height: 141px;
}

.marketplace-container .marketplace-cards .card .card-content .marketplace-status {
    position: absolute;
    right: 0px;
}


.marketplace-container .left-content .links a,
.marketplace-container .app-detail-content .app-detail-docs a,
.marketplace-container .app-detail-content .app-detail-video a {
    display: block;
    margin: 10px 10px 10px 0;
}

.marketplace-container .app-detail-content .app-detail-info div {
    margin-bottom: 15px;
}

.marketplace-container .app-detail-content section h3,
.marketplace-container .app-detail-content .app-detail-body h3 {
    font-weight: bold;
}

.marketplace-container .app-detail-content section h3 {
    margin-top: 15px;
}

.marketplace-container .app-detail-content .app-detail-video-links {
    margin-top: 80px;
    margin-bottom: 25px;
}

#testimonial-form.marketplace-modal .modal-content .modal-header {
    background-color: #dcdcdc;
}

#testimonial-form.marketplace-modal .modal-content .modal-header .modal-title {
    font-family: "Meta W01 Bold",Arial,sans-serif;
}

#testimonial-form.marketplace-modal .modal-content .modal-body button {
    float: none;
}

#testimonial-form.marketplace-modal label {
    padding-top: 0;
}

#testimonial-form.marketplace-modal input,
#testimonial-form.marketplace-modal textarea {
    min-width: 345px;
}

#testimonial-form.marketplace-modal input:required,
#testimonial-form.marketplace-modal textarea:required {
    border-radius: 0;
    border-left: 2px red solid;
}

#fail-message-panel {
    text-align: left;
}

/*#video-modal .close {
    position: relative;
    right: 20px;
    top: -20px;
}*/

.app-detail-header .flex-center-vertically {
    height: 131px;
}

.app-detail-header .app-detail-link .btn-white {
    white-space: normal;
    background-color: #fff;
}

.app-detail-header .app-detail-link .btn-white:hover {
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.3) !important;
    color: #4f868e;
}

#tos-modal .modal-body {
    margin: 20px;
}

#tos-modal .modal-body label {
    margin: 25px 0;
}

#tos-modal .modal-inner-body {
    height: 250px;
}

#tos-modal .modal-body .terms-btn {
    padding: 8px 25px;
}

#success-message-panel, 
#fail-message-panel, 
.progress-indicator,
.timedoc .app-detail-header .app-detail-logo h4 {
    display: none;
}

.marketplace-container .standard-carousel-container .standard-carousel .item {
    max-height: 510px;
}

.timedoc .app-detail-header .app-detail-logo .img-responsive {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .marketplace-container .app-detail-content .main-content {
        border-left: none;
        padding-left: 0;
    }

    .marketplace-container .standard-carousel-container{
        padding-left: 0;
        margin-left: 0;
    }

    .marketplace-container .standard-carousel-container .standard-carousel .item {
        height: auto;
    }

    .marketplace-container .app-detail-body {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    /********* Marketplace Home Page *********/
    .marketplace-hero-container, .marketplace-hero-container .hero-bg-color-overlay, .marketplace-hero-container div.white {
        height: 300px !important;
    }

    .app-detail-header,
    .app-detail-header .app-detail-name,
    .app-detail-header .app-detail-name h2,
    .marketplace-container .row {
        margin-top: 0;
    }

    .marketplace-hero-container .hero-head-quote {
        display: none;
    }

    .marketplace-hero-container .hero-head,
    .marketplace-hero-container .marketplace-hero-header {
        font-size: 37px;
    }

    .marketplace-hero-container .marketplace-hero-header {
        margin-top: 25px;
        margin-bottom: 15px;
        line-height: 40px;
    }

    .marketplace-hero-container .hero-link {
        font-size: 18px;
        padding: 4px 15px;
        width: 250px;
    }

    .marketplace-container .left-content {
        margin-top: 25px;
    }

    .marketplace-container section.links {
        text-align: center;
    }

    .marketplace-container .marketplace-cards .card .card-content {
        box-shadow: 0 6px 25px 0 rgba(0,0,0,.4);
    }

    /********* Marketplace App Detail Page *********/
    .app-detail-header {
        margin-bottom: 0;
    }

    .app-detail-header .app-detail-name {
        width: 100%;
        text-align: center;
    }

    .app-detail-header .app-detail-logo img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .app-detail-header .app-detail-link {
        width: 100%;
        text-align: center;
        height: 95px;
    }
}


.small-images .small-image-container {
    text-align:center;
}

.small-images .small-image-container > div {
    display:inline-block;
    padding:20px;
}
.standard-carousel-container {
    width: 100%;
    height: 400px;
}

.standard-carousel .carousel-inner {
    overflow: visible;
}

.standard-carousel-container .custom-control.carousel-control,
#featured-content-slider > .carousel-control {
    background-image: none;
    color: #57585b;
}

.standard-carousel-container .custom-control.carousel-control.left {
    left: 0;
}

.standard-carousel-container .custom-control.carousel-control.right {
    right: 0;
}

.standard-carousel-container .row.slider-footer {
    margin-top: 35px;
}

.standard-carousel-container .standard-carousel .item {
    cursor: pointer;
    overflow-y: hidden;
    max-height: 400px;
}

.standard-carousel-container .standard-carousel .item img {
    margin: 0 auto;
}

/** Spring 21 LP **/
#featured-content-slider > .carousel-control {
    font-size: 40px;
    margin-top: 0;
    width: 35px;
}

#featured-content-slider > .carousel-control.right {
    right: -45px;
}

#featured-content-slider > .carousel-control.left {
    left: -45px;
}

#featured-content-slider #heading-3-col-card > div.card-content {
    box-shadow: 0 6px 25px 0 rgb(0 0 0 / 20%);
}

@media screen and (max-width: 1199px) {
    .standard-carousel .slider-footer .col-xs-8 {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .standard-carousel-container{
        height: auto;
    }
    .standard-carousel-container .row.slider-footer {
        margin-top: 15px;
        display: block;
    }
}



.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
    Fade effect for carousel courtesy of transportedman at https://codepen.io/transportedman/pen/NPWRGq
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.resource-left-column section div:first-child {
    color: #4f868e;
    background-color: #e1e1e1;
    padding: 5px;
}

.resource-left-column section div h4 {
    font-weight: bold;
    font-family: 'Meta W01 Bold', Arial Black, Helvetica Bold, sans-serif;
}

.resource-left-column section div a {
    margin: 12px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.resource-left-column #btn-update,
.resource-left-column #btn-clear,
.resource-left-col-mobile#accordion #btn-update,
.resource-left-col-mobile#accordion #btn-clear {
    width: 100%;
}

.resource-left-column section {
    margin-bottom: 25px;
}

.resource-card-container .breadcrumb {
    top: -25px;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}

.resource-card-container #message {
    margin-left: 20px;
}

.resource-card-container .container {
    margin-top: 50px;
}

.resource-left-col-mobile#accordion div>div>div>a {
    display: block;
}

.resource-left-col-mobile#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.resource-left-col-mobile#accordion .panel .panel-heading .panel-title .row div>i {
    margin-top: 10px;
}

.resource-card-container .checkbox label {
    cursor: pointer;
}

.resource-card-container input,
.resource-card-container select,
.resource-card-container textarea {
    max-width: unset;
}

.resource-card-container .search-col .resource-search-input {
    padding-left: 27px;
    margin: 10px 0 0 0;
}

.resource-card-container .search-col .fa-search {
    position: absolute;
    top: 18px;
    left: 20px;
}

.resource-card-container .breadcrumb-col {
    margin: 0;
    padding: 13px 15px;
}

.resource-card-container .case-sensitive-col label {
    font-weight: normal;
    margin: 13px 0 0 0;
}

.resource-card-container .case-sensitive-col label input {
    margin: 0 5px 0 0;
}

.resource-card-container .resource-card .card-content .card-body-title span.highlight {
    background-color: yellow;
    font-family: 'Meta W01 Bold', Arial Black, Helvetica Bold, sans-serif;
    transition: none;
    font-size: 20px;
    margin: 0;
}

.resource-card-container .search-button button {
    margin: 7px 0 0 0;
}

#resource-filter-modal .modal-dialog .modal-content .modal-body {
    padding: 3px 10px;
}

#resource-filter-modal .modal-dialog .modal-content .modal-body .close-button-wrapper {
    height: 25px;
}

#resource-accordion .panel .panel-heading .panel-title {
    background-color: #f5f5f5;
    border-color: #ddd;
    display: inline-block;
    width: 100%;
}

#resource-accordion div.refresh-icon.col-xs-3.col-sm-3>a {
    margin-top: 12px;
}

#resource-filter-modal>.activity-indicator {
    position: relative;
    color: white;
    top: 15%;
}

@media screen and (max-width: 768px) {
    .resource-card-container .container {
        margin: 0;
        padding: 0;
    }
    .resource-left-col-mobile h4,
    .resource-filter-modal .checkbox label,
    .resource-card-container #resource-filter-message,
    .resource-card-container button {
        font-size: 20px;
    }
    #btn-clear {
        margin-top: 25px;
    }
    .resource-card-container .breadcrumb {
        background-color: transparent;
    }
    .resource-card-container .container {
        margin-top: 10px;
    }
    .resource-card-container .breadcrumb {
        top: 0;
    }
    .resource-card-container #btn-group button {
        border-radius: 0;
    }
    .resource-card-container #resource-filter-message {
        padding: 15px;
        line-height: 1.5;
    }
    .resource-card-container #btn-group {
        margin-top: 20px;
    }
    .resource-left-col-mobile input[type=checkbox] {
        margin: 4px 6px 0 0;
        position: inherit;
        width: 25px;
        height: 25px;
        vertical-align: top;
    }
    .resource-left-col-mobile .checkbox label {
        height: 50px;
        font-size: 20px;
    }
    .resource-left-col-mobile .panel-header i {
        margin: 13px 0 0 10px;
    }
    .resource-left-col-mobile .panel-title a {
        display: block;
        margin-left: 5px;
        color: #4f868e;
    }
    .resource-card-container .case-sensitive-col label {
        font-weight: normal;
        font-size: 18px;
    }
    .resource-card-container .case-sensitive-col label input {
        height: 18px;
        width: 18px;
        position: relative;
        top: 3px;
    }
    .resource-card-container>div>div.row.breadcrumb .search-button button {
        display: none;
    }
    .resource-card-container .search-col .fa-search {
        position: absolute;
        top: 21px;
        left: 20px;
        font-size: 22px;
        color: #cecece;
    }
    .resource-card-container .search-col .resource-search-input {
        padding: 0 0 0 33px;
        height: 60px;
        font-size: 22px;
    }
    #resource-accordion .panel .panel-heading {
        padding: 0;
    }
}
#reslib {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    #reslib .res-card-content {
        display: flex;
        flex-direction: column;
    }

        #reslib .res-card-content .card-bottom {
            margin-top: auto;
            position: initial;
        }

    #reslib .card.resource-card {
        height: auto;
    }

.resource-card-container select {
    width: 100%;
    height: 30px;
    margin-bottom: 3px;
}

#resource-searchField {
    margin-bottom: 3px;
}

.res-controls {
    margin-bottom: 43px;
}

.qsidental .res-control-heading {
    color: #512A44;
}

.res-control-heading {
    color: #4f868e;
}

.resource-card-container #reslib .resource-card.qsidental .card-content .card-body-title {
    color: #512A44;
}

#reslib .qsidental a.card-bottom-left-link {
    color: #512A44;
}

.qsidental .card-eyebrow {
    display: none;
}

#btnReset {
    width: 100%;
}

    #btnReset:hover {
        box-shadow: none;
        color: white;
    }

.resource-card-container .qsi .pagination > li > a, .qsi .pagination > li > span {
    color: #512A44;
    background-color: transparent;
    border: none;
    font-size: 20px;
    padding: 0;
    margin: 5px;
}

.resource-card-container .qsi .pagination > li.active > a,
.qsi .pagination > li.active > span {
    color: #512A44;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #512A44;
}

.resource-card-container .qsi a,
.resource-card-container .qsi .pagination > li.active > a {
    cursor: pointer;
}

.resource-quote-blue {
    color: #4c7a87;
}

#cbContentType {
    margin: 15px 0px 15px 0px;
}

@media screen and (max-width: 991px) {
    .resource-card-container .resource-card .card-content .card-eyebrow {
        position: initial;
        align-self: flex-start;
    }

    .resource-card-container .resource-card .card-content .card-body-title {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .resource-card-container .resource-card .card-content .card-eyebrow {
        position: initial;
    }
}

#two-button-cta {
    height: 450px;
}

#two-button-cta .link-and-body .client-testimonial-content .eye-brow {
    color: #9cdbd9;
    text-transform: uppercase;
    font-size: 16px;
}

#two-button-cta .link-and-body .client-testimonial-content h2 {
    margin-top: 8px;
}

#two-button-cta .link-and-body .client-testimonial-content h2,
#two-button-cta .link-and-body .client-testimonial-content .eye-brow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

#two-button-cta .link-and-body .client-testimonial-content a {
    color: white;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.3);
    margin-top: 12px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 18px
}

#two-button-cta .link-and-body .client-testimonial-content #right-link {
    margin-left: 20px;
}
.blog-search-container .row:last-child {
    margin-bottom: 100px;
}
.blog-search-container hr{
    margin: 15px 0;
}

.blog-results-count {
    margin-bottom: 0;
    display: none;
}

#blog-search-input-container {
    padding: 25px 15px 12px;
}

#blog-search-input-container #blog-search-field {
    max-width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#blog-search-input-container .fa-search {
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 15px;
    color: #8c8279;
}

.blog-search-result {
    margin-top: 15px;
    margin-bottom: 30px;
}

.blog-search-result h2 {
    line-height: 1.3;
    font-size: 26px;
    color: #4f868e;
    margin: 6px 0 2px 0;
}

.blog-search-result p {
    margin: 0;
}

.blog-search-result .page-type {
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-family: 'Meta W01 Medium', Arial, Helvetica, sans-serif;
    color: #8c8279;
}

.blog-search-result .post-description {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #57585b;
}

.blog-search-result .post-date {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #8c8279;
}

.blog-results-count {
    display: none;
}

.blog-results-count select {
    border: 0;
    font-size: 14px;
    line-height: 1.56;
    text-align: left;
    color: #4f868e;
    /* -webkit-appearance: none; */
    border-radius: 0 !important;
    height: 34px;
    width: 100%;
}

.blog-results-count select:focus {
    outline: none;
}

.blog-search-spinner {
    text-align: center;
}

.blog-search-spinner .fa-circle-notch {
    color: #9cdbd9;
    animation: fa-spin 1s infinite linear;
}

.blog-search-spinner .spinner-image {
    padding-right: 10px;
}

.blog-search-spinner .spinner-text {
    padding-left: 0;
    padding-top: 10px;
    text-align: left;
}

.blog-search-result .post-category {
    font-family: 'Meta W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1.3px;
    display: inline;
}

.blog-search-result mark {
    color: inherit;
    background: #ff0;
    padding: 0px 5px;
    margin: 0;
}

.blog-results-count .page-span,
.blog-results-count .count {
    font-family: 'Meta W01 Bold';
    color: #c66e4e;
    font-size: 18px;
}

#blog-search-field {
    font-size: 16px;
}

.blog-search-pagination > li.active > a
{
    color: #fff;
    background-color: #c66e4e;
}

.blog-search-pagination > li > a 
{
    background-color: #eee;
    border-color: #ddd;
    text-decoration: none;
    margin: 2px;
    padding: 10px 15px;
}

.blog-search-pagination > li > a:hover
{
    background-color: #b0b0b0;
    color: #fff;
}

#blog-search.hero-bg.small-hero .flex-center-vertically .hero-head {
    margin-top: 0;
}

#blog-search-results .alert-info {
    display: none;
}

@media screen and (max-width: 640px) {
    #blog-search.hero-bg.small-hero {
        height: 200px !important;
        padding-top: 0; 
    }
}
