html {
    width: 100%;
}

body {
    margin: 0;
}

body div, p, section {
    font-size: 18px;
    font-family: 'Roboto-Light';
}

.handcare-body {
    font-size: 1vw;
    text-align: center;
    margin-top: 215px!important;
    min-height: calc(100vh - 10em);
}

.handcare-body h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.handcare-body .heading-brand {
    font-weight: bold;
    font-size: 2em;
    color: rgb(100, 189, 205);
}

.handcare-body .heading1 {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto-Black';
}

.handcare-body .heading2 {
    font-weight: bold;
    font-size: 1.5em;
}

.handcare-body .heading3 {
    font-weight: bold;
    font-size: 1.25em;
}

.hero-img {
    width: 100%;
    height: inherit !important;
}

.pnlContent {
    display: flex;
    justify-content: center;
}

.section {
    min-height: 30vh;
}

@media only screen and (min-width: 768px) {
    .section {
        margin: 1em 0;
    }
}


.section .bottom {
    margin: 1em 0;
    min-height: 40 vh;
}

.fluid-width.section {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    width: auto;
}

.card {
    height: 60vh;
    box-shadow: 5px 10px 15px rgb(200, 200, 200);
}

.card.small {
    height: 18vh;
    margin: 1em 0;
}

.card-img {
    width: 100%;
    height:  30vh !important;
}

.card .tag {
    color: rgb(100, 189, 205);
}

.card-bottom {
    box-shadow: 5px 10px 15px rgb(185, 185, 185);
}

.details {
    padding: 0.5em;
}

.handcare-body button {
    color: black !important;
    font-weight: bold;
    box-shadow: 10px 10px 5px rgb(60, 60, 60);
    border-radius: 5px;
    width: 10em;
}

/***
* Base icon class
*/
i[class^="icon-"]:before, em[class^="icon-"]:before {
    font-family: "custom-icons";
    font-style: normal;
    font-weight: bold;
    speak: none;
    
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
        
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;        
}

/* Blog List and Summary */

.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 18%);
    grid-gap: 20px;
    justify-content: center;
    margin: 3em 0 3em 0;
    max-width: 1400px;
    min-width: 786px;
    text-align: left;
}

#blog-list-article {
    grid-column: span 3;
    grid-row: span 3;
    padding-right: 1em;
}

#blog-summary-article {
    grid-column: span 2;
    grid-row: span 1;
}

/* Diseases and Conditions List */

.conditions-list-outer-container {
    display: inline-block;
    max-width: 1300px;
    min-width: 768px;
    padding: 0 0 3em 0;
    text-align: left;
    width: 100%;
}

.conditions-list-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    min-height: 200px;
}

.conditions-list-header {
	color: #000;
    display: block;
    font-size: 22px;
    font-family: 'Roboto-Black';
    margin-bottom: .8em;
}

a.ocms-title-taxonomy-detail-link {
    color: #000!important;
    font-size: 15px;
    font-family: 'Roboto-Light';
    line-height: 1.7em;
}

.conditions-list input {
    background-color: #fff;
    border: 0;
    color: #46b0c3;
    margin-left: -6px;
    text-decoration: underline;
}

.conditions-list--hidden {
    display: none;
}

.conditions-list--shown {
    display: block!important;
}

.conditions-list-container #view-more-link {
    color: #54BDCD!important;
    display: none;
    font-size: 15px;
    font-family: 'Roboto-Light'!important;
    font-weight: bold;
    line-height: 1.7em;
    text-decoration: underline;
}

/* Hand Safety Card */

.handsafetycard {
    box-shadow: 20px 16px 10px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    height: auto;
}

.handsafetycard__container {
    float: left;
    max-width: 1300px;
    min-width: 768px;
    padding: 2em 0 3em 0;
    text-align: left;
    width: 100%;
}

.handsafetycard__embed {
    display: inline-block;
    float: left;
    position: relative;
    width: 50%;
}

.handsafetycard__embed:after {
    padding-top: 56.25%;
	display: block;
	content: '';
}

.handsafetycard__content {
    display: inline-block;
    padding: 1em 2em 1em 2em;
    position: relative;
    width: 50%;
}

.handsafetycard__content:after {
    display: block;
    content: '';
}

.handsafetycard__summary {
    color: #000;
    font-family: 'Roboto-Light';
    font-size: 18px;
}

