﻿
@media screen and (min-width:1400px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 12px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.5em;
        font-weight: 600;
    }

    #segmentIntroText {
        font-size: 1.2em;
    }

    .subBtnText {
        font-size: 1em;
        font-weight: 600;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 12px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.5em;
        font-weight: 600;
    }

    #segmentIntroText {
        font-size: 1.2em;
    }

    .subBtnText {
        font-size: 1em;
        font-weight: 600;
    }
}

@media screen and (max-width:1199px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 10px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.5em;
        font-weight: 600;
    }

    #segmentIntroText {
        font-size: 1.1em;
    }

    .subBtnText {
        font-size: 1em;
        font-weight: 600;
    }
}

@media screen and (max-width:1199px) {
    body {
        color: black;
        overflow-x: hidden;
        font-size: 10px;
        font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
    }

    .calloutNumber {
        font-size: 1.2em;
        font-weight: 600;
    }

    .subBtnText {
        font-size: 1.1em;
        font-weight: 600;
    }
}

a {
    color: #330B6D;
}

#totalTaxPie{
    text-align:center;
    font-weight:600;
    font-size:1.3em;
}

#mapListTable{
    border:2px solid black;
}

div.msaLabel {
    position: absolute;
    text-align: center;
    color: black;
    width: 100px;
    height: 20px;
    /*font-size: 14px;*/
    background: #D2C8FF;
    border: 1px solid black;
    border-radius: 3px;
}

#ardaNavLogo {
    background-size: cover;
    max-width: 90%;
    height: auto;
}

#region-map.dc-chart {
    width: 100%;
}

.opTableNumber{
    text-align:center;
}

.opTableNumberLast {
    text-align: center;
}

.opTableTopLine{
    font-weight:600;
}

.opTableSubLine{
    padding-left:1.5em;
}

.filterSelected {
    background: #FFBF00;
    color: white;
    border: 3px solid black;
}

#sizePieNote {
    font-size: .9em;
    text-align: center;
}

.tdSpacerHoriz {
    width: 10%;
    line-height: .5em;
}

.modal-header {
    background: #330B6D;
    color: white;
}

.tdSpacerVert {
    width: 10%;
}

.singleRowSpacer {
    width: 20%;
}

.chartTitle {
    text-align: center;
    font-weight: 600;
    margin-bottom: .7em;
}

.chartSubHeader{
    font-weight:400;
}

.nav-item {
    margin-bottom: .5em;
}

.tdContent {
    width: 50%;
}

.filterBtn {
    padding: .5em;
    font-size: 1em;
}

.filterBtnText {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.btn.btn-primary {
    width: 100%;
}

.btn {
    border-color: white !important;
    background: #330B6D;
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

    .btn:hover {
        background: #D2C8FF;
        color: #000000;
    }

.btn.btn-primary.downloadBtn{
    width: 25%;
}

.callouts {
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    background-color: #6E50FF; /*pale blue*/
    color: black;
    font-weight: 600;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 0.5em 0;
}

.dc-chart rect.bar:hover {
    fill-opacity: 1;
}

/*.dc-chart rect.bar {
    cursor: default;
    fill: #D2C8FF;
    fill-opacity: 1;
}*/

.dc-chart .grid-line, dc-chart .axis .grid-line {
    display: none;
}

/*table properties*/
/*JS charts related CSS do not touch please*/
.dc-chart g.row text {
    fill: black;
    font-size: 0.9em;
    cursor: pointer;
}

/*.dc-chart g.row rect {
    fill: #D2C8FF;
    fill-opacity: 1;
}*/


svg:not(:root) {
    overflow: visible;
}

text {
    color: black;
}

.selected {
    background: #D2C8FF;
    color: black;
}

.firstCol {
    text-align: left;
}

.secondCol {
    text-align: center;
}

.nextCol {
    text-align: center;
}

.borderRow {
    border-bottom: 3px solid #330B6D;
    font-weight: 600;
}

#yearDisplay {
    float: right;
    width: 10%;
    border: 3px solid black;
    margin-bottom: .5em;
    padding: .2em 1em .2em 1em;
    text-align:center;
    border-radius: 5px;
}

.filterButton {
    padding: 1em;
    border: 3px solid black;
    border-style: hidden;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    color: white;
    /*background: #D0991033;*/
    background: #330B6D;
    vertical-align: middle;
}

.btnLogo {
    background: white;
    padding: 0;
}

    .btnLogo:hover {
        background: white;
        padding: 0;
    }

.segmentSubTitle {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

h4 {
    font-family: "Galano Grotesque SemiBold", CenturyGothic, AppleGothic, sans-serif;
}

#logoListItem {
    margin-bottom: 0;
}

.infoMap {
    /*position: absolute;*/
    overflow-x: visible;
}

.infoTableHeader {
    color: #330B6D;
    font-weight: 600;
    text-align: center;
}

.leftColNational {
    text-align: center;
}

#nationalShare {
    color: #330B6D;
    font-weight: 600;
    text-align: center;
}

