@import url("/global.css"); /* CompiledCSS */
h1 {
    line-height : 160%;
}

td {
    line-height : 160%;
}

a.l {
    text-decoration : underline;
}

a:hover {
    text-decoration : underline;
}

a {
    text-decoration : underline;
}

a.l:hover {
    text-decoration : underline;
}

div {
    line-height : 160%;
}

.unleaded {
    padding: 4px 15px 0 15px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: bold;
}

/* Start StyleCSS */
@charset "utf-8"; html, body {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 160%;
    background: #dcdcdc;
}

#styleContainer {
    position: relative;
    height: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 160%;
}

/* Colors */
.thin {
    font-weight: 200;
}

.strong {
    font-weight: 600;
}

a {
    color: #6D8330;
    text-decoration: none;
}

a:hover, a:focus {
    color: #808080;
    text-decoration: underline;
}

a[name]:before {
    content: " ";
    display: block;
    margin-top: -90px;
    position: absolute;
    width: 100%:
}

.color-1 {
    color: #6D8330 !important;
    border-color: #6D8330 !important;
}

.bg-color-1 {
    background-color: #6D8330 !important;
    border-color: #6D8330 !important;
    color: #fff !important;
}

.color-2 {
    color: #333333 !important;
    border-color: #333333 !important;
}

.bg-color-2 {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.white {
    color: #fff !important;
}

.btn {
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background: #6D8330;
    border-color: #6D8330;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #808080;
    border-color: #808080;
}

.btn-default {
    color: #fff;
    background: #808080;
    border-color: #808080;
}

.btn-default:hover, .btn-default:focus {
    color: #fff;
    background: #6D8330;
    border-color: #6D8330;
}

.btn-lg {
    border-radius: 4px;
}

/* Margins */
.margin-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top--60 {
    margin-top: -60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom--60 {
    margin-bottom: -60px !important;
}

/* Header */
#skipNav {
    opacity: 0;
    left: 50%;
    top: -46px;
    min-width: 220px;
    margin-left: -110px;
    position: absolute;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

#skipNav:focus {
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

#topbar {
    background: #fff;
    min-height: 40px;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.internal #topbar, .bottom #topbar {
    position: relative;
    bottom: inherit;
    border-bottom: 0;
}

#topbar a {
    font-size: 14px;
    display: inline-block;
    color: #555555;
    text-decoration: none;
    min-width: 40px;
    height: 40px;
    border-left: 1px solid #f2f2f2;
    transition: all 0.3s ease;
}

#topbar .toplinks a:first-child, #topbar .social a:first-child {
    border-left: none;
}

#topbar .toplinks {
    text-align: right;
}

#topbar a:hover {
    background: #6D8330;
    color: #fff;
}

#topbar a .fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

#topbar a:hover .fa, #topbar a:hover span {
    color: #fff !important;
}

#topbar a span {
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 -10px;
}

#topbar .social {
    float: left;
}

#topbar .toplinks {
    float: right;
}

header .container, header .container .clearfix {
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(255,255,255, .95);
    z-index: 16;
}

.bottom header {
    bottom: 0;
    top: inherit;
}

.internal header {
    background: #fff;
    position: relative;
}

.internal header.fix, header.fix {
    position: fixed;
    top: 0;
    bottom: inherit;
    width: 100%;
    box-shadow: 5px 0 5px rgba(0,0,0,0.3);
    background: rgba(255,255,255, .95);
}

.internal header:not(.fix) {
    border-top: 1px solid #f2f2f2;
}

#logo {
    text-decoration: none;
    float: left;
    display: block;
}

#logo h2 {
    margin: 0;
    padding: 0;
    line-height: 50px;
}

#logo h2:before {
    content: " ";
    float: left;
    display: block;
    height: 50px;
    width: 50px;
    background: url(/images/galleries/style/637/images/icon.svg) no-repeat;
}

#logo img {
    max-width: 350px;
    max-height: 100px;
}

#Toggle {
    margin: 0;
    padding: 0;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 5px;
    border: 0;
    text-decoration: none !important;
}

/* Homepage Slideshow */
#homeSlide {
    text-align: center;
    border: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 40px;
}

.bottom #homeSlide {
    margin-bottom: 0;
}

#homeSlide .carousel-inner, #homeSlide .carousel-inner .item img {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    filter: none;
}

