.d-none {
	display: none;
}
.text-center {
    text-align: center;
}

main.main > .container {
    padding-bottom: 40px;
}

h4.gindex_title {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 0.15px;
    color: #202020;
}

p.updated_text {
    color: #B3B9C1;
    font-family: "SF Pro Display";
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
}
p.y_axis_text {
    color: #B3B9C1;
    font-family: "SF Pro Display";
    font-size: 12px !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: -64px;
    margin: 0 0 0 0;
    transform: rotate(-90deg);
    width: auto;
    overflow: visible;
    white-space: nowrap;
    height: 0;
    text-transform: uppercase;
}

.keys_table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin: 0;
    border-collapse: collapse;
    table-layout: auto;
    position: relative;
}
.keys_table tr td {
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.keys_table tr td.keys {
    text-align: right;
    line-height: 20px;
}
.keys_table tr td.keys span.key {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    line-height: 20px;
    white-space: nowrap;
    margin-left: 20px;
}
.keys_table tr td.keys span.key:first-child {
    margin-left: 0;
}
.keys_table tr td.keys span.key:before {
    content: '';
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #EFEFEF;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.keys_table tr td.keys span.key.today:before {
    background-color: #FFDE11;
}

.columns.gindex_columns {
    margin: 0 !important;
}
.columns.gindex_columns .column {
    padding: 1.25rem;
    overflow: hidden;
}
.columns.gindex_columns .column:first-child {
    padding-left: 0;
}
.columns.gindex_columns .column:last-child {
    padding-right: 0;
}
.columns.gindex_columns .column > .col-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #D8E1EC;
    padding: 1.25rem 2rem;
    border-radius: 8px;
    box-shadow: 0 24px 16px -16px rgba(216,225,236,0.8);
}

.ct-golden-section:before {
    padding-bottom: 0 !important;
}

#zip {
    display: inline-block;
    width: 80px;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 1;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    outline: none;
    text-align: center;
}

#zip::-webkit-inner-spin-button,
#zip::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#timeline {
    height: 305px;
    margin: 40px 0 0 0;
}
#timeline > svg.ct-chart-line {
    overflow: visible;
}
#timeline > svg.ct-chart-line g.ct-grids {
    /*display: none;*/
}
#timeline > svg.ct-chart-line g.ct-series-a > path.ct-line {
    stroke: #eaeaea;
    stroke-width: 2px;
}
#timeline > svg.ct-chart-line g.ct-series-b > path.ct-line {
    stroke: #FFDE11;
    stroke-width: 2px;
}
#timeline > svg.ct-chart-line g.ct-labels > foreignObject span.ct-label {
    color: #B3B9C1;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: bold;
}
#timeline > svg.ct-chart-line g.ct-labels > foreignObject[y="260"] {
    position: relative;
    width: 0;
    height: 0;
    display: block;
    overflow: visible !important;
}
#timeline > svg.ct-chart-line g.ct-labels > foreignObject[y="260"]:first-of-type span.ct-label {
    display: none !important;
}
#timeline > svg.ct-chart-line g.ct-labels > foreignObject[y="260"] span.ct-label {
    transform: rotate(-30deg);
    margin: 10px 0 0 -20px;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    line-height: 1;
    position: relative;
}
#timeline > svg.ct-chart-line g.ct-grids line {
    stroke: rgba(0,0,0,.1);
}



#gauge_container {
	display: block;
	position: relative;
    text-align: center;
    height: 225px;
    overflow: hidden;
}
#gauge_container > p {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 100px 0 0 0;
	color: #8798AD;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: "SF Pro Display";
}
#emission_count {
    display: block;
    color: #202020;
    font-family: "SF Pro Display";
    margin: 0;
    font-size: 44px;
    font-weight: bold;
}



#gauge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#gauge > svg.ct-chart-donut > g.ct-series > path.ct-slice-donut {
    stroke-width: 40px !important;
    stroke: #e0e7ff;
    animation: auto;
}



#gauge_array {
    position: relative;
    z-index: 1;
}
#gauge_array > svg.ct-chart-donut > g.ct-series > path.ct-slice-donut {
    stroke-width: 40px !important;
    stroke: #fff;
    stroke-dasharray: 2px;
}



#gauge_ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
	padding-top: 14px;
}
#gauge_ring > svg.ct-chart-donut > g.ct-series > path.ct-slice-donut {
    stroke: #fff;
	stroke-width: 8px !important;
}

#gauge_disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#gauge_disabled > svg.ct-chart-donut > g.ct-series > path.ct-slice-donut {
    stroke-width: 40px !important;
    stroke: #000;
}

@media screen and (max-width: 1140px) {
    .columns.gindex_columns {
		display: block !important;
	}
    .columns.gindex_columns .column {
		display: block;
		flex: none;
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 768px) {
    .columns.gindex_columns .column {
        padding-left: 0;
        padding-right: 0;
    }
}