* {
    font-family: Roboto;
}

body {
    background-color: #DDD;
}

    body.blankBody {
        background-color: #fff;
    }

.container {
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

article.efileBlank .container {
    border: none;
}

.efileBlankHeader {
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;*/
}

.popover-title {
    display: none;
}

@media (min-width: 34em) {
    .modal-dialog {
        width: 740px;
        margin: 30px auto;
    }
}

.modal-sm {
    max-width: 500px;
}

.modal-xs {
    max-width: 400px;
}


.row {
    background-color: #FFF;
}

.headingrow {
    line-height: 50px;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: #FFF;
}

.logo {
    margin-top: 13px;
}

.mobileheading {
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}

.navbar-fixed-top-search {
    top: 100px;
}

.scrollup {
    background: rgba(0, 0, 0, 0.5) !important;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    /*text-indent: -9999px;*/
    width: 40px;
    z-index: 1000;
    border-radius: 10px;
}

.globalContent {
    margin-top: 143px;
}

.maincontent {
    background-color: #FFF;
    margin-top: 10px;
    margin-bottom: 50px;
}

.searchrow {
    background-color: #343434;
    margin-top: 97px;
}

.searchbarmargin {
    /*margin-bottom: 8px;
    margin-top: 8px;*/
    margin-bottom: 5px;
    margin-top: 5px;
}

.searchbox {
    background-color: #FFF;
    color: #666;
    border: none;
}

.searchbutton {
    background-color: #343434;
    color: #FFF;
    border: 1px solid #666666;
    height: 36px;
}

.testimonial {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 300px;
    font-size: 14px;
}

.widget .testimonial {
    width: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.testimonial cite {
    display: block;
    text-align: right;
}

#homerightsidebar {

margin-top: 0px;
    max-width: 340px;
    margin-left: 100px;
    margin-bottom: 20px;
}

.homepagetwitterpadding {
    padding-top: 3px;
}

.bg-faded {
    background-color: #343434 !important;
}

.navbar-divider, .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar-light .navbar-nav .nav-link {
   /* color: #FFF;
    font-size: 14px;*/
    color: #FFF;
    font-size: 15px;
    font-weight:300;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #DDD;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
        color: #FFF;
    }

.navbaractivesection {
    border-bottom: 3px solid #5cb85c;
}

.content-img {
    margin: 20px;
}

.taxperttextbelowbutton {
    font-size: 14px;
    margin-top: -15px;
    display: block;
}

.btn-blue-efile {
    color: #fff;
    background-color: #4d90fe;
    border-color: #4d90fe;
    font-family: Arial;
    /*font-size: 16px;*/
    font-size: 13px;
    margin-bottom: 8px;
}

    .btn-blue-efile.active, .btn-blue-efile.focus, .btn-blue-efile:active, .btn-blue-efile:focus, .btn-blue-efile:hover, .open > .btn-blue-efile.dropdown-toggle {
        color: #fff;
        background-color: #357ae8;
        border-color: #357ae8;
    }

.btn-green-efile {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-family: Arial;
        /*font-size: 16px;*/
    font-size: 13px;
    margin-bottom: 8px;
}

    .btn-green-efile.active, .btn-green-efile.focus, .btn-green-efile:active, .btn-green-efile:focus, .btn-green-efile:hover, .open > .btn-green-efile.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

.btn-grey-efile {
    color: #fff;
    background-color: #666;
    border-color: #666;
    font-family: Arial;
        /*font-size: 16px;*/
    font-size: 13px;
    margin-bottom: 8px;
}

    .btn-grey-efile.active, .btn-grey-efile.focus, .btn-grey-efile:active, .btn-grey-efile:focus, .btn-grey-efile:hover, .open > .btn-grey-efile.dropdown-toggle {
        color: #fff;
        background-color: #555;
        border-color: #555;
    }

.card-efile-yellow {
    background-color: #FFE;
    border-color: #FFE;
}

    .card-efile-yellow .row {
        background-color: #FFE;
        margin-bottom: 10px;
    }

.card-efile-grey {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    border-radius: 0;
}

    .card-efile-grey .row {
        background-color: #F1F1F1;
        margin-bottom: 10px;
    }

.tax-calc-content-comp {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-top: 10px;
}

    .tax-calc-content-comp .row {
        background-color: #FFF;
    }

.panel-white {
    background-color: white !important;
    margin-bottom: 0px !important;
}

    .panel-white .panel-heading {
        background-color: white !important;
        border-bottom: 0px;
    }

    .panel-white .row {
        background-color: white !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .panel-white .panel-collapse {
        /*margin-top:15px;*/
    }


.panel-title > a {
    color: #0275d8 !important;
}


/*.accordion-heading {
border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}*/

.dropdown-item {
    font-size: 15px;
    color: #000;
    font-weight:300;
}
/*color:#0275d8;*/
article {
    padding: 0 10px;
}

    article h1 {
        font-weight: 400;
        font-size: 28px;
        line-height: 30px;
        margin: 15px 0 0 0;
        color: #353535;
        margin-bottom: 10px;
        padding-left: 0px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 5px;
        text-rendering: optimizeLegibility;
        text-transform: none;
        clear: both;
    }
#tagsandpages {
    padding-top: 20px;
}

    article h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    article h3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    article p {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

.video-border {
    border: 1px solid #666;
    display: inline;
}

    .video-border:hover {
        cursor: pointer;
    }

.homepageimage {
    margin-left: -10px;
    margin-bottom: 20px;
}




.bottompagination {
    float: right;
    width: 300px;
    margin-bottom: 15px;
}

.toppaginationSection {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    text-align: right;
}


.toppagination {
    float: right;
    width: 300px;
}

.bottompaginationwide {
    float: right;
    width: 500px;
    margin-bottom: 15px;
}

.toppaginationwide {
    float: right;
    width: 500px;
}

.paginationright {
    float: right;
    margin-right: 0px !important;
}

.pagination {
    height: 40px;
    /*margin: 20px 0;*/
    margin: 10px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        /*-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	box-shadow:0 1px 2px rgba(0,0,0,0.05)*/
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a, .pagination ul > li > span {
                float: left;
                padding: 0 10px;
                line-height: 30px;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
                font-size: 12px;
                /*border-left-width: 0;*/
            }
                /*.pagination ul > li > a, .pagination ul > li > span {
                float: left;
                padding: 0 14px;
                line-height: 38px;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
            }*/

                .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a, .pagination ul > .active > span {
            color: #999;
            cursor: default;
        }

        .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
            color: #999;
            cursor: default;
            background-color: transparent;
        }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

        .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination a.active {
    color: #000;
}


blockquote.pullquote {
    background: #f7f7f7;
    padding: 20px;
    color: #666666;
    line-height: 20px;
    font-size: 15px;
    margin: 10px;
    width: 300px;
    float: right;
}

blockquote {
    font-size: 14px;
    line-height: 26px;
    color: #757575;
    background: #f7f7f7;
    padding: 20px;
}

    blockquote.quoteright {
        float: right;
        width: 300px;
        margin-left: 10px;
    }




.label {
    font-weight: normal !important;
}

.card-tool-help-link {
    font-size: 12px;
    margin-top: -5px;
    display: block;
}

.err {
    font-size: 13px;
    display: block;
    /*margin-top: -25px;
    margin-bottom: 10px;*/
}


.tableyear {
    color: #AAA;
    font-size: 30px;
    line-height: 70px;
    padding: 10px;
    border-right: 1px solid #ddd;
    margin-top: 20px;
    text-align: center;
}

.tableyeartitle {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tableyearcontent {
    font-size: 15px;
    font-weight: normal;
}

.footerrow {
    background-color: #454545;
    color: white;
    min-height: 150px;
    border-top: 2px solid #454545;
}

    .footerrow .footertitle {
        background: url('') repeat-x 0 5px;
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .footerrow h4 {
        float: left;
        color: #FFF;
        background: #454545;
        font-size: 13px;
        line-height: 20px;
        font-weight: 700;
        margin-top: -2px;
        margin-bottom: 26px;
        text-transform: uppercase;
        padding-right: 10px;
    }

    .footerrow ul.nav {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .footerrow ul.nav li {
            padding-top: 3px !important;
            border-top: 1px solid #454545;
            padding-bottom: 3px;
            font-size: 14px;
        }

            .footerrow ul.nav li:first-child {
                border-top: 0px solid #eee;
            }

    .footerrow li a {
        color: #EEE;
        text-shadow: 0px 1px 1px #000;
    }

        .footerrow li a:hover {
            color: #5ea600;
            text-decoration: none;
        }

.subfooterrow {
    background-color: #010101;
    min-height: 50px;
    line-height: 50px;
    border-top: 1px solid #676767;
    color: #fff;
}

    .subfooterrow nav a {
        color: #FFF;
        margin-left: 10px;
        font-size: 14px;
        text-shadow: 0px 1px 1px #000;
    }

        .subfooterrow nav a:hover {
            text-decoration: none;
            color: #5ea600;
        }

.card-header {
    font-size: 18px;
    color: #FFF;
}

.card-block ul {
    padding: 0px;
    list-style: none;
    margin-top: -15px;
    margin-bottom: -15px;
}

    .card-block ul li {
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

        .card-block ul li:last-child {
            border: none;
            ;
        }

.card-block .card-block-footer {
    font-size: 12px;
}

.servicesheader {
    text-align: center;
    font-size: 14px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    line-height: 20px;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.servicesheaderbg {
    background-color: transparent;
}

.servicesfooter {
    text-align: center;
    font-size: 12px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
}

.servicesfooterbold {
    font-size: 16px;
}

.card-grey {
    background-color: #888888;
    border-color: #888888;
}

.freebasicheadinglink:hover, .startfreeheadinglink:hover {
    cursor: pointer;
}

.embed-responsive-item {
    border: 1px solid #E5E5E5 !important;
}

.carousel-indicators {
    bottom: -40px !important;
}

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #DDD;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #CCC;
        border-radius: 10px;
    }

.carousel .card p {
    font-size: 14px;
    padding: 0 40px;
    margin-top: 0px;
}

.carousel .card a {
    color: #0275d8;
    text-decoration: none;
}

.carousel .card .card-block {
    max-height: 185px !important;
}

.card-ltgrey {
    background-color: #F5F5F5;
    border-color: #E5E5E5;
}

.card-ltgrey-side {
    background-color: #F5F5F5;
    border-color: #E5E5E5;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

blockquote.card-blockquote {
    color: #000;
}

.card-blockquote p strong {
    color: #006600;
}

.socialmediarow {
    position: fixed;
    width: 68px;
    left: 20px;
    top: 200px;
}

.socialbox {
    border: 1px solid #ddd;
    border-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 7px;
}

.socialmediarow a {
    display: block !important;
    margin-left: 7px;
    margin-bottom: 10px;
}

.static-logo {
    position: relative;
    height: 49px;
    width: 151px;
    top: -12px;
    left: 12px;
}

.authIRS {
    position: relative;
    right: 12px;
    top: -8px;
}

.start-heading {
    line-height: 1;
    position: fixed;
    width: 150px;
    right: 40px;
    /*border: 1px solid #ddd;*/
    display: none;
    text-align: center;
    margin-top: -5px;
}

.top-askquestion {
    display: block;
    margin-top: 8px;
    margin-left: 10px;
}

.postinfo .tags {
    color: #777;
    float: left;
    margin-top: -11px;
    font-size: 11px;
    margin-right: 15px;
    /*margin-bottom: -1px;
      
      text-transform: none; 
      padding-left: 10px; 
      padding-right: 10px; 
      border: 1px solid #e5e5e5; 
      line-height: 27px;*/
}

.tags a {
border: 1px solid #ddd;
    padding: 9px 12px 8px; 
    border-radius: 3px;
    margin-left:3px;
}

span#morepages {
    font-size: 11px;
    position: relative;
    top: -20px;
    color: #777;
}

.icon-tags {
    background-position: -25px -48px;
}

.postinfo i {
    float: left;
    opacity: 0.8;
    margin-right: 8px;
    margin-top: 3px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('/ui2/images/glyphicons-halflings.png');
    /*background-position:14px 14px;*/
    background-repeat: no-repeat;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.postinfo {
    /*margin-top: -25px;*/
    width: 100%;
    /* float: right; */
    /* border: 1px solid; */
    height: 20px;
}
/*Standard Template Sidebar*/

.rightsidebar {
    margin-top: 25px;
}

#askataxquestion {
    font-size: 18px;
    font-weight: bold;
    color: #0066CC;
}

    #askataxquestion:hover {
        cursor: pointer;
    }

.widget h4 {
    font-size: 1.2rem;
    margin-top: 40px;
}

.widget ul {
    list-style: none;
    padding-left: 15px;
}

/* Contact Page Auto Reply Section */

#divSuggestions p {
    font-size: 16px;
}

/* End Contact Page Auto Reply Section */

.sharefriendlink {
    font-size: 11px;
    width: 50px;
    border: 1px solid #67B842;
    background-color: #67B842;
    color: white;
    border-radius: 5px;
    margin-left: 9px !important;
    font-family: Helvetica, sans-serif;
    height: 20px;
    line-height: 20px;
}

    .sharefriendlink a {
        color: white;
        text-align: center;
        margin-left: 0px;
        display: inline !important;
    }


@media (min-width:0em) {
    #homepagetopcarousel .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 0px;
        height: 30px;
        margin-top: -62px;
        font-size: 90px;
        color: #D5D5D5;
    }

    #homepagetopcarousel .carousel-control .icon-prev {
        margin-left: -45px;
    }
}

@media (min-width:90em) {
    #homepagetopcarousel .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 0px;
        height: 30px;
        margin-top: -62px;
        font-size: 90px;
        color: #D5D5D5;
    }

    #homepagetopcarousel .carousel-control .icon-prev {
        margin-left: -65px;
    }

    #homepagetopcarousel .carousel-control .icon-next {
        margin-right: -30px;
    }
}

