@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 */
html,
body {
    height: 100%;
}

body {
    font-family: 'Quicksand', sans-serif;
    -ms-overflow-style: scrollbar;
    background: #f2f2f2;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

input,
textarea {
    font-family: inherit !important;
}

#CP_Contact .form-container {
    max-width: 600px;
}

#CP_StyleContainer {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

#CP_StyleContainer.home #CP_Content {
    overflow: hidden;
}

a {
    color: #00bf57;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #00bf57;
    text-decoration: none;
}

.parallax,
.bg-image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.parallax {
    background-attachment: fixed;
}

.color-1 {
    color: #00bf57 !important;
    border-color: #00bf57 !important;
}

.bg-color-1 {
    background-color: #00bf57 !important;
    border-color: #00bf57 !important;
    color: #fff !important;
}

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

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

.color-3 {
    color: #1d2924 !important;
    border-color: #1d2924 !important;
}

.bg-color-3 {
    background-color: #1d2924 !important;
    border-color: #1d2924 !important;
    color: #fff !important;
}

.white {
    color: #fff !important;
}

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

.black {
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.bg-light {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    color: #000 !important;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-ms-input-placeholder {
    color: #000;
}

.form-control::placeholder,
.form-control {
    color: #000;
}

hr.line {
    border-bottom: 3px solid #000;
    width: 100px;
    opacity: .5;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 400;
    letter-spacing: -.02em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    letter-spacing: -.02em;
}

.lead {
    font-weight: 400;
}

.text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}

.btn,
.btn:focus,
.btn:active {
    position: relative;
    text-decoration: none;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-color: transparent;
    font-weight: 600;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn:hover,
.btn:active:hover {
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.modal-content {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .6);
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.modal-content .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header {
    border-radius: 0;
}

.form-control,
.input-lg,
.input-group-lg {
    border-radius: 0;
}

.btn:focus,
.btn:hover:focus {
    outline: 0;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:hover,
.btn-default:active:hover {
    color: #fff;
    background: #00bf57;
    border-color: #00bf57;
}

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

/* Header */

#CP_SkipNav {
    opacity: 0;
    left: 50%;
    top: -34px;
    min-width: 220px;
    margin-left: -110px;
    position: absolute;
    z-index: 100;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    z-index: 10000;
}

#CP_SkipNav:focus {
    opacity: 1;
    position: absolute;
    top: 0;
}

#CP_Header {
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px #1d2924cc;
    z-index: 10;
}

#CP_Header.blur {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

#CP_Header .btn {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
}

#CP_Header.fixed,
#CP_Header.blur {
    position: fixed;
}

#CP_Logo {
    text-decoration: none;
    min-height: 80px;
    padding: 10px 0;
}

#CP_Logo h2 {
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-style: normal;
    color: #000;
}

#CP_Logo h3 {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c2c2c;
}

#CP_Logo img {
    max-width: 189px;
    max-height: 113px;
    width: 100%;
}

.parallax [class^="container"] {
    position: relative;
}

/* Hero */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#CP_Hero {
    position: relative;
    min-height: 700px;
}

.internal #CP_Hero {
    min-height: 350px;
}

#CP_Slider {
    background-image: url(/images/galleries/style/779/images/parallax-3.jpg);
    background-position: 50% 100%;
    height: calc(300px + 10vw);
    max-height: 600px;
}

#CP_Hero #title {
    margin: 30px 0;
    padding: 0;
}

#CP_Tagline {
    background: #1d2924;
    color: #fff;
    /* box-shadow: 0 0 50px rgb(242 242 242 / 30%); */
    transform: translateY(50px);
    z-index: 1;
    margin-left: 10vw;
    margin-right: 10vw;
    width: calc(100% - 20vw);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #00bf57;
    box-shadow: none;
}

.accordion-button {
    padding: 1.25rem;
}

.accordion-button.collapsed {
    color: #000;
    background-color: #f2f2f2;
}

.accordion-item {
    margin: 1rem 0;
    border: 0;
    background-color: transparent;
}

#rssFeedReader .fw-bold {
    padding: 1.25rem;
}

.nav-link {
    position: relative;
}

.nav-link .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.storyBox {
    background-color: #1d2924;
    border-color: #1d2924;
    color: #fff;
}

#CP_Section a,
#CP_Breadcrumbs a {
    text-decoration: none;
}

#CP_Section a:hover,
#CP_Breadcrumbs a:hover {
    color: #000;
}

#CP_Breadcrumbs a:after {
    content: "/";
    color: rgb(0 0 0 / 20%);
    margin: 0 4px 0 10px;
}

.nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    padding: .5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00bf57;
}

#CP_Footer {
    background: #1d2924;
    color: #fff;
}

#CP_Footer a,
#CP_Footer a:focus {
    text-decoration: none;
    color: #fff;
}

#CP_Footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#CP_SideScroll {
    position: fixed;
    bottom: 25px;
    right: 25px;
    min-height: 60px;
    border-radius: 0;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    z-index: 1020;
    pointer-events: none;
    opacity: 0;
}

