/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
    font-family: 'Swiss 721Thin';
    src: url('assets/fonts/swiss_721/swiss-721-thin-bt-70678-webfont.woff2') format('woff2'),
         url('assets/fonts/swiss_721/swiss-721-thin-bt-70678-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss 721Light';
    src: url('assets/fonts/swiss_721/swiss721lightbt-webfont.woff2') format('woff2'),
         url('assets/fonts/swiss_721/swiss721lightbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss 721Bold';
    src: url('assets/fonts/swiss_721/swiss-721-bold-bt-70711-webfont.woff2') format('woff2'),
         url('assets/fonts/swiss_721/swiss-721-bold-bt-70711-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('assets/fonts/trade_gothic/trade-gothic-bold-font-webfont.woff2') format('woff2'),
         url('assets/fonts/trade_gothic/trade-gothic-bold-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trade Gothic CondensedRegular';
    src: url('assets/fonts/trade_gothic_cond/Trade-Gothic-LT-Std-Condensed-No--18_45191.eot');
    src: local('☺'), 
         url('assets/fonts/trade_gothic_cond/Trade-Gothic-LT-Std-Condensed-No--18_45191.woff') format('woff'), 
         url('assets/fonts/trade_gothic_cond/Trade-Gothic-LT-Std-Condensed-No--18_45191.ttf') format('truetype'), 
         url('assets/fonts/trade_gothic_cond/Trade-Gothic-LT-Std-Condensed-No--18_45191.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'Trade Gothic CondensedBold';
    src: url('assets/fonts/trade_gothic_cond/news_gothic_condensed_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/trade_gothic_cond/news_gothic_condensed_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'Trade Gothic CondensedBold';
    src: url('assets/fonts/trade_gothic_cond/trade_gothic_bold_condensed_no-webfont.woff2') format('woff2'),
         url('assets/fonts/trade_gothic_cond/trade_gothic_bold_condensed_no-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --swiss-font-thin: 'Swiss 721Thin', sans-serif;
    --swiss-font-light: 'Swiss 721Light', sans-serif;
    --swiss-font-bold: 'Swiss 721Bold', sans-serif;
    --trade-font-bold: 'Trade Gothic Bold', sans-serif;
    --trade-cond-normal: 'Trade Gothic CondensedRegular', sans-serif;
    --trade-cond-bold: 'Trade Gothic CondensedBold', sans-serif;
    --white-color: #FFF;
}

.swiss-thin,
.swiss-thin .fl-heading > span {
    font-family: var(--swiss-font-thin) !important;
}
.swiss-light,
.swiss-light .fl-heading > span {
    font-family: var(--swiss-font-light) !important;
}
.swiss-bold,
.swiss-bold .fl-heading > span {
    font-family: var(--swiss-font-bold) !important;
}
.trade-bold,
.trade-bold .fl-heading > span {
    font-family: var(--trade-font-bold) !important;
}
.trade-cond-normal,
.trade-cond-normal .fl-heading > span {
    font-family: var(--trade-cond-normal) !important;
}
.trade-cond-bold,
.trade-cond-bold .fl-heading > span {
    font-family: var(--trade-cond-bold) !important;
}

body {
    font-family: var(--swiss-font-light);
    font-size: 14px;
    line-height: 24px;
}
.display-none {
    display: none !important;
}
#site-header {
    background: #006DFF;
} 

#site-header.transparent-header{
    background: transparent;
    background-color: transparent;
    position: absolute;
    width: 100%;
}
@media (min-width: 1440px){
    .header-inner {
        padding: 1.2rem 0 0;
        margin: 0 15px;
    }
    
    /* .hero-content .two-columns-container .two-column.text-content {
            flex: 1 1 30%;
            flex: 1 1 224px;
            margin-top: 108px;
            
            padding-right: 0;
        } */
}
#site-header .header-titles .site-description {
    display: none;
}
.header-navigation-wrapper {
    display: none;
}
p {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.3px;
}
p br {
    display: none;
}
.section-hero {
    background: linear-gradient(to bottom, #006DFF, #4BEBC8);
    color: var(--white-color);
    position: relative;
    /* padding: 120px 0; */
    padding: 108px 0 0;
    min-height: 550px;
    overflow: hidden;
}
/*.section-hero::after {
    content: '';
    background: url(assets/images/gas-cloud/2.svg);
    height: 564px;
    width: 1887px;
    position: absolute;
    bottom: -93px;
    z-index: 2;
    right: -1000px;
    animation: smoke 10s;
    transition: all 0.5s ease;
}*/
.section-hero .svg-smog {
    opacity: 0;
    transition: opacity 2s ease, right 0.5s ease;
    height: 564px;
    width: 1887px;
    position: absolute;
    bottom: 127px;
    /*bottom: 12%;*/
    z-index: 2;
    right: -800px;
}
.section-hero .svg-smog {
    right: -390px;
}
.section-hero .svg-smog-2 {
    animation: smoke 10s;
}

.section-hero.deg-2 .svg-smog-2 {
    content: '';    
    opacity: 1;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes smoke {
    0%   {right: -230px;}
    100%  {right: -800px;}
}

.section-hero.deg-3 .svg-smog-3,
.section-hero.deg-4 .svg-smog-4,
.section-hero.deg-5 .svg-smog-5,
.section-hero.deg-6 .svg-smog-6,
.section-hero.deg-7 .svg-smog-7 {
    opacity: 1;
}

.section-hero .gr-graph {
    display: none;
}

.section-hero[data-graph="none-none"] .gr-none-none {
    display: block;
}

.section-hero[data-graph="agg-agg"] .gr-agg-agg {
    display: block;
}

.section-hero[data-graph="agg-mod"] .gr-agg-mod {
    display: block;
}

.section-hero[data-graph="agg-none"] .gr-agg-none {
    display: block;
}

.section-hero[data-graph="mod-agg"] .gr-mod-agg {
    display: block;
}

.section-hero[data-graph="mod-mod"] .gr-mod-mod {
    display: block;
}

.section-hero[data-graph="mod-none"] .gr-mod-none {
    display: block;
}

.section-hero[data-graph="none-agg"] .gr-none-agg {
    display: block;
}

.section-hero[data-graph="none-mod"] .gr-none-mod {
    display: block;
}

.hero-content .cls-5 {
    fill: none;
}

.section-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1055px;
    /*max-width: 1114px;
    width: calc(100% - 8rem);*/
    margin: 0 auto;
}
.hero-content {
    position: relative;
    max-width: 100%;
    width: 100%;
}


#headed-content {
    height: 160px;
    overflow: hidden;
}

.hero-content .two-columns-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
}
.hero-content .two-columns-container .two-column {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 80px;
    position: relative;
}
/* .hero-content .two-columns-container .two-column:first-child {
    flex: 1 1 36%;
} */
.hero-content .two-columns-container .two-column:first-child {
    flex: 1 1 300px;
}
.hero-content .two-columns-container .two-column:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}
.hero-content .two-columns-container .two-column.celsius-content {
  /*  background: url(assets/images/molecules/2.svg) no-repeat scroll 3px 0 transparent;*/
    position: relative;
    display: flex;
    align-items: flex-start;
    bottom: 0;
}
.hero-content .two-columns-container .two-column h1 {
    font-family: var(--swiss-font-thin);
    color: #FFF;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    var(--white-color);
}
.chart-placeholder {
    min-height: 174px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 50px;
}
.hero-content .two-columns-container .two-column .image-placeholder {
    margin-top: 30px;
}
.hero-content .two-columns-container .two-column .circular {
    position: relative;
    background-size: auto;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    z-index: 1;
    min-height: 590px;
    bottom: -36px;
    left: -12px;
}

.fixed-block .fahrenheit,
.hero-content .two-columns-container .two-column .fahrenheit {
    position: absolute;
    font-size: 20rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    margin-top: 70px;
    left: 33%;
    top: 120px;
    z-index: 22;
}
.fixed-block .fahrenheit span.plus,
.hero-content .two-columns-container .two-column .fahrenheit span.plus {
    position: relative;
    display: block;
    font-family: var(--trade-font-bold);
    font-weight: 900;
    font-size: 6rem;
}
.fixed-block .fahrenheit span#fahrenheit-value,
.hero-content .two-columns-container .two-column .fahrenheit span#fahrenheit-value {
    font-family: var(--trade-cond-bold);
    font-size: 28rem;
    font-weight: 800;
}
.fixed-block .fahrenheit span.symbol,
.hero-content .two-columns-container .two-column .fahrenheit span.symbol {
    font-family: var(--trade-font-bold);
    border-radius: 100%;
    border: 8px solid #FFF;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -46px;
    right: 0;
}
.fixed-block .fahrenheit span.letter,
.hero-content .two-columns-container .two-column .fahrenheit span.letter {
    position: relative;
    font-family: var(--trade-font-bold);
    color: rgba(255, 255, 255, 0.5);
    font-size: 10rem;
    top: 44.8%;
    /*left: 48%;*/
    left: 28px;
    transform: translate(-50%, -50%);
    margin-top: -103px;
}
.fixed-block .celsius,
.hero-content .two-columns-container .two-column .celsius {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    font-size: 4.5rem;
    font-weight: 900;
    border-radius: 50px;
    padding: 12px 16px 12px 12px;
    /* padding: 2px 26px 2px 16px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 77px;
    /* right: 152px; */
    top: 315px;
    bottom: auto;
    right: 196px;
    z-index: 22;
}
.fixed-block .celsius span.symbol,
.hero-content .two-columns-container .two-column .celsius span.symbol {
    font-family: var(--trade-font-bold);
    border-radius: 100%;
    border: 2.5px solid rgba(255,255,255,0.8);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 11px;
}
.fixed-block .celsius span#celsius-value,
.hero-content .two-columns-container .two-column .celsius span#celsius-value {
    font-family: var(--trade-cond-bold);
    color: rgba(255,255,255,0.8);
    font-size: 1em;
    letter-spacing: -1px;
    word-break: keep-all;
}
.fixed-block .celsius span.plus,
.hero-content .two-columns-container .two-column .celsius span.plus {
    font-family: var(--trade-cond-bold);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.5rem;
}
.fixed-block .celsius span.letter,
.hero-content .two-columns-container .two-column .celsius span.letter {
    font-family: var(--trade-cond-bold);
    font-size: 2.25rem;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 2px;
    margin-top: 10px;
}
.smoke-building-trees-img {
    position: relative;
    /* bottom: 182px; */
    /* bottom: 88px; */
    bottom: 120px;
}
/*.smoke-building-trees-img .trees-container {*/
    /*background: url(assets/images/cityscape/2.svg) no-repeat scroll center center transparent;*/
    /*height: 122px;
    max-width: 783px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: auto -50px auto auto;
    left: 0;
    right: 0;
    z-index: 4;*/