.handsafetycard__title {
    color: #000;
    font-size: 22px;
    font-family: 'Roboto-Black';
    margin-bottom: .5em;
}

.handsafetycard--shadow {
    -moz-box-shadow-bottom: 4px 4px 4px black;
    -webkit-box-shadow-bottom: 4px 4px 4px black;
    box-shadow-bottom: 4px 4px 4px black;
}

.handsafetycard--shadow:hover {
	cursor: pointer;
}

.handsafetycard--shadow:hover .handsafetycard__title,
.handsafetycard--shadow:hover .handsafetycard__summary {
	text-decoration: underline;
}

.handsafetycard__image-holder {
    background-size: cover!important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.handsafetycard-section-header {
    color: #64BDCD;
    font-size: 28px;
    font-family: 'Roboto-Black';
    margin-bottom: .5em;
}

#bravo-search {
    min-height: 1000px;
}

#bravo-search-input {
    background-color: #f2f2f2;
    float: right;
    width: 100%;
}

/* Branded Call To Action */

.brand-background {
    background-color: rgb(100, 189, 205);
    color: white;
    padding: 4em 0 4em 0;
}

.brand-button {
    background-color: #fff!important;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 20px 16px 10px -5px rgba(0, 0, 0, 0.3);
    color: #000!important;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    padding: .2em 3em .2em 3em;
    text-transform: uppercase;
}

.brand-content {
    color: #fff!important;
    font-family: 'Roboto-Light';
    font-size: 18px;
    padding: 1em 9.3em 1em 9.3em!important;
    text-align: center;
}

/* All Conditions */

.all-conditions--centered {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}

.all-conditions__container {
    max-width: 1300px;
    text-align: left;
}

.all-conditions__header {
    color: #000;
    font-size: 33px;
    font-family: 'Roboto-Black';
    padding: 1em 0 1em 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    height: fit-content;
    max-width: 1150px;
    position: absolute;
}

/* Spinner */
#spinner {
    height:4rem;
    padding-top: 1em;
    width: 100%;
}

.cBravoSearch {
    height: 2200px;
}

.cBravoSearch .bravoContainer {
    overflow: hidden!important;
}

.cBravoSearch_Input .bravoContainer {
    overflow: hidden!important;
    height: 100%!important;
    padding-bottom: 1em!important;
}

.cBravoSearch_Input .bravoContainer>iframe {
    display: block;
    border: none;
    height: 80px!important;
    width: 100%;
}

#auraErrorMessage {
    display: none!important;
}

/* Reponsive */
@media only screen and (max-width: 1024px) {
    .handsafetycard__content {
        padding: .7em;
    }

    #blog-list-article {
        grid-column: span 5;
        grid-row: span 3;
    }
    
    #blog-summary-article {
        grid-column: span 5;
        grid-row: span 1;
        padding-right: 1em;
        width: 100%;
    }

    .blog-grid-container {
        padding-left: 1em;
    }

    .conditions-list-outer-container {
        padding: 2em 1em 3em 1em;
    }

    .footer-container {
        padding-left: 1em;
    }

    .handsafetycard__container {
        padding: 2em 1em 0 1em;
    }
}

@media only screen and (max-width: 1024px){
	.blog-grid-container {
	    padding-left: 1em;
	    width: 100%;
	    min-width: 0;
	}
	.conditions-list-outer-container {
	    padding: 2em 1em 3em 1em;
	    min-width: 0;
    }
    .videolist__container {
	    padding: 1em 1em 0 1em!important;
	    min-width: 0!important;
    }
    .handsafetycard__container {
	    padding: 2em 1em 0 1em;
	    min-width: 0;
	}
}

