html,
body {
    margin: 0;
    padding: 0;
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #4D4F53;
}

body {
}

a {
    color: #477dca;
}

    a img {
        border: none;
        border-width: 0px;
    }
/*for ie8*/

#header {
    background: #eaeef4 url(../images/carousel/w_carousel_01.jpg) no-repeat scroll center top;
    height: 159px;
}

.wrap {
   display: flex;
   justify-content: center;
}

#utility {
    height: 24px;
    background: url(../images/utility-bg.png) top center repeat-x;
    position: relative;
    z-index: 11;
}

    #utility .menu {
        font-size: 10px;
        float: right;
        margin-top: 4px;
    }

        #utility .menu li a {
            color: #fff;
            border-right: 1px solid #fff;
        }

        #utility .menu li.last a {
            border-right: none;
        }

.head-content {
    overflow: visible;
    position: relative;
    z-index: 14;
}

.home .head-content {
    height: 0px;
}

.header-divider {
    background: url(../images/header-divider.png) top center repeat-x #fff;
    height: 12px;
    clear: both;
}

.menu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu > li {
        float: left;
        list-style: none;
        position: relative;
    }

        .menu > li > a {
            padding: 0px 11px;
            color: #666;
            border-right: 1px solid #bababa;
            text-decoration: none;
        }

        .menu > li.last > a {
            border-right: none;
            padding-right: 0;
        }

#branding #logo {
    display: block;
    float: left;
    text-indent: -999em;
    width: 200px;
    height: 124px;
    background: transparent url(../images/ABM-logo-glow.png) no-repeat scroll -5px 24px;
    z-index: 10;
    position: relative;
}

#branding h1 {
    margin: 0;
}

#search {
    float: right;
    margin-top: 28px;
    z-index: 10;
    position: relative;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
    border: thin solid #bababa;
    background-color: #f9f9f8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 225px;
}

input.short, input.shortPayment {
    width: 150px;
}

#search input[type="text"],
input.ms-sbplain {
    height: 16px;
    padding-left: 4px;
    width: 204px;
    float: left;
}

a.submit {
    background: url("../images/search-button.png") no-repeat scroll center 1px transparent;
    border: medium none;
    height: 20px;
    margin-left: 5px;
    text-indent: -999px;
    width: 63px;
    cursor: pointer;
    float: right;
    display: block;
}

#locate input[type="submit"] {
    background: url("../images/search-button.png") no-repeat scroll center 3px transparent;
    height: 22px;
    margin-left: 10px;
}

#nav {
    clear: right;
}

    #nav .menu {
        float: right;
        font-size: 14px;
        margin-top: 28px;
        color: #2d2d2d;
        z-index: 10;
        position: relative;
    }

    #nav .subnav {
        display: none;
        position: absolute;
        top: 26px;
        z-index: 2011;
    }

        #nav .subnav h3 {
            margin-left: 6px;
        }

        #nav .subnav ul {
            float: left;
            margin-left: 6px;
            width: 175px;
        }

            #nav .subnav ul ul {
                margin-left: 0;
            }

.top-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #477dca;
    margin: 0px auto 0;
    display: none;
    *display: none !important;
}
/* -- IE7 modification -- */

* + html .top-arrow {
    position: absolute;
    top: 16px;
    left: 50%;
}

#container {
    padding: 24px 0 24px;
}

.home #container {
    padding: 24px 0 0 24px;
}
/* -- IE7 modification -- */

* + html .home #container {
    margin: -85px auto 0;
    background: rgba(204, 204, 153, 1);
}

#main_aside {
    width: 241px;
    float: left;
    padding: 0 19px 113px 0 !important;
    /* bottom padding set to request height */
    border-right: 1px solid #ababab;
    position: relative;
}

.subnav {
    border: 2px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0px 0px 3px 1px #bababa;
    -webkit-box-shadow: inset 0px 0px 3px 1px #bababa;
    box-shadow: inset 0px 0px 3px 1px #bababa;
    background-color: #f0f0f0;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f6f6f6));
    background-image: -o-linear-gradient(top, #ffffff, #f6f6f6);
    background-image: linear-gradient(top, #ffffff, #f6f6f6);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

#content .subnav,
#content #EmailSet {
    border: 2px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 3px 1px #bababa;
    -webkit-box-shadow: 0px 0px 3px 1px #bababa;
    box-shadow: 0px 0px 3px 1px #bababa;
    background-color: #008CCB;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    background-image: -moz-linear-gradient(top, #008CCB, #008CCB);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#008CCB), to(#008CCB));
    background-image: -o-linear-gradient(top, #008CCB, #008CCB);
    background-image: linear-gradient(top, #008CCB, #008CCB);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

#content #EmailSet {
    background-color: #424344;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    background-image: -moz-linear-gradient(top, #656768, #424344);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#656768), to(#424344));
    background-image: -o-linear-gradient(top, #656768, #424344);
    background-image: linear-gradient(top, #656768, #424344);
}

.subnav-banner {
    background: url("../images/subnav-banner-shadow.png") no-repeat scroll 8px 25px transparent;
    height: 132px;
    margin-top: 3px;
    width: 226px;
}

.subnav-banner-wide {
    background: transparent url(../images/subnav-banner-shadow-wide.png) no-repeat scroll 11px 14px;
    height: 122px;
    margin-top: 3px;
    width: 412px;
}

#main_aside .subnav h3 {
    padding-left: 16px;
    padding-top: 0px;
}

.subnav h3 {
    color: #0B57A8;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0px;
    padding-left: 18px;
}

.subnav ul {
    margin: 0 0 6px;
    padding: 0 0 0 16px;
    width: 204px;
}

.subnav li {
    border-bottom: 1px solid #FFFFFF;
    list-style: none outside none;
    padding: 0px 0px 2px 0px;
}

    .subnav li a {
        font-size: 0.75em;
        color: #4a4a4a;
        text-decoration: none;
    }

        .subnav li a:hover,
        .subnav li a:focus,
        #nav .subnav li a:hover,
        #nav .subnav li a:focus {
            color: #477dca;
            /*font-weight: bold;
    letter-spacing:-1px;*/
        }

.accountNav li a:hover,
.accountNav li a:focus {
    color: #EEE;
    background: #0048AE;
}

#nav .subnav li a {
    color: #4f4f4f;
    font-size: 12px;
    line-height: 1.6em;
    text-decoration: none;
}

.subnav img {
    margin: 0 auto;
    display: block;
    padding: 12px;
}

.subnav li:last-child {
    border-bottom: none;
    padding-bottom: 5px;
}

.subnav ul ul {
    border-top: 1px solid #FFF;
    margin: 2px 0 0;
    padding-left: 0;
}

    .subnav ul ul li {
        padding-left: 16px;
    }

        .subnav ul ul li:last-child {
            padding-bottom: 0;
        }

.pullquote {
    color: #477dca;
    font-size: 1.5em;
}

#request {
    bottom: 0;
    background: url(../images/request-a-quote.png) no-repeat scroll center top;
    height: 113px;
    width: 244px;
    display: none;
}

    #request img {
        margin: 21px 0 0 97px;
    }

    #request p {
        font-size: 0.75em;
        margin: 3px 0 0 95px;
    }

/*#content {
  font-family: Arial, Helvetica, sans-serif;
}*/

#content,
.aside {
    float: left;
    font-size: .75em;
}

.home .aside p {
    margin: -3px 0 8px;
    padding-right: 18px;
}

.home #topbutton {
    border-bottom: 1px solid #BABABA;
    margin-bottom: 9px;
    padding-bottom: 12px;
}

#content h1,
#content h2 {
    color: #0046AD;
    font-size: 1.8em;
    font-weight: bold;
    margin: 4px 0 12px;
}

#content h2 {
    font-size: 1.8em;
    margin: 4px 0 12px;
}

.home #content h2 {
    font-size: 1.75em;
    margin: 0 0 2px;
}

#content h4,
#content h5,
#content h6 {
    color: #477dca;
}

#content h4,
.aside h4,
span.title {
    color: #0046AD;
    margin: 5px 0px 5px;
    display: block;
    font-size: 1.4em;
}

.aside h4 {
    margin-left: 3px;
}