@media (max-width:42em) {
    .carousel .card .card-block {
        height: auto !important;
    }
}

@media (max-width:400px) {
    #homerightsidebar {
        margin-left: -10px !important;
    }
}

@media (max-width:1100px) {
    .homepagesocialmedia {
        margin-top: 30px !important;
    }
}

@media (max-width:650px) {
    .f_right {
        display: none;
    }
}

.homepagesectionimage {
    color: #555;
    font-size: 60px;
    padding: 10px;
    float: left;
    clear: both;
    margin: 0 20px 0 0;
}

.countdown {
    /* background: url(/efile-images/countdown-clock.png) no-repeat 17px;
        min-height: 55px;*/
}

#countdowncontainer {
    font-size: 1em;
    font-weight: bold;
    color: #707070;
    margin: 0;
    padding: 12px 10px 10px 65px;
    line-height: normal;
}

    #countdowncontainer em {
        color: #333;
        font-size: 1.3em;
        font-style: normal;
        font-weight: bold;
        border-left: 1px solid #ddd;
        padding-left: 6px;
    }

        #countdowncontainer em:first-child {
            border: none;
        }

.whitelink:link, .whitelink:visited, .whitelink:hover, .whitelink:active {
    color: #FFF;
    font-size: 13px;
    display: block;
    margin-top: -5px;
}