#homeSlide .carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homeSlide .carousel-inner div {
    z-index: 0 !important;
}

#homeSlide .carousel-inner .item:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

#homeSlide .line {
    height: 5px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}

#homeSlide .caption {
    width: 100%;
    text-align: center;
}

#homeSlide .outline {
    border: 6px solid #fff;
    background: rgba(225, 225, 225, 0.8);
    padding: 40px;
    display: inline-block;
    box-sizing: border-box;
}

#homeSlide h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    margin: 0;
}

#homeSlide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 40px);
}

#homeSlide .carousel-inner, #homeSlide .item {
    flex: 1;
    width: 100%;
    height: 100%;
}

#homeSlide .align {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

#homeSlide video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

#testimonials .carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border: 0;
    border-radius: 10px;
    background-color: #fff;
}

.carousel-indicators .active {
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background-color: #6D8330;
}

.overlay {
    background-color: rgba(0, 0, 0, .7);
    border-top: 5px solid #6D8330;
    border-bottom: 5px solid #6D8330;
}

.parallax {
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

hr.title {
    border-width: 2px;
    width: 15%;
}

#services a {
    text-decoration: none;
    color: #555555;
    display: block;
}

#services a .fa, #services a u {
    transition: all 0.3s ease;
}

#services a:hover .fa, #services a:hover u {
    color: #6D8330;
}

#tabFaqs .panel-title {
    padding-left: 25px;
    position: relative;
    display: inline-block;
}

#tabFaqs .panel-title span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#tabFaqs .panel-title .fa-minus, #tabFaqs .panel-title .fa-plus {
    position: absolute;
    left: 0;
    top: 6px;
}

#tabFaqs .panel-title.collapsed .fa-minus, #tabFaqs .panel-title .fa-plus {
    display: none;
}

#tabFaqs .panel-title.collapsed .fa-plus, #tabFaqs .panel-title .fa-minus {
    display: block;
}

#map {
    height: 450px;
    width: 100%;
    margin-bottom: -6px;
    pointer-events: none;
}

/* Information Panels */
#information .box {
    position: relative;
    height: 200px;
    display: block;
    text-decoration: none;
}

#information .box:focus .back, #information .box:hover .back {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
}

#information .box:focus .front, #information .box:hover .front {
    transform: perspective(1000px) rotateY(180deg);
    opacity: 0;
}

#information .front, #information .back {
    color: #555555;
    position: absolute;
    height: 200px;
    width: 100%;
    border-radius: 10px;
    padding: 50px 20px 20px;
    left: 0;
    top: 0;
    transition: 0.6s;
}

#information .back {
    padding: 20px;
    transform: perspective(1000px) rotateY(-180deg);
    opacity: 0;
}

#information .front {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
}

#styleTitle .overlay {
    padding: 60px 0;
}

#breadcrumbs {
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
}

#breadcrumbs a {
    text-decoration: none;
    line-height: 40px;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#sticky {
    position: sticky;
    top: 0;
    float: right;
}

#subNav ul {
    list-style: none;
    padding-left: 10px;
}

#subNav li {
    position: relative;
    padding-left: 20px;
}

#subNav li:before {
    position: absolute;
    top: -11px;
    left: 0;
    content: "L ";
    font-size: 38px;
    color: #ccc;
    font-weight: 100;
}

/* Footer */
footer {
    color: #fff;
    background: #121212;
}

#subFooter {
    color: #fff;
    background: #0c0c0c;
}

footer a, #subFooter a, footer a:hover, footer a:focus, #subFooter a:hover, #subFooter a:focus {
    text-decoration: none;
}

/* Bootstrap Carousel Fade */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Tax Countdown */
.countdown_rtl {
    direction: rtl;
}

.countdown_holding span {
    color: #888;
}

.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}

.countdown_show3 .countdown_section {
    width: 32.5%;
}

.countdown_show4 .countdown_section {
    width: 24.5%;
}

.countdown_show5 .countdown_section {
    width: 19.5%;
}

.countdown_show6 .countdown_section {
    width: 16.25%;
}

.countdown_show7 .countdown_section {
    width: 14%;
}

.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown_amount {
    font-size: 200%;
}

.countdown_descr {
    display: block;
    width: 100%;
}

.scrollToTop {
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    opacity: .5;
    background: #6D8330;
    border-radius: 4px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    z-index: 100;
}