#content p {
    margin-top: 0;
}

    #content p:last-child {
        margin-bottom: 0;
    }

#content ul {
    padding: 0;
    list-style: none;
}

    #content ul li {
        padding-left: 8px;
        background: url(../images/blue-bullet-point.png) no-repeat scroll 0 .4em;
    }

    #content ul strong {
        color: #477dca;
        font-weight: normal;
    }

.masthead {
    margin-bottom: 8px;
    width: 676px;
}

.aside {
    float: right;
    margin-top: 16px;
    width: 186px;
}

.home .aside {
    border-left: 1px solid #ABABAB;
    padding-left: 25px;
    width: 160px;
}

#footer {
    background: url(../images/footer-background.png) repeat-x scroll left top transparent;
    clear: both;
    height: 383px;
    margin-top: 10px !important;
}

    #footer .col {
        width: 168px;
        float: left;
    }

    #footer .foot {
        width: 288px;
        float: left;
    }

    #footer h5 {
        color: #9B9A9A;
        font-size: 0.6875em;
        margin: 16px 0 0;
    }

        #footer h5 a {
            text-decoration: none;
            color: inherit;
        }

    #footer ul {
        line-height: 0.73em;
        margin: 0 0 20px;
        padding: 0;
    }

    #footer li {
        list-style: none;
    }

        #footer li a,
        #footer p {
            color: #7a7a7a;
            text-decoration: none;
            font-size: 0.6875em;
        }

    #footer p {
        margin: 0 0 20px;
    }

#about {
    margin: 0 0 49px;
}

#social {
    margin: 0 0 49px;
}

    #social div {
        float: left;
    }

    #social h5 {
        display: block;
        margin: 5px 0 5px;
    }

#num3 {
    margin: 8px 0px 15px 0;
}

#social img {
    margin-left: 6px;
    float: left;
}

#social #num2 {
    margin: -1px 0 0 6px;
}

#social #num3 {
    float: right;
    margin: -9px 15px 0 0;
}

#legal ul {
    margin: 0 0 10px;
}

#legal p {
    float: left;
}

#legal .first a {
    padding-left: 0;
}
/* Home Specifics */

.home #header {
    height: auto;
    background: none #fff;
    /*#eaeef4;*/
    overflow: hidden;
}

#cycle_container {
    width: 960px;
    height: 548px;
    margin: -25px auto 0;
    overflow: visible;
}
/* -- IE7 modification -- */

* + html #cycle_container {
    width: 100%;
    overflow: hidden;
}

#cycle {
    width: 1900px;
    height: 546px;
    margin: 0 -470px;
    padding: 0;
    list-style: none;
}

.cycle {
    width: 1430px;
    height: 379px;
    background: #ffffff;
    padding: 162px 470px 0 0;
    margin: 0;
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    color: #0b57a8;
}

    .cycle h2 {
        font-size: 38px;
        margin-bottom: 0;
        margin-top: 16px;
    }

    .cycle p {
        font-size: 14px;
        margin-top: 7px;
    }

#cycle01 {
    background: url(../images/carousel/w_carousel_01.jpg) center top no-repeat;
}

#cycle02 {
    background: url(../images/carousel/w_carousel_02.jpg) center top no-repeat;
}

#cycle03 {
    background: url(../images/carousel/w_carousel_03.jpg) center top no-repeat;
}

#cycle04 {
    background: url(../images/carousel/w_carousel_04.jpg) center top no-repeat;
}

    #cycle04 div {
        float: right;
        height: auto;
        margin: 0;
        padding-top: 59px;
        width: 288px;
    }

    #cycle04 h2 {
        color: #FFF;
        font-size: 1.55em;
        line-height: 1.15em;
        margin: 0;
        text-align: center;
        width: 288px;
    }

    #cycle04 img {
        margin: 11px 57px 0 0;
    }

#pager {
    margin: -80px 0 0;
    position: relative;
    z-index: 13;
    width: 64px;
    float: right;
}

    #pager a {
        width: 16px;
        height: 16px;
        float: left;
        background: url(/img/carousel-nav-sprite.png) no-repeat scroll center top;
        text-indent: -999em;
        display: block;
        overflow: hidden;
    }

        #pager a.activeSlide {
            background: url(/img/carousel-nav-sprite.png) no-repeat scroll center -16px;
        }
/* jquery ui tabs smoothness skin tweaks */

#tabs {
    font-size: 14px;
    margin: -100px auto -148px;
    position: relative;
    width: 960px;
    z-index: 12;
    height: 237px;
}

#tabs {
    border: 0;
    background: transparent;
}

    #tabs .ui-tabs-nav {
        border-width: 0 0 1px 0;
        background: transparent;
        border-radius: 0;
        margin: 0 0 -1px 0;
    }

    #tabs .ui-tabs-panel {
        border: 1px solid #ccc;
        background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9ea);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(#e9e9ea));
        background-image: -o-linear-gradient(top, #f4f4f4, #e9e9ea);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9ea');
        /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
        /*Element must have a height (not auto)*/
        /*All filters must be placed together*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9ea')";
        /*Element must have a height (not auto)*/
        /*All filters must be placed together*/
        background-image: linear-gradient(top, #f4f4f4, #e9e9ea);
        overflow: hidden;
        height: 112px;
        padding: 3px 0 0;
    }

.home .header-divider {
    padding: 60px 0 0;
    position: relative;
    z-index: 11;
}

a.button {
    text-decoration: none;
    display: block;
    height: 25px;
    padding: 0 0 0 10px;
    float: right;
    font-size: 13px;
}

    a.button span {
        display: block;
    }

a.btn_blue_25 {
    background: url(../images/button-blue-25.png) no-repeat top left transparent;
    color: #fff;
    height: 25px;
    padding: 0 0 0 7px;
}

    a.btn_blue_25 span {
        background: url(../images/button-blue-25.png) no-repeat top right transparent;
        padding: 0 14px 0 7px;
        line-height: 25px;
    }

a.btn_gray_27 {
    background: url(../images/button-gray-27.png) no-repeat top left transparent;
    color: #0b57a8;
    height: 27px;
    padding: 0 0 0 7px;
    float: right;
    font-size: 14px;
}

    a.btn_gray_27 span {
        background: url(../images/button-gray-27.png) no-repeat top right transparent;
        padding: 0 14px 0 7px;
        line-height: 27px;
    }

.home #content {
  margin-bottom: 20px;
  margin-top: 50px;
}

@media screen and (min-width:720px) {
    .home #content {
       min-width: 550px;
    }
}

#content #helpMenu h4 {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 15px;
}

#content_col_1 {
    width: 250px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #ababab;
}

#content_col_2 {
    padding: 10px 10px 10px 10px;
    width: 321px;
    float: left;
    margin-left: 30px;
    float: left;
    margin-top: 27px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 2px 2px 4px #666;
    -moz-box-shadow: 2px 2px 4px #666;
    box-shadow: 2px 2px 4px #666;
}

.content_col_2_sub {
    box-shadow: 2px 2px 4px #777;
    border: 1px solid #EEE;
    padding-left: 10px;
}


#content_col_3 {
    width: 350px;
    margin-left: 100px;
    float: left;
    margin-top: 20px;
}

#content .directions li strong {
    color: #46474B;
    font-weight: bold;
    line-height: .7 !important;
}

#content .directions li.one {
    font-size: 14px;
    padding: 10px 5px 10px 60px;
    background: url(../images/one.png) no-repeat 3px center;
}

#content .directions li.two {
    font-size: 14px;
    padding: 10px 5px 10px 60px;
    background: url(../images/two.png) no-repeat 3px center;
}

#content .directions li.three {
    font-size: 14px;
    padding: 10px 5px 10px 60px;
    background: url(../images/three.png) no-repeat 3px center;
}

#content .directions li.four {
    background: none;
    list-style-type: none;
}

#tabs p {
    font-size: 0.857em;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#tabs #tabs-1.ui-tabs-panel {
    padding: 3px 0 0 18px;
}

.ui-widget-content #tabs-1 a {
    color: #808080;
    font-size: 0.714286em;
}

#tabs-1 ul {
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: 11px;
    overflow: hidden;
    padding: 0;
}

