/* SMART Manikin Page CSS : Starts */
.hero-slide {
    background-size: cover;
    min-height: 519px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    background-position: center;
}

.hero-slide picture {
    position: absolute;
    width: 100%;
    max-width: 35em !important;
    width: 100% !important;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    min-height: 350px;
    background-position: center;
}

.news-items {
    display: none;
}

/*.hero-slide:first-child,*/
.news-items:first-child {
    display: block;
}

.hero-carousel .slick-initialized .slick-slide {
    display: flex !important;
}
.hero-carousel .slick-slide {
    overflow: hidden;
}
.hero-slide-container {
    display: flex;
    align-items: center;
    padding: 0 15px;
    z-index: 2;
}

.hero-slide-content {
    max-width: 620px;
}

@media (min-width: 960px) {
    .hero-slide-content {
        padding-left: 10em !important;
    }
}
@media (min-width: 400px) {
    .hero-slide picture {
        max-width: 51em !important;
    }
}

@media (min-width: 600px) {
    .hero-slide {
        min-height: 600px;
    }

    .hero-slide picture {
        min-height: 600px;
        max-width: 65em !important;
    } 
}

@media (min-width: 768px) {
    .hero-slide-content {
        padding-left: 5em;
    }
    .hero-slide picture {
        max-width: 1366px !important;
    }
}
.slick-dots li {
    transition: all .15s ease-in-out;
}

.slick-hero .slick-dots {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 3em;
    z-index: 99;
}

.slick-hero .slick-dots li {
    color: #fff !important;
    opacity: .5 !important;
    text-align: center;
    font-size: 2.5em !important;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}

.slick-hero .slick-dots li:focus,
.slick-hero .slick-dots li:active {
    outline: 1px solid #1782C5;
    border-radius: 4px !important;
}

.slick-hero .slick-dots li:before {
    content: 'Ã¢â‚¬Â¢';
    display: block;
    padding: 0 5px;
    font-size: 33px;
    margin-top: 3px;
}

.slick-hero .slick-dots li button {
    display: none !important;
}

.slick-hero .slick-dots li.slick-active,
.slick-hero .slick-dots li:hover,
.slick-hero .slick-dots li:focus {
    opacity: 1 !important;
}

.slick-hero .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-hero .slick-dots {
    list-style: none;
}

.b2b-wrapper,
.b2b-wrapper h2,
.b2b-wrapper h3,
.b2b-wrapper p,
.b2b-wrapper a,
.b2b-wrapper ul,
.b2b-wrapper li,
.b2b-wrapper strong,
.b2b-wrapper em,
    {
    font-family: 'Roboto', sans-serif !important;
}

.b2b-wrapper p a {
    font-size: inherit !important;
    letter-spacing: normal !important;
    font-weight: inherit !important;
}

.hero-slide-content h1 {
    color: #ED1B2E;
    text-align: left;
    font-weight: 700 !important;
    margin: 15px 0 5px;
    font-size: 20px;
    line-height: 24px;
}

.hero-slide-content h2,
.hero-slide-content p.h2 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
}

.hero-slide-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    text-align: left;
    font-family: Muli, sans-serif !important;
    margin: 15px 0;
	padding-bottom:10px;
}

.hero-slide-content p a {
    color: #fff !important;
    text-decoration: underline;
}
.hero-slide-content p a:hover {
    font-weight: 600 !important;
}

.hero-slide-content a.ds-button,
.b2b-wrapper a.ds-button,
.b2b-wrapper p a.ds-button {
    text-align: center !important;
    display: inline;
}

@media (min-width: 768px) {
    .hero-slide-content h1,
    .hero-slide-content p.h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .b2b-wrapper a.ds-button,
    .b2b-wrapper p a.ds-button,
    .hero-slide-content a.ds-button {
        display: inline;
    }
}