.scrollToTop:hover, .scrollToTop:active, .scrollToTop:focus {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

/* Modal */
.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

body.modal-open #styleContainer {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    overflow: hidden;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

#Nav {
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 50%;
    min-height: 0;
    margin: -20px 0 0;
}

#Nav ul.nav.navbar-nav {
    display: none;
}

/* SmartMenu */
#SmartMenu {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#SmartMenu, #SmartMenu ul, #SmartMenu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

#SmartMenu ul {
    display: none;
    background: rgba(179, 179, 179, 0.1);
}

#SmartMenu li, #SmartMenu a {
    position: relative;
}

#SmartMenu a {
    display: block;
}

#SmartMenu a.disabled {
    cursor: default;
    color: #cccccc;
}

#SmartMenu::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

#SmartMenu *, #SmartMenu *::before, #SmartMenu *::after {
    box-sizing: inherit;
}

#SmartMenu a, #SmartMenu a:hover, #SmartMenu a:focus, #SmartMenu a:active {
    padding: 15px 10px;
    padding-right: 50px;
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

#SmartMenu a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    text-shadow: none;
}

#SmartMenu a .sub-arrow::before {
    content: ' ';
    right: 50%;
    margin-right: -5px;
    top: 50%;
    margin-top: -1px;
    text-align: center;
    width: 10px;
    height: 2px;
    line-height: 50px;
    display: block;
    position: absolute;
    background: #555555;
}

#SmartMenu a .sub-arrow::after {
    content: ' ';
    right: 50%;
    margin-right: -1px;
    top: 50%;
    margin-top: -5px;
    text-align: center;
    width: 2px;
    height: 10px;
    line-height: 50px;
    display: block;
    position: absolute;
    background: #555555;
}

#SmartMenu a.highlighted .sub-arrow::after {
    display: none;
}

#SmartMenu li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#SmartMenu>li.active>a {
    font-weight: bold;
}

#SmartMenu>li:first-child {
    border-top: 0;
}

#SmartMenu ul a, #SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active {
    font-size: 14px;
    border-left: 8px solid transparent;
}

#SmartMenu ul ul a, #SmartMenu ul ul a:hover, #SmartMenu ul ul a:focus, #SmartMenu ul ul a:active {
    border-left: 16px solid transparent;
}

#SmartMenu ul ul ul a, #SmartMenu ul ul ul a:hover, #SmartMenu ul ul ul a:focus, #SmartMenu ul ul ul a:active {
    border-left: 24px solid transparent;
}

#SmartMenu ul ul ul ul a, #SmartMenu ul ul ul ul a:hover, #SmartMenu ul ul ul ul a:focus, #SmartMenu ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

#SmartMenu ul ul ul ul ul a, #SmartMenu ul ul ul ul ul a:hover, #SmartMenu ul ul ul ul ul a:focus, #SmartMenu ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

@media (min-width: 1200px) {
    /* Switch to desktop layout */ #SmartMenu ul {
        position: absolute;
        width: 12em;
    }

    #SmartMenu li {
        float: left;
    }

    #SmartMenu ul li {
        float: none;
    }

    #SmartMenu a {
        white-space: nowrap;
    }

    #SmartMenu ul a {
        white-space: normal;
    }

    #SmartMenu .sm-nowrap>li>a, #SmartMenu .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
    }

    #SmartMenu a, #SmartMenu a:hover, #SmartMenu a:focus, #SmartMenu a:active, #SmartMenu a.highlighted {
        padding: 10px 15px;
        color: #555555;
        text-transform: uppercase;
    }

    #SmartMenu ul a, #SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active, #SmartMenu ul a.highlighted {
        text-transform: none;
    }

    #SmartMenu ul a:hover, #SmartMenu ul a:focus, #SmartMenu ul a:active, #SmartMenu ul a.highlighted {
        background: #eeeeee;
    }

    #SmartMenu a.disabled {
        background: #fff;
        color: #cccccc;
    }

    #SmartMenu a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #555555;
        background: transparent;
    }

    #SmartMenu ul a .sub-arrow {
        margin-top: -5px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #555555;
        border-right: 0;
        right: 10px;
    }

    #SmartMenu>li {
        border-top: 0;
    }

    #SmartMenu>li:first-child {
        border-left: 0;
    }

    #SmartMenu ul {
        border: 1px solid #bbbbbb;
        background: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    #SmartMenu ul a {
        border: 0 !important;
    }

    #SmartMenu ul a.has-submenu {
        padding-right: 25px;
    }

    #SmartMenu ul>li {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }

    #SmartMenu ul>li:first-child {
        border-top: 0;
    }

    #SmartMenu .scroll-up, #SmartMenu .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    #SmartMenu .scroll-up-arrow, #SmartMenu .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555555 transparent;
    }

    #SmartMenu .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
    }
}