.f_right {
    float: right;
    margin: 0 0 20px 20px;
}

    .f_right strong em {
        font-size: 18px;
    }

.txtcenter {
    text-align: center;
}

@media (max-width:767px) {
    .card-tool-label {
        text-align: center;
    }

        .card-tool-label .form-control {
            margin: 0 auto;
        }

    .headingrow {
        display: none;
    }

    .navbar-fixed-top-search, .searchrow {
        margin-top: 80px;
    }

    .globalContent {
        margin-top: 127px;
    }
}

@media (max-width:991px) {
    .socialmediarow {
        display: none;
    }
}

/*NAV BAR UPDATE*/
.navbar {
    /*padding: .5rem 0px .5rem 22px;*/
    padding: 0 0px 0 22px;
}

@media (max-width:1430px) {
    .navbar {
        /*   padding:.5rem 1rem;*/
    }
}


@media (min-width:767px) and (max-width:1046px) {
    .maincontent {
        background-color: #FFF;
        margin-top: 45px;
        margin-bottom: 50px;
    }
}


/* New Menu Style */

.subnavSection {
    position: relative;
    /*position: fixed;*/
    /*width: 100%;*/
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 40px;
    top: 142px;
    /*left: 0;*/
    padding-top: 10px;
    /*margin-left:-.9375rem;
    margin-right:.9375rem;*/
}

    .subnavSection .row {
        background-color: transparent;
    }

    .subnavSection li.active a {
        border-top: none !important;
        border-bottom: 2px solid #000 !important;
        position: relative;
        top: 0px;
        color: #000;
        font-weight: normal !important;
        padding-bottom: 8px;
    }