#tabs-1 li {
    border-right: 1px solid #ABABAB;
    float: left;
    margin-right: 20px;
    padding: 0 20px 0 0;
    width: 198px;
}
/* -- IE7 modification -- */

* + html #tabs-1 li {
    margin-right: 10px;
    padding-right: 10px;
}

    #tabs-1 li.last {
        width: 213px;
        float: left;
        padding: 0;
        border-right: none;
        margin-right: 0;
    }
    /* -- IE7 modification -- */

    * + html #tabs-1 li.last {
        width: 208px;
    }

#tabs-1 .date {
    float: left;
    width: 38px;
    text-align: center;
}

    #tabs-1 .date span {
        display: block;
    }

    #tabs-1 .date .day {
        color: #E98300;
        font-size: 1.75em;
        letter-spacing: -0.05em;
        margin-bottom: -6px;
    }

    #tabs-1 .date .month {
        color: #4D4F53;
        font-size: 0.929em;
        margin-bottom: -2px;
        text-transform: uppercase;
    }

    #tabs-1 .date .year {
        font-size: 0.714em;
        color: #4D4F53;
        font-weight: bold;
    }

#tabs-1 .excerpt {
    float: left;
    padding-left: 10px;
    width: 150px;
}

#tabs-1 p,
#tabs-4 p,
#tabs-5 p {
    margin: 0;
}

#tabs-2 p,
#tabs-3 p {
    margin: 0 5px;
}

#tabs-1 .excerpt a {
    font-weight: bold;
    text-decoration: none;
    color: #4D4F53;
    font-size: 1em;
}

    #tabs-1 .excerpt a:hover {
        color: #E98300;
    }

#tabs #tabs-2.ui-tabs-panel {
    height: 103px;
    padding: 12px 0 0;
}

#tabs-2 #van {
    float: left;
    margin: 14px 27px 0 50px;
}

#tabs-2 h4,
#tabs-3 h4,
#tabs-4 h4 {
    margin: 0 5px;
    color: #477dca;
}

#tabs-2 p,
#tabs-3 p,
#tabs-4 p {
    font-size: 0.857em;
    margin: 0 5px;
}

#tabs-2 table {
    margin: 5px 0;
}

#tabs-2 th,
#tabs-4 th {
    font-size: 0.857em;
    padding: 0 0 3px 3px;
    text-align: left;
}

#tabs-2 td {
    padding-right: 30px;
}

#tabs-2 input[type="text"] {
    width: 90px;
    text-align: center;
}

#tabs-2 td#zip_select {
    padding-right: 0;
}

#tabs-2 #zip_select p {
    display: block;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 0 15px;
    zoom: 1;
}

#tabs-2 #state_select select,
#tabs-2 #market_select select {
    width: 130px;
    height: 23px;
    font-size: 0.857em;
}

#tabs-2 #market_select select {
    width: 280px;
}

#tabs-2 #market_select img {
    float: right;
    margin-left: 10px;
    margin-top: -2px;
}

#tabs #tabs-3.ui-tabs-panel {
    height: 103px;
    padding: 12px 22px 0 16px;
}

#tabs-3 #left-3,
#tabs-3 #center-3,
#tabs-3 #right-3 {
    width: 287px;
    float: left;
}

#tabs-3 #right-3 {
    border-left: 1px solid #ABABAB;
    float: right;
    margin-top: 12px;
    padding-left: 20px;
    width: 267px;
}

#tabs-3 #center-3 {
    margin-top: 12px;
    width: 343px;
}

    #tabs-3 #center-3 p {
        padding-right: 10px;
    }

#tabs-3 #left-3 {
    padding-top: 16px;
}

#tabs-3 h4,
#tabs-3 h5,
#tabs-3 p {
    margin: 0;
}

#tabs-3 a {
    color: #3f3f3f;
}

#tabs-3 img {
    float: left;
    margin: 0 20px 8px 0;
}

#tabs-3 a img {
    margin: 6px 0 0 0;
}

#tabs #tabs-4.ui-tabs-panel {
    height: 103px;
    padding: 12px 14px 0 16px;
}

.orange.ui-state-default a,
.orange.ui-state-default a:link,
.orange.ui-state-default a:visited {
    color: #0083be;
}

.orange.ui-state-active a,
.orange.ui-state-active a:link,
.orange.ui-state-active a:visited {
    color: #0083be;
}

#tabs-4 div {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
    width: 250px;
}

#tabs-4 h4,
#tabs-5 h4 {
    margin: 0;
    color: #477dca;
}
/* -- IE7 modification -- */

* + html #tabs-4 h4 {
    font-size: 13px;
}

#tabs-4 table {
    margin: 8px 0 5px;
}

#tabs-4 #p_service select {
    width: 278px;
}
/* -- IE7 modification -- */

* + html #tabs-4 #p_service select {
    width: 260px;
}

#tabs-4 td {
    padding-right: 12px;
}

    #tabs-4 td#next {
        padding-right: 0;
    }

    #tabs-4 td#fname input {
        width: 123px;
        padding-left: 4px;
    }

    #tabs-4 td#lname {
        padding-right: 6px;
    }

        #tabs-4 td#lname input {
            width: 150px;
            padding-left: 4px;
        }

#tabs-4 input[type="submit"] {
    background: transparent url(../images/tab-quote-button.png) no-repeat scroll center top;
    height: 23px;
    min-width: 53px;
    margin: 0;
    padding: 0;
}
/* -- IE7 modification -- */

* + html #tabs-4 td#next {
    height: 23px;
    width: 53px;
}

#tabs-4 input[type="submit"] {
    background: transparent none;
}

#tabs-4 form + p {
    color: #808080;
    font-size: 0.714286em;
    margin-bottom: 8px;
}

#tabs #tabs-5.ui-tabs-panel {
    height: 103px;
    padding: 12px 22px 0 16px;
}

#tabs-5 h4 {
    margin-top: 6px;
}

#main_aside ul li a.current {
    font-weight: bold;
}

div.logos img {
    margin: 10px 40px 0px;
}

.marginForm {
    border: 0;
    padding: 0;
}

    .marginForm ol {
        padding: 10px 0;
    }

ol.signUp {
    padding: 0px;
}

.marginForm li {
    list-style: none;
    clear: both;
    margin-top: 5px;
}

.marginForm label {
    display: block;
    margin-bottom: 5px;
}

.marginForm input[type="text"],
.marginForm input[type="password"],
.marginForm select,
.marginForm input[type="tel"] {
    margin-bottom: 5px;
    padding: 5px;
}

.marginForm input[type="radio"] {
  display: inline-block;
}

.marginForm input[type="password"] {
    margin-bottom: 0px;
}

span.required {
    color: #ED9122;
    vertical-align: super;
    display: inline-block;
    padding: 0px 5px;
}

#getPassword {
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    #getPassword h2 {
        padding: 13px 0px 0px 25px;
        font-size: 2.168em !important;
    }

.passLink {
    position: absolute;
    top: 0;
    color: #FFF;
}
/*
input.blueButton, button.blueButton {
  background-color: #0054A1;
  background-image: -moz-linear-gradient(top, #0054A1, #00216D);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#0054A1), to(#00216D));
  background-image: -o-linear-gradient(top, #0054A1, #00216D);
  background-image: linear-gradient(top, #0054A1, #00216D);
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 2px 6px;
  -moz-box-shadow: inset 0px 0px 2px 1px #00559F;
  -webkit-box-shadow: inset 0px 0px 2px 1px #00559F;
  box-shadow: inset 0px 0px 2px 1px #00559F;
  font-size: 12px !important;
  text-transform:lowercase !important;
  font-weight:normal !important;
}
*/

div.errors li,
span.error,
div.error,
li.error,
ul#errorMessages,
li.invalid {
    border: 2px solid #E2423F;
    padding: 5px;
    background: #F2C4C4 !important;
    margin-bottom: 5px;
    display: block;
    margin: 3px 0px;
    color: #E2423F;
    font-weight: bold;
    list-style: none;
}

table#userList th,
table#tblEmailInvoicesCustomerReport th,
table.locationsList th,
div.longTable table th,
table.manageLocationsList th,
table.exceptionTable th,
table.keyCardTable th,
table.fullWidth th,
table.invoice th,
table.invoicePayment th,
table.locationTable th,
table.searchResults th,
table.customerList th {
    background: #FFF;
    border-bottom: 2px solid #383838;
    color: #383838;
    padding: 8px 8px 8px 4px;
    text-align: left;
}