@media (min-width: 1200px) {
    .bottom header:not(.fix) .sub-arrow, .bottom header:not(.fix) #SmartMenu ul {
        visibility: hidden;
    }

    #Nav {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    #Nav {
        width: 100%;
        position: relative;
        margin: 0;
        right: inherit;
        top: inherit;
        display: none;
    }

    #topbar {
        position: relative;
        bottom: inherit;
        border-bottom: 0;
    }

    #sticky {
        top: inherit !important;
        position: relative;
    }

    #homeSlide {
        height: 75%;
        min-height: 400px;
        margin-bottom: 0;
    }

    .internal header.fix, header.fix {
        box-shadow: none;
    }

    a[name]:before {
        display: none;
    }

    #homeSlide .carousel-indicators {
        bottom: 20px !important;
    }

    #homeSlide h2 {
        font-size: 40px;
        line-height: 60px;
    }

    header, header.fix, .internal header.fix {
        position: relative;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        top: 0;
    }

    #topbar {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    #sticky {
        top:inherit !important;
        position: relative;
        float: none;
    }
}

@media (max-width: 767px) {
    .lead {
        font-weight:400
    }

    #topbar .container {
        padding: 0;
    }

    #topbar .social, #topbar .toplinks {
        display: flex;
        width: 100%;
        float: none;
    }

    #topbar .toplinks a {
        flex: 1;
    }

    #topbar a .fa {
        font-size: 18px;
    }

    #topbar .toplinks, #topbar .social {
        text-align: center;
        padding: 0;
    }

    #logo {
        text-align: center;
        float: none;
    }

    #logo img {
        padding-right: 50px;
        max-width: 100%;
    }
}

/* Global */
#content table {
    width: 100%;
}

#ServicesHub .shadows, #ListSub .thumbborder.thumbpad, #ListSub table td[width="2%"] {
    display: none;
}

#ServicesHub table td:first-child {
    display: none;
}

#ListSub table td {
    width: 100%;
    display: block;
    padding-top: 15px;
}

.hubsection {
    height: 80px;
    padding: 30px 0pt 20px;
    border-bottom: 1px solid #888888;
}

.thumbborder {
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    border: 1px solid #999;
    padding: 5px;
}

/* Map and Driving Directions */
#Map iframe, #Directions .gadget, #Directions iframe {
    width: 100%;
}

#Publications table {
    width: 100%;
    border: inherit;
    border-collapse: collapse;
}

#DueDates * {
    background: none;
    font-family: inherit;
    color: inherit;
}

#DueDates table {
    width: 100%;
    border-spacing: 0;
}

#DueDates table, #DueDates tr, #DueDates td {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

.taxratetable {
    font-size: inherit !important;
}

.taxratetable font {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

#TaxRates table {
    border: none;
    border-collapse: collapse;
}

/* Forms */
#Form table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px auto;
    width: 100%;
}

#Form table td {
    text-align: left;
    padding: 10px 0 0;
    display: block;
    border: none;
    border-collapse: collapse;
}

#Form table td:first-child {
    font-weight: bold;
}

#Form table input, #Form table textarea {
    font-weight: normal;
}

br.clearfloat {
    display: none;
}

.thumbpad {
    display: block;
    float: left;
    margin-right: 20px;
}

#Newsletter table td[width="220"], #Newsletter table td[width="20"] {
    display: none;
}

#Header, #Footer {
    display: none;
}

.hubtab {
    padding: 0;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

hr.headerline.cellcolor {
    display: none;
}

.headerline {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    clear: both;
    border: 0;
    height: 0;
    margin: 0;
    width: 100%;
}

@media (any-pointer: coarse), (any-hover:none) {
    .parallax {
        background-attachment: initial !important
    }
}

/* Start MENU */