/*}*/
.smoke-building-trees-img .trees-container .svg-trees{
    height: 122px;
    max-width: 783px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: auto -50px auto auto;
    left: 0;
    right: 0;
    z-index: 4;
    transition: opacity 1s ease;
    opacity: 0;
}
.svg-trees-container.trees-2 .svg-trees-2,
.svg-trees-container.trees-3 .svg-trees-3,
.svg-trees-container.trees-4 .svg-trees-4,
.svg-trees-container.trees-5 .svg-trees-5 ,
.svg-trees-container.trees-6 .svg-trees-6,
.svg-trees-container.trees-7 .svg-trees-7 {
    opacity: 1;
}

.section-three-columns {
    position: relative;
    background: var(--white-color);
    padding: 40px 0;
    margin-top: -127px;
    z-index: 33;
}
.section-three-columns::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.92);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.three-columns-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    /*min-height: 320px;*/
    z-index: 4;
}
.three-columns-content .three-column {
    position: relative;
    box-sizing: border-box;
    margin-right: 30px;
    flex: 1;
}
.three-columns-content .three-column:first-child {
    margin-top: -80px;
}
.three-columns-content .three-column:last-child {
    margin-right: 0;
}
.three-columns-content .three-column h2 {
    font-family: 'Swiss 721Light';
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 2rem;
    margin: 0 0 20px;
}
.three-columns-content .three-column h2 span {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #000;
    padding: 3px 3px 2px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Swiss 721Light';
}
.text-content .text-details p {
    margin-top: -10px;
}
.three-columns-content .three-column:first-child h2 {
    background: none repeat scroll 0 0 #fff;
    position: relative;
    font-size: 2.6rem;
    margin-right: 41px;
    min-height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 0 8px;
}
.three-columns-content .three-column:first-child h2::before {
    content: '';
    background: url(assets/images/heading-left-corner.png) no-repeat scroll 0 0 transparent;
    width: 59px;
    height: 42px;
    position: absolute;
    left: -59px;
    top: -1px;
}
.three-columns-content .three-column:first-child h2::after {
    background: url(assets/images/heading-right-corner.png) no-repeat scroll right 0 transparent;
    content: '';
    width: 50px;
    height: 41px;
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
}
.three-columns-content .three-column:first-child .interventions-wrapper {
    padding: 0 16px 0 0;
}
.vbar-main {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
/* .text-content .text-details {
    position: relative;
    max-width: 210px;
} */
.custom-vbar {
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.custom-vbar .vbar-content {
    position: relative;
    display: flex;
    flex-direction: column;
    float: right;
    top: 0;
}
/* .custom-vbar .vbar-content::after {
    content: '';
    background: #c7c7c7;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 12px;
    display: block;
} */
.custom-vbar .vbar-content .vbar {
    background: #f1f1f1;
    border-radius: 50px 0 0 50px;
    width: 100px;
    height: 28px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 6px;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 15px;
}
/* .custom-vbar .vbar-content .vbar::after {
    content: '';
    background: #C8C8C8;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: absolute;
    z-index: 1;
    right: -3px;
} */
.custom-vbar .vbar-content .vbar:first-child {
    margin-top: 2px;
}
.custom-vbar .vbar-content .vbar:last-child {
    margin-bottom: 2px;
}
/* .custom-vbar .vbar-content .vbar.active::after {
    content: '';
    background: #30b7ea;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    z-index: 1;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    border: 2px solid #fff;
    cursor: pointer;
} */
.custom-vbar .vbar-content .vbar-top.active,
.custom-vbar .vbar-content .vbar-top:hover {
    background: red;
    color: var(--white-color);
}
.custom-vbar .vbar-content .vbar-middle.active, 
.custom-vbar .vbar-content .vbar-middle:hover {
    background: #ffbe00;
    color: var(--white-color);
}
.custom-vbar .vbar-content .vbar-bottom.active,
.custom-vbar .vbar-content .vbar-bottom:hover {
    background: #028402;
    color: var(--white-color);
}
.methane-range-slider,
.co-range-slider {
    position: relative;
}
input.input-range {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    padding: 0;
     width: 12em;
    height: 0.7em;
    transform: translate(50%, -50%) rotate(90deg);
    background: transparent;
    font: 1em/1 arial, sans-serif;
    outline: none;
    cursor: pointer;
}

.rangeslider__handle {
    background: none repeat scroll 0 0 #30b7ea;
    border: 4px solid #FFF;
    width: 30px;
    height: 30px;
}
.rangeslider__fill {
    background: #DFDDDF;
}
.rangeslider--vertical {
    box-shadow: none;
    width: 14px;
    left: -7px;
    min-height: 150px;
}
.rangeslider__handle::after {
    background: none;
}
.rangeslider--vertical .rangeslider__handle {
    left: -8px;
}
.rangeslider__handle:active {
    background: none repeat scroll 0 0 #30b7ea;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
    box-shadow: none;
}

/********************* Fly-out Box *********************/
#box-out {
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
}
#box-out a.i-btn {
    /* background: #3C90E2;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; */
    border-left: 0 none;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
    text-decoration: none;
    /* font-size: 20px;
    font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: bold; */
    position: relative;
    /* top: -36px; */
}
#box-out a.i-btn img {
    left: -2px;
    position: relative;
}
#box-out a.x-btn {
    background: #FF0000;
    color: #FFF;
    text-decoration: none;
    padding: 8px 12px;
    position: absolute;
    border-radius: 0 6px 6px 0;
    right: -37px;
    top: 0;
}
.text-content .text-details {
    max-width: 208px;
    width: 100%;
}
.section-hero .box-content p span.next-line {
    display: block;
    margin-top: 20px;
}
.section-hero .box-content a.x-btn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -40px;
}
.section-hero .box-content {
    position: absolute;
    display: none;
    background: rgba(255,255,255,0.95);
    border-radius: 8px 0 8px 8px;
    /* overflow: hidden; */
    /* transition: .5s; */
    top: -20px;
    max-width: 100%;
    width: 100%;
}
.section-hero .box-content.mobile-top {
    width: 480px;
    max-width: none;
    display: none;
}