table.exceptionTable,
table.keyCardTable {
    margin: 10px 0px;
}

    table.exceptionTable th {
        background: #CCC;
    }

    table.exceptionTable tr.altRow {
        background: #EEE;
    }

    table.exceptionTable th a {
        text-decoration: none;
    }

    table.exceptionTable,
    table.exceptionTable th,
    table.exceptionTable td {
        border: 0;
        font-size: 11px;
    }

table.exceptionTable,
table#userList {
    width: 100%;
}

    table.exceptionTable th,
    table.exceptionTable td,
    table#userList td,
    table.locationsList td {
        padding: 5px;
    }

    table.exceptionTable tr td span {
        display: block;
    }

div.invoiceTotal table,
div.invoiceTotal {
    margin-bottom: 10px;
}

    div.invoiceTotal td {
        text-align: right;
        background: #EEE;
    }

        div.invoiceTotal td.total {
            padding: 10px;
            font-size: 1.4em;
            color: #F8901F;
            width: 100px;
        }

table.searchResults td,
table.exceptionTable td,
table.keyCardTable td {
    padding: 8px 4px;
    border-bottom: 1px dashed #CCC !important;
}

.floatRight {
    float: right;
    margin-left: 5px;
}

table.fullWidth,
table#parkerTable {
    margin-bottom: 10px;
}

    div.longTable table td,
    table.fullWidth td,
    table.invoice td,
    table.invoicePayment td,
    table.locationTable td {
        border-bottom: 1px dashed #CCC;
        padding: 8px;
        text-align: left;
    }

.subAlert,
.error li.subAlert,
ul.success li {
    border: 2px solid #005BAA !important;
    padding: 5px !important;
    color: #005BAA !important;
    background: #B1D9F9 !important;
    margin: 10px 0px;
    display: block !important;
}

.subAlertHidden {
  border: 2px solid #005BAA !important;
  padding: 5px !important;
  color: #005BAA !important;
  background: #B1D9F9 !important;
  margin: 10px 0px;
  display: block !important;
}

ul.subAlert li {
    background: none !important;
    padding: 5px;
}

#invoiceYears h5 {
    margin-top: 10px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #333;
    border-top: 1px dashed #CCC;
}

#invoiceYears li {
    float: left;
    width: 55px;
    height: 55px;
    color: white;
    background: #005BA9 !important;
    margin: 0px 5px 10px 0px;
    position: relative;
    display: block;
    border: 2px solid #005BA9;
    padding-left: 0px !important;
    -webkit-box-shadow: 2px 2px 4px #777;
    border-radius: 35px;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 4px #777;
    /* FF3.5 - 3.6 */
    box-shadow: 2px 2px 4px #777;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.clear {
    clear: both;
}

#invoiceYears {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

    #invoiceYears li {
        position: relative;
    }

        #invoiceYears li span {
            padding: 15px 0px;
            display: block;
            text-align: center;
            font-size: 15px;
            display: block;
            color: white;
            font-weight: bold;
        }

        #invoiceYears li a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
        }

        #invoiceYears li:hover {
            border: 2px solid #F8901F;
        }

            #invoiceYears li:hover span {
                color: #F8901F;
            }

.invoicePage {
    position: relative;
}

    .invoicePage li {
        list-style: none;
    }

    .invoicePage ol {
        padding: 10px;
        margin: 0;
    }

    .invoicePage .infoBox {
        position: absolute;
        right: 0px;
        top: 10px;
        height: 83px;
    }

    .invoicePage .creditBox {
        top: 100px;
        height: 120px;
        width: 250px;
    }

    .invoicePage .adminCreditBox {
        float: left;
        height: 120px;
        width: 250px;
    }

        .invoicePage .creditBox p,
        .invoicePage .adminCreditBox p {
            padding: 10px;
            color: #F00;
        }

    .invoicePage .infoBox span {
        display: block;
        float: left;
        font-weight: bold;
        margin-right: 5px;
    }

.standoutText {
    color: #0B57A8;
    padding-top: 8px;
    border-bottom: 1px dashed #CCC;
}

hr.dashed {
    border: 0px;
    border-top: 1px dashed #CCC;
    background: none;
    margin: 10px 0px;
}

label.standoutText {
    color: #0B57A8;
    padding-bottom: 8px;
    border: 0px;
    display: inline !important;
}

.recurrenceLi {
    font-size: 13px;
}

    .recurrenceLi .largerFont {
        font-size: 19px;
    }

.marginFormReports {
    border: 0;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 10px;
}

    .marginFormReports li {
        list-style: none;
        margin: 5px 0px 15px;
        clear: both;
    }

.reports .marginFormReports table {
    width: 100%;
}

    .reports .marginFormReports table tr.altRow td {
        border-bottom: 0px !important;
    }

.reports .marginFormReports input[type="radio"] {
    float: left;
    margin: 0px 5px 0px 0px;
}

.marginFormReports label {
    display: block;
}

.tableLine {
    margin-bottom: 10px;
}

.callOut {
    float: right;
    right: 0;
    top: 10px;
    width: 140px;
    height: 80px;
}

div.arrow {
    height: 5px;
    width: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

#mobileBreak {
    display: none;
}

.longTable div.arrow {
    position: absolute;
    top: 15px;
    right: 0px;
}

th.headerSortDown div.arrow {
    background: url(../images/down_arrow.gif) no-repeat;
    height: 5px;
    width: 10px;
}

th.headerSortUp div.arrow {
    background: url(../images/up_arrow.gif) no-repeat;
    height: 5px;
    width: 10px;
}

.longTable {
    margin-top: 5px;
}

.headerDiv {
    position: relative;
    font-size: 10px;
    padding-right: 20px;
    font-weight: bold;
}

.formButton {
    clear: both;
    margin-left: 40px;
}

    .formButton input {
        margin-top: 8px;
    }

.exportDiv {
    margin-top: 5px;
}

div.reports {
    border-top: 1px dashed #CCC;
}

    div.reports h3 {
        font-weight: bold;
    }

.overflow {
    overflow-x: scroll;
}

.floatForm li {
    float: left;
    width: 25%;
    display: block;
}

    .floatForm li.address {
        float: left;
        width: 75;
        display: block;
    }

        .floatForm li.address input {
            width: 400px;
        }

    .floatForm li.blockForm {
        width: 100%;
    }

    .floatForm li label {
        margin-top: 5px;
    }

.floatForm input[type="radio"],
.floatForm input[type="checkbox"] {
    float: left;
}

.floatForm li.clear {
    clear: both;
    width: 100%;
}

.checkListHorizontal td {
    width: 60px;
}

table.customerList,
table.manageLocationsList {
    width: 100%;
}

    #customerResultsBody tr td,
    table.manageLocationsList td,
    table#tblEmailInvoicesCustomerReport td {
        padding: 5px;
    }

    #customerResultsBody tr.odd td,
    table#tblUpdateReport tr.odd td,
    table.manageLocationsList tr.odd td {
        background: #EEE;
    }

table#tblUpdateReport tr:last-child {
    margin-bottom: 10px;
}

#SubNav {
    border: 2px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0px 0px 3px 1px #008DCF;
    -webkit-box-shadow: inset 0px 0px 3px 1px #008DCF;
    box-shadow: inset 0px 0px 3px 1px #008DCF;
    background-color: #008DCF;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    background-image: -moz-linear-gradient(top, #008DCF, #004177);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#008DCF), to(#004177));
    background-image: -o-linear-gradient(top, #008DCF, #004177);
    background-image: linear-gradient(top, #008DCF, #004177);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 5px;
}

    #SubNav ol {
        padding: 5px 15px 15px;
        margin: 0;
    }

    #SubNav li {
        list-style: none;
    }

        #SubNav li a {
            text-decoration: none;
            color: #FFF;
            font-weight: bold;
            font-size: 11px;
        }

.floatLeft {
    float: left;
}

.sideLabel span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
}
/* Confirm Dialog Styles */