/*.navbar-light li.active > a:first-child {
    border-top: 2px solid #fff;
    padding-top: -2px;
    font-weight: 300;
}*/
.navbar-light .navbar-nav .active > .nav-link {
    border-top: 5px solid #fff;
    padding-top: -2px;
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
    border-top: 5px solid transparent;
}

#subnav li a:link, #subnav li a:visited, #subnav li a:hover, #subnav li a:active {
    color: #4B4C4C;
    text-decoration: none;
}

#subnav {
    /*margin-left: 21px;*/
    margin-left: 10px;
    width: 100%;
}

    #subnav ul {
        list-style-type: none;
        padding-left: 0;
    }

    #subnav li {
        display: block;
        float: left;
        margin-right: 14px;
        font-size: 14px;
    }

        #subnav li a:link, #subnav li a:visited, #subnav li a:hover, #subnav li a:active {
            color: #4B4C4C;
            text-decoration: none;
            font-weight:300;
        }


/* Mobile Page Nav Section */
#mobileSubNav {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 30px;
    margin-top: 0px;
    padding-top: 3px;
}

    #mobileSubNav a:hover {
        text-decoration: none;
    }


.cd-main-content {
    text-align: center;
}

    .cd-main-content h1 {
        font-size: 20px;
        font-size: 1.25rem;
        color: #64788c;
        padding: 4em 0;
    }