@media only screen and (max-width: 768px){
    .brand-content {
        padding: 1em 0.5em 1em 0.5em!important;
    }

    .conditions-list-container {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

	.videolist.media--shadow,
	.handsafetycard.handsafetycard--shadow {
		display:block!important;
    }
    
	.videolist__embed,
	.handsafetycard__embed {
		width:100%!important;
    }
    
	.videolist__content,
	.handsafetycard__content {
	    padding: .7em!important;
	    width: 100%!important;
    }
    
    .all-conditions__container {
        padding: 0 1em 2em 1em;
    }
    
    .all-conditions__header {
        padding: 1em 0 1em 0.3em;
    }

    .cBravoSearch {
        height: 4300px;
    }
}
/* FAHS Call to Action (homepage) */

.fahs-banner section {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.cta-banner-overlay {
    width: 48em;
    height: 550px;
    opacity:1;
	background:rgba(256,256,256,0.7);
    border-radius: 10px;
    margin: 0 1em;
    padding: 3em 5em;
}

.cta-banner-overlay .inner-cta {
    text-align: left;
    color: #333;
}

.cta-banner-overlay .inner-cta h2 {
    font-family: 'Roboto-Black';
    font-size: 42px;
    line-height: 1.2em;
}

.cta-banner-overlay .subtitle {
    margin: 15px 0 25px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Roboto-Light';
}

.cta-banner-overlay .fahs-locsearch {
    box-shadow: 20px 16px 10px -5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px;
}

.fahs-locsearch .slds-icon_container {
    display: flex;
    align-items: center;
}

.fahs-locsearch .slds-icon_container em {
    line-height: 0;
}

.fahs-locsearch .slds-input {
    outline: none;
    border: none !important;
}

.socialShare-menu {
    display: flex;
    margin-bottom: 0.5em;
}

.socialShare_menu-item {
    /* margin-right: 0.2rem; */
}
.socialShare_menu-item>a, 
.socialShare_menu-item>a:hover,
.socialShare_menu-item>a:visited {
    color: #54BDCD !important;
}

.socialShare_menu-item i {
    font-size: 18px;
}

@media only screen and (min-width: 570px){
    .cta-banner-overlay .inner-cta h2 {
        font-size: 46px;
    }
    .cta-banner-overlay .subtitle {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px){
    .cta-banner-overlay {
        padding: 6em 8em 6em 4.5em;
    }
}

@media only screen and (min-width: 1024px){
    .fahs-banner section {
        justify-content: start;
    }
    .cta-banner-overlay {
        margin-left: 8em;
    }
}

@media (max-width: 768px) {
	.fahs-banner section {
		height:auto;
	}
	.cta-banner-overlay {
		margin: 4em 1em!important;
        padding: 8em 1em;
	}
	.cta-banner-overlay .fahs-locsearch {
		position:relative;
	}
	.slds-scope .slds-input {
        padding: 0 5px 0 25px;
        padding-left: 1.7em!important;
    }
}
@media (max-width: 449px) {
	.cta-banner-overlay .inner-cta h2 {
		font-size:32px;
	}
	.cta-banner-overlay .subtitle {
		font-size:24px;
	}
	.cta-banner-overlay {
		margin: 2em 1em;
	}
	.slds-scope .slds-input {
        font-size:14px;
        padding-left: 1.7em!important;
	}
}
/* Footer */

.cHandcareFooter {
    display: block;
    background-color: #f2f2f2;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 0;
}

.cHandcareFooter .footer-container {
	font-weight: 800;
    max-width: 1300px;
    text-align: left;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.cHandcareFooter .logoContainer {
    clear: both;
    margin: 20px 0;
}

.cHandcareFooter .footer-widget {
   	margin-bottom: 50px;
    font-size: 16px;   
    font-family: 'Roboto-Regular';
}

.cHandcareFooter .footer-widget h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.75em;
    font-size: 16px;
}

.cHandcareFooter .footer-widget a {
    color: #54BDCD;
    font-family: 'Roboto-Light';
}

.cHandcareFooter .footer-widget address {
    font-style: normal;
  	font-size: 14.4px;
    margin: 0 0 10px;
}

.cHandcareFooter #footer-rights {
    background-color: #54BDCD;
    color: #fff;
    font-family: 'Roboto-Light';
    font-size: 16px;
    padding: 2em 2em 2em 2em;
    text-align: center;
    display: inline-block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .cHandcareFooter {
        z-index: 0;
        padding-top: 50px;
    }
    .cHandcareFooter .footer-widget.align-right { 
        float: right;
    }
}

@media (min-width: 1222px) {
    .cHandcareFooter .footer-container {
        width: 1170px;
        margin: auto;
        padding: 0px;
        min-height: 150px;
    }    
}

@media (max-width: 390px) {
    .cHandcareFooter #footer-rights {
        padding: 12px;
    }    
}
/* Header */

.header-rights {
    line-height: 55px;
    height: 55px;
    background-color: #54BDCD;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    text-align: center;
}

.header-rights a, .header-rights a:hover {
    color: #fff!important;
    text-decoration: none!important;
}

@media only screen and (min-width: 500px){
    .header-rights {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px){
    .header-rights {
        font-size: 16px;
    }
}

.cThemeCommonNav li.mobile-heading {
    border-color: rgb(100, 189, 205)!important;
    background-color: rgb(100, 189, 205) !important;
}

.cThemeCommonNav a.menu-btn {
    padding: 6px 0px 6px 10px;
}

.cThemeCommonNav a.menu-btn i:before {
    font-size: 28px;
    font-weight: normal;
    color: #aaa;
}

.cHandcareHeader .slds-builder-header_container {
    width:100%;
    background-color: #fff !important;
    border-bottom: 1px solid #eee !important;
}
.cHandcareHeader .slds-builder-header {
    background-color: #fff !important;
    padding: 40px 0;
}

.cHandcareHeader .logoContainer { 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 75px;
    margin: 1px 0 0 2px;
    width: 260px;
}

.cHandcareHeader .logoContainer > span {
    display: block;
    height: 55px;
    width: 150px;
}

.cHandcareHeader .search-hdr-container a {
    display: block;
    border-radius: 0;
    background-color: rgb(100, 189, 205);
    border-color: rgb(100, 189, 205);
    color: #fff;
    width: 32px;
    height: 34px;
    text-decoration-line: none;
    outline: none;
}
.cHandcareHeader .search-hdr-container a:visited,
.cHandcareHeader .search-hdr-container a:active,
.cHandcareHeader .search-hdr-container a:hover {
    color: #fff !important;
}

.cHandcareHeader .search-hdr-container a > i {
    display: block;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    transition: .3s;
    position: relative;
    top: 16px;
    transform: translateY(-50%);
}

.slds-scope .slds-builder-header {
    position: relative;
    display: flex;
    height: 3.125rem;
    background: rgb(22, 50, 92);
    color: rgb(255, 255, 255);
    justify-content: center;
}

.slds-builder-header__wrapper {
    display: inherit;
    flex-basis: 1175px;
}

@media (min-width: 375px) {
    .cHandcareHeader .logoContainer > span {
        width: 200px;
    }

    .cHandcareHeader .header__search-container {
        padding: 0 1em!important;
        display: flex!important;
        justify-content: center;
    }

    .header__search {
        width: 100%!important;
    }
}
@media (min-width: 425px) {
    .cHandcareHeader .logoContainer > span {
        width: 250px;
    }
}
@media (min-width: 768px) {
    .cHandcareHeader .slds-builder-header {
        padding: 40px 1em;
    }

    .cHandcareHeader .header__search-container {
        padding: 0 2em!important;
        display: flex!important;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    .cHandcareHeader .slds-builder-header {
        padding: 40px 4em;
    }
    .cHandcareHeader .header__search-container {
        padding: 0 5em!important;
        display: flex!important;
        justify-content: flex-end!important;
    }
    .cHandcareHeader .header__search-container {
        display: block;
    }
}
@media (min-width: 1368px) {
    .cHandcareHeader .slds-builder-header {
        padding: 40px 8em 40px 7em;
    }

    .cHandcareHeader .header__search-container {
        padding: 0 10em 0 9em!important;
        display: flex!important;
        justify-content: center!important;
    }
}

.header__container {
    padding: 0 8em;
    margin: 1em 0;
    position: relative;
}

.header__container a {
    color: #333;
}

.header__content {
    align-items: center;
    display: grid;
    min-height: 50px;
    text-align: center;
    text-transform: uppercase; 
}

.header__content > a {
    color: #333;
    font-weight: bold;
    line-height: 1em;
}

.header__search-container {
    padding: 0 1em;
    margin-bottom: 1.5em;
    display: flex!important;
    justify-content: flex-end!important;
}

.header__search-icon {
    padding: 5px 0 0 5px;
}

.header__search {
    background: #F2F2F2;
    box-shadow: 20px 16px 10px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0.5em 0.8em 0.5em 0.8em;
    flex-basis: 1135px;
}

.header__search .cBravoSearch_Input {
    z-index: initial;
}

.header__search .bravoContainer>iframe {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header__search .slds-icon_container i {
    font-size: 20px;
    color: #333;
}
.header__search .slds-icon_container i::before {
    font-weight: 800;
}

.header__search > input {
    background: #F2F2F2;
    border: 0;
    width: 95%;
}

.header__search--shadow {
    box-shadow-bottom: 4px 4px 4px black;
    -moz-box-shadow-bottom: 4px 4px 4px black;
    -webkit-box-shadow-bottom: 4px 4px 4px black;
}

.logo-container {
	float: left;
}

.search-hdr-container {
    display: none;
    margin: 0 5px 0 15px;
}
/* Media Modal */

.media {
    border: 1px solid #f2f2f2;
    box-shadow: 20px 16px 10px -5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
}

.media__container {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0 1em 0;
}

.media__content {
    display: inline-block;
    padding: 1em 2em 1em 2em;
    position: relative;
    height: 100%;
    max-width: 440px;
}

.media__content div {
    font-size: 16px;
}

.media__content:after {
    display: block;
    content: '';
}

.media__container .overlay {
    background-size: cover!important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.media__embed {
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    width: 315px;
}

.media__embed:after {
    padding-top: 71%;
	display: block;
	content: '';
}

.media__header {
    padding: 0 0 0.5em 0;
}

.media__title {
    color: #333;
    font-family: 'Roboto-Medium'!important;
}

.media__prev {
      float: left; 
    height: 360px; 
    position: relative; 
    padding-right: 100px;
}

.media__next {
    float: left; 
    height: 360px; 
    position: relative; 
    padding-left: 100px;
}

.media__prev:hover, .media__next:hover {
    background-color: #fff;
}

.media__bullet-container {
    clear: both;
    display: block;
    padding-top: 20px;
    position: relative;
    text-align:center;  
}

.media__bullet {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .media__bullet:hover {
    background-color: #316094;
}

.media__modal-content {
    clear: both; 
    color: #333!important;
    display: block;
    padding-top: 20px;
    position: relative;
    text-align:left;   
}

.media__modal-navigation {
    transform: translateY(-50%);
    top: 50%; 
}

.media__wrapper {
    float: left;
    overflow: hidden;
    padding: 0;
    min-width: 415px;
}

.media--shadow {
    -moz-box-shadow-bottom: 4px 4px 4px black;
    -webkit-box-shadow-bottom: 4px 4px 4px black;
    box-shadow-bottom: 4px 4px 4px black;
    display: inline-block;
    width: 100%;
    min-width: 0;
}

.media--fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

#media-modal .modal-backdrop {
   background-color: #fff;
}

#media-modal .slds-modal__container {
    align-items: center;
}

#media-modal .slds-modal__content {
    display: inline-block;
    width: max-content;
    max-width: 720px;
    padding: 0 0 0 0;
}

#media-modal .slds-p-around_medium {
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 3px 2px;
    padding: 0.5rem 1rem 1rem 1rem!important;
}

#media-modal .slds-button.slds-button_icon {
    box-shadow: none;
    float: right;
    width: auto;
}

#media-modal-backdrop {
    background: rgb(255, 255, 255, 0.8)!important;
}