.confirm .ui-dialog,
.confirm.ui-dialog {
    background-color: white;
    /*#e6f7d4;*/
}

    .confirm .ui-dialog .ui-dialog-titlebar,
    .confirm.ui-dialog .ui-dialog-titlebar {
        border-bottom: 1px solid #d8d2aa;
        background: #002E56;
        /*#ff9900 url(i/dialog-title.gif) repeat-x;*/
        padding: 9px 0 0 0;
        height: 19px;
        _height: 20px;
    }

.ui-dialog-titlebar {
    color: #fff;
    font-weight: bold;
    background: url("../images/utility-bg.png") repeat-x scroll center 5px transparent;
    height: 27px;
}

.confirm .ui-dialog,
.ui-dialog-titlebar-close {
    display: none;
}

    .confirm .ui-dialog .ui-dialog-titlebar-close-hover {
        background: url(i/dialog-titlebar-close-hover.png) no-repeat;
    }

    .confirm .ui-dialog .ui-dialog-title {
        margin-left: 5px;
        color: white;
        font-weight: bold;
        position: relative;
        top: 7px;
        left: 4px;
    }

    .confirm .ui-dialog .ui-dialog-content,
    .confirm.ui-dialog .ui-dialog-content {
        margin: 1.2em;
    }

.ui-dialog-content td,
.ui-dialog-content th {
    font-size: 10px;
    padding: 5px 10px;
    text-align: left;
}

.confirm .ui-dialog .ui-dialog-buttonpane,
.confirm.ui-dialog .ui-dialog-buttonpane {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 100%;
    text-align: right;
}

.ui-dialog-container {
    background: #fff;
}

.ui-dialog-overlay {
    background: #FFF;
    opacity: .5;
}

.ui-dialog {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 15px #000;
    /* Saf3-4 */
    -moz-box-shadow: 0px 0px 15px #000;
    /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 15px #000;
    /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

.ui-dialog-titlebar span {
    display: block;
    padding: 10px;
    font-size: 11px;
}

.ui-dialog-buttonpane button {
    padding: 5px 8px !important;
}

.confirm .ui-dialog,
.ui-dialog-buttonpane button {
    margin: 6px;
    background-color: #0054A1;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    background-image: -moz-linear-gradient(top, #0054A1, #00216D);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#0054A1), to(#00216D));
    background-image: -o-linear-gradient(top, #0054A1, #00216D);
    background-image: linear-gradient(top, #0054A1, #00216D);
    color: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: 2px 6px;
    -moz-box-shadow: inset 0px 0px 2px 1px #00559F;
    -webkit-box-shadow: inset 0px 0px 2px 1px #00559F;
    box-shadow: inset 0px 0px 2px 1px #00559F;
    font-size: 12px;
}

    .ui-dialog-buttonpane button:hover {
        background: #333;
        cursor: pointer;
    }

table#tblReport tr.odd td {
    background: #EEE;
}

ul.accountNav {
    width: auto;
    height: 30px;
    margin: 0;
}

.accountNav li {
    list-style: none;
    background: none !important;
    float: left;
    width: 20%;
    padding: 0px;
    margin: 0px;
    border: 0;
    font-size: 11px;
    padding: 0px !important;
}

    .accountNav li a {
        font-size: 12px;
        display: block;
        padding: 10px 7px;
        text-align: center;
        color: #FFF;
        border-right: 1px solid #FFF;
        height: 30px;
    }

    .accountNav li.logout {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 27px;
        background: #003674 !important;
        overflow: hidden;
        border-left: 1px solid #4EAFE8;
    }

        .accountNav li.logout a {
            border: 0px;
            padding: 8px;
            height: auto;
            background-color: #f47c1a;
            background-image: -moz-linear-gradient(top, #f47c1a, #f47c1a);
            background-image: -webkit-gradient(linear, center top, center bottom, from(#f47c1a), to(#f47c1a));
            background-image: -o-linear-gradient(top, #f47c1a, #f47c1a);
            background-image: linear-gradient(top, #f47c1a, #f47c1a);
            text-transform: uppercase;
        }

            .accountNav li.logout a:hover {
                background: #0046ad;
                transition: all 200ms ease-in-out;
            }

    .accountNav li.first a {
        border-left: 0px;
    }

    .accountNav li.last a {
        border-right: 0px;
    }

.customerNav li a {
    font-size: 11px;
    padding: 7px 7px;
}

#content .subnav h3 {
    padding: 5px 7px 3px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    color: #FFF;
}

.subnav input.print {
    margin: 4px 4px 0px 0px;
}

tr.totals td {
    background: #eee;
}

span.checkListHorizontal input {
    float: left;
    margin-right: 3px;
}

span.checkListHorizontal label {
    margin: 2px 5px 5px 0px !important;
    float: left;
}

.inputFloatRight {
    clear: both;
}

    .inputFloatRight input {
        float: right;
        margin-left: 10px;
    }

.sortableTable {
    min-height: 250px;
    border: 1px solid #CCC;
}

.fixedTable {
    min-height: 400px;
    max-height: 400px;
    border: 1px solid #CCC;
    padding-bottom: 30px;
}

.transReportLocations {
    margin: 10px 0px 0px 40px;
}

div.subNav li {
    list-style: none;
    background: none !important;
    display: inline-block;
    padding-right: 10px;
}

.activeOnline td {
    width: 25% !important;
}

div#mask {
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: Black;
    opacity: 0.8;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

div#PendingDetails {
    background-image: url(/images/vid-modal-bg.png);
    background-color: White;
    display: none;
    font-size: 11px;
    width: 300px;
    height: 125px;
    padding: 32px !important;
    z-index: 300;
    position: fixed;
    top: 100px;
}

div.close {
    background-image: url(/images/modal-close-trans.png);
    position: absolute;
    right: -11px;
    top: -15px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    z-index: 400;
}

#EmailSet {
    background: #003F5E;
    border: 2px solid #CCC;
    position: relative;
    margin: 10px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    #EmailSet h2 {
        color: #FFF;
        font-weight: bold;
        padding: 15px 15px 0px;
        font-size: 15px;
    }

    #EmailSet input[type="radio"],
    #EmailSet label {
        float: left;
        color: #FFF;
    }

    #EmailSet input[type="radio"] {
        margin-left: 50px;
        margin-top: 0px;
    }

    #EmailSet label {
        *margin-top: 3px;
        width: 100px;
    }

.invoiceCheck input[type="radio"] {
    margin-top: 5px;
}

#EmailSet label {
    padding-left: 8px;
}

#EmailSet .emailSubmit {
    background-color: #EA8300;
    /*Inner elements should not cover inner shadows*/
    /*Chrome renders inset shadows incorrectly with border-radius*/
    background-image: -moz-linear-gradient(top, #FCAA46, #EA8300);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FCAA46), to(#EA8300));
    background-image: -o-linear-gradient(top, #FCAA46, #EA8300);
    background-image: linear-gradient(top, #FCAA46, #EA8300);
    padding: 4px 22px;
    width: 100px;
    margin: 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #eee;
    -moz-border-radius: 6px;
    /* FF1+ */
    -webkit-border-radius: 6px;
    /* Saf3+, Chrome */
    border-radius: 6px;
    /* Opera 10.5, IE 9 */
}

    #EmailSet .emailSubmit:hover {
        cursor: pointer;
        background-image: none;
        background-color: #FCAA46;
    }

#EmailReceived {
    height: 65px;
    background: url(../images/emailReceived.jpg) no-repeat;
}

    #EmailReceived h2 {
        padding: 15px 45px;
        color: #FFF;
        font-size: 1.3em !important;
    }

h2.invoiceInfo {
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 5px 0px !important;
}

    h2.invoiceInfo span {
        display: inline-block;
        margin-right: 10px;
        width: 140px;
    }

.pushRight {
    margin-right: 10px;
}

.liAddtionalEmail table tr {
    border: 0px;
}

.liAddtionalEmail table td:first-child {
}

.liAddtionalEmail span.nostyle table td {
    width: 60px;
    background-color: White;
    padding: 0;
    border: 0 !important;
    font-weight: normal;
}

.liAddtionalEmail table td input {
    margin-left: 3px;
}

fieldset#ExceptionReportSelector input,
fieldset#ExceptionReportSelector label {
    display: inline-block;
    margin-right: 5px;
}