.stateTableSubHeader {
    color: black;
    font-weight: 600;
    text-align: left;
}

.resortTableHeader {
    background: #4472c4;
    color: white;
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;
}

.resortYearHeader {
    color: black;
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
}

.infoTableHeader2 {
    background: #4472c4;
    color: white;
    font-size: 1.1em;
    text-align: center;
    width: 40%;
    border-bottom: 2px solid black;
}

.spacers {
    width: 10%;
}

.infoTaxTableHeader {
    background: #4472c4;
    color: white;
    font-size: 1.1em;
    text-align: center;
}

.infoVacTableHeader {
    background: #4472c4;
    color: white;
    font-size: 1.1em;
    text-align: center;
}

.infoVacTableHeaderFirst {
    background: #4472c4;
    color: white;
    font-size: 1.1em;
    text-align: left;
}

.rightCol {
    text-align: left;
    /*background: #dae3f3;*/
    background: white;
    padding-left: .5em;
    font-weight: 600;
    width: 25%;
}

.rightColTotal {
    text-align: left;
    background: white;
    padding-left: .5em;
    font-weight: 600;
    width: 25%;
    font-weight: 600;
}

.rightTaxCol {
    text-align: center;
    background: white;
    width: 20%;
}

.rightVacCol {
    text-align: center;
    background: white;
    width: 17%;
}

.rightTaxColTotal {
    text-align: center;
    background: white;
    width: 20%;
    font-weight: 600;
}

.taxItem {
    text-align: left;
    background: white;
    width: 20%;
}

.vacColTotal{
    text-align:center;
}

.vacItem {
    text-align: left;
    background: white;
    width: 32%;
}

.sumTaxItem {
    text-align: left;
    background: white;
    width: 20%;
    font-weight: 600;
}

.rightColTopLevel {
    text-align: left;
    /*background: #dae3f3;*/
    background: white;
    font-weight: 600;
    width: 25%;
}

.totalItem {
    text-align: left;
    font-weight: 600;
}

#nationalTableHeader {
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
}

.stateTableHeaderName {
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
}

#nationalInfoTable {
    margin-top: 1em;
}

.totalBorder {
    border-bottom: 2px solid black;
}

.totalBorder2 {
    border-bottom: 1px solid #4472c4;
}

.rightMidCol {
    text-align: center;
    background: white;
/*    width: 25%;*/
}

.rightMidColTotal {
    text-align: center;
    background: white;
    width: 25%;
    font-weight: 600;
}

.rightMidTaxCol {
    text-align: center;
    background: white;
    width: 20%;
}

.rightMidVacCol {
    text-align: center;
    background: white;
    width: 17%;
}

.rightMidTaxColTotal {
    text-align: center;
    background: white;
    width: 20%;
    font-weight: 600;
}

.rightColIndent {
    text-align: left;
    background: white;
    padding-left: 1.5em;
    width: 25%;
}

.leftCol {
    text-align: center;
    padding-left: .5em;
    background: white;
/*    width: 25%;*/
}

.leftColTotal {
    text-align: center;
    padding-left: .5em;
    background: white;
/*    width: 25%;*/
    font-weight: 600;
}

.leftTaxCol {
    text-align: center;
    padding-left: .5em;
    background: white;
    width: 20%;
}

.leftVacCol {
    text-align: center;
    padding-left: .5em;
    background: white;
    width: 17%;
}

.leftTaxColTotal {
    text-align: center;
    padding-left: .5em;
    background: white;
    width: 20%;
    font-weight: 600;
}

.leftMidCol {
    text-align: center;
    background: #f2f2f2;
    width: 25%;
}

.leftMidColTotal {
    text-align: center;
    background: #f2f2f2;
    width: 25%;
    font-weight: 600;
}

.leftMidTaxCol {
    text-align: center;
    background: #f2f2f2;
    width: 20%;
}

.leftMidVacCol {
    text-align: center;
    background: #f2f2f2;
    width: 17%;
}

.leftMidTaxColTotal {
    text-align: center;
    background: #f2f2f2;
    width: 20%;
    font-weight: 600;
}


.natTableHeader {
    font-weight: 600;
    font-size: 1.2em;
    background: white;
    width: 25%;
}

.stateTableHeaderFirstCol {
    font-weight: 600;
    font-size: 1.2em;
    background: white;
    text-align: left;
    width: 25%;
}

.stateTableHeader {
    font-weight: 600;
    font-size: 1.2em;
    background: white;
    text-align: center;
    width: 25%;
}

.stateTableHeaderTotal {
    font-weight: 600;
    font-size: 1.2em;
    background: #f2f2f2;
    text-align: center;
    width: 25%;
}

.instrBox {
    font-weight: 600;
    font-size: .9em;
}

.sideTableSelected {
    background: #FFBF00;
    border: 3px solid black;
}