.section-hero .box-content.mobile-top a.x-btn {
    background: transparent;
    top: -30px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.section-hero .box-content.mobile-top p,
.section-hero .box-content.mobile-top h2 {
    font-weight: 400;
    font-family: "Swiss 721Light";
}
.section-hero .box-content {
    display: none;
}
.section-hero .box-content .box-column {
    padding: 28px;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
    height: auto;
}
.section-hero .box-content h2, 
.section-hero .box-content p {
    color: #000000;
}
.section-hero .box-content h2 {
    font-family: var(--swiss-font-thin);
    font-size: 2.5rem;
    letter-spacing: 0.8px;
    margin: 0 0 16px;
}
.section-hero .box-content p {
    margin-bottom: 0;
}
.section-hero .box-content p span.bold {
    font-weight: bold;
}
.section-hero .box-content p span.bold.blue {
    color: #00A0FF;
}
.flyout-section {
    position: absolute;
    top: 114px;
}

/** Column Popup **/
.column-popup {
    display: none;
    position: absolute;
    box-sizing: border-box;
    background: rgba(241, 241, 241, 0.94);
    min-height: 332px;
    height: 108%;
    top: -40px;
    z-index: 2;
}
.column-popup.chart {
    min-height: auto;
    height: auto;
    width: 100%;
    top: auto;
    z-index: 110;
    border-radius: 6px;
    border-top-right-radius: 0;
}
.column-popup.chart .col-heading h2 {
    font-size: 17px;
    margin-top: 0;
}
.column-popup .col-close-popup {
    position: absolute;
    cursor: pointer;
    top: -34px;
    right: 0;
    width: 35px;
    height: 40px;
}
.column-popup.chart .col-heading {
    border-radius: 6px;
    border-top-right-radius: 0;
}

.column-popup .col-heading {
    background: #ffbe00;
    padding: 16px 20px 12px;
    /* border-radius: 6px;
    border-top-right-radius: 0; */
}
.column-popup .col-heading h2 {
    font-family: var(--swiss-font-light);
    margin-bottom: 0;
}
.column-popup .col-content {
    margin-bottom: 0;
    padding: 16px 20px 20px;
}
#decade-chart > svg {
    overflow: visible;
}