#CP_SideScroll:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 5px;
    margin-left: 5px;
    border: 3px solid rgb(255 255 255 / 50%);
}

#CP_SideScroll a,
#CP_SideScroll a:active,
#CP_SideScroll a:focus,
#CP_SideScroll button {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border: 0;
    background: transparent;
    padding: 0;
}

#CP_SideScroll .badge {
    display: none;
    border-radius: 25px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff5722;
    color: #fff;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes bounce {
    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    6% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    6.6% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    7% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    7.4% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce {
    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    6% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    6.6% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    7% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    7.4% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 250px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #fff;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #fff;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fff;
}

#CP_SideScroll button {
    background: rgb(255 255 255 / 15%);
}

#CP_SideScroll button a:hover {
    text-decoration: none;
    font-size: 28px;
}

#CP_SideScroll {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#CP_SideScroll a.scrollToTop:hover {
    background: transparent;
    line-height: 40px;
}

/* SmartMenu */

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

#siteManager,
img[src$="edithtml.gif"] {
    z-index: 1002 !important;
}

#CP_StyleOverlay {
    display: none;
}

#CP_SmartMenu .active>a {
    color: #00bf57;
}

#CP_SmartMenu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    z-index: inherit;
}

#modalMenu #CP_SmartMenu {
    display: block;
}

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

#CP_SmartMenu ul {
    display: none;
    background: rgba(0, 0, 0, 0.05);
}

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

#CP_SmartMenu a {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

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

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

#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
    padding: 15px 10px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}

#CP_SmartMenu a:hover {
    background: rgba(0, 0, 0, 0.025);
}

#CP_SmartMenu a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
}

#CP_SmartMenu a .sub-arrow:hover {
    background: #fff;
}

#CP_SmartMenu a .sub-arrow::before,
#CP_SmartMenu a .sub-arrow::after {
    content: ' ';
    right: 50%;
    top: 50%;
    text-align: center;
    line-height: 50px;
    display: block;
    position: absolute;
    background: #00bf57;
}

#CP_SmartMenu a .sub-arrow::before {
    margin-right: -5px;
    margin-top: -1px;
    width: 10px;
    height: 2px;
}

#CP_SmartMenu a .sub-arrow::after {
    margin-right: -1px;
    margin-top: -5px;
    width: 2px;
    height: 10px;
}

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

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

#CP_SmartMenu>li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#CP_SmartMenu ul a,
#CP_SmartMenu ul a:hover,
#CP_SmartMenu ul a:focus,
#CP_SmartMenu ul a:active {
    font-weight: normal;
    border-left: 8px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000000;
}

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

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

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

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

#Toggle {
    display: block;
}

#menu {
    display: none;
}

#CP_SmartMenu a,
#CP_SmartMenu a:hover,
#CP_SmartMenu a:focus,
#CP_SmartMenu a:active {
    color: #000;
}

/* Switch to desktop layout */