#instructionTable {
    width: 100%;
    background: white;
    border: 3px solid black;
}

.instrTableFirstRow {
    width: 25%;
    font-size: 1em;
}

.instrTableSecondRow {
    width: 33%;
    font-size: 1em;
}

.instrTableRow {
    width: 10%;
    font-size: .9em;
    padding: 0em .2em 0em .2em;
    text-align:center;
}

.secondInstrTableRow {
    width: 20%;
    font-size: .9em;
    padding: 0em .2em 0em .2em;
    text-align: center;
}

#employmentMultiplier g.axis {
    display: none;
}

#annualCompensation g.axis.y{
    display: none;
}

#annualCompensation rect.bar{
    fill: #D2C8FF;
}

#colorBlockOne {
    width: 10%;
    background: #61CAE1;
}

#colorBlockTwo {
    width: 10%;
    background: #a790C4;
}

#colorBlockThree {
    width: 10%;
    background: #939598;
}

#StateFlorida {
    fill: #808080;
}

#StateArizona {
    fill: #808080;
}

#StateVirginia {
    fill: #808080;
}

#StateSouthCarolina {
    fill: #808080;
}

#StateHawaii {
    fill: #808080;
}

#StateTennessee {
    fill: #808080;
}

#StateMissouri {
    fill: #808080;
}

#StateCalifornia {
    fill: #808080;
}

#StateAlabama {
    fill: #808080;
}

#StateAlaska {
    fill: #808080;
}

#StateArkansas {
    fill: #808080;
}

#StateColorado {
    fill: #808080;
}

#StateConnecticut {
    fill: #808080;
}

#StateDelaware {
    fill: #808080;
}

#StateGeorgia {
    fill: #808080;
}

#StateIdaho {
    fill: #808080;
}

#StateIllinois {
    fill: #808080;
}

#StateIndiana {
    fill: #808080;
}

#StateIowa {
    fill: #808080;
}

#StateKansas {
    fill: #808080;
}

#StateKentucky {
    fill: #808080;
}

#StateLouisiana {
    fill: #808080;
}

#StateMaine {
    fill: #808080;
}

#StateMaryland {
    fill: #808080;
}

#StateMassachusetts {
    fill: #808080;
}

#StateMichigan {
    fill: #808080;
}

#StateMinnesota {
    fill: #808080;
}

#StateMississippi {
    fill: #808080;
}

#StateMontana {
    fill: #808080;
}

#StateNebraska {
    fill: #808080;
}

#StateNevada {
    fill: #808080;
}

#StateNewHampshire {
    fill: #808080;
}

#StateNewJersey {
    fill: #808080;
}

#StateNewMexico {
    fill: #808080;
}

#StateNewYork {
    fill: #808080;
}

#StateNorthCarolina {
    fill: #808080;
}

#StateNorthDakota {
    fill: #808080;
}

#StateOhio {
    fill: #808080;
}

#StateOklahoma {
    fill: #808080;
}

#StateOregon {
    fill: #808080;
}

#StatePennsylvania {
    fill: #808080;
}

#StateRhodeIsland {
    fill: #808080;
}

#StateSouthDakota {
    fill: #808080;
}

#StateTexas {
    fill: #808080;
}

#StateUtah {
    fill: #808080;
}

#StateVermont {
    fill: #808080;
}

#StateWashington {
    fill: #808080;
}

#StateWestVirginia {
    fill: #808080;
}

#StateWisconsin {
    fill: #808080;
}

#StateWyoming {
    fill: #808080;
}

#selectedState {
    font-weight:600;
    font-size:1.2em;
}

#StateXCalifornia {
    fill: #330B6D;
    cursor:pointer;
}

#StateXArizona {
    fill: #330B6D;
    cursor: pointer;
}

#StateXColorado {
    fill: #330B6D;
    cursor: pointer;
}

#StateXFlorida {
    fill: #330B6D;
    cursor: pointer;
}

#StateXNevada {
    fill: #330B6D;
    cursor: pointer;
}

#StateXSouthCarolina {
    fill: #330B6D;
    cursor: pointer;
}

#StateXTennessee {
    fill: #330B6D;
    cursor: pointer;
}

#StateXVirginia {
    fill: #330B6D;
    cursor: pointer;
}

#StateXHawaii {
    fill: #330B6D;
    cursor: pointer;
}

#StateXMissouri {
    fill: #330B6D;
    cursor: pointer;
}

#StateXArizona:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXColorado:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXFlorida:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXHawaii:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXCalifornia:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXMissouri:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXNevada:hover {
    fill: #D2C8FF;
    cursor: pointer;
}


#StateXTennessee:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXSouthCarolina:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

#StateXVirginia:hover {
    fill: #D2C8FF;
    cursor: pointer;
}

.btnLock {
    border-color: white !important;
    background: #808080;
    color: white !important;
    width: 100%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

.newBadge {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #61CAE1;
    font-size: .9em;
}