.text-content .text-details a.i-btn {
    display: block;
    line-height: normal;
    margin-top: 10px;
}


/** Media Queries **/
@media only screen and (max-width: 1023px) {
    .section-inner {width: calc(100% - 4rem);}
    .header-inner {padding: 2rem 0;}
    .flyout-section {top: 86px;}
    .section-hero {padding: 90px 0 0 !important;}
    .section-wrapper {max-width: 1024px; padding: 0 20px 0 60px;}
    .section-hero .box-content {top: -30px; left: -20px; max-width: 426px; width: auto; z-index: 2;}
    .hero-content {padding-top: 30px;}
    .hero-content .two-columns-container .two-column.text-content {margin-top: 0 !important;}
    .section-hero .box-content h2 {font-size: 2rem;}
    .section-hero .box-content .box-column {padding: 20px 24px;}
    .section-hero .box-content p {line-height: 20px;}
    .section-hero .box-content a.x-btn {top: -30px; right: -11px;}
    .box-content a.x-btn > img {max-width: 76%;}
    .three-columns-content .three-column {margin-right: 20px; padding-right: 6px;}
    .three-columns-content .three-column:first-child {margin-right: 60px;}
    .three-columns-content .three-column:first-child h2::before {background: #FFFFFF; left: -60px; width: 60px;}
    .three-columns-content .three-column:first-child .interventions-wrapper {padding: 0;}
    .column-popup {height: auto;}
    .smoke-building-trees-img {bottom: 169px;}
    .smoke-building-trees-img .trees-container {height: 122px; max-width: 60%; top: 0; bottom: 0; left: auto; right: 0; margin: auto;}

    .hero-content .two-columns-container .two-column .celsius {right: 140px;}
}

#globe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%,-50%);
}

.circular .svg-temp {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 110%;
    height: 110%;
    transform: translate(-50%,-50%);
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: none;
}

.circular.temp-2 .svg-temp-2 {
    opacity: 1;
}

.circular.temp-3 .svg-temp-3 {
    opacity: 1;
}

.circular.temp-4 .svg-temp-4 {
    opacity: 1;
}

.circular.temp-5 .svg-temp-5 {
    opacity: 1;
}

.circular.temp-6 .svg-temp-6 {
    opacity: 1;
}

.circular.temp-7 .svg-temp-7 {
    opacity: 1;
}

.circular.temp-2 .svg-temp-2 {
    opacity: 1;
}

.hero-content .two-columns-container .two-column.text-content {
    margin-top: 108px;
    position: relative;
    z-index: 105;
}
    
.section-hero {padding-top: 0;}

.slidecontainer {display: none;}

#stage-container {
    position: absolute;
    top: 49%;
    /*left: 5%;*/
    left: 11%;
    /*right: 3%;*/
    z-index: 10;
    /* transform: translate(-50%, -50%); */
}

@media only screen and (max-width: 1120px) and (min-width: 1024px) {
    #stage-container {
        /*left: 1%;*/
        /*margin-left: 30px;*/
    }
    #decade-chart > svg {
        /*width: 102%;*/
        width: 394px;
        max-width: none;
    }
}
@media only screen and (max-width: 1185px) {

    @-webkit-keyframes smoke1024 {
        0%   {right: -70px;}
        100%  {right: -330px;}
    }

    .section-hero .svg-smog {
        bottom: 12%;
        right: -330px;
        animation: smoke1024 10s;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 992px){
    .hero-content .two-columns-container .two-column.text-content {
        /*padding-left: 45px;*/
    }
    .section-wrapper {
        max-width: 100%;
        padding-left: 45px;
    }
}

#slider-inner {
    fill: transparent; 
    stroke: transparent;
}

#track-inner {
    fill: transparent;
}

#track-fill,
#handle-inner,
#handle-clone {
    fill: #E91E63;
}

.progress {
    position: absolute;
    font-weight: bold;
    line-height: 100px;
    top: 50%;
    left: 100%;
    transform: translate(-25%, -50%);
}

.fixed-block {
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    z-index: 23;
}
.fixed-block.active {
    opacity: 1;
}

#globe {
    transition: all 0.3s ease;
}

.chart-target{
    position: absolute;
    left: 83px;
    bottom: 70px;
    color: #fff;
    letter-spacing: 1px;
    z-index: 22;
}
.chart-target a{
    color: #fff;
    font-weight: bold;
}
.chart-target span{
    position: absolute;
    right: -24px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -8px;
    letter-spacing: 0;
    color: #fff;
}

/* 768px adaptation */
.mobile-slider {
    background: linear-gradient(90deg, #E7E7E7 0%, #E7E7E7 100%);
    padding: 20px 35px;
    position: relative;
    max-height: 100px;
    transition: all 0.3s ease;
    visibility: visible;
    overflow: hidden;
}
.mobile-slider.hide {
    max-height: 0;
    visibility: hidden;
    padding: 0 35px!important;
}
.mobile-slider img {
    display: block;
}
.mobile-slider__bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*right: 20px;*/
    color: #fff;
    background-color: #00AEEF;
    font-size: 26px;
    padding: 10px 30px;
    border-radius: 22px;
    cursor: pointer;
}

