.stateface:before {
    font-family: StateFaceRegular;
    margin-right: 5px;
}

.stateface-replace {
    text-indent: -999em;
    display: inline-block;
    position: relative;
    min-width: 1em;
}

.stateface-replace:before {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.stateface-ak:before {
    content: "A";
}

.stateface-al:before {
    content: "B";
}

.stateface-ar:before {
    content: "C";
}

.stateface-az:before {
    content: "D";
}

.stateface-ca:before {
    content: "E";
}

.stateface-co:before {
    content: "F";
}

.stateface-ct:before {
    content: "G";
}

.stateface-dc:before {
    content: "y";
}

.stateface-de:before {
    content: "H";
}

.stateface-fl:before {
    content: "I";
}

.stateface-ga:before {
    content: "J";
}

.stateface-hi:before {
    content: "K";
}

.stateface-ia:before {
    content: "L";
}

.stateface-id:before {
    content: "M";
}

.stateface-il:before {
    content: "N";
}

.stateface-in:before {
    content: "O";
}

.stateface-ks:before {
    content: "P";
}

.stateface-ky:before {
    content: "Q";
}

.stateface-la:before {
    content: "R";
}

.stateface-ma:before {
    content: "S";
}

.stateface-md:before {
    content: "T";
}

.stateface-me:before {
    content: "U";
}

.stateface-mi:before {
    content: "V";
}

.stateface-mn:before {
    content: "W";
}

.stateface-mo:before {
    content: "X";
}

.stateface-ms:before {
    content: "Y";
}

.stateface-mt:before {
    content: "Z";
}

.stateface-nc:before {
    content: "a";
}

.stateface-nd:before {
    content: "b";
}

.stateface-ne:before {
    content: "c";
}

.stateface-nh:before {
    content: "d";
}

.stateface-nj:before {
    content: "e";
}

.stateface-nm:before {
    content: "f";
}

.stateface-nv:before {
    content: "g";
}

.stateface-ny:before {
    content: "h";
}

.stateface-oh:before {
    content: "i";
}

.stateface-ok:before {
    content: "j";
}

.stateface-or:before {
    content: "k";
}

.stateface-pa:before {
    content: "l";
}

.stateface-ri:before {
    content: "m";
}

.stateface-sc:before {
    content: "n";
}

.stateface-sd:before {
    content: "o";
}

.stateface-tn:before {
    content: "p";
}

.stateface-tx:before {
    content: "q";
}

.stateface-us:before {
    content: "z";
}

.stateface-ut:before {
    content: "r";
}

.stateface-va:before {
    content: "s";
}

.stateface-vt:before {
    content: "t";
}

.stateface-wa:before {
    content: "u";
}

.stateface-wi:before {
    content: "v";
}

.stateface-wv:before {
    content: "w";
}

.stateface-wy:before {
    content: "x";
}

@font-face {
    font-family: "StateFaceRegular";
    src: url("../css/fonts/StateFace-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
.stateface {
    font-size: 160px;
    color: #06390d;
}
.stateface:hover {
    color: #fd7e14;
}
.state {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.state span {
    display: inline-block;
    line-height: 140px;
}
.state-drop {
    background-image: var(--leafyGradient);
    padding: 0 30px;
    border-radius: 50px;
    height: auto;
    display: inline-block;
    width: auto;
    background: #06390d !important;
}
.state-drop .map-state-select option {
    color: #555;
}
.state-drop .map-state-select {
    min-height: 55px;
    font-size: 17px;
    background-color: transparent;
    border: none;
    outline: none;
    width: 200px;
    color: #fff;
    letter-spacing: 1px;
    background-image: url(https://www.veriheal.com/wp-content/themes/veriheal/images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 100% center;
    appearance: none;
    padding: 10px 25px 10px 0;
}
.text-center {
    text-align: center;
}
.stateInfo {
    max-width: 320px;
    margin: 0 auto;
}
.stateInfo tr td,
.stateInfo tr th {
    font-size: 12px;
    padding: 3px;
}
@media(max-width:767px)
{
     .map-wrap {
         display:none;
     }   
}
@media(min-width:768px)
{
    .mobile-map-view
    {
        display:none;    
    }
}

.mobile-map-view .state-drop
{
    margin-bottom:25px;
}
.btn-map
{
    font-size:14px;
    min-height:0;
    padding:9px 4px 8px;
    min-width:150px;
    font-family:'medium';
    font-weight:500;
}
.state-drop .map-state-select{
    width:100%;
}
.state-drop .map-state-select{
    width:100%;
    font-size: 14px;
    font-family: 'medium';
}