.extraMargin {
    margin-top: 15px !important;
}

input.date {
    width: 130px !important;
}

#tranPager,
#dailyPager {
    position: relative !important;
    top: auto !important;
}

.adminNav li {
    padding: 5px 0px !important;
}

.rightJust {
    text-align: right !important;
}

.subnav .menu_v li {
    line-height: 20px;
    line-height: 22px;
}

.dateJustify {
    text-align: right !important;
}

a.clientLink {
    text-decoration: underline;
}

    a.clientLink:hover {
        cursor: pointer;
    }

.fullWidth td.dateJustify a {
    text-decoration: underline;
}

    .fullWidth td.dateJustify a:hover {
        cursor: pointer;
        color: #000;
    }

#PendingDetails {
    border: 5px solid #027FBE;
}

    #PendingDetails p {
        font-size: 15px;
        color: #666;
        font-weight: bold;
    }

.marginFormNoInput ol li {
    list-style: none;
    margin-bottom: 5px;
}

    .marginFormNoInput ol li label {
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
        text-align: right;
        width: 120px;
    }

.floatLink {
    display: inline-block;
}

    .floatLink img {
        margin-bottom: -3px;
    }

#dvEmailInvoice {
    padding: 10px;
    font-size: 14px;
}

#dvEmailAlert {
    margin: 5px;
    font-size: 14px;
    background: #EEE;
    font-weight: bold;
    text-align: center;
}

.subnav ul.collapseable {
    padding: 0px;
    width: 100%;
}

    .subnav ul.collapseable ul {
        display: none;
        width: 100%;
        border: 0px;
        margin: 30px 0px 0px;
    }

    .subnav ul.collapseable li {
        position: relative;
        width: 100%;
        padding: 0px !important;
        min-height: 26px;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #FFF;
        background: #EEE;
        clear: both;
        line-height: 18px !important;
    }

    .subnav ul.collapseable ul li {
        background: #003D8D;
        border-top: 1px solid #000;
        border-bottom: 1px solid #0045AC;
    }

    .subnav ul.collapseable li a {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

        .subnav ul.collapseable li a span {
            padding: 4px 10px;
            display: block;
        }

    .subnav ul.collapseable ul li a {
        color: #FFF;
        font-size: 11px;
    }

        .subnav ul.collapseable ul li a span {
            padding: 3px 15px;
        }

    .subnav ul.collapseable ul li.selected {
        background: #042449;
        border-bottom: 1px solid #042449;
    }

li a.dropdownParent {
    background: url(/images/navArrowDown.png) no-repeat top right;
}

.adios {
    display: none;
}

#tblTranReport thead div.headerDiv,
#tblActivityReport thead div.headerDiv {
    white-space: nowrap;
}

#tblTranReport tbody td,
#tblActivityReport tbody td {
    white-space: nowrap;
}

div.errorsNew {
    display: flex;
    justify-content: center;
    margin-top: -20px;
}

    div.errorsNew li.subAlert {
        color: #E2423F !important;
        border: 2px solid #E2423F !important;
        padding: 5px !important;
        margin: 10px 0px;
        display: block !important;
        list-style: none !important;
        font-weight: bold !important;
        background: #F2C4C4 !important;
        width: 800px;
    }

div.successNew li.subAlert {
    color: #005BAA !important;
    border: 2px solid #005BAA !important;
    padding: 5px !important;
    margin: 10px 0px !important;
    display: block !important;
    list-style: none !important;
    font-weight: bold !important;
    background: #B1D9F9 !important;
}

.pager {
    position: relative !important;
    top: auto !important;
    float: left;
}

#content p,
.aside p {
    /* TE ADDED */
    line-height: 1.4;
    font-size: 1em;
}

#content ul,
.aside ul {
    /* TE ADDED */
    line-height: 1.4;
    font-size: 13px;
}

#content ol,
.aside ol {
    /* TE ADDED */
    line-height: 1.4;
    font-size: 13px;
}

#content ul,
.aside ul {
    /* TE ADDED */
    line-height: 1.4;
    font-size: 13px;
}

#content ol,
.aside ol {
    /* TE ADDED */
    line-height: 1.4;
    font-size: 13px;
}

.headerNavContent {
    color: white;
}

a:link {
    color: #0083be;
    text-decoration: none;
}
/* unvisited link */

a:visited {
    color: #0083be;
    text-decoration: none;
}
/* visited link */

a:hover {
    color: #477dca;
    text-decoration: underline;
}
/* mouse over link */

a:active {
    color: #477dca;
    text-decoration: underline;
}
/* selected link */

ol#olRCSAccess li {
    padding: 0;
    background: none;
}

ol#olRCSAccess ul.sub-access {
    padding-left: 10px;
}

div.right {
    float: right;
}

.agreementText span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-left: 25px;
}

.agreementText input {
    display: block;
    float: left;
}

#mySidenav, .mobileMenu {
    display: none;
}

.mobOnly {
    display: none;
}

#appear {
    display: none;
}

.signupForm {
    border: 1px solid #CCC;
    -webkit-box-shadow: 2px 2px 4px #666;
    -moz-box-shadow: 2px 2px 4px #666;
    box-shadow: 2px 2px 4px #666;
}

.signUp {
    padding-left: 10px !important;
}

.forgot {
    float: left;
    margin-top: -25px;
    margin-left: 60px;
}

.mobileLogout {
    display: none;
}

#enterCombo {
    float: right;
}

#confirmCombo {
    float: right;
    clear: both;
}

.submitForgot {
    margin-top: 10px;
    float: right;
    clear: both;
    margin-right: 170px;
}

.infoContainer {
    position: relative;
    text-align: center;
    font-weight: bold;
}

.genericHeader {
    font-size: 38px !important;
    text-transform: uppercase;
}



#whatsThisLink {
    display: none !important;
}