.text-details__btn {
    background-color: #E7E7E7;
    text-align: center;
    font-size: 18px;
    padding: 17px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 40px;
    transition: all 0.2s ease;
    color: #A0A0A0;
}
.text-details__btn.active {
    background: linear-gradient(90deg, #50C3A1 -0.01%, #008C64 100%);
    color: white;
}

.header-btn,
.mobile-visible {
    display: none !important;
}

.desktop-hidden {
    display: block !important;
}

#desktop-mchart1-info,
#desktop-mchart2-info,
#desktop-mchart3-info,
#desktop-mchart4-info,
#desktop-chart2-info,
#desktop-chart3-info,
#desktop-chart4-info,
#desktop-chart-info {
    cursor: pointer;
}

#desktop-mchart-info-popup.column-popup,
#desktop-mchart2-info-popup.column-popup,
#desktop-chart2-info-popup.column-popup,
#desktop-chart3-info-popup.column-popup,
#desktop-chart4-info-popup.column-popup,
#desktop-chart-info-popup.column-popup {
    top: 50%;
    width: auto;
}

@media (max-width: 1024px) and (min-width: 769px) {
.fixed-block .fahrenheit {
    top: 48rem !important;
    /* min-height: 20rem; */
    min-height: 30vw !important;;
    position: relative !important;;
    left: 0% !important;;
}
.fixed-block .celsius {
    top: auto !important;
    bottom: 350px !important;
    right: 25% !important;
}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1){ .custom-vbar {
      
        border-radius: 14px !important;}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2){ .custom-vbar {
      
        border-radius: 14px !important;}
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px){ .custom-vbar {
      
        border-radius: 14px !important;}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px){ .custom-vbar {
      
        border-radius: 14px !important;}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3){ .custom-vbar {
      
        border-radius: 14px !important;}
}
 