#media-modal, #media-modal-backdrop {
    display: none;
}

@-webkit-keyframes media--fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes media--fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}

.mySlides {
    display: none
}

.modal__image {
    background-repeat: no-repeat!important;
    background-position: center center!important;
    min-height: 360px;
    min-width: 415px;
    background-size: contain!important;
}

.handcaredetail-content.conditions-detail > li {
    list-style-type: none;
    position: relative;
}

.handcaredetail-content.conditions-detail > li::before {
    content: '•';
    position: absolute;
    left: -1.3em;
    font-size: 1.1em;
}

.media-content__wrapper {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    min-width: 100%;
}

@media only screen and (max-width: 768px) {
	#media-modal .slds-modal__content {
		display: inline-block;
		width: max-content;
		max-width: 1024px;
		padding: 0 0 0 0;
	}

    #media-modal .slds-p-around_medium {
        padding: 0.5rem .5rem 1rem .5rem!important;
        height: auto;
    }

    .media__bullet-container {
    	padding-top: 0.5em;
    }
    
    .media__prev {
        float: left;
		height: 325px;
		position: relative;
		padding-right: 5px;
		padding-left: 5px;
    }
    
    .media__next {
        float: left;
		height: 325px;
		position: relative;
		padding-left: 5px;
    }
    
	.mySlides {
		width: 450px;
		height: auto;
	}
    
    .modal__image {
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-size: contain!important;
        height: 220px!important;
        width: 449px!important;
    }

    .media__modal-content {
		padding-top: 0.5em;
	}
	
	.media__wrapper {
		float: left;
		overflow: hidden;
		padding: 0;
		min-width: 281px;
	}
	
	.media__container {
        text-align: center;
    }

    .media--shadow {
        display:inline-block;
        width: 100%!important;
        text-align: left;
    }

    .media__embed {
        width:100%;
    }

    .media__content {
        padding: .7em;
        width: 100%;
    }

    .media__title {
        font-size: 18px;
    }
    
    #media-modal-content {
        width: 310px;
    }
}