@media only screen and (max-width: 720px) {
  .infoContainer {
    margin-right: 0px !important;
    margin-top: 70px !important;
  }
}

  @media only screen and (min-width: 200px) and (max-width: 720px) {
    html, body {
      overflow-x: hidden;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    #Header {
      height: auto;
      min-width: 0px;
    }

    input[type="text"],
    input[type="password"],
    input[type="tel"] {
      width: 250px;
      height: 38px;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    input[type="submit"],
    input[type="password"],
    input[type="submit"],
    input[type="button"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      margin-bottom: 5px;
    }

    label.labelAdios {
      display: none;
    }

    .home #content h2 {
      margin-top: 20px;
    }

    .home #content {
      
    }

    .mobileBanner {
      display: block;
    }

    #utility .menu {
      height: 50px;
      margin-right: 5px;
    }

    .blueButton {
      width: 290px;
      height: 50px;
    }

    #utility {
      height: 50px;
    }

    body {
      height: auto;
      overflow-x: hidden;
    }

    .mobileOnlinePayments {
      text-align: center;
      margin: 0 auto;
    }

    .mobileLoginForm {
      width: 100vw;
      text-align: center;
    }

    .home #container {
      margin: 0px;
      padding: 0px;
    }

    #branding {
      display: none;
    }

    .wrap,
    .content-wrap {
      width: 100vw;
    }

    .content-wrap {
      margin: 0px;
      float: none;
    }

    #MainContent {
      min-height: 100px;
    }

      #MainContent label {
        text-align: center;
        margin: 0px;
      }

    .template-2-columns #content,
    .home #content {
      width: 100vw;
      padding: 0px;
      text-align: center;
    }

    h1.generic {
      font-size: 20px !important;
    }

    .MapCotainer,
    .waveBG {
      background: none;
      float: none;
    }

    .marginForm {
      text-align: center;
    }

    .locationContainer {
      margin: 0px;
      float: none !important;
      width: 100vw !important;
    }

      .locationContainer h1 {
        margin: 0;
      }

    .formContainer {
      margin: 0px;
      text-align: center;
      background-image: none !important;
      border: none;
      clear: both;
      background: none;
      float: none;
      padding: 0px;
    }

    .mapContainer {
      display: none;
    }

    select,
    .invoiceTotal {
      text-align: center;
    }

    .mobileFormat {
      width: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .mobileFormatLeft {
      float: left;
      width: 100px;
      margin-left: auto !important;
      margin: 0px;
    }

    .formButtons {
      text-align: center;
      margin: 0 auto;
    }

    span.required {
      display: none;
    }

    .submit,
    input.continue,
    a.continue,
    .formButtons input.continue,
    .newCustomer a {
      float: none;
      margin: 0px;
    }

    .mobileLoginButtons {
      margin-bottom: 10px !important;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
      padding: 0 !important;
      margin-top: 0px !important;
      width: 290px;
      height: 40px;
      white-space: normal !important;
      margin: 0 auto;
    }

    #getPassword {
      display: none;
    }

    .user {
      background: url(../images/user.png) no-repeat 2px 4px;
      padding-left: 40px !important;
    }

    .password {
      background: url(../images/padlock.png) no-repeat 2px 4px;
      padding-left: 40px !important;
    }

    .email {
      background: url(../images/resetemail.png) no-repeat 2px 4px;
      padding-left: 40px !important;
    }

    .zipcode {
      background: url(../images/placeholder.png) no-repeat 2px 4px;
      padding-left: 40px !important;
    }

    input[type="text"],
    input[type="password"],
    input[type="tel"] {
      width: 250px;
      height: 38px;
    }

    .marginForm input[type="text"],
    .marginForm input[type="password"],
    .marginForm input[type="tel"] {
      padding: 0px;
      height: 38px;
    }

    .accountNav li {
      width: 30%;
    }

    .mobileAdjustment {
      float: none;
      margin-bottom: 10px;
    }

    .mobilePadding {
      clear: both;
    }

    .invoice {
      width: 100%;
      overflow-x: no-content;
      white-space: nowrap;
    }

    #footer {
      width: 100vw;
      min-width: 0px;
    }

    .breadcrumbs-wrapper,
    .breadcrumbs {
      width: 100vw;
    }

    .invoice th:nth-child(2),
    .invoice th:nth-child(3),
    .invoice th:nth-child(4),
    .invoice th:nth-child(6),
    .invoice th:nth-child(7), .invoice th:nth-child(8) {
      display: none;
    }

    .invoice td:nth-child(2),
    .invoice td:nth-child(3),
    .invoice td:nth-child(4),
    .invoice td:nth-child(6),
    .invoice td:nth-child(7), .invoice td:nth-child(8) {
      display: none;
    }

    th.amount, .amount, th.name, .name, th.paid, .paid {
      font-size: 8px;
    }

    .info {
      font-size: .6em !important;
    }

    span.checkListHorizontal label {
      margin: 2px 5px 5px 0px !important;
      float: left;
      display: inline;
    }

    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      background-color: #bdd8f1;
      overflow-x: hidden;
      transition: 0.5s;
      display: inline;
    }

      .sidenav a {
        text-decoration: none;
        border: 1px;
        border-bottom: white thin;
        font-size: 15px;
        line-height: 2em;
        color: #094696;
        font-weight: bold;
        display: block;
        transition: 0.3s;
      }

        .sidenav a:hover,
        .offcanvas a:focus {
          color: #f1f1f1;
        }

      .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }

    .mobileMenu {
      display: inline;
      cursor: pointer;
      margin-left: 20px;
      margin-top: 20px;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 30px;
      display: inline-block;
      font-size: 13px;
      border: 1px solid #fff;
    }

    .subnav {
      display: none;
    }

    #main, #new-footer, #page {
      transition: margin-left .5s;
    }

    #mySidenav, .mobileMenu {
      display: inline;
    }

    /*Added 10-17*/

    .mobileClear {
      clear: both;
    }

    table.fullWidth {
      border-spacing: 0px 15px;
    }

    .subAlert {
      border: none !important;
      text-align: center;
    }

    #content h4 {
      margin: 10px;
      text-align: center;
    }

    .mustAppear {
      text-align: center;
      display: inline-block;
    }

    hr {
      display: none;
    }

    #invoiceYears li {
      float: none;
      width: 45px;
      height: 45px;
      background: #005BA9 !important;
      margin: 0px 5px 10px 0px;
      position: relative;
      display: block;
      border: 2px solid #005BA9;
      padding-left: 0px !important;
      -webkit-box-shadow: 2px 2px 4px #777;
      -moz-box-shadow: 2px 2px 4px #777;
      box-shadow: 2px 2px 4px #777;
      border-radius: 30px;
    }

      #invoiceYears li span {
        color: white;
        padding: 10px 0px;
      }

      #invoiceYears li div.year {
        display: none;
      }

    #invoiceYears ul {
      display: inline-block;
    }

    #content_col_1 {
      display: none;
    }

    #content_col_2, #content_col_3 {
      padding: 0px;
      width: auto;
      float: none;
      margin-left: 0px;
      margin-top: 0px;
      border: none;
      background: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      text-align: center;
    }

    .content_col_2_sub {
      box-shadow: none;
      -webkit-box-shadow: none;
      margin-bottom: 0px;
      padding-left: 0px;
      border: none;
    }

    .contentColumns {
      width: auto;
    }

    .mobOnly {
      display: inline-block;
      width: 90vw;
      margin-bottom: 20px;
    }

    .mobileDisappear {
      display: none;
    }

    #appear {
      display: inline;
      overflow: hidden;
      -moz-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }

    .rotate180 {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
    }

    .signupForm {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }

    .forgot {
      float: none;
      margin-top: 0px;
      margin-left: 0px;
    }

    .mobileLogout {
      display: inline;
      text-align: center;
      display: inline-block;
      margin: 0 auto;
      width: 100vw;
    }

    .mobileLogoutButton {
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
      display: inline-block;
      background-color: grey;
      color: white !important;
      padding: 5px 15px;
      text-decoration: none;
    }

    #enterCombo {
      margin-top: 5px;
      float: none;
      text-align: center;
    }

    #confirmCombo {
      margin-top: 5px;
      float: none;
      text-align: center;
    }

    .submitForgot {
      float: none;
      margin-right: 0px;
    }

    .enterEmail, .confirmEmail {
      display: none;
    }

    .passwordResults {
      text-align: center;
    }

    .mobileView {
      width: 90%;
      display: inline-block;
    }

    #content p {
      width: 90%;
      text-align: center;
      display: inline-block;
    }

    #buttonBar {
      width: 100% !important;
    }

      #buttonBar .blueButton {
        margin-bottom: 10px;
      }

    .genericHeader {
      display: none;
    }

    .subAlertHidden {
      display: none !important;
    }

    .subAlert {
      display: inline-block !important;
    }

    .marginFormNoInput {
      text-align: left;
    }

    .agreementText span {
      font-weight: bold;
      font-size: 14px;
      display: block;
      /* margin-left: 25px; */
      width: 80%;
      text-align: left;
      margin-right: 20px;
      margin-left: 20px;
    }

    .agreementText {
      margin-left: 10px;
    }

    #print {
      display: none;
    }

    #ContentPlaceHolderContent_rblHardcopy {
      display: inline;
    }

    div.errorsNew li.subAlert {
      padding: 5px !important;
      margin-top: 25px !important;
      display: inline-block !important;
      list-style: none !important;
      font-weight: bold !important;
      background: #F2C4C4 !important;
      width: 300px;
    }

    .smallButton {
      width: 60px;
      height: 20px;
    }

    input.shortPayment {
      width: 70px;
    }

    .errors {
      margin-top: 85px;
    }

    .mobileUL li {
      float: none;
      color: black !important;
      padding-left: 20px;
      padding-top: 10px;
    }
  }