.cd-btn {
    color: #000 !important;
}


.no-touch .cd-main-content .cd-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}


@media only screen and (min-width: 1170px) {
    .cd-main-content h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.cd-panel-content .nav > li > a {
    padding: 17px 0px 13px 0px !important;
    display: block;
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 1000000;
}

    .cd-panel::after {
        /* overlay layer */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

    .cd-panel.is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

        .cd-panel.is-visible::after {
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: background 0s 0s;
            -moz-transition: background 0s 0s;
            transition: background 0s 0s;
        }

        .cd-panel.is-visible .cd-panel-close::before {
            -webkit-animation: cd-close-1 0s 0s;
            -moz-animation: cd-close-1 0s 0s;
            animation: cd-close-1 0s 0s;
        }

        .cd-panel.is-visible .cd-panel-close::after {
            -webkit-animation: cd-close-2 0s 0s;
            -moz-animation: cd-close-2 0s 0s;
            animation: cd-close-2 0s 0s;
        }


.cd-panel-header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0s 0s;
    -moz-transition: top 0s 0s;
    transition: top 0s 0s;
}

    .cd-panel-header h1 {
        font-weight: bold;
        color: #89ba2c;
        padding-left: 5%;
    }

.from-right .cd-panel-header, .from-left .cd-panel-header {
    top: -50px;
}

.from-right .cd-panel-header {
    right: 0;
}

.from-left .cd-panel-header {
    left: 0;
}

.is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top 0s 0s;
    -moz-transition: top 0s 0s;
    transition: top 0s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-header {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-header {
        width: 50%;
    }
}

.cd-panel-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: auto;
    width: 30px;
    color: #666;
}