@media (max-width: 500px) {
	#media-modal .slds-p-around_medium {
	    padding: 0.5rem .5rem 1rem .5rem!important;
	    width: 100%;
	    height:auto !important;
	}
	.slds-modal__container {
	    margin: 0 !important;
	    padding-top: 130px !important;
	}
	.slds-modal__content .media__wrapper {
	    float: left;
	    overflow: hidden;
	    padding: 0;
        min-width: 78%;
        display: flex;
        justify-content: center;
	}
	.slds-modal__content .modal__image {
        margin-left: -5.6em;
	    width: 100% !important;
	}

	.mySlides {
		width: 276px;
		height: auto;
	}
}

@media (min-width: 48em){
	.slds-scope .slds-modal_large .slds-modal__container, .slds-scope .slds-modal--large .slds-modal__container {
	    width: 100%;
	    max-width: none;
	    min-width: 40rem;
	}
}
/* Menu */

#theme-common-nav { display: none; }
@media (min-width: 1124px) {
    #theme-common-nav { display: block; }
    #theme-common-nav-mbl { display: none; }
}

#theme-common-nav>.cThemeCommonNavMega ul li a.top-link {
    color: #333!important;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto-Regular', sans-serif;
}
#theme-common-nav>.cThemeCommonNavMega ul li a.top-link:hover {
    color: #54BDCD;
}
#theme-common-nav>.cThemeCommonNavMega .mega-nav > li:hover a.top-link:after, 
#theme-common-nav>.cThemeCommonNavMega .mega-nav > li.active a.top-link:after {
    border-color: #54BDCD;
}