@media (max-width: 1024px) {
    .custom-vbar .vbar-content .vbar.active {
        border-radius: 14px!important;
        -webkit-border-radius: 14px!important;
    }

    .header-btn,
    .mobile-visible {
        display: block !important;
    }

    .mobile-hidden,
    .desktop-hidden {
        display: none !important;
    }

    .header-btn .fl-html {
        text-align: right;
    }

    .header-btn .fl-module-content {
        margin: 16px 0 4px;
    }

    .header-btn .fl-html .hamburger-btn {
        display: inline-block;
        width: 38px;
        height: 18px;
        cursor: pointer;
        position: relative;
    }

    .section-hero .section-wrapper .two-column.text-content .column-popup {
        max-width: 80%;
        top: 80px;
    }

    .header-btn .fl-html .hamburger-btn span {
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        left: 0;
    }

    .header-btn .fl-html .hamburger-btn span:first-child {
        top: 0;
    }

    .header-btn .fl-html .hamburger-btn span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .header-btn .fl-html .hamburger-btn span:last-child {
        bottom: 0;
    }
    

    .flyout-section .fly-out {
        display: flex;
        flex-direction: column;
    }

    .flyout-section .earth {
        display: none;      
    }

    .flyout-section .active .earth {
        display: block;      
    }

    .flyout-section .active .graph {
        display: none;
    }


    .section-hero {
        padding: 0 !important;
        /*min-height: 450px;*/
        min-height: auto;
    }
    .section-hero .section-wrapper {
        max-width: none;
        width: 100%;
        padding: 0;
    }
    .section-hero .section-wrapper .hero-content {
        padding: 0;
    }
    .section-hero .section-wrapper .two-columns-container {
        display: block;
        margin-bottom: -25%;
    }

    .section-hero .section-wrapper .two-column.text-content h1,
    .section-hero .section-wrapper .two-column.text-content #stage-container,
    .section-hero .section-wrapper .two-column.text-content #headed-content,
    .section-hero .section-wrapper .two-column.text-content .column-popup,
    .section-hero .section-wrapper .two-column.text-content .box-content,
    .section-hero .section-wrapper .two-column.text-content .chart-target,
    .section-hero .section-wrapper .two-column.text-content .slidecontainer {
        display: none;
    }
    .section-hero .section-wrapper .two-column.text-content {
        position: absolute;
        top: 100px;
        width: 100%;
    }
    .section-hero .section-wrapper .two-column.text-content #decade-chart {
        position: absolute;
        width: 90%;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .section-hero .box-content {
        left: 30px;
    }
    .hero-content .two-columns-container .two-column {
        margin-bottom: 0;
    }
    .hero-content .two-columns-container .two-column .circular {
        left: 45px;
        width: 90%;
        bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        min-height: auto;
        transition: all 0.2s ease;
    }

    .section-hero #globe {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .section-hero.active .smoke-building-trees-img,
    .section-hero.active .svg-smog,
    .section-hero.active .fixed-block,
    .section-hero.active .two-column .circular {
        opacity: 0.05;
    }
    .section-hero.active .section-wrapper .two-column.text-content #decade-chart {
        opacity: 1;
    }

    /**/
    .smoke-building-trees-img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .smoke-building-trees-img .trees-container {
        max-width: 100%;
    }
    .smoke-building-trees-img .trees-container .svg-trees {
        max-width: 100%;
        margin: 0;
        height: auto;
    }

    .section-hero .svg-smog {
        bottom: 0;
        height: auto;
        width: auto;
    }

    .fixed-block.active {
        top: 50%;
        transform: translateY(-50%);
    }

    .fixed-block .fahrenheit {
        top: 3rem;
        min-height: 20rem;
        /* min-height: 28vw; */
        position: relative;
        left: -6%;
    }
    .fixed-block .fahrenheit span.letter {
        top: 2vw;
    }
    .fixed-block .fahrenheit span.letter, 
    .hero-content .two-columns-container .two-column .fahrenheit span.letter {
        font-size: 14vw;
    }
    .fixed-block .fahrenheit span#fahrenheit-value {
        font-size: 40vw;
    }
    .fixed-block .fahrenheit span.symbol {
        right: 35vw;
        width: 4vw;
        height: 4vw;
        border: 1vw solid #FFF;
    }
    .fixed-block .celsius {
        top: auto;
        bottom: -75px;
        right: 35%;
    }

    @-webkit-keyframes smokes1024 {
        0%   {right: 0px;}
        100%  {right: -330px;}
    }

    .section-hero .svg-smog {
        /*right: -330px;*/
        right: 0;
        /*animation: smokes1024 10s;*/
        animation: none;
    }

    .section-hero.deg-2 .svg-smog-2, 
    .section-hero.deg-3 .svg-smog-3, 
    .section-hero.deg-4 .svg-smog-4, 
    .section-hero.deg-5 .svg-smog-5, 
    .section-hero.deg-6 .svg-smog-6, 
    .section-hero.deg-7 .svg-smog-7 {
        right: 0;
    }
    /**/



    .section-three-columns {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

    .three-columns-content .three-column:first-child {
        margin-top: 0;
    }

    .three-columns-content .three-column:first-child h2 {
        padding-top: 0;
        margin-right: 0;
    }


    .section-three-columns .section-wrapper{
        padding: 0;
    }
    .section-three-columns .section-wrapper .three-columns-content {
        flex-direction: column;
        width: 100%;
    }
    .section-three-columns .section-wrapper .three-columns-content .three-column{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .section-three-columns .section-wrapper .three-columns-content .three-column:nth-child(2),
    .section-three-columns .section-wrapper .three-columns-content .three-column:nth-child(3){
        display: none;
    }
    .section-three-columns .section-wrapper .three-columns-content.show-labels .three-column:nth-child(2),
    .section-three-columns .section-wrapper .three-columns-content.show-labels .three-column:nth-child(3){
        display: block;
    }
    .section-three-columns .section-wrapper .three-columns-content .three-column:first-child{
        padding: 0 40px 10px;
        overflow: hidden;
        max-height: 600px;
        transition: all 0.3s ease;
    }

    .section-three-columns .section-wrapper .three-columns-content .three-column.mhidden:first-child{
        max-height: 0;
        padding: 0 20px;
    }
    .section-three-columns .section-wrapper .three-columns-content .three-column .top-section__step3 h1 {
        font-family: var(--swiss-font-thin);
        /* font-family: 'Swiss 721Bold'; */
    }

    .section-three-columns .section-wrapper .three-columns-content .text-details{
        max-width: 100%;
    }
    .section-three-columns .section-wrapper .three-columns-content .text-details__wrapp {
        padding: 2px 20px;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s ease;
    }
    .section-three-columns .section-wrapper .three-columns-content .text-details__wrapp a.i-btn {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .section-three-columns .section-wrapper .three-column.active .text-details__wrapp {
        padding: 15px 20px 10px;
        max-height: 300px;
    }
    .section-three-columns .section-wrapper .three-columns-content .text-details__wrapp p{
        margin-top: 0;
        color: #000000;
        line-height: 1.3;
        font-size: 18px;
        font-family: var(--swiss-font-light);
    }
    .section-three-columns .section-wrapper .three-columns-content .vbar-main{
        flex-direction: column;
        position: relative;
    }
    .methane-range-slider, .co-range-slider {
        display: none;
    }
    .custom-vbar .vbar-content .vbar:last-child,
    .custom-vbar .vbar-content .vbar:first-child,
    .custom-vbar .vbar-content .vbar {
        border-radius: 0;
        margin: 0;
        z-index: 4;
        display: block;
        line-height: 28px;
        top: 0;
        padding-right: 30px;
        width: 120px;
    }
    .custom-vbar .vbar-content .vbar.active {
        z-index: 5;
        top: 0;
        position: absolute;
    }
    .custom-vbar {
        margin-left: 0;
        position: absolute;
        top: 10px;
        right: 20px;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        overflow: hidden;
        height: 28px;
        transition: all 0.3s ease;
        align-items: flex-start;
    }
    .three-columns-content.show-labels .custom-vbar {
        top: 18px;
    }
    .custom-vbar:after {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 7px;
        right: 11px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: rotate(-45deg);
        z-index: 10;
    }
    .section-three-columns .section-wrapper .three-column.active .custom-vbar.active {
        height: 84px;
    }
    .section-three-columns .section-wrapper .three-column.active .custom-vbar.active .vbar-content .vbar.active {
        position: relative;
    }
    
    .section-three-columns .section-wrapper .three-columns-content .vbar-main h2 br{
        display: none;
    }
    .section-three-columns .section-wrapper .three-columns-content .vbar-main h2{
        width: 100%;
        background-color: #E7E7E7;
        padding: 10px 20px;
        margin-bottom: 0;
        cursor: pointer;
    }

    .column-popup {
        z-index: 22;
        max-width: 190%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

    .flyout-section {
        z-index: 1 !important;
    }

    .three-column__buttons {
        margin-top: 15px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .three-column .top-section[data-step="2"] .three-column__buttons {
        justify-content: flex-end;
    }
    .three-column__button {
        color: #fff;
        padding: 7px 0;
        width: 135px;
        text-align: center;
        font-size: 18px;
        border-radius: 20px;
        cursor: pointer;
    }
    .three-column__button.gray {
        background-color: #C4C4C4;
    }
    .three-column__button.blue {
        background-color: #00AEEF;
        position: relative;
    }

    .three-column__button.green {
        background: linear-gradient(135deg, #50C3A1 6.58%, #209A77 93.48%);
        position: relative;
    }
    
    .three-column__button.green:after,
    .three-column__button.blue:after {
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: transparent;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: rotate(-135deg);
        right: 27px;
        top: 13px;
    }
    
    .three-column .top-section[data-step="1"] .top-section__step2,
    .three-column .top-section[data-step="1"] .top-section__step3 {
        display: none;
    }

    .three-column .top-section[data-step="2"] .top-section__step1,
    .three-column .top-section[data-step="2"] .top-section__step3 {
        display: none;
    }

    .three-column .top-section[data-step="3"] .top-section__step1,
    .three-column .top-section[data-step="3"] .top-section__step2 {
        display: none;
    }

    .three-column .top-section h2 {
        color: #ABABAB;
        margin-top: 18px;
        font-size: 30px !important;
        margin-bottom: 5px;
    }
    .three-column .top-section p {
        color: #000000;
        line-height: 1.3;
        font-size: 18px;
    }

    .mc-text[data-step="3"] .mc-text__step1,
    .mc-text[data-step="3"] .mc-text__step2 {
        display: none;
    }

    .mc-text[data-step="2"] .mc-text__step1,
    .mc-text[data-step="2"] .mc-text__step3 {
        display: none;
    }
    
    .mc-text[data-step="1"] .mc-text__step2,
    .mc-text[data-step="1"] .mc-text__step3 {
        display: none;
    }

    .three-columns-content .three-column h2 span {
        padding: 0 0 3px;
        border: none;
        color: #ABABAB;
        font-family: 'Swiss 721Bold';
        display: none;
    }

    .three-columns-content.show-labels .three-column h2 span {
        display: block;
    }

    .three-columns-content .three-column:first-child h2::before {display: none;}
    .three-columns-content .three-column:first-child h2::after {display: none;}

    .mobile-chart-label {
        text-align: left;
        color: white;
    }
    .fl-html .mobile-chart-label p {
        line-height: 1 !important;
        margin: 0;
        font-size: 14px !important;
    }
    .mobile-chart-label p:nth-child(2) {
        margin-top: 8px;
    }
    .mobile-chart-label img{
        width: 20px;
    }
    
    #btn-sources:active {
    	background: linear-gradient(135deg, #007854 0.01%, #228A6B 100%);
    	border: none;
    }

    #btn-solutions:active {
    	border: none;
    	background: linear-gradient(135deg, #67B200 0.02%, #6AB304 39.54%, #72B812 83.04%, #76BA19 100.03%);
    }
    
    #btn-edf:active {
    	border: none;
    	background: linear-gradient(135deg, #0092E6 0%, #008CE1 100%);
    }
}

@media (max-width: 640px) {
    .section-hero {
        max-height: 525px;
    }
}

@media (max-width: 500px) {
    .section-three-columns .section-wrapper .three-columns-content .vbar-main h2 {
        font-size: 18px;
    }

    .custom-vbar {
        top: 9px;
    }

    .three-columns-content.show-labels .custom-vbar {
        top: 16px;
    }

    .three-columns-content .three-column:first-child h2 {
        line-height: 1.2;
    }

    .three-column .top-section p {
        font-size: 16px;
    }
}
@media (max-width: 475px) {
    .section-hero .section-wrapper .two-column.text-content #decade-chart{
        top: 30%;
        max-width: calc( 100% - 70px );
    }
}
@media (max-width: 425px) {

    .fixed-block .fahrenheit {
        left: -10%;
    }

    .fixed-block .celsius {
        font-size: 3.5rem;
        padding: 5px 15px;
        bottom: -67px;
    }
}

@media (max-width: 375px) {
    .fixed-block .fahrenheit {
        left: -15%;
    }

    .fixed-block .fahrenheit span.symbol {
        right: 37vw;
    }

    .fixed-block .fahrenheit span.letter {
        left: 18px;
    }

    .fixed-block .celsius {
        font-size: 3rem;
        right: 33%;
    }
    /*html #wpadminbar {
        position: fixed;
    }
    body {
        box-sizing: border-box;
        overflow: hidden;
    }*/
    .txtgray .fl-rich-text {
        padding: 0 20px;
    }
}



/* Raza CSS Iphone 6/7/8/ Media Queries */

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .three-columns-content .three-column:first-child h2 {
        line-height: 1;
}
    .section-three-columns .section-wrapper .three-columns-content .vbar-main h2 {
        font-size: 16px !important;
    }

 #site-content {
 	/* max-height: 100vh !important; */
     /*height: 100vh !important;*/ 
     /*margin-bottom: 8%;*/
	}    
}

/* Raza CSS Iphone 6/7/8/ Media Queries Scroll Bar CSS*/

/* @media (max-width: 980px) { */

       
   /*  ::-webkit-scrollbar {
   width: 20px;
   } */
    
    /* / Track / */
   /*  ::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
   } */
    
    /* / Handle / */
   /*  ::-webkit-scrollbar-thumb {
   background: black;
   border-radius: 10px;
   } */
    
    /* / Handle on hover / */
   /*  ::-webkit-scrollbar-thumb:hover {
   background: black;
   }::-webkit-scrollbar {
   width: 20px;
   } */
    
    /* / Track / */
   /*  ::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
   } */
    
    /* / Handle / */
   /*  ::-webkit-scrollbar-thumb {
   background: black;
   border-radius: 10px;
   } */
    
    /* / Handle on hover / */
  /*   ::-webkit-scrollbar-thumb:hover {
  background: black;
  }
   */
/* } */


/*Ipad Temperature Styling Correction*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1025px) and (orientation : portrait) {
    .fixed-block.active {
        height:1100px !important;
    }
    
    .fixed-block .fahrenheit {
        left: -3% !important;
    }

    .fixed-block .celsius {
        right: 32% !important;
    }
    #site-content {
     	/* max-height: 100vh !important; */
         /*height: 100vh !important;*/ 
         /*margin-bottom: 8%;*/
    }
    .hero-content .two-columns-container .two-column .circular {
        /* left: 28px !important; */
        width: 86% !important;
    }
}