@media only screen and (min-width: 721px) and (max-width: 1200px) {
  #Header {
    height: auto;
    min-width: 0px;
  }

  input[type="text"],
  input[type="password"],
  input[type="tel"] {
    width: 250px;
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  input[type="submit"],
  input[type="password"],
  input[type="submit"],
  input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #content {
    text-align: center;
  }

  .contentColumns {
    width: auto;
  }

  .genericHeader {
    display: none;
  }

  .forgot {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .mobOnly {
    display: inline-block;
    width: 90vw;
    margin-bottom: 40px;
  }

  .mobileDisappear {
    display: none;
  }

  .mobileBanner {
    display: block;
  }

  .labelAdios {
    display: none !important;
  }

  #utility .menu {
    height: 50px;
    margin-right: 5px;
  }

  .blueButton {
    width: 290px;
    height: 50px;
  }

  .smallButton {
    width: 60px;
    height: 20px;
  }

  #utility {
    height: 50px;
  }

  body {
    height: auto;
    overflow-x: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .mobileOnlinePayments {
    text-align: center;
    width: 500px;
    display: inline-block;
  }

  .mobileLoginForm, .signUp {
    width: 100vw;
    text-align: center !important;
  }

  .home #container {
    margin: 0px;
    padding: 0px;
  }

  #branding {
    display: none;
  }

  .wrap,
  .content-wrap {
    width: 100vw;
  }

  .content-wrap {
    margin: 0px;
    float: none;
  }

  #MainContent {
    min-height: 100px;
  }

    #MainContent label {
      text-align: center;
      margin: 0px;
    }

  .template-2-columns #content,
  .home #content {
    width: 100vw;
    padding: 0px;
  }

  h1.generic {
    font-size: 20px !important;
  }

  .MapCotainer,
  .waveBG {
    background: none;
    float: none;
  }

  .locationContainer {
    margin: 0px;
    float: none !important;
    width: 100vw !important;
  }

    .locationContainer h1 {
      margin: 0;
    }

  .formContainer {
    margin: 0px;
    text-align: center;
    background-image: none !important;
    border: none;
    clear: both;
    background: none;
    float: none;
    padding: 0px;
  }

  .mapContainer {
    display: none;
  }

  select,
  .invoiceTotal {
    text-align: center;
  }

  .mobileFormat {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobileFormatLeft {
    float: left;
    width: 100px;
    margin-left: auto !important;
    margin: 0px;
  }

  .formButtons {
    text-align: center;
    margin: 0 auto;
  }

  span.required {
    display: none;
  }



  .submit,
  input.continue,
  a.continue,
  .formButtons input.continue,
  .newCustomer a {
    float: none;
    margin: 0px;
  }

  .mobileLoginButtons {
    margin-bottom: 10px !important;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
    margin-top: 0px !important;
    width: 290px;
    height: 40px;
    white-space: normal !important;
    margin: 0 auto;
  }

  .mobileLogout {
    display: inline;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100vw;
  }

  #content p {
    width: 90%;
    text-align: center;
    display: inline-block;
  }

  .mobileLogoutButton {
    text-align: center;
    display: inline-block;
    background-color: grey;
    color: white !important;
    padding: 5px 15px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #getPassword {
    display: none;
  }

  .user {
    background: url(../images/user.png) no-repeat 2px 4px;
    padding-left: 40px !important;
  }

  .password {
    background: url(../images/padlock.png) no-repeat 2px 4px;
    padding-left: 40px !important;
  }

  .email {
    background: url(../images/resetemail.png) no-repeat 2px 4px;
    padding-left: 40px !important;
  }

  .zipcode {
    background: url(../images/placeholder.png) no-repeat 2px 4px;
    padding-left: 40px !important;
  }

  .marginForm input[type="text"],
  .marginForm input[type="password"],
  .marginForm input[type="tel"] {
    padding: 0px;
    height: 38px;
  }

  .accountNav li {
    width: 30%;
  }

  .mobileAdjustment {
    float: left;
    margin-bottom: 10px;
  }

  .mobilePadding {
    clear: both;
  }

  .invoice {
    width: 75vw;
    overflow: scroll;
    overflow-x: auto;
    white-space: nowrap;
  }

  #footer {
    width: 100vw;
    min-width: 0px;
  }

  .mobileTablet li {
    list-style: none;
    clear: both;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
  }

  .mustAppear {
    display: block !important;
  }

  .adios {
    display: none;
  }

  .fontAdjustment {
    float: right;
    font-size: 10px;
  }

  span.checkListHorizontal label {
    margin: 2px 5px 5px 0px !important;
    float: left;
    display: inline;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #bdd8f1;
    overflow-x: hidden;
    transition: 0.5s;
    display: inline;
  }

    .sidenav a {
      text-decoration: none;
      border: 1px;
      border-bottom: white thin;
      font-size: 15px;
      line-height: 2em;
      color: #094696 !important;
      font-weight: bold;
      display: block;
      transition: 0.3s;
    }

      .sidenav a:hover,
      .offcanvas a:focus {
        color: #f1f1f1;
      }

    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }

  .mobileMenu {
    display: inline;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #fff;
  }

  #main, #new-footer, #page {
    transition: margin-left .5s;
  }

  #mySidenav, .mobileMenu {
    display: inline;
  }


  #mobileBreak {
    display: inline;
  }

  .mobileClear {
    clear: both;
  }

  table.fullWidth {
    border-spacing: 0px 15px;
  }

  .subAlert {
    border: none !important;
    text-align: center;
  }

  #content h4 {
    margin: 10px;
    text-align: center;
  }

  .mustAppear {
    text-align: center;
    display: inline-block;
  }

  hr {
    display: none;
  }

  #invoiceYears li {
    float: none;
    width: 45px;
    height: 45px;
    background: #005BA9 !important;
    margin: 0px 5px 10px 0px;
    position: relative;
    display: block;
    border: 2px solid #005BA9;
    padding-left: 0px !important;
    -webkit-box-shadow: 2px 2px 4px #777;
    -moz-box-shadow: 2px 2px 4px #777;
    box-shadow: 2px 2px 4px #777;
    border-radius: 30px;
  }

    #invoiceYears li span {
      color: white;
      padding: 10px 0px;
    }

    #invoiceYears li div.year {
      display: none;
    }

  #invoiceYears ul {
    display: inline-block;
  }

  #content_col_1 {
    display: none;
  }

  #content_col_2 {
    padding: 0px;
    width: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .content_col_2_sub {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0px;
    padding-left: 0px;
    border: none;
  }


  #appear {
    display: inline;
    overflow: hidden;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .signupForm {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #content_col_2, #content_col_3 {
    padding: 0px;
    width: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
  }

  .subnav {
    display: none;
  }

  #enterCombo {
    margin-top: 5px;
    float: none;
    text-align: center;
  }

  #confirmCombo {
    margin-top: 5px;
    float: none;
    text-align: center;
  }

  .submitForgot {
    float: none;
    margin-right: 0px;
  }

  .enterEmail, .confirmEmail {
    display: none;
  }

  .passwordResults {
    text-align: center;
  }

  .mobileView {
    width: 90%;
    display: inline-block;
  }

  #buttonBar {
    width: 100% !important;
  }

    #buttonBar .blueButton {
      margin-bottom: 10px;
    }

  .subAlert {
    display: inline-block !important;
  }

  .marginFormNoInput {
    text-align: left;
  }

  .agreementText span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    /* margin-left: 25px; */
    width: 80%;
    text-align: left;
    margin-right: 20px;
    margin-left: 20px;
  }

  .agreementText {
    margin-left: 10px;
  }

  #print {
    display: none;
  }

  #ContentPlaceHolderContent_rblHardcopy {
    display: inline;
  }

  div.errorsNew li.subAlert {
    padding: 5px !important;
    margin-top: 25px !important;
    display: inline-block !important;
    list-style: none !important;
    font-weight: bold !important;
    background: #F2C4C4 !important;
    width: 300px;
  }

  .errors {
    margin-top: 85px;
  }

  .mobileUL {
    float: left;
    color: black;
    padding-left: 10px;
  }
}

  .modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
  }

  .modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 20px;
  }

  .gPWNew {
    float: left;
    width: 45%;
    border-right: 1px solid #000;
    padding-right: 10px;
  }

  .gPWReturn {
    float: right;
    width: 50%;
    margin-left: 10px;
  }

  @media only screen and (min-width: 670px) and (max-width: 1200px) {

    .gPWNew {
      float: left;
      width: 45%;
      border-right: none;
      padding-right: 10px;
    }

      .gPWNew div fieldset .mobileLoginForm {
        width: auto;
        text-align: center;
      }

    .gPWReturn div fieldset .mobileLoginForm {
      width: auto;
      text-align: center;
    }
  }

  @media only screen and (max-width: 670px) {
    .gPWNew {
      width: auto;
      border-right: none;
      float: none;
    }

    .gPWReturn {
      float: none;
      width: auto;
      margin: 0;
    }
  }

  .changeAccount {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
    
    