﻿/* Global Styles */

.contact--button { /* Checked */
    border-color: #cccccc;
    color: #666666 !important;
    width: 100%;
    text-transform: none;
}

.contact--button h2 { /* Checked */
    font-weight: normal;
}

a:hover.contact--button { /* Checked */
    background-color: rgb(40,105,159);
    color: white !important;
}

.counter-reset--2 { /* Checked */
    counter-reset: list 2 !important;
}

.counter-reset--list { /* Checked */
    counter-reset: list;
}

.covid-19--response__video .videoWrapper iframe { /* Checked */
    max-width: 600px;
    max-height: 340px;
}


.customers--button { /* Checked */
    color: #666666 !important;
    width: 100%;
    text-transform: none;
    display: block;
    margin-bottom: 5px;
    background-color: rgb(40,105,159);
    color: white !important;
    clear: both;
    max-width: 350px;
}

.customers--button:hover { /* Checked */
    background-color: #ccc;
    color: #165788 !important;
    border-color: #165788;
}

.customers--button h4 { /* Checked */
    font-weight: bold;
}

.customers--button__quality { /* Checked */
    border-color: #f47836;
    background-color: #f47836;
    width: 100%;
    text-transform: none;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    color: white !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.customers--button__quality:hover { /* Checked */
    color: #f47836 !important;
    background-color: white;
}

.foundation--covid-response { /* Checked */
    margin-top: 25px;
}

.foundation--covid-response h3 { /* Checked */
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

.foundation--covid-response img { /* Checked */
    margin: -2px auto;
    display: block;
}

.foundation--covid-response p, .foundation--covid-response h3 { /* Checked */
    padding: 10px;
    text-align: center;
}

.foundation--covid-response-1 { /* Checked */
    border: solid 2px #0099a8;
    border-bottom-width: 10px;
}

.foundation--covid-response-1 h3 { /* Checked */
    color: #0099a8;
    font-weight: bold;
    font-size: 35px;
}

.foundation--covid-response-2 { /* Checked */
    border: solid 2px #ee7600;
    border-bottom-width: 10px;
}

.foundation--covid-response-2 h3 { /* Checked */
    color: #ee7600;
    font-weight: bold;
    font-size: 35px;
}

.foundation--covid-response-3 { /* Checked */
    border: solid 2px #6bc048;
    border-bottom-width: 10px;
}

.foundation--covid-response-3 h3 { /* Checked */
    color: #6bc048;
    font-weight: bold;
    font-size: 35px;
}

.foundation--covid-response-4 { /* Checked */
    border: solid 2px #7a868c;
    border-bottom-width: 10px;
}

.foundation--covid-response-4 h3 { /* Checked */
    color: #7a868c;
    font-weight: bold;
    font-size: 35px;
}



.margin-bottom--positive-15 { /* Checked */
    margin-bottom: 15px;
}

.margin-bottom--positive-30 { /* Checked */
    margin-bottom: 30px;
}

.hidden-sm .margin-bottom--positive-30__desktop { /* Checked */
    margin-bottom: 30px;
}

.margin-top--positive-25 { /* Checked */
    margin-top: 25px;
}

.margin-top--positive-40 { /* Checked */
    margin-top: 40px;
}


.padding-top--positive-30 { /* Checked */
    padding-top: 30px;
}


.policy--letters ol li { /* Checked */
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    counter-increment: list;
}

.policy--letters ol { /* Checked */
    list-style-type: none;
    counter-reset: list;
}

.policy--letters ol li:before { /* Checked */
    content: '(' counter(list, lower-alpha) ') ';
    margin-left: -40px;
    width: 40px;
    display: inline-block;
}



.policy--underline { /* Checked */
    font-weight: bold;
}

.privacy--letter-list { /* Checked */
    list-style-type: none;
    margin-left: 20px;
}

.privacy--letter-list > li { /* Checked */
    counter-increment: list;
    margin-bottom: 20px;
}

.privacy--letter-list > li:before { /* Checked */
    content: '(' counter(list, lower-alpha) ') ';
    margin-left: -40px;
    width: 40px;
    display: inline-block;
}

.privacy--letter-list ul li { /* Checked */
    margin-bottom: 10px;
}

ol.privacy--main-list li { /* Checked */
    margin-bottom: 20px;
}

ol.privacy--main-list li > ul { /* Checked */
    list-style-type: disc;
}

ol.privacy--main-list li > ul li { /* Checked */
    margin-bottom: 10px;
}

.text-align--center { /* Checked */
    text-align: center;
}

.width--positive-250 { /* Checked */
    width: 250px;
}

.width--positive-600 { /* Checked */
    width: 600px;
}

.margin--0-auto { /* Checked */
    margin: 0px auto;
}

.foundry--rcc-content { /* Checked */
    clear: both;
    padding-top: 20px;
}

.margin-top--positive-35 { /* Checked */
    margin-top: 35px;
}

/* Video player button styles */
.cast-products--buttons ul { /* Checked */
    list-style: none;
    padding: 0px;
    text-align: center;
}

.cast-products--buttons button { /* Checked */
    background-color: #fff;
    color: #f47836;
    border: #f47836 solid 2px;
}

.cast-products--buttons button:hover { /* Checked */
    background-color: #f47836;
    color: #fff;
}

.cast-products--buttons .button-pressed { /* Checked */
    background-color: #f47836;
    color: #fff;
    border: #f47836 solid 2px;
}

.cast-products--buttons p { /* Checked */
    line-height: 1;
    text-align: center;
}

.spain--rcc-headline {
    text-transform: uppercase;
}

.spain-portal img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.spain-portal {
    border: 1px #ccc solid;
    padding: 10px;
    text-align: center;
}

    .spain-portal:hover {
        background-color: #ddd;
    }
.spain--related-links {
    background-color: #165788;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 20px;
}

.spain--related-links {
    background-color: #165788;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 20px;
}

.spain-callout {
    border: solid 2px #165788;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    min-height: 145px;
}

.spain-callout--header {
    text-align: center;
    color: #fff;
    background-color: #165788;
    padding: 5px;
}

.spain-chart .table td, .spain-chart .table th {
    padding: 0px 15px;
    text-align: center;
    border: 2px solid #000;
}

.spain-chart td.column-one {
    text-align: left;
}

.spain-chart .chartTable h3 {
    text-align: center;
}

.spain-chart .table-opener {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    min-width: 120px;
}

.spain--table-container {
    display: flex;
    flex-direction: column;
}

.spainTable--world__header, .spainTable--world-total__header, .spainTable--world-total {
    color: #fff;
    background-color: #666;
}

.spainTable--sc__header, .spainTable--sc-total__header, .spainTable--sc-total, .spain-chart-02 th, .spain-chart-04 th {
    color: #fff;
    background-color: #165788;
}

.spainTable--world-energy__header, .spainTable--world-other__header {
    background-color: #aaa;
    color: #111;
}

.spainTable--sc-energy__header, .spainTable--sc-other__header {
    background-color: #56a7c8;
    color: #111;
}

.spainTable--world-energy, .spainTable--world-other {
    background-color: #eee;
    color: #333;
}

.spainTable--sc-energy, .spainTable--sc-other {
    background-color: #eeffff;
    color: #333;
}

.spain-table--caption {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.spain-chart {
    max-width: 800px;
    margin: 0px auto;
}

.spainTable--location-price__Canada td {
    background-color: #355b9e;
    color: #fff;
}

.spainTable--location-price__CIS td {
    background-color: #3a62aa;
    color: #fff;
}

.spainTable--location-price__Middle-East td {
    background-color: #3e68b4;
    color: #fff;
}

.spainTable--location-price__United-States td {
    background-color: #426fbf;
    color: #fff;
}

.spainTable--location-price__Africa td {
    background-color: #5b7ec8;
    color: #fff;
}

.spainTable--location-price__South-America td {
    background-color: #7e95cf;
    color: #111;
}

.spainTable--location-price__Europe td {
    background-color: #96a7d5;
    color: #111;
}

.spainTable--location-price__Australasia td {
    background-color: #abb7dc;
    color: #111;
}

.spainTable--location-price__Asia td {
    background-color: #bdc6e3;
    color: #111;
}

.spainTable--location-price__China td {
    background-color: #cdd4e9;
    color: #111;
}

.spainTable--location-price__EU-avg td {
    background-color: #666;
    color: #fff;
}

.spainTable--location-price__San-Ciprian td {
    background-color: #ff0000;
    color: #fff;
}

.spain--evolution-attempts td {
    padding: 10px;
    border-top: 1px solid #000;
}

.spain--evolution-attempts {
    border-bottom: 1px solid #000;
}

.spain--evolution-attempts__column-one {
    background-color: #ddd;
    width: 15%;
}

.spain-chart img {
    margin: 0px auto;
}

.text-color--red {
    color: #ff0000;
}

.text-decoration--underline {
    text-decoration: underline;
}

/* Desktop Only Styles */
.r0-d .cast-products--buttons button { /* Checked */
    width: 100px;
    margin-bottom: 8px;
    padding: 8px;
}

/* Tablet Only Styles */
.r0-t .cast-products--buttons button { /* Checked */
    width: 100px;
    padding: 3px;
    margin-right: 8px;
}

.r0-t .cast-products--buttons { /* Checked */
    text-align: center;
    margin-top: 15px;
}

    .r0-t .cast-products--buttons ul { /* Checked */
        display: inline-flex;
    }

/* Mobile Only Styles */
.r0-m .cast-products--buttons button { /* Checked */
    width: 75px;
    padding: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.r0-m .cast-products--buttons { /* Checked */
    text-align: center;
    margin-top: 15px;
}

.r0-m .cast-products--buttons li { /* Checked */
    display: contents;
    width: fit-content;
}

.leadership--learn-more-box { /* Checked */
    background: transparent;
    border: 1px solid #b2b2b2;
    padding: 20px 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
}