/*Ipad Temperature Styling Correction*/

/****** Bug Tracker CSS ******/
/*Data VIZ Section Mobile Layout New*/
@media only screen and (min-device-width : 375px) and (max-device-width : 767px) {
    .section-three-columns .section-wrapper .three-columns-content .three-column .top-section__step3 h1 {
        font-size: 20px !important;
        font-weight: 700;
        margin-top: 13px !important;
    }
    
    .three-column .top-section p {
        font-size: 14px !important;
    }

    .section-three-columns .section-wrapper .three-columns-content .three-column:first-child {
        padding: 0 32px 5px !important;
    }
    
    .mobile-slider {
        padding: 14px 35px !important;
    }

    .mobile-slider__bar {
        top: 47% !important;
        font-size: 20px !important;
        padding: 2px 17px !important;
    }

    .section-three-columns .section-wrapper .three-columns-content .vbar-main h2 {
        padding: 9px 20px !important; 
    }

    .hero-content .two-columns-container .two-column .circular {
        left: 28px !important;
        width: 86% !important;
    }

    .section-hero .section-wrapper .two-columns-container {
        margin-bottom: -19% !important;
    }

    .section-hero .section-wrapper {
        width: 100% !important;
    }

    header > .fl-row > .fl-row-content-wrap {
        padding-top: 10px !important;
    }


    #logo .fl-photo-content img {
        max-width: 121px !important;
        max-height: 54px !important;
    }
    
    .header-btn .fl-module-content {
        margin: 5px 0 4px !important;
    }

    .fixed-block.active {
        top: 45% !important;
        left: 102.031px !important;
    }
    
    .fixed-block .fahrenheit span.plus,
    .hero-content .two-columns-container .two-column .fahrenheit span.plus {
        font-size: 6rem !important;
    }
    .fixed-block .fahrenheit span#fahrenheit-value {
        font-size: 30vw !important;
    }
    .fixed-block .celsius {
        padding: 5px 6px !important;
        bottom: -9px !important;
    }
    .fixed-block .celsius span.plus{ 
        font-size: 1.5rem !important;
    }
    .fixed-block .celsius span#celsius-value {
        font-size: 1em !important;
    }
    .fixed-block .celsius span.symbol{
        border: 2.2px solid rgba(255,255,255,0.8) !important;
        width: 8px !important;
        height: 8px !important;
        top: 8px !important;
        right: 8px !important;
    }
    .fixed-block .fahrenheit span.symbol {
        right: 36vw !important;
    }
    .fixed-block .fahrenheit {
        left: -23% !important;
        margin-top: 20px;

    }
    .fixed-block .celsius {
        right: 44% !important;
    }
    .mobile-edf .tab5-child-reduce .fl-rich-text .tap-text {
    font-size: 24px !important;
    }
    .fixed-block .fahrenheit span.letter {
        top: 2vw;
        margin-top: -28px;
    }
    .fixed-block .fahrenheit span.symbol {
        top: 3vh;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px)  and (-webkit-device-pixel-ratio: 2)  { 
    .hero-content .two-columns-container .two-column .circular {
        /* left: 28px !important; */
        width: 73% !important;
    }
    .fixed-block .fahrenheit span.symbol {
        right: 23vw !important;
    } 
    .fixed-block .celsius {
        right: 41% !important;
        bottom: -9px !important;
    }
    .section-hero .section-wrapper {
        width: 94% !important;
    }
    .fixed-block .fahrenheit {
        left: -18% !important;
    }
    .header-btn .fl-module-content {
        margin: 1px 0 4px !important;
    }
    #logo .fl-photo-content img {
        max-width: 102px !important;
        max-height: 54px !important;
    }
    .header-btn .fl-html {
        margin-top: -6px !important;
    }
}