.cd-btn-name {
    position: absolute;
    top: 4px;
    right: 33px;
    color: #222;
    font-size: 14px;
    width: 65px;
}

.cd-panel-container {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    background: #eeeeee;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 250px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 250px;
    }
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 5%;
    overflow: auto;
    border-left: 1px solid #aaa;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

    .cd-panel-content p {
        font-size: 14px;
        font-size: 0.875rem;
        color: #424f5c;
        line-height: 1.4;
        margin: 2em 0;
    }

        .cd-panel-content p:first-of-type {
            margin-top: 0;
        }

    .cd-panel-content .panel {
        background-color: transparent !important;
        border: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .cd-panel-content .row {
        margin: 0;
    }

    .cd-panel-content .panel-title > a {
        color: #333 !important;
        font-weight: normal !important;
    }

    .cd-panel-content h4 {
        color: #333 !important;
        font-weight: normal !important;
    }


    .cd-panel-content .panel .panel-body {
        padding: 0px 5px 10px;
    }



    .cd-panel-content .panel-title > a:hover {
    }

    .cd-panel-content .panel-default .panel-heading {
        background-color: transparent !important;
    }


    .cd-panel-content h5 {
        margin: 25px 0 10px;
    }

        .cd-panel-content h5:first-of-type {
            margin-top: 0;
        }

    .cd-panel-content ul {
        list-style-type: none;
        margin: 0;
    }

        .cd-panel-content ul li a {
            color: #333333;
            font-size: 16px;
        }

    .cd-panel-content .title {
        position: relative;
        top: -12px;
    }

        .cd-panel-content .title a, .cd-panel-content .title a:hover {
            color: #333333;
            font-size: 18px;
            text-decoration: none;
        }

    .cd-panel-content ul li ul {
        margin-bottom: 10px;
        margin-left: 5px;
        padding: 0;
    }

        .cd-panel-content ul li ul li {
            border-top: 1px solid #ddd;
            padding-top: 2px;
            padding-left: 10px;
        }

        .cd-panel-content ul li ul#MobileSubAccordionExpand li {
            height: auto !important;
            border-top: 1px solid #ddd;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 0;
        }

        .cd-panel-content ul li ul li.active {
            background-color: #fff;
        }

        .cd-panel-content ul li ul li a {
            color: #333333;
            font-size: 14px;
        }

    .cd-panel-content ul li a:active, .cd-panel-content ul li a:hover, .cd-panel-content ul li a:focus {
        text-decoration: none;
        color: #333;
    }

    .cd-panel-content ul li.no-border-bottom {
        border-bottom: none;
    }



    .cd-panel-content ul.RightSubMenu li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0px;
        padding-bottom: 3px;
        padding-left: 20px;
        padding-top: 5px;
    }

        .cd-panel-content ul.RightSubMenu li.active {
            background-color: white;
        }


