/**
 * Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
 */

/* This additional font load is needed for the FileList iFrame */
@font-face {
    font-family: "San Francisco";
    font-weight: 500;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/**
 * ---------------------------------------
 * Image Component
 * ---------------------------------------
 */

/* Image Default Style: Empty */

/* Image Style 2: Hairline */
.scs-image-style-2 .scs-component-content {
    border: 1px solid #999999;
    box-sizing: border-box;
    padding: 5px;
}
.scs-image-style-2 .scs-image-caption {
    left: 6px;
    bottom: 6px;
    right: 6px;
}

/* Image Style 8: Frame SM */
.scs-image-style-8 .scs-component-content {
    border: 2px solid #333333;
    box-sizing: border-box;
    padding: 5px;
}
.scs-image-style-8 .scs-image-caption {
    left: 5px;
    bottom: 5px;
    right: 5px;
}

/* Image Style 9: Frame LG */
.scs-image-style-9 .scs-component-content {
    border: 5px solid #333333;
    box-sizing: border-box;
    padding: 5px;
}

.scs-image-style-9 .scs-image-caption {
    left: 5px;
    bottom: 5px;
    right: 5px;
}
/* Image Style 10: Shadow Left Soft */
.scs-image-style-10 .scs-component-content {
    box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Image Style 11: Shadow Right Soft */
.scs-image-style-11 .scs-component-content {
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Image Style 12: Shadow Left Hard */
.scs-image-style-12 .scs-component-content {
    box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Image Style 13: Shadow Right Hard */
.scs-image-style-13 .scs-component-content {
    box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Image Style 14: Outer Glow */
.scs-image-style-14 .scs-component-content {
    box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
    box-sizing: border-box;
}

/* Image style 15: Curl */
.scs-image-style-15 .scs-component-content,
.scs-gallery-style-15 .scs-component-content {
    position: relative;
}
.scs-image-style-15 .scs-component-content:before,
.scs-image-style-15 .scs-component-content:after,
.scs-gallery-style-15 .scs-component-content:before,
.scs-gallery-style-15 .scs-component-content:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.scs-image-style-15 .scs-component-content:after,
.scs-gallery-style-15 .scs-component-content:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.scs-image-style-15 .scs-image-image {
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2) inset;
    border: 1px rgba(0, 0, 0, 0.1) solid;
}

/* Image Style 16: Polaroid */
/* Image Style 16: Polaroid */
.scs-gallery-style-16 .scs-component-content,
.scs-image-style-16 .scs-image-image {
    box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.2);
    border: 10px #ffffff solid;
    box-sizing: border-box;
    border-radius: 3px;
}
.scs-image-style-16 .scs-image-caption {
    left: 10px;
    bottom: 10px;
    right: 10px;
}

/**
 * ---------------------------------------
 * Common Components
 * ---------------------------------------
 */
/* Common Style 2: hairline */
.scs-map-style-2 .scs-component-content,
.scs-gallery-style-2 .scs-component-content,
.scs-document-style-2 .scs-component-content,
.scs-socialbar-style-2 .scs-component-content,
.scs-video-style-2 .scs-component-content,
.scs-component-style-2 > .scs-component-content,
.scs-app-style-2 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-2 .scs-component-content iframe {
    border: 1px solid #999999;
    box-sizing: border-box;
    padding: 5px;
}

/* Common Style 8: Frame SM */
.scs-map-style-8 .scs-component-content,
.scs-gallery-style-8 .scs-component-content,
.scs-document-style-8 .scs-component-content,
.scs-socialbar-style-8 .scs-component-content,
.scs-video-style-8 .scs-component-content,
.scs-component-style-8 > .scs-component-content,
.scs-app-style-8 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-8 .scs-component-content iframe {
    border: 2px solid #333333;
    box-sizing: border-box;
    padding: 5px;
}

/* Common Style 9: Frame LG */
.scs-map-style-9 .scs-component-content,
.scs-gallery-style-9 .scs-component-content,
.scs-document-style-9 .scs-component-content,
.scs-socialbar-style-9 .scs-component-content,
.scs-video-style-9 .scs-component-content,
.scs-component-style-9 > .scs-component-content,
.scs-app-style-9 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-9 .scs-component-content iframe {
    border: 5px solid #333333;
    box-sizing: border-box;
    padding: 5px;
}

/* Common Style 10: Shadow Left Soft */
.scs-map-style-10 .scs-component-content,
.scs-gallery-style-10 .scs-component-content,
.scs-document-style-10 .scs-component-content,
.scs-socialbar-style-10 .scs-component-content,
.scs-video-style-10 .scs-component-content,
.scs-component-style-10 > .scs-component-content,
.scs-app-style-10 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-10 .scs-component-content iframe {
    box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Common Style 11: Shadow Right Soft */
.scs-map-style-11 .scs-component-content,
.scs-gallery-style-11 .scs-component-content,
.scs-document-style-11 .scs-component-content,
.scs-socialbar-style-11 .scs-component-content,
.scs-video-style-11 .scs-component-content,
.scs-component-style-11 > .scs-component-content,
.scs-app-style-11 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-11 .scs-component-content iframe {
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Common Style 12: Shadow Left Hard */
.scs-map-style-12 .scs-component-content,
.scs-gallery-style-12 .scs-component-content,
.scs-document-style-12 .scs-component-content,
.scs-socialbar-style-12 .scs-component-content,
.scs-video-style-12 .scs-component-content,
.scs-component-style-12 > .scs-component-content,
.scs-app-style-12 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-12 .scs-component-content iframe {
    box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Common Style 13: Shadow Right Hard */
.scs-map-style-13 .scs-component-content,
.scs-gallery-style-13 .scs-component-content,
.scs-document-style-13 .scs-component-content,
.scs-socialbar-style-13 .scs-component-content,
.scs-video-style-13 .scs-component-content,
.scs-component-style-13 > .scs-component-content,
.scs-app-style-13 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-13 .scs-component-content iframe {
    box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
}

/* Common Style 14: outer glow */
.scs-map-style-14 .scs-component-content,
.scs-gallery-style-14 .scs-component-content,
.scs-document-style-14 .scs-component-content,
.scs-socialbar-style-14 .scs-component-content,
.scs-component-style-14 > .scs-component-content,
.scs-app-style-14 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-14 .scs-component-content iframe {
    box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
    box-sizing: border-box;
}

/**
 * ---------------------------------------
 * Divider Component
 * ---------------------------------------
 */

/* Divider Style 2: Empty */

/* Divider Style 2: center gradient */
.scs-divider-style-2 hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(
        left,
        transparent,
        rgba(0, 0, 0, 0.75),
        transparent
    );
    background-image: -moz-linear-gradient(
        left,
        transparent,
        rgba(0, 0, 0, 0.75),
        transparent
    );
    background-image: -ms-linear-gradient(
        left,
        transparent,
        rgba(0, 0, 0, 0.75),
        transparent
    );
    background-image: -o-linear-gradient(
        left,
        transparent,
        rgba(0, 0, 0, 0.75),
        transparent
    );
}

/* Divider Style 3: dotted SM */
.scs-divider-style-3 hr {
    border-top: 1px dotted #333;
}

/* Divider Style 4: dotted LG */
.scs-divider-style-4 hr {
    border-top: 3px dotted #333;
}

/**
 * ---------------------------------------
 * Button Component
 * ---------------------------------------
 */

/* Button Default Style: Empty */

/* Button Style 1*/
.scs-button .scs-button-style-1 .scs-button-button {
    text-align: center;
    color: #fff;
    background-color: transparent;
    font-weight: 400;
    line-height: 3.125rem;
}

.scs-button .scs-button-style-1 .scs-button-button:hover,
.scs-button .scs-button-style-1 .scs-button-button:focus {
    color: #e55844;
    background-color: transparent;
}

/* Button Style 2*/
.scs-button-style-2 .scs-button-button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    border-radius: 1.4375rem;
    border: 0.125rem solid transparent;
    background-color: #c54a39;
}

.scs-button-style-2 .scs-button-button:hover,
.scs-button-style-2 .scs-button-button:focus {
    background-color: #e55844;
}

/* Button Style 3*/
.scs-button-style-3 .scs-button-button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    border-width: 0.138vw;
    color: #ffffff;
    border-radius: 1.4375rem;
    border: 0.125rem solid transparent;
    background-color: #c54a39;
}

.scs-button-style-3 .scs-button-button:hover,
.scs-button-style-3 .scs-button-button:focus {
    background-color: #e55844;
    border: 0.125rem solid #ffffff;
}

/* Button Style 4: CP Default (no background color)) */
.scs-button-style-4 .scs-button-button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    border-width: 0.138vw;
    color: #ffffff;
    border-radius: 1.4375rem;
    border: 0.5px solid transparent;
}
.scs-button-style-4 .scs-button-button:hover,
.scs-button-style-4 .scs-button-button:focus {
    background-color: #e55844;
    border: 0.5px solid #ffffff;
}

/* Button Style 5: SE2-mobile Default (no background color with border for mobile layout)) */
.scs-button-style-5 .scs-button-button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    border-width: 0.138vw;
    color: #ffffff;
    border-radius: 1.4375rem;
    border: 0.5px solid #ffffff;
}
.scs-button-style-5 .scs-button-button:hover,
.scs-button-style-5 .scs-button-button:focus {
    background-color: #e55844;
    border: 0.5px solid #ffffff;
}
/* Button Style 5: SE2-mobile Default (no background color with border for mobile layout)) */
.scs-button-style-6 .scs-button-button {
    text-align: center;
    color: #e55844;
    background-color: transparent;
    font-weight: 400;
    line-height: 3.125rem;
}
.scs-button-style-6 .scs-button-button:hover,
.scs-button-style-6 .scs-button-button:focus {
    color: #e55844;
    background-color: transparent;
}

/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */

/* Title Default Style: Empty */

/* Flat */
.scs-title-style-1 {
    color: #333333;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: normal;
}

/* Highlight */
.scs-title-style-2 {
    background-color: #def300;
    color: #333333;
    font-family: adobe-clean, sans-serif;
    padding-top: 2em;
    padding-bottom: 2em;
}

/* Divider */
.scs-title-style-3 {
    font-size: 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        "Segoe UI", "Helvetica", "Arial", "Sans Serif";
    color: #3a4249;
    text-align: left;
    border-top: 1px solid #999999;
    padding-top: 1em;
}

/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
/* Paragraph Default Style: Empty */

/* Flat */
.scs-paragraph-style-1 {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

/* Note */
.scs-paragraph-style-2 {
    background-color: #ffccd8;
    color: #333333;
    font-family: "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

/* Highlight */
.scs-paragraph-style-3 {
    background-color: #fff;
    color: #333333;
    padding-bottom: 0;
    padding-top: 1.5625rem;
}

/* Footer Divider */
.scs-paragraph-style-4 {
    font-size: 70%;
    color: #0088cc;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* Footer Frame */
.scs-paragraph-style-5 {
    font-size: 80%;
    font-weight: bold;
    color: #666666;
    border: 1px solid #999999;
    border-radius: 5px;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* Footer Background */
.scs-paragraph-style-6 {
    font-family: source-sans-pro, sans-serif;
    color: #333333;
    background-color: #e5e5e5;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 2em;
}

/**
 * ---------------------------------------
 * Document Component
 * ---------------------------------------
 */
/* setup base styles for title/page number can be overriden in styles */
.scs-document-cap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #ffffff;
}
.scs-document-title {
    position: relative;
    z-index: 2;
    padding: 0.5em;
    opacity: 0.54;
    background-color: #000000;
}
.scs-document-desc {
    font-style: italic;
    font-size: 12px;
    color: #cccccc;
    padding-top: 2px;
}
.scs-document-capb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    z-index: 1;
    opacity: 0.5;
    background-color: #000000;
}

/**
 * ---------------------------------------
 * Social Bar Component
 * ---------------------------------------
 */
/* Social Bar styles */
.scs-socialbar-default-style {
    background-color: transparent;
}

/**
 * ---------------------------------------
 * Sample Custom Component
 * ---------------------------------------
 */
.news-article-default-style .scs-image {
    border: 1px solid #0572ce;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    color: #333333;
}
.news-article-style-1 .scs-image {
    border: 1px solid #ff0000;
    box-sizing: border-box;
    padding: 5px;
    font-size: 18px;
    color: #333333;
}
.my-custom-component .scs-title .scs-title-text a,
.my-custom-component .scs-paragraph .scs-paragraph-text a {
    text-decoration: none;
}
.my-custom-component .scs-component-content {
    display: inherit;
}
.my-custom-component .scs-title .scs-title-text,
.my-custom-component .scs-paragraph .scs-paragraph-text {
    overflow-x: initial;
    overflow-y: initial;
}

/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */
/* Title */
.scs-title-style-base,
.scs-title-style-title,
.scs-title-style-sub-title,
.scs-title-style-heading-xl,
.scs-title-style-heading-l,
.scs-title-style-heading-m,
.scs-title-style-heading-s {
    padding: 0;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-left: 0em;
}
.scs-title-style-title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
.scs-title-style-sub-title {
    font-style: italic;
    font-weight: normal;
    font-size: 0.8333em;
    line-height: 1.4em;
    text-align: center;
}
.scs-title-style-heading-xl {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
}
.scs-title-style-heading-l {
    font-style: italic;
    font-weight: normal;
    font-size: 0.8333em;
    line-height: 1.4em;
}
.scs-title-style-heading-m {
    font-weight: bold;
    font-size: 0.6666em;
    line-height: 1.4em;
}
.scs-title-style-heading-s {
    font-style: italic;
    font-weight: normal;
    font-size: 0.5em;
    line-height: 1.4em;
}

/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
/* Paragraph */
.scs-paragraph-style-base,
.scs-paragraph-style-heading-xl,
.scs-paragraph-style-heading-l,
.scs-paragraph-style-heading-m,
.scs-paragraph-style-heading-s,
.scs-paragraph-style-heading-xs,
.scs-paragraph-style-body-l,
.scs-paragraph-style-body-m,
.scs-paragraph-style-body-s,
.scs-paragraph-style-code,
.scs-paragraph-style-quote,
.scs-paragraph-style-cite {
    padding: 0;
    margin-top: 0.3em;
    margin-right: 0em;
    margin-bottom: 0.3em;
    margin-left: 0px;
}
.scs-paragraph-style-heading-xl {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.4em;
}
.scs-paragraph-style-heading-l {
    font-style: italic;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.4em;
}

.scs-paragraph-style-heading-m {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.4em;
}
.scs-paragraph-style-heading-s {
    font-style: italic;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
}
.scs-paragraph-style-heading-xs {
    font-weight: bold;
    font-size: 0.8125em;
    line-height: 1.4em;
}
.scs-paragraph-style-body-l {
    font-size: 1.125em;
    line-height: 1.4em;
}
.scs-paragraph-style-body-m {
    font-size: 1em;
    line-height: 1.4em;
}
.scs-paragraph-style-body-s {
    font-size: 0.8125em;
    line-height: 1.4em;
}
.scs-paragraph-style-code {
    padding-left: 1.5em;
    font-family: monospace, serif;
    font-size: 0.8125em;
    line-height: 1.3em;
    border: 1px solid silver;
}
.scs-paragraph-style-quote {
    padding-left: 1.5em;
    font-style: italic;
    font-size: 0.8125em;
    line-height: 1.3em;
    border-left: 1px solid silver;
}
.scs-paragraph-style-cite {
    font-size: 0.8125em;
}

/*Icons*/
.scs-facebook-icon {
    background-image: url("facebook.png");
}
.scs-twitter-icon {
    background-image: url("twitter.png");
}
.scs-linkedin-icon {
    background-image: url("linkedin.png");
}
.scs-googleplus-icon {
    background-image: url("googleplus.png");
}
.scs-youtube-icon {
    background-image: url("youtube.png");
}
.scs-flickr-icon {
    background-image: url("flickr.png");
}

/** rss styles **/
.rss-caption-heading-default-style .rss-caption-heading {
    background: #be2c12;
    color: #fff;
    font-family: Verdana;
    font-size: 15px;
}
.rss-caption-heading-custom-style-1 .rss-caption-heading {
    background: #0f9633;
    color: #fff;
    font-family: Verdana;
    font-size: 15px;
}
.rss-caption-heading-custom-style-2 .rss-caption-heading {
    background: #746763;
    color: #fff;
    font-family: Verdana;
    font-size: 15px;
}

/**
 * ---------------------------------------
 * ButtonSearch Custom Component
 * ---------------------------------------
 */
.SE2-SearchButtonNoBoarders .SE2-SearchButton button {
    border: none;
    background: inherit;
    padding: 0;
    color: #403032;
    font-family: inherit;
    background-color: transparent;
}
.SE2-SearchButtonNoBoardersLight .SE2-SearchButton button {
    border: none;
    background: inherit;
    padding: 0;
    color: #ffffff;
    font-family: inherit;
    background-color: transparent;
}
.SE2-SearchButtonNoBoardersSmaller .SE2-SearchButton button {
    border: none;
    background: inherit;
    padding: 0;
    color: #374a58;
    font-size: 1.125rem;
    background-color: transparent;
}
.SE2-SearchButtonNoBoardersSmallerLight .SE2-SearchButton button {
    border: none;
    background: inherit;
    padding: 0;
    color: #ffffff;
    font-size: 1.125rem;
    background-color: transparent;
}
.SE2-SearchButtonNoBoardersMobile .SE2-SearchButton button {
    border: none;
    background: inherit;
    padding: 0;
    color: #e55844;
    font-size: 1.125rem;
    background-color: transparent;
}
.SE2-SearchButtonNoBoarders .SE2-SearchButton button:hover,
.SE2-SearchButtonNoBoardersLight .SE2-SearchButton button:hover,
.SE2-SearchButtonNoBoardersMobile .SE2-SearchButton button:hover,
.SE2-SearchButtonNoBoarders .SE2-SearchButton button:focus,
.SE2-SearchButtonNoBoardersLight .SE2-SearchButton button:focus,
.SE2-SearchButtonNoBoardersMobile .SE2-SearchButton button:focus,
.SE2-SearchButtonNoBoardersSmaller .SE2-SearchButton button:hover,
.SE2-SearchButtonNoBoardersSmallerLight .SE2-SearchButton button:hover,
.SE2-SearchButtonNoBoardersSmaller .SE2-SearchButton button:focus,
.SE2-SearchButtonNoBoardersSmallerLight .SE2-SearchButton button:focus {
    color: #e55844;
    outline: none;
    background-color: transparent;
}
.SE2-SearchButtonDefault .SE2-SearchButton button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    border-radius: 1.4375rem;
    border: 0.125rem solid transparent;
    background-color: #c54a39;
    padding: 0.4375rem 0.9375rem;
}
.SE2-SearchButtonDefault .SE2-SearchButton button:hover,
.SE2-SearchButtonDefault .SE2-SearchButton button:focus {
    background-color: #e55844;
}

/**
 * ---------------------------------------
 * SE2-ContentQuickLink Layout
 * ---------------------------------------
 */

.SE2-ContentQuickLink-Light .SE2-ContentLinkCard a {
    color: #ffffff;
}

/**
 * ---------------------------------------
 * Cookie Consent
 * ---------------------------------------
 */
.scs-cookie-consent {
    border: 1px solid #d9d9d9;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background-color: #f0f0f0;
    align-items: center;
    font-family: Helvetica Neue, Helvetica, Arial, Utkal, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 20px 70px 20px 15px;
    margin-left: 10px;
    display: inline-block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
}
.scs-cookie-consent a {
    color: #006598 !important;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.scs-cookie-consent .scs-cookie-consent-close {
    display: block;
    float: right;
    margin: 0;
    background-color: #000;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    color: white;
    text-align: center;
    background-image: url(x-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.scs-cookie-consent a:hover {
    color: red !important;
}

/* FileList iFrame Specific Styles */
.scs-file-list-container li {
    padding-bottom: 0;
}
.scs-file-list-left-col {
    flex: none;
    align-self: center;
}
.scs-file-list-mid-col {
    order: -1;
    /*max-width: 350px;*/
}
.scs-file-list-container > div:nth-child(1) {
    margin-bottom: 1px;
    padding: 6px;
    background-color: #3D87B4;
}
.scs-file-list-folder-title {
    font-family: "nunito";
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: normal;
    white-space: normal;

}
.scs-file-list-line-separator {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
}
.scs-file-list-row {
    padding-left: 6px;
}
.scs-file-list-file-title {
    font-size: 18px;
    font-family: "San Francisco";
    margin-bottom: 0;
}
.scs-file-list-file-desc {
    font-family: "San Francisco";
}
.scs-file-list-cust {
    overflow-y: hidden;
}