#theme-common-nav>.cThemeCommonNavMega .mega-container {
    z-index: 11;
    top: 74px;
    margin: 0;
    font-family: 'Roboto-Regular';
    background-color: #54BDCD;
    padding: 1.1em 8em 1.2em 8em;
    width: 100%;
}

#theme-common-nav>.cThemeCommonNavMega .mega-container ul.fixed-col {
    justify-content: space-evenly !important;
    margin: 0px auto;
    max-width: 80%;
}

.cThemeCommonNavMega ul.fixed-col>li {
    flex: none !important;
}

#theme-common-nav>.cThemeCommonNavMega .mega-container ul li a {
    color: #fff !important;
}
#theme-common-nav>.cThemeCommonNavMega .mega-container ul li a:hover {
    text-decoration: underline !important;
}

#theme-common-nav>.cThemeCommonNavMega ul.fixed-col>li {
    border: none;
}

#theme-common-nav>.cThemeCommonNavMega .mega-container ul.sub-menu>li.child a {
    font-weight: 700;
}

#theme-common-nav>.cThemeCommonNavMega ul.menu-level3 li {
    font-size: 0.91em;
    margin: 5px 0;
}

#theme-common-nav-mbl .mobile-heading {
    font-family: 'Roboto-Regular';
    border-color: #54BDCD !important;
}

#theme-common-nav-mbl .cThemeCommonNav .rightNav ul li a span {
    color: #333;
    font-family: 'Roboto-Regular', sans-serif;
}

#theme-common-nav-mbl .cThemeCommonNav .rightNav  {
    top: 136px;
    z-index: 11;
}

#theme-common-nav-mbl .cThemeCommonNav .rightNav ul li {
    padding: 0.8em 1em;
}

#theme-common-nav-mbl .cThemeCommonNav a.menu-btn {
    padding-right: 0;
}

#theme-common-nav-mbl .cThemeCommonNav .rightNav ul li ul.menu-level3 li a span {
    color: #54BDCD;
}

#theme-common-nav-mbl .mbl-login-btn {
    display: none !important;
}

#sitenav-link-myaccount {
	display: none;
}