@media only screen and (min-width: 768px) {
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
    border: none;
    background-color: transparent !important;
    cursor: pointer;
    color: #fff;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}

.pagination ul > li .btn-group {
    display: inline !important;
}

    .pagination ul > li .btn-group button {
        font-size: 12px;
        margin-left: -1px !important;
        border: 1px solid #ddd;
        color: #0275d8;
        border-radius: 0px !important;
        background-color: #fff;
    }

        .pagination ul > li .btn-group button:hover {
            background-color: #f5f5f5;
            color: #014C88;
            border-color: #ddd;
        }

        .pagination ul > li .btn-group button:active {
            background-color: #f5f5f5;
            color: #014C88;
            border-color: #ddd;
        }

        .pagination ul > li .btn-group button:focus {
            background-color: #f5f5f5;
            color: #014C88;
            border-color: #ddd;
        }

            .pagination ul > li .btn-group button:focus .dropdown-toggle {
                color: #373a3c;
                background-color: #f5f5f5;
                border-color: #ddd;
            }

.btn-group.paginationgroup {
    vertical-align:baseline;
}
.dropdown-menu.paging {
    min-width: 111px;
    left:auto;
    right:0;
    top: 30px;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.paging .dropdown-item {
    font-size:12px;
    color: #0275d8;
}
.paging .dropdown-item.active, .paging .dropdown-item.active:focus, .paging .dropdown-item.active:hover {
    background-color: #f5f5f5;
    color:#000;
}


.pgbtn.btn-secondary.active, .pgbtn.btn-secondary.focus, .pgbtn.btn-secondary:active, .pgbtn.btn-secondary:focus, 
.pgbtn.btn-secondary:hover, .open > .pgbtn.btn-secondary.dropdown-toggle {
    background-color: #f5f5f5;
    color: #014C88;
    border-color: #ddd;
}


.tagsFix {
    float: right;
    margin: 0 0 25px 0 !important;
    top: 20px;
    position: relative;
}








    .top3zero {
        /*position: fixed;
        width: 490px;
        height: 50px;
        z-index: 1031;
        top: 45px;
        right: 18%;*/
        text-align: center;
        line-height:1.3em !important;
    }
    .top3zeroTitle {
    font-size:20px;
    }
    .top3zero0 {
    font-size: 18px;
    }
    .top3zero0name {
    font-size: 12px;
    }
       .top3zeroDetailsSM {
        display:none;
        }


@media (max-width:1150px) {
    .top3zero {
        display: none;
    }
}


   /*
        @media (max-width:1700px) {
   .top3zero {
        right: 14%;
    }
      .top3zeroDetailsSM {
        display:none;
        }
}
       */



    /*   
     @media (max-width:1600px) {
   .top3zero {
        right: 10%;
    }
      .top3zeroDetailsSM {
        display:none;
        }
}
        */

        /*
             @media (max-width:1500px) {
   .top3zero {
       *position: fixed;
        width: 235px;
        height: 50px;
        z-index: 1031;
        top: 10px;
        right: 15%;
        text-align: center;
    }
   .top3zeroTitle {
   display:block;
    }
    .top3zero0 {
    display:inline;
    }
    .top3zeroDetails {
    display:inline;
    }
       .top3zeroDetailsSM {
        display:none;
        }
}
            */


         /*
             @media (max-width:1200px) {
   .top3zero {
       right: 12%;
    }
      .top3zeroDetailsSM {
        display:none;
        }
}
*/


  /*
       @media (max-width:1150px) {
       .top3zero {
        display:none;
    }
      .top3zeroDetailsSM {
        display:none;
        }
}
      */

  /*
       @media (max-width:767px) {
   .top3zero {
       display:initial;
        position: fixed;
        width: 50%;
        height: 50px;
        z-index: 1031;
        top: 15px;
        right: 25%;
        text-align: center;
        line-height:1.3;
    }
   .top3zeroTitle {
       display:block;
    font-size:18px;
    }
    .top3zero0 {
    font-size: 15px;
    display:block;
    }
    .top3zero0name {
    font-size: 10px;
    }
            .top3zeroDetailsSM {
        display:none;
        }
            .top3zeroDetails {
        display:block;
        }
}*/

    /*
        @media (max-width:500px) {
        .top3zero0 {
            font-size: 15px;
            display: none;
        }
        .top3zeroDetails {
        display:none;
        }
        .top3zeroDetailsSM {
        display:block;
        }
    }
        */


    	
	
	
	.popover {
    max-width: 400px !important;
}








/* State Info Modal Style */
#state-info-wrapper {
margin-top:-20px;
}

#state-info-wrapper h1 {
margin:20px 0;
}



/* End State Info Modal Style */

.disqusH2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
    padding-left:10px;
}
#disqus_thread {
    padding: 0 10px;
}