@media (min-width: 1200px) and (any-pointer:fine),
(min-width: 1200px) and (any-hover:hover) {

    #CP_Header.color #CP_SmartMenu a,
    #CP_Header.color #CP_SmartMenu a:hover,
    #CP_Header.color #CP_SmartMenu a:focus,
    #CP_Header.color #CP_SmartMenu a:active,
    #CP_Header.dark #CP_SmartMenu a,
    #CP_Header.dark #CP_SmartMenu a:hover,
    #CP_Header.dark #CP_SmartMenu a:focus,
    #CP_Header.dark #CP_SmartMenu a:active,
    .color #CP_SmartMenu a,
    .color #CP_SmartMenu a:hover,
    .color #CP_SmartMenu a:focus,
    .color #CP_SmartMenu a:active,
    .dark #CP_SmartMenu a,
    .dark #CP_SmartMenu a:hover,
    .dark #CP_SmartMenu a:focus,
    .dark #CP_SmartMenu a:active {
        color: #fff;
    }

    #CP_Header.light #CP_SmartMenu a,
    #CP_Header.light #CP_SmartMenu a:hover,
    #CP_Header.light #CP_SmartMenu a:focus,
    #CP_Header.light #CP_SmartMenu a:active,
    .light #CP_SmartMenu a,
    .light #CP_SmartMenu a:hover,
    .light #CP_SmartMenu a:focus,
    .light #CP_SmartMenu a:active {
        color: #000;
    }

    #CP_TopBar .fa,
    #Toggle {
        display: none !important;
    }

    #CP_TopBar .spacer {
        display: inline;
    }

    #menu {
        display: block;
        height: 50px;
    }

    #CP_SmartMenu {
        display: inline-block;
    }

    #CP_SmartMenu a,
    #CP_SmartMenu a:hover,
    #CP_SmartMenu a:focus,
    #CP_SmartMenu a:active {
        padding: 15px 1vw 15px 0;
        color: #000;
        margin-right: 1vw;
        background: transparent;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 600;
    }

    #CP_SmartMenu ul {
        position: absolute;
        width: 12em;
        background: #fff;
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    }

    #CP_SmartMenu li {
        float: left;
    }

    #CP_SmartMenu>li:last-child {
        border-bottom: 0;
    }

    #CP_SmartMenu ul li {
        float: none;
    }

    #CP_SmartMenu a {
        white-space: nowrap;
    }

    #CP_SmartMenu ul a,
    #CP_SmartMenu ul a:hover,
    #CP_SmartMenu ul a:focus,
    #CP_SmartMenu ul a:active {
        color: #000 !important;
        text-transform: none;
        white-space: normal;
        padding: 8px;
        margin: 0;
    }

    #CP_SmartMenu .sm-nowrap>li>a,
    #CP_SmartMenu .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        letter-spacing: 0;
        margin: 0;
    }

    #CP_SmartMenu ul a:hover,
    #CP_SmartMenu ul a:focus,
    #CP_SmartMenu ul a:active,
    #CP_SmartMenu ul a.highlighted {
        background: #00bf57;
        color: #fff !important;
    }

    #CP_SmartMenu ul a:hover .sub-arrow,
    #CP_SmartMenu ul a:focus .sub-arrow,
    #CP_SmartMenu ul a:active .sub-arrow,
    #CP_SmartMenu ul a.highlighted .sub-arrow {
        border-left: 4px solid #fff;
    }

    #CP_SmartMenu a .sub-arrow {
        top: 50%;
        margin-top: -1px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-top: 0;
        background: transparent;
        border-radius: 0;
        border-top: 4px solid #000;
        display: none;
    }

    #CP_SmartMenu a .sub-arrow:hover {
        background: transparent;
    }

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

    #CP_SmartMenu li {
        border-top: 0;
    }

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

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

    #CP_SmartMenu ul a.has-submenu {
        padding-right: 25px;
        margin: 0;
    }

    #CP_SmartMenu ul>li {
        border-left: 0;
        border-top: 0;
    }

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

    #CP_SmartMenu ul>li {
        border-top: 1px solid rgba(0, 0, 0, .05);
    }

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

    #CP_SmartMenu .scroll-up-arrow,
    #CP_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 #fff transparent;
    }

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

    .CP_Toggle {
        display: none;
    }
}

@media (max-width:1719.98px) {
    #CP_Tagline {
        margin-left: 5vw;
        margin-right: 5vw;
        width: calc(100% - 10vw);
    }
}

@media (max-width:1399.98px) {
    #CP_Tagline {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .storyBox .bg-image {
        display: block !important;
        padding-top: 40%;
        height: auto !important;
        position: relative !important;
    }
    .storyBox .color-box {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

@media (max-width: 991.98px) {
    #CP_Hero {
        min-height: 500px;
    }

    #CP_Content {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    #CP_Phone,
    #Toggle {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    #CP_Logo img {
        display: block;
        margin: 0 auto;
    }
}

/* Global */

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#content table {
    width: 100%;
}

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

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

#ListSub table td {
    width: 100%;
    display: block;
    padding-bottom: 10px !important;
}

.HubSection h2 a {
    text-decoration: none;
    color: inherit;
}

.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);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    border: 1px solid #999;
    padding: 5px;
}

img[src$="triangle-yellow.gif"],
img[src$="triangle-orange.gif"],
img[src$="icon-calculators.png"],
img[src$="icon-faq.png"],
img[src$="icon-fg.png"] {
    display: none;
}

/* Map and Driving Directions */

#Map iframe,
#Directions .gadget,
#Directions iframe {
    width: 100%;
    border: 0;
}

#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 {
    display:none;
}

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

#Form textarea {
    max-height: 80px;
}

#Form form>p:first-of-type {
    text-align: center;
}

#Form table td {
    text-align: left;
    padding: 0 0 .5rem;
    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;
}

#Newsletter .tip,
#Newsletter .note,
#Newsletter .caution,
#Newsletter .example {
    background: none !important;
    padding: 10px 20px !important;
    min-height: 0 !important;
}

#Header,
#Footer {
    display: none;
}

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

hr.headerline.cellcolor {
    display: none;
}

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

/* Blog */
#Blog .cellcolor.roundcorner {
    float: none !important;
    width: 100% !important;
    border-radius: 0;
    border: none !important;
    padding: 0 0 50px 0 !important;
}

#Blog .cellcolor li {
    margin: 5px 0;
}

#Blog .cellcolor.roundcorner hr {
    margin: 0;
}

#Blog .cellcolor.roundcorner div:nth-last-of-type(1),
#Blog #rssIcon {
    float: none !important;
    padding: 0 !important;
    width: 50% !important;
    bottom: 15px !important;
}

#Blog #rssIcon {
    left: 0;
}

#Blog .cellcolor.roundcorner div:nth-last-of-type(1) {
    left: 50% !important;
}

#Blog .cellcolor.roundcorner div:nth-last-of-type(1) a,
#Blog #rssIcon a {
    display: block;
}

#Blog .cellcolor.roundcorner br {
    display: none;
}

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

td,
h1,
div {
    line-height: inherit;
}

/* Start MENU */