@media (max-width: 768px) {
    .border-bottom-none-mobile {
        border-bottom: none !important;
    }

    .quick-links {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.b2b-wrapper a.ds-button,
.b2b-wrapper p a.ds-button {
    color: #fff;
    font-size: 18.66px !important;
    font-weight: 700 !important;
    background: #ED1B2E !important;
    padding: 10px 1.5em !important;
    font-family: Muli, sans-serif !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
    transition: all .25s ease-in-out;
}

.b2b-wrapper p a.ds-button:hover {
    background-color: #98252B !important;
}

.latest-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news-title {
    width: 100%;
    background: #333333;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-title h2 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}

.news-ticker {
    width: 100%;
    max-width: 1154px;
    align-items: center;
    justify-content: center;
    padding: 22px 15px;
    text-align: center;
}

.news-ticker p {
    text-align: center;
    color: #6D6E70;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
    font-family: Muli, sans-serif !important;
}

.b2b-wrapper .news-ticker p a {
    color: #ED1B2E;
    font-weight: 700 !important;
}

.b2b-wrapper .news-ticker p a:hover {
    text-decoration: underline !important;
}

.news-ticker p strong {
    color: #333333;
    font-weight: 700;
}

.news-ticker {
    border-bottom: 1px solid #CBC8C7;
}

@media (min-width: 768px) {
    .news-title {
        width: 18%;
        margin-right: auto;
    }

    .news-ticker {
        width: 81%;
        padding: 22px .5%;
        border-top: 1px solid #CBC8C7;
        border-bottom: 1px solid #CBC8C7;
    }
}

.offers {
    background-color: #F5F5F5;
	margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 1px;
}

.offers h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}

.b2b-wrapper img {
    width: 100%;
    height: auto;
}

.offers-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.offer-item {
    width: 100%;
    padding: 0 15px;
    background-color: #F5F5F5;
    display: flex;
    margin-bottom: 30px;
}

.offer-item-inner {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    transition: all .25s ease-in-out;
}
.offer-item-inner:hover {
    border-bottom: 1px solid #F5F5F5;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 10%);
}

.offer-item-inner:active {
    background: #FAFAFA !important;
    border-bottom: 1px solid #FAFAFA !important;
    box-shadow: none !important;
}

.offer-item:active .offer-item-inner,
.offer-item:active .offer-content {
    background: #FAFAFA !important;
}

.offer-item:active .offer-item-inner {
    border-bottom: 1px solid #FAFAFA !important;
}

@media (min-width: 768px) {
    .offer-item {
        width: 48%;
        padding: 0 1%;
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .offer-item {
        width: 31%;
        padding: 0 1%;
        margin-bottom: 50px;
    }
}

.offer-content {
    background: #fff;

    text-align: center;
    padding: 1.5em 15px;

}

.offer-content h3 {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700 !important;
}

h2.default-header,
h3.default-header {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    width: 100%;
}
h4.default-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
	text-align:center;
}

@media (min-width: 768px) {
    h2.default-header,
    h3.default-header {
        font-size: 36px;
        line-height: 48px;
        max-width: 100%;
        width: auto;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #CBC8C7;
}

.border-top-gray {
    border-top: 1px solid #CBC8C7;
}

.border-top-none {
    border-top: 0 !important;
}

.two-cols-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 24px 15px;
}

.two-cols-container .column {
    width: 100%;
}

.two-cols-container h2, .row-content-inner h2 {
    text-align: center;
    font-size: 30px;
    line-height: 39px;
    color: #000000;
}
.two-cols-container h2 {
	margin:36px 0 15px;
}
.row-content-inner h2 {
	margin:0 0 15px;
}
.row-content-inner h3 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
	font-weight: 700;
}

@media (min-width: 768px) {
    .two-cols-container h2, .row-content-inner h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

.two-cols-container p {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    font-family: Muli, sans-serif !important;
}

.two-cols-container p a {
    font-size: 18.66px;
    color: #ED1B2E;
    font-weight: 700 !important;
    line-height: 22px;
}

.two-cols-container p a:hover {
    font-weight: 700 !important;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .column {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .column .column-content {
        max-width: 426px;
        padding: 20px 15px;
    }

    .two-cols-container {
        padding: 24px 15px;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-1 {
        order: 1;
    }

    .two-cols-container .column {
        width: 50%;
    }
}

.quick-links {
    padding: 20px 15px;
}

.quick-links h3 {
    margin-bottom: 32px;
}

ul.quick-links-list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
}

ul.quick-links-list li {
    width: 100%;
    font-size: 18.66px;
    line-height: 22px;
    font-weight: 700 !important;
    margin-bottom: 32px;
    color: #333;
    font-family: Muli, sans-serif !important;
}

ul.quick-links-list li a {
    font-weight: 700 !important;
    color: #ED1B2E;
}
ul.quick-links-list li a svg {
    width: 16px;
}
ul.quick-links-list li a:hover {
    text-decoration: underline;
}

@media (min-width: 600px) {
    ul.quick-links-list li {
        width: 50%;
    }
}

.summary-container {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 15px;
    justify-content: center;
    align-items: cener;
}

.summary-title {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-content {
    width: 100%;
    text-align: center;
}

.summary-container h2,
.summary-container p.h2 {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 30px;
    color: #4C4846;
    font-style: italic;
    margin: 0;
    font-weight: 400;
}

.summary-content p {
    color: #6D6E70;
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    font-family: Muli, sans-serif !important;
}

@media (min-width: 768px) {
    .summary-content {
        text-align: left;
    }

    .summary-container h2,
    .summary-container p.h2 {
        font-size: 36px;
        line-height: 44px;

    }

    .quick-links {
        padding: 60px 15px;
    }

    ul.quick-links-list li {
        width: 33.333333%;
    }

    .summary-title {
        width: 35%;
    }

    .summary-content {
        width: 60%;
        margin-left: auto;
    }
}

.play-video {
    cursor: pointer;
}

.breadcrumbs {
    border-bottom: 1px solid #CBC8C7; 
}

.breadcrumbs-inner {
    padding: 15px 22px;
}

.breadcrumbs-inner ul {
    padding: 0;
    list-style: none;
}

.breadcrumbs-inner ul li {
    font-size: 12px !important;
    display: inline-block;
    font-weight: normal;
    font-family: Muli, sans-serif !important;
    color: #6D6E70 !important;
}

.breadcrumbs-inner ul li a {
    font-size: 12px;
    font-weight: 700 !important;
    color: #0091CD !important;
}
.breadcrumbs-inner ul li a:hover {
    text-decoration: underline;
}
.courses-cta {
    display: flex;
    justify-content: center;
}

p.offers-subtitle {
    color: #333333;
    font-family: Muli, sans-serif !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: normal;
    margin-top: 0;
}

p.subtitle {
    color: #333333;
    font-family: Muli, sans-serif !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 28px;
    font-weight: normal;
    margin-top: 0;
}

.b2b-wrapper p.offers-subtitle a {
    color: #333 !important;
    text-decoration: underline;
}

p.offers-subtitle a:hover {
    font-weight: 700 !important;
}

.exclusive-guide {
    padding: 0 15px 0 15px;
}

.exclusive-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.exclusive-content h2,
.exclusive-content p.h2 {

}

.exclusive-content h2,
.exclusive-content p {
    text-align: left;
}

.exclusive-content {
    display: flex;
    align-items: center;
}

.exclusive-content-inner {
	padding-top:24px;
}

.exclusive-content p {
    color: #333333;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: normal;
    text-align: center;
}
.exclusive-content h2,
.exclusive-content p.h2 {
    font-size: 30px !important;
    line-height: 39px!important;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    color: #000;
    margin-bottom: 10px !important;
}
.exclusive-content p.download-guide {
    font-size: 18.66px !important;
    line-height: 22px !important;
    font-weight: 900 !important;
}
.exclusive-content p.download-guide a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .exclusive-content p.h2 {
       font-size: 36px !important;
       line-height: 48px !important; 
    }
}
.exclusive-content p a {
    color: #ED1B2E;
    font-size: 18.66px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}

.b2b-wrapper .exclusive-image {
    display: flex;
    justify-content: center;
}

.b2b-wrapper .exclusive-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

p.exclusive-subtitle {
    margin-top: 0;
	font-weight: bold;
}

@media (min-width: 960px) {
    .exclusive-content p {
        text-align: left;
    }
    .exclusive-guide {
        display: block;
    }

    .exclusive-content {
        width: 75%;
    }

    .exclusive-image {
        width: 25%;
    }
}

.offer-item.download-box .offer-item-inner {
    border-left: 5px solid #ED1B2E;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

.offer-item.download-box .offer-item-inner h3,
.offer-item.download-box .offer-item-inner p.h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 0;
    color: #333333;
    margin-top: 0;
    font-weight: 700;
}

.offer-item.download-box a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.offer-item.download-box h3 {
    width: 100%;
    color: #333333;
}

.download-cta {
    width: 100%;
    text-align: right;
    display: flex;
}

.download-cta p {
    color: #333333;
    font-family: Muli, sans-serif !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.download-cta p {
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 34px;
    margin-left: auto;
}

.download-btn {
    display: flex;
    margin-left: auto;
    align-items: self-end;
}

.download-btn svg {
    margin-left: 15px;
}

.offers h2.default-header {
    margin-bottom: 34px;
}

.border-bottom-none {
    border-bottom: 0 !important;
}

.two-cols-container h3,
.two-cols-container p.h3 {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700 !important;
    margin-bottom: 24px;
    margin-top: 0;
}

.flexible {
    background-color: #F5F5F5;
    padding: 84px 15px 78px 15px;
}

.flexible p.flex-subtitle {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.flexible p.flex-subtitle a {
    font-weight: 700 !important;
}

.flexible p.flex-subtitle a:hover {
    text-decoration: underline;
}

.flexible-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flexible-item {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.flexible-inner h3,
.flexible-inner p.h3 {
    color: #333333;
    font-size: 20px;
    line-height: 18px;
    font-weight: 700 !Important;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.flexible-inner p {
    font-family: Muli, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

.flexible-item p {
    margin-top: 0;
}

.flexible-img {
    min-height: 72px;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.flexible h2.default-header {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .flexible-item {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .flexible-item {
        width: 25%;
    }
}

p.features-more {
    text-align: center;
    margin: 2em 0 1em 0;
}

p.features-more a {
    font-family: Muli, sans-serif !important;
    font-size: 18.66px !important;
    line-height: 22px;
    font-weight: 900 !important;
}

p.features-more a:hover {
    text-decoration: underline;
}

.features h2,
.features p.h2 {
    font-size: 20px !important;
    line-height: 28px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
}

.features ul {
    padding-left: 3em;
}

.features ul li {
    color: #ED1B2E;
    font-family: Muli, sans-serif !important;
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 10px;
	padding-right: 30px;
}

.features ul li span {
    color: #333333;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: Muli, sans-serif !important;
}

.features-wrap {
    padding: 0em 0 4em 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.features-inner {
    padding: 25px 15px 2em 15px;
    background-color: #F5F5F5;
}

@media (min-width: 600px) {
    .features ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (min-width: 960px) {
    .features ul {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

.content-columns-bordered {
    border-top: 1px solid #CBC8C7;
    border-bottom: 1px solid #CBC8C7;
    display: flex;
    flex-wrap: wrap;
}

.content-columns-bordered .column {
    width: 100%;
}
.column-bordered-inner {
    padding: 50px 15px;
}
.column-bordered-inner h3,
.column-bordered-inner h2 {
    font-size: 36px !important;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 700 !important;
    text-align: left;
}
.column-bordered-inner p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
    color: #333333;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Muli, sans-serif !important;
}
.column-bordered-inner .column-content {
    padding-top: 30px;
}
p.content-cta a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900 !important;
    color: #ED1B2E;
    font-family: Muli, sans-serif !important;
}
p.content-cta a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
     .column-bordered-inner h3,
     .column-bordered-inner h2 {
        max-width: 505px;
     }
    .content-columns-bordered .column-bordered {
        width: 50%;
    }

    .content-columns-bordered .column-bordered:first-child {
        border-right: 1px solid #CBC8C7;
        width: calc(50% - 1px);
    }
    .content-columns-bordered .column-bordered:first-child .column-bordered-inner {
        padding-right: 34px;
        padding-left: 0;
    }
    .content-columns-bordered .column-bordered:last-child .column-bordered-inner {
        padding-right: 0;
        padding-left: 34px;
    }
    .content-columns-bordered .column-bordered:last-child .column-bordered-inner .column-content {
        padding-right: 25px;
    }
    .content-columns-bordered .column-bordered:first-child .column-bordered-inner .column-content {
        padding-left: 20px;
        padding-right: 0px;
    }
}

.global-header-promotion .slick-track {
    width: 100% !important;
}
.slick-list {
/*    overflow: hidden; */
}
img.health-stream {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.row-content {
    padding: 24px 15px;
}
.row-content-inner {
    max-width: 882px;
    margin: 0 auto;
}
.row-content p {
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}
.row-content p.row-link a:hover {
    text-decoration: underline;
}
.text-center {
    text-align: center;
}
/*CONACT POPUP*/
.mfp-content {
    background: #fff;
    max-width: 882px;
}
.contact-content {
}

.contact-inner {
    max-width: 700px;
    padding: 4em 15px;
    margin: 0 auto;
}

.contact-inner-header {
    text-align: center;
}
.contact-inner-header h2.h1,
.contact-inner-header p.h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    margin-top: 0;
    font-family: 'Roboto', sans-serif !important;
}
.contact-inner-header h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2em;
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

.contact-inner-header p {
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
.contact-inner-header p.phone-link,
.contact-inner-header p.phone-link a,
.contact-inner-header h3,
.contact-inner-header h3 a {
    text-align: center;
    font-size: 30px;
    line-height: 39px;
    margin: 0;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
}
.page-summary-footer {
    border-top: 1px solid #CBC8C7;
}

.secure-text h3,
.secure-text p.h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    color: #6D6E70;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
}

.secure-text h3 span,
.secure-text p.h3 span {
    margin-left: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
}

.contact-form-selector {
    padding-top: 2em;
}

.contact-form-selector h2,
.contact-form-selector p.h2 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

.input-wrap {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #333333;
    margin: 0 !important;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2em;
}

.form-selector label {
    display: flex;
    padding-bottom: 28px;
}

.form-selector label span {
    font-family: Muli, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: 300;
    width: 215px;
    margin-left: 15px;
}

@media (min-width: 600px) {
    .form-selector label span {
        width: 159px;
    }
}

.contact-form-selector input[type='radio'] {
    margin: 0 !important;
}

.contact-form-selector input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: none;
}

.contact-form-selector label {
    cursor: pointer;
    transition: all 1.5s ease-in-out;
}

.contact-form-selector input[type='radio']:checked:after,
.contact-form-selector input[type='radio']:hover:after,
.contact-form-selector input[type='radio']:focus:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -5px;
    left: -1px;
    position: relative;
    background-color: #ED1B2E;
    content: '';
    display: inline-block;
    visibility: visible;
    border: none;
}

.text-center {
    text-align: center;
}

.select-trainees {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}

.select-trainees label:not(:last-child) {
    margin-right: 15px;
}

.select-trainees input {
    display: none;
}

.select-trainees label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif !important;
    max-width: 198px;
    width: 33.3333333%;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.dsRadio {
    border: 1px solid #D7D7D8;
    background: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    padding: 9.5px 15px;
    width: 100%;
    text-align: center;
    transition: all .15s ease-in-out;
}

.contact-content form h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.select-trainees label:hover .dsRadio,
.select-trainees label:focus .dsRadio,
.select-trainees input[type="radio"]:checked+.dsRadio {
    background: #ED1B2E;
    color: #fff;
    border: 1px solid #ED1B2E;
}

.formInfo p {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.formInfo p a {
    color: #333333 !important;
    text-decoration: underline !important;
}

.formInfo p a:hover,
.formInfo p a:focus {
    font-weight: 700 !important;
}

.form-fields label {
    margin-bottom: 20px;
    overflow: hidden;
}

.form-fields ::placeholder {
    color: #9F9FA3;
    font-weight: normal;
    font-family: Muli, sans-serif;
}

.form-fields label span,
.form-fields label {
    font-family: Muli, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 300;
    display: block;
}

.form-fields label span.error {
    color: #ED1B2E;
    padding-top: 10px;
}
.checkbox-error {
    display: none;
    text-align: center;
    color: #ED1B2E;    
    font-weight: bold;
}
.checkbox-error.active {
    display: block;

}

.form-fields label input.error {
    border: 1px solid #ED1B2E !important;
}

.form-fields textarea {
    min-height: 3em;
}

.form-fields input[type="text"],
.form-fields input[type="tel"],
.form-fields input[type="email"],
.form-fields input[type="number"],
.form-fields select,
.form-fields textarea {
    border: 1px solid #D7D7D8;
    display: block;
    width: 100%;
    border-radius: 0;
    font-weight: normal;
    font-family: Muli, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
    padding: 15px 10px;
}

.form-fields select {
    padding: 0 10px;
    height: 54px;
}

.form-footer {
    padding-bottom: 1em;
}
.field-list span.error {
    display: none !important;
}
.form-footer input[type="submit"],
.form-footer input[type="submit"]:disabled {
    border-radius: 0;
    background: #ED1B2E !important;
    border: 1px solid #ED1B2E !important;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18.66px;
    line-height: 20px;
    padding: 15px;
    max-width: 198px;
    width: 100%;
    transition: all .15s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}
.form-footer input[type="submit"]:disabled {
}


.form-footer input[type="submit"].valid {
    background: #ED1B2E !important;
    border: 1px solid #ED1B2E !important;
}
.form-footer input[type="submit"]:hover,
.form-footer input[type="submit"]:focus {
    background-color: #98252B !important;
    border: 1px solid #ED1B2E !important;
}


ul.field-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.contact-forms {
}
#download-form-popup .contact-forms {
    display: block !important;
}
.mfp-bg {
    z-index: 9999999;
}
.mfp-wrap {
    z-index: 99999999;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    
    max-height: 800px;
    overflow-y: scroll;
}
@media (min-width: 768px) {
    .mfp-auto-cursor .mfp-content {
        margin-top: 17vh;
    }
	.mfp-gallery .mfp-content {
		margin-top: 0;
	}
	.popup-dialog-flex-inner {
	}
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.video-container {
    display: none;
}
@media (max-width: 768px) {
    .video-container iframe {
    }
}
@media (max-width: 768px) {
    .video-container iframe {
    }
}
.b2b-wrapper a:focus {
    outline: 1px solid #1782C5 !important;
    border-radius: 5px !important;
}
.error-msg{
    color: #ed1329;
    margin: 0 0 7px 0;
    font-size: 14px;
    font-weight: 400;
    display: none;
}
.fld-container {
    margin-bottom: 20px;
}
input[type="email"], input[type="tel"] {
    width: 97% !important;
}
@media screen and (max-width: 767px) {
    input[type="email"], input[type="tel"] {
        width: 94% !important;
    }
}
.error-messsage {
    color: #ed1329;
    padding-bottom:20px;
    font-size: 14px;
    font-weight: 400;
    display: none;
}
.form-fields {
    margin-top:25px;
}
.checkbox-error {
    display: none;
    text-align: center;
    color: #ED1B2E;    
    font-weight: bold;
}
.checkbox-error.active {
    display: block;

}
.company-msg {
    color: #ed1329;
    margin: 0 0 7px 0;
    font-size: 14px;
    font-weight: 400;
    display: none;
}
input[type="tel"]:-webkit-autofill {
     -webkit-box-shadow: 0 0 0 30px #efefef inset !important;
     box-shadow: 0 0 0 30px #efefef inset !important;
}
.content-w-bg {
    background-color: #777;
    min-height: 600px;
    background-size: cover;
    background-position: left top;
}
.content-w-bg h2 {
    color: #fff;
}
.content-w-bg h2 span {
    display: block;
}
.content-w-bg p {
    color: #fff;
}
.content-w-bg .title-red {
    color: #ED1B2E;
}
.bg-content-1 h2 {
    font-size: 46px !important;
    line-height: 50px !important;
}
.bg-content-1 h2 span {
    font-size: 60px;
    line-height: 60px;
    font-size: 900;
}
.bg-content-2,
.content-w-bg {
    display: flex;
    align-items: center;
}
.bg-content-1 .content-w-bg-inner {
    width: 100%;
}
.bg-content-2 .content-w-bg-inner {
    max-width: 520px;
    width: 100%;
}
.content-w-bg-inner {
    padding: 2em 1em;
}
.bg-content-2 h2 {
    font-size: 28px !important;
    line-height: 34px !important;
}
.bg-content-2 p {
    font-size: 20px !important;
    line-height: 28px !important;
}
.bg-content-1 {
}
.bg-content-2 {
}
@media (min-width: 960px){
    .bg-content-1 .content-w-bg-inner {
        padding: 0;
        padding-right: 1em;
        padding-left: 4em;
    }
    .bg-content-2 .content-w-bg-inner {
        padding: 0;
        padding-left: 7em;
        padding-right: 1em;
    }
}
.custom-w-full {
    width: 100%;
}
@media (max-width: 768px){
    .content-w-bg-inner a.ds-button {
        width: auto !important;
        max-width: 200px;
    }    
}
/*
   Storytelling Styles
*/

 .storytelling {
        padding: 50px 0;
    }
	.storytelling-items {
		width: 100%;
		margin: 0 auto;
	}
@media (max-width: 768px) {
	.storytelling-items {
		width: 80%;
	}
}	
    .storytelling a:focus {
        outline: 1px solid #1782C5;
    }
    .storytelling-inner {
        padding: 0 15px;
        margin: 0 auto;
    }
    .storytelling-image {
        width: 100%;
        text-align: center;
        margin-bottom: 34px;
    }

    .b2b-wrapper .storytelling img {
        width: auto;
        margin: 0 auto;
    }
    .storytelling-content {
        width: 100%;
        text-align: center;
    }
    .storytelling-content h2 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 30px;
        line-height: 39px;
        color: #000;
        max-width: 286px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .storytelling-content p {
        font-family: Muli, sans-serif !important;
        color: #333333;
        font-size: 20px;
        line-height: 32px;
        font-weight: normal;
        text-align: center;
    }
    .storytelling-content p a {
        color: #ED1B2E;
        font-weight: bold !important;
    }
    .storytelling-content p a:hover {
        text-decoration: underline;
    }

    .storytelling-lead p {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .storytelling-lead {
        margin-bottom: 44px;
    }
	.storytelling-pagination {
	margin-top:20px;
	}
	.storytelling-pagination .slick-dots li{
        border: 1px solid #aaa;
        text-indent: -999px;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        margin: 0 5px;
        cursor: pointer;
    }
    .storytelling-pagination .slick-dots li.slick-active {
        background: #d6d6d6;
    }
    .storytelling-pagination .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .storytelling-pagination .slick-dots {
        list-style: none;
    }
	.storytelling-pagination .slick-dots button {
		display: none;
	}
	
/* PREVIOUS AND NEXT ARROWS FOR STORYTELLING SLIDER */	
	.storytelling button {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	
	.storytelling-slide-arrow {
		position: absolute;
		top: 50%;
		margin-top: -15px !important;
	}

	.storytelling-prev-arrow {
		left: 0px;
		width: 0;
		height: 0;
		border-left: 0 solid transparent !important;
		border-right: 15px solid #aaa !important;
		border-top: 10px solid transparent !important;
		border-bottom: 10px solid transparent !important;
		z-index:9999;
	}
	.storytelling-next-arrow {
		right: 0px;
		width: 0;
		height: 0;
		border-right: 0 solid transparent !important;
		border-left: 15px solid #aaa !important;
		border-top: 10px solid transparent !important;
		border-bottom: 10px solid transparent !important;
	}
/* END ARROWS */

    @media (min-width: 768px) {
		.storytelling-items {
			width: 100%;
			margin: 0 auto;
			padding: 0 15px;
		}
        .storytelling-lead {
            margin-bottom: 42px;
        }
        .storytelling-lead p {
            text-align: left;
            max-width: 645px;
        }
        .storytelling-lead p a {
            display: block;
            margin: 0 auto;
            text-align: center;
        }
        .storytelling-image {
            margin-bottom: 40px;
        }
        .storytelling-inner {
            max-width: 645px;    
        }
        .storytelling-content h2 {
            font-size: 37px;
            line-height: 48px;
            max-width: 330px;
        }
    }
    @media (min-width: 1024px) {
		.storytelling-items {
			display:flex !important;
		}
        .storytelling-image {
            margin-bottom: 0;
        }
        .storytelling-inner {
            max-width: 100%;
            align-items: center;
        }
        .storytelling {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .storytelling-content h2 {
            font-size: 37px;
            line-height: 46px;
            width: 100%;
            text-align: left;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
        .storytelling-lead p {
            width: 100%;
            margin-top: 10px;
            margin-left: 0;
            margin-right: 0;
            max-width: 890px;
        }
        .storytelling-lead p a {
            display: inline;
        } 
        .storytelling-image {
            width: 30%;
        }
        .storytelling-content {
            width: 70%;
        }
    }
*/

.life-saving {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .life-saving a:focus {
        outline: 1px solid #1782C5;
    }
    .life-saving-inner {
        padding: 0 15px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .life-image {
        width: 100%;
        text-align: center;
        margin-bottom: 34px;
    }
    .b2b-wrapper .life-image img {
        width: auto;
        margin: 0 auto;
    }
    .life-content {
        width: 100%;
        text-align: center;
    }
    .life-content h2 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 30px;
        line-height: 39px;
        color: #000;
        max-width: 286px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .life-content p {
        font-family: Muli, sans-serif !important;
        color: #333333;
        font-size: 20px;
        line-height: 32px;
        font-weight: normal;
        text-align: center;
    }
    .life-content p a {
        color: #ED1B2E;
        font-weight: bold !important;
    }
    .life-content p a:hover {
        text-decoration: underline;
    }
    .download-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .download-links p {
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .b2b-wrapper .download-links a {
        color: #ED1B2E;
        font-family: Muli, sans-serif !important;
        font-weight: bold !important;
        font-size: 18px !important;
        line-height: 51px !important;
        display: flex;
        align-items: center;
    }
    .download-links a span {
        margin-left: 5px;
        transform: translateY(3px);
    }
    .life-lead p {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .life-lead {
        margin-bottom: 44px;
    }
    @media (min-width: 600px) {
        .download-links p:first-child {
        }
    }
    @media (min-width: 768px) {
        .download-links {
            justify-content: space-between;
        }
        .life-lead {
            margin-bottom: 42px;
        }
        .life-lead p {
            text-align: left;
            max-width: 645px;
        }
        .life-lead p a {
            display: block;
            margin: 0 auto;
            text-align: center;
        }
        .life-image {
            margin-bottom: 40px;
        }
        .life-saving-inner {
            max-width: 645px;    
        }
        .life-content h2 {
            font-size: 37px;
            line-height: 48px;
            max-width: 330px;
        }
        .download-links p:first-child {
        }
        
    }
    @media (min-width: 1024px) {
        .life-image {
            margin-bottom: 0;
        }
        .life-saving-inner {
            max-width: 100%;
            align-items: center;
        }
        .life-saving {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .life-content h2 {
            font-size: 37px;
            line-height: 46px;
            width: 100%;
            text-align: left;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
        .life-lead p {
            width: 100%;
            margin-top: 10px;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 46px;
            max-width: 890px;
        }
        .life-lead p a {
            display: inline;
        } 
        .life-image {
            width: 30%;
        }
        .life-content {
            width: 70%;
        }
        .download-links {
            justify-content: initial;
        }
        .download-links p:first-child {
        }
        .download-links p {
            font-size: 18px;
            line-height: 51px;
        }
    }
	.providers {
		background-color: #F5F5F5;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.providers-container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.providers-container p {
		margin: 20px;
		font-size: 16px;
		line-height: 22px;
		font-weight:normal;
	}
	.providers-container h4 {
		font-size:20px;
		line-height: 28px;
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		width:100%;
		text-align: center;
		font-weight: 700;
		font-family: 'Roboto', sans-serif !important;
	}
	.providers .ds-button {
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-inline-size: 270px;
		font-size: 16px !important;
		text-transform:uppercase;
		min-height:50px;
		max-width:270px;
	}
	.providers a.ds-button {
		margin:10px;
	}
	ul.providers-links-list {
		padding: 0;
		margin: 0;
		display: flex;
		list-style: none;
		justify-content: center; 
		flex-wrap: wrap;
	}

	ul.providers-links-list li {
		width: 100%;
		font-size: 18.66px;
		line-height: 22px;
		font-weight: 700 !important;
		margin-bottom: 32px;
		color: #333;
		font-family: Muli, sans-serif !important;
	}

	ul.providers-links-list li a {
		font-weight: 700 !important;
		color: #ED1B2E;
	}
	ul.providers-links-list li a svg {
		width: 16px;
		padding-left:10px;
	}
	ul.providers-links-list li a:hover {
		text-decoration: underline;
	}

	.row-content.no-padding-bottom {
		padding-bottom: 0;
	}

	.two-cols-container.no-padding-bottom {
		padding-bottom: 0;
	}

	@media (min-width: 600px) {
		ul.providers-links-list li {
			width: 50%;
		}
	}

	@media (max-width: 600px) {
		ul.providers-links-list {
			display: block;
		}
	}
	.objectives-closed {
	height:150px;
	overflow:hidden;
	}
	.read-more {
		background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
		color: #ED1B2E;;
		cursor: pointer;
		position: absolute;
		bottom: -75px;
		padding: 200px 0 15px;
		text-align: center;
		width: 100%;
		font-family: Muli, sans-serif !important;
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
	}
	.objectives-wrapper {
		position: relative;
	}
	.providers.ctabuttons {
			margin-top: 30px;
		}
	.feature-list-item {
		font-size: 18px;
	}
	.feature-list-desc {
		font-style: italic;
	}
	.feature-list {
		width: 100%;
	}

	.feature-list p {
		color: #333333;
		font-family: Muli, sans-serif !important;
		line-height: 18px;
		font-weight: normal;
	}

	.feature-list p {
		margin: 0;
		margin-top: 20px;
		margin-left: auto;
	}
	.row-content.technical-specs-table {border-top: 1px solid #CBC8C7; padding-top:36px;}
	.technical-specs-table {}
	.technical-specs-table h2 {margin-bottom:36px; margin-top:0; text-align:center;}
	#technical-specs-table { border-collapse:collapse; border:none; align:center;}
	#technical-specs-table tr th { padding:15px 0 10px 10px; vertical-align:bottom; font-weight:bold; text-align:left; }
	#technical-specs-table tr th:nth-child(1) { text-align:left; }
	#technical-specs-table th { border:none;}
	#technical-specs-table td { border:none; font-size:12px; padding:10px; width:50%;}
	#technical-specs-table tr:nth-child(odd) { background-color: #E7E7E7;  }
	#technical-specs-table tr td:nth-child(2)  { text-align:left; }
	#technical-specs-table td.spec-head {font-weight: bold;}
	#technical-specs-table td.spec-type {font-weight: bold; color: #ED1B2E;}
	#technical-specs-table td + td {border-left:2px solid #CBC8C7;}

/* FIXED NAV BAR */
.d-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.d-none {
	display: none;
}
.align-items-center {
	align-items: center;
}
.full-red {
	margin: 24px 0;
	padding: 13px 40px;
	color: #ffffff;
	border-radius: 3px;
	background-color: #ed1329;
	font-size: 16px;
}

.full-red:hover {
	color: #ffffff;
}
.anchor {
	position: relative;
}

.anchor a {
	position: absolute;
	left: 0;
	top: -230px;
}
.menu-fixed {
	background-color: #f7f7f7;
}

.menu-fixed span {
	font-size: 15px;
	font-weight: bold;
}

.resource-inner {
	padding: 0 30px;
	border-bottom: 1px solid #ed1329;
}

.resource-inner a:after {
	content: '';
	position: absolute;
	height: 10px;
	background-color: #ed1329;
	left: 0;
	right: 0;
	width: 80px;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
	display: none;
}

.resource-inner a:hover {
	text-decoration: none;
}

.resource-inner a:hover:after {
	display: block;
}

.menu-fixed a {
	color: #333333;
	font-size: 15px;
	padding: 0 20px;
}

.inner-menu {
	padding: 20px 0;
}

.inner-menu a:hover {
	text-decoration: none;
}

.resource-inner a {
	color: #858585;
	font-size: 15px;
	position: relative;
	padding: 20px 0;
}
.menu-fixed .container {
	max-width: none;
	padding-left: 0;
}
.menu-fixed .dropdown-menu.show a {
	color: #ed1329;
	font-weight: bold;
	padding: 20px;
}

.menu-fixed .dropdown-menu {
	background-color: transparent;
	text-align: center;
	border: none;
}

.menu-fixed a:hover,
.menu-fixed a:focus,
.menu-fixed a:active,
.menu-fixed p:hover,
.menu-fixed p:focus,
.menu-fixed p:active,
.resource-inner a:hover,
.resource-inner a:focus,
.resource-inner a:active {
	color: #ed1329;
}

.resource-desktop {
	background-color: #f7f7f7;
	border-top: 1px solid #efefef;
}

.resource-drop-link {
	font-size: 15px;
	font-weight: 500;
}

.resource-drop-link:hover {
	cursor: pointer;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.w-100 {
	width: 100% !important;
}

.text-center {
	text-align: center !important;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 !important;
}

.navbar-toggler.open {
	border: none;
	position: absolute;
	top: 64%;
	background-color: #f8f9fa !important;
	width: 40px;
	border-radius: 100px;
	padding: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 0px 9px 6px -8px rgba(0, 0, 0, .5);
}

.navbar-toggler.closed {
	bottom: -9%;
	position: absolute;
	background-color: #f8f9fa !important;
	width: 40px;
	border-radius: 100px;
	padding: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
	background: none;
}

.navbar-nav .nav-link {
	padding: 20px 0 20px 0;
	font-weight: bold;
}

.navbar-nav {
	align-items: center;
}

.mobile-fixed {
	box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, .5);
}

.mobile-fixed.dropdown {
	position: relative;
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
} 
.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}
.collapse:not(.show) {
	display:none;
}
.mobile-fixed li {
	list-style: none !important;
}

.mobile-fixed .nav-link {
	padding: 20px 0 20px 0;
}

.intro {
	margin-top: 5rem;
}

.map p {
	font-size: 26px;
	line-height: 1.4em;
}

@media (min-width: 1024px) {
	.menu-fixed.fixed {
		position: fixed;
		left: 0;
		right: 0;
		top: 78px;
		width: 100%;
		margin: 0 auto;
		z-index: 99;
		max-width: 1366px;
	}
}

@media (max-width: 1023px) {

	.inner-menu,
	.resource-desktop {
		display: none !important;
	}

	.menu-fixed a {
		border-top: 1px solid #dddddd;
	}

	.menu-fixed .container {
		max-width: 100%;
	}

	.mobile-fixed {
		display: block !important;
	}

	.intro {
		margin-top: 2rem;
	}
	.nav-link {
		display: block;
	}
	ul.navbar-nav {
		margin: 0 !important;
	}
}
p.course-footnote {
	font-size: 14px;
	font-style: italic;
}
.overview {
}
.overview {
	margin: 0 0 60px;
    padding-top: 24px;
}
.overview h2, .benefits h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
    margin: 20px 0;
	text-align: center;
}
.overview-subtitle {
	padding: 25px;
	box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
}
img.video-play-1 {
	width: auto;
	height: auto;
}
.overview p.overview-subtitle {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0;
}
.overview p {
	font-size: 16px;
	line-height: 22px;
	margin: 24px 0;
}
.overview ol {
	font-family: Muli, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 20px 40px;
}
.overview ol li {
	padding: 0 0 10px 10px;
}
.overview-types {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.overview-type-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
	padding: 25px;
	background: #ffffff;
	box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
}
@media (max-width: 991px) {
	.overview-types {
		justify-content: center;
	}
	.overview-type-item {
		flex: 0 0 80%;
		max-width: 80%;
	}
}
@media (min-width: 992px) {
	.overview-type-item {
		flex: 0 0 40%;
		max-width: 40%;
	}
}
.overview-type-item .manikin-logo {
	margin: 12px 0;
	width: 100%;
}
.overview-type-item .manikin-name {
	font-family: Muli, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ed1b2e;
	margin-top: 25px;
}
.overview-type-item .manikin-desc {
	font-family: Muli, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.overview-type-item .manikin-desc-small {
	font-family: Muli, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #999;
	font-style: italic;
	margin-top: 12px;
}
.signup-btn {
	text-align: center;
	margin: 36px 0;
}
.benefits {
	background-color: #F5F5F5;
	margin: 24px 0 0 0;
    padding: 24px 48px;
}
.benefits p {
	font-size: 16px;
	line-height: 22px;
	margin: 24px 0;
}
.benefits p.benefits-subtitle {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 18px 0;
}
.benefits-subtitle.border-top {
	padding-top: 36px; 
	border-top: 1px solid #CBC8C7;
}
.benefits-flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 12px 0;
}
.benefits-flex-item {
	width: 45%;
}
@media (max-width: 768px) {
	.benefits-flex-container {
		flex-direction: column;
	}
	.benefits-flex-item {
		width: 100%;
	}
}
.benefits-flex-item h3, h3.benefits-subtitle {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700 !important;
}
.benefits-flex-item ul {
	font-family: Muli, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 20px 20px;
}
.benefits-flex-item li {
	padding: 0 0 10px 10px;
}
.skills-dashboards {
	background-color: #F5F5F5;
	padding-bottom: 12px;
}
.skills-dashboards .popup-dialog-flex-inner {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.skills-dashboards .popup-dialog-flex-item {
		width: 45%;
		padding: 1%;
		margin-bottom: 25px;
		box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
		background-color: #fff;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.skills-dashboards .popup-dialog-flex-inner {
		justify-content: space-around;
	}
}
@media (min-width: 1024px) {
	.skills-dashboards .popup-dialog-flex-item {
		display: flex;
		width: 28%;
		padding: 1%;
		margin-bottom: 36px;
		justify-content: space-around;
		flex-direction: row;
		flex-wrap: wrap;
		box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
		background-color: #fff;
	}
}
@media (max-width: 767px) {
	.skills-dashboards .popup-dialog-flex-item {
		width: 80%;
		margin: 24px auto;
		padding: 3%;
		box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
		background-color: #fff;
	}
}
.faq-item h2 {
	font-weight:700;
	font-size: 20px;
}
.faq-item h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    border: none !important;
    color: #333333 !important;
    font-weight: 400 !important;
}

.faq-item p a {
    font-size: 16px !important;
    line-height: 22px !important;
	font-weight: bold !important;
}
.faq-title {
	display: flex;
	align-items: center;
	padding: 0.5em 0; 
}
.faq-title h3 {
	margin-bottom: 0 !important;
	max-width: 95%;
}
.faq-title span.fa {
	font-size: 22px !important;
	cursor: pointer;
	transition: all .25s ease-in-out;
	transform: rotate(deg0);
	margin-left: auto;
	display: block;
}
.faqs-list {
}
.faq-item {
	border: none;
	margin: 1rem 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.25rem;
	padding: 0 20px;
}
.faq-content {
	padding: 0 0 2em;
}
.faq-content {
	display: none;
}
.faq-content ol li, ol.list-decimal li {
	list-style-type: auto !important;
    list-style: decimal;
	font-family: Muli, sans-serif;
	font-size:13px !important;
	line-height:22px;
	margin-left: 20px !important;
	padding:0 0 10px 10px !important;
}
.faq-title {
	cursor: pointer;
}
.active span.fa {
	transform: rotate(deg90);
}
.faqs-list {
}
.faq-content ul.list-disc {
	margin: 0 0 0 0 !important;
}
.faq-content ul.list-disc li {
	list-style-type: disc !important;
	padding-bottom: 0 !important;
}
.faq-content ul li a, .faq-content ol li a {
	font-size: 13px;
	font-weight: bold;
}
.faqs-list .faq-title h3 {
	font-weight: bold !important;
	padding: 10px 0;
}
.row-content .faq-content p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 16px 0;
}
.row-content.courses {
	padding-bottom: 12px;
}
.courses .row-content-inner {
	margin-top: 24px;
}
.row-content.courses p {
	text-align: left;
}
span.coming-soon {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: #999;
}
.row-content.metrics {
	padding: 36px 0 0 0;
	border-top: 1px solid #CBC8C7;
}
/* Styles for dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 

	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.popup-dialog-flex-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.popup-dialog-flex-item {
		width: 45%;
		padding: 1%;
		margin-bottom: 25px;
		box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.popup-dialog-flex-inner {
		justify-content: space-around;
	}
}
@media (min-width: 1024px) {
	.popup-dialog-flex-item {
		display: flex;
		width: 30%;
		padding: 1%;
		margin-bottom: 36px;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
	}
}
@media (max-width: 767px) {
	.popup-dialog-flex-item {
		width: 80%;
		margin: 24px auto;
		padding: 3%;
		box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
	}
}
.mfp-gallery .zoom-anim-dialog {
	padding: 36px;
}
.zoom-anim-dialog h2 {
	font-size: 28px;
	line-height: 32px;
}
.zoom-anim-dialog p {
	font-size: 16px;
	line-height: 22px;
}
.popup-first-to-market {
	text-align: right;
	font-size: 16px;
	color: #ED1B2E;
	margin-bottom: 8px;
}
.poppup-image-head, .poppup-image-head a {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	padding-bottom:12px;
}
.popup-learn-more {
	display: inline-block;
	width: auto;
	float: right;
	margin-top: 2px;
	padding:3px 5px;
	background-color: #ED1B2E;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}
.mfp-container .storytelling-inner {
	padding: 0;
}
.mfp-container .storytelling-image {
	margin-right: 24px;
}
.mfp-container .storytelling-content p a {
	font-size: 16px;
}
.mfp-container .storytelling-lead {
	margin-bottom: 24px;
}
@media (min-width: 1024px) {
	.mfp-container .storytelling-image {
		width: 75%;
	}
	.mfp-container .storytelling-content {
		width: 25%;
	}
}
@media (min-width: 768px) {
	.mfp-container .storytelling-lead {
		margin-bottom: 24px;
	}
	.mfp-container .storytelling-items {
		padding: 0;
	}
}
.form-fields p.smart-choice {
	margin-bottom: 0;
}
.form-fields label.smart-choices, .form-fields div.smart-choices {
	display: inline;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}
.mfp-iframe-holder .mfp-content {
	overflow: hidden;
}

/* SMART Manikin Page CSS : Ends */