@media only screen and (min-width : 380px) and (max-width : 700px) { 
    .hero-content .two-columns-container .two-column .circular {
        /* left: 28px !important; */
        width: 100% !important;
    }

    .fixed-block .fahrenheit span.symbol {
        right: 43vw !important;
    } 
    .fixed-block .celsius {
        right: 49% !important;
    }
    .section-hero .section-wrapper {
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .hero-content .two-columns-container .two-column .circular {
        /* left: 28px !important; */
        width: 86% !important;
    }
}

/*Data VIZ Section Mobile Layout New*/

/*Geography Section Aligned*/
.fl-node-5ede35f6e17e6 > .fl-module-content {
    margin-top: 0px !important;
}

.fl-node-5ede3638b0e74 > .fl-module-content {
    margin-top: 0px !important;
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { 
    .three-columns-content .three-column h2 {
        letter-spacing: 0px !important;
    }
    #site-content {
        margin-bottom: 8% !important;
    }
    .mobile-edf .tab5-child-remove .fl-rich-text .tap-text{
    font-size: 18px !important;
}
}

@media only screen and (min-width : 300px) and (max-width : 374px) {
    .fl-page-content {
        width: 375px;
    }
    .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
        width: 360px;
    }

    #logo .fl-photo-content img {
        max-width: 121px !important;
        max-height: 54px !important;
    }
}

@media (max-width: 425px) and (min-width: 415px) {
.mobile-sources .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(2) > .custom-tab2 a.fl-button {
    max-width: 185px !important;
    }    
}
/* .fl-module-content {
   margin: 0px !important; 
} */
/*Geography Section Aligned*/


/*Ipad Pro 9.7*/

@media only screen and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 2) {
.fixed-block .celsius {
    top: 400px !important;
    bottom: auto !important;
    margin-top: 350px !important;}
    
    .fixed-block .fahrenheit span.symbol {
        right: 35vw;
        top: -30px;
    }
    
    .fixed-block .fahrenheit {
    top: 43rem !important;
    /* min-height: 10vw !important;} */

}

/*Ipad Pro 9.7*/

/*Ipad Pro 12.7*/

@media only screen   and (min-device-width: 1024px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 2) {
.fixed-block .fahrenheit span.symbol {
    /* right: 24vw;
    top: -46px; */
    right: 33vw;
        top: 0px;
}
}

/*Ipad Pro 12.7*/

/*Ipad Pro 11 2018*/

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.fixed-block .fahrenheit span.symbol {
    /* right: 26vw;
    top: -46px; */
    right: 30vw;
    top: -10px;
}
}

/*Ipad Pro 11 2018*/

/*Ipad Pro 12.9*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #decade-chart>svg {
        width: 920px;
    }
    .section-hero .section-wrapper .two-column.text-content #decade-chart {
        top: 10px;
}
}

/*Ipad Pro 12.9*/

/*Close Button Methane Reduction*/
#methClose, #co2Close, #chart-popup-close, #desktop-chart-info-close, #desktop-chart2-info-close{
    background: transparent;
    top: -30px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    z-index: 1;
}
/*Close Button Methane Reduction*/

/* Gravity forms styling */
.send-message .column p {
    margin-bottom: 2em;
}

.send-message #gform_confirmation_message_1 {
    font-size: 32px;
    line-height: 40px;
    color: #ddd;
}