@import url("/global.css");
/* CompiledCSS */
.unleaded{
	padding:4px 15px 0 15px;
	margin:0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}


/* Start StyleCSS */
/*
006D00
*/
html,
body {
    height: 100%;
}

body {
    font-size: 18px;
    line-height: 160%;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #000000;
    font-family: 'Times New Roman', serif;
}

#CP_Help a[type=button] {
    -webkit-appearance: initial;
}

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

/* backgrounds */
.dots {
    background-color: rgba(0, 0, 0, .1);
    background-image: -o-radial-gradient(rgba(255, 255, 255, .5) 35%, transparent 36%), -o-radial-gradient(rgba(255, 255, 255, .3) 35%, transparent 36%);
    background-image: radial-gradient(rgba(255, 255, 255, .5) 35%, transparent 36%), radial-gradient(rgba(255, 255, 255, .3) 35%, transparent 36%);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
}

.tablecloth {
    background-image: -o-linear-gradient(left, rgba(45, 144, 227, .2) 50%, rgba(45, 144, 227, .1) 50%),
        -o-linear-gradient(rgba(45, 144, 227, .2) 50%, rgba(45, 144, 227, .1) 50%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(45, 144, 227, .2)), color-stop(50%, rgba(45, 144, 227, .1))),
        -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(45, 144, 227, .2)), color-stop(50%, rgba(45, 144, 227, .1)));
    background-image: linear-gradient(90deg, rgba(45, 144, 227, .2) 50%, rgba(45, 144, 227, .1) 50%),
        linear-gradient(rgba(45, 144, 227, .2) 50%, rgba(45, 144, 227, .1) 50%);
    background-size: 50px 50px;
}

.stripes {
    background-color: rgba(45, 144, 227, .2);
    background-image: -o-repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(45, 144, 227, .1) 35px, rgba(45, 144, 227, .1) 70px);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(45, 144, 227, .1) 35px, rgba(45, 144, 227, .1) 70px);
    background-size: 297px 297px;
}

.diagonal {
    background-color: rgba(45, 144, 227, .3);
    background-image: -o-repeating-linear-gradient(323deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, .3) 2px,
            rgba(255, 255, 255, .3) 4px,
            transparent 4px,
            transparent 6px,
            rgba(255, 255, 255, .3) 6px,
            rgba(255, 255, 255, .3) 8px);
    background-image: repeating-linear-gradient(127deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, .3) 2px,
            rgba(255, 255, 255, .3) 4px,
            transparent 4px,
            transparent 6px,
            rgba(255, 255, 255, .3) 6px,
            rgba(255, 255, 255, .3) 8px);
    background-size: 100px 100px;
}

.modal-backdrop,
body.blurFix #CP_StyleOverlay {
    background: rgba(0, 0, 0, .7);
}

#CP_StyleContainer {
    position: relative;
    overflow-x: hidden;
}

#CP_StyleContainer.contained {
    max-width: 1360px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

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

.contained .container-fluid {
    max-width: 1280px;
    margin: 0 auto;
}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

a {
    color: #006D00;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #006D00;
    text-decoration: none;
}

.h1,.h2,.h3,.h4,.h6,h1,h2,h3,h4,h6 {
    /* font-family: 'Times New Roman', sans-serif;
	font-weight: 600;
	text-transform: uppercase; */
    font-weight: normal;
}

.h5,
h5 {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 600;
    text-transform: none;
}

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

.parallax {
    background-attachment: fixed;
}

.color-1 {
    color: #006D00 !important;
    border-color: #006D00 !important;
}

.bg-color-1 {
    background-color: #006D00 !important;
    border-color: #006D00 !important;
    color: #fff !important;
}

.white {
    color: #fff !important;
}

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

.black {
    color: #000 !important;
}

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

.bg-light {
    background-color: rgba(0, 0, 0, .05) !important;
    border-color: rgba(0, 0, 0, .05) !important;
}

small {
    color: inherit !important;
}

#CP_Hero .row,
#CP_Hero .container,
#CP_Hero .container-fluid {
    position: relative;
}

#CP_Hero .row {
    z-index: 2;
}

/* #CP_Hero .form-group {
	margin:0;
	border-bottom: 2px solid rgb(255, 255, 255);
}
#CP_Hero form {
	overflow: hidden;
	border: 5px solid rgba(255,255,255);
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.6);
	box-shadow: 0 10px 15px rgba(0,0,0,.6);
}
.round #CP_Hero form {
	border-radius: 25px 0;
} */
#CP_Contact .form-control,
#CP_Hero .form-control {
    border: 0;
    background: rgba(255, 255, 255, .8);
    font-weight: 500;
}

.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;
}

.curve {
    display: none;
    height: 50px;
    width: 150px;
    position: absolute;
    background-image: url(/images/galleries/style/737/images/curve.png);
    background-repeat: no-repeat;
    background-size: 150px 50px;
}

.curve.top.left {
    top: 0;
    left: 0;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.curve.top.right {
    top: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.curve.bottom.left {
    bottom: 0;
    left: 0;
}

.curve.bottom.right {
    bottom: 0;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.curve.left {
    left: 0;
}

.curve.light {
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
}

.curve.black {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#CP_Hero small {
    font-size: 40%;
    display: block;
}

.home #CP_Hero .h1 {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 100%;
    margin: 0;
    text-shadow: 0px 1px 4px #000;
}

.internal #CP_Hero .h1 {
    font-size: 50px;
text-shadow: 0px 1px 4px #000;
}

#CP_Links {
    position: relative;
}

#CP_Links .row {
    overflow: hidden;
    -webkit-box-shadow: 0 0 0px 5px #fff, 0 -30px 30px 0px rgba(0, 0, 0, .25);
    box-shadow: 0 0 0px 5px #fff, 0 -30px 30px 0px rgba(0, 0, 0, .25);
}

#CP_Links .container-fluid {
    /* box-shadow: 0 0 0px 5px #fff, 0 -30px 30px 0px rgba(0,0,0,.5); */
}

#CP_Links a {
    color: #fff;
    text-decoration: none;
    padding: 25px 0;
    display: block;
    position: relative;
}

#CP_TopBar a.CP_Toggle {
    background: rgba(0, 0, 0, 0)
}

#CP_Links a:nth-child(1) {
    background: rgba(0, 0, 0, 0)
}

#CP_Links a:nth-child(2) {
    background: rgba(0, 0, 0, .1)
}

#CP_Links a:nth-child(3) {
    background: rgba(0, 0, 0, .2)
}

#CP_Links a:nth-child(4) {
    background: rgba(0, 0, 0, .3)
}

#CP_Links a:nth-child(5) {
    background: rgba(0, 0, 0, .4)
}

#CP_Links a:nth-child(5) {
    background: rgba(0, 0, 0, .5)
}

#CP_Links a:hover {
    background: rgba(255, 255, 255, .1);
}

.icons .media,
.icons .media-body {
    overflow: visible;
}

.icons .icon {
    text-decoration: none;
    background: #fff;
    color: #000;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 42px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.icons .icon:hover {
    color: #006D00;
    font-size: 52px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.thin {
    font-weight: 200;
}

.normal {
    font-weight: 400;
}

.thick {
    font-weight: 900;
}

.strong {
    font-weight: 700;
}

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

.box-shadow {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .4);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .4);
}

.btn,
.btn:focus,
.btn:active {
    position: relative;
    text-decoration: none;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-color: transparent;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.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;
}

.round form .btn {
    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: #006D00;
    border-color: #006D00;
}

.round .curve,
.round .arch {
    display: block;
}

.round .btn {
    border-radius: 25px;
}

.round #CP_SideScroll,
.round .icons .icon {
    border-radius: 50px;
}

.round .modal-content {
    border-radius: 25px 0;
}

.round #CP_Links .container-fluid,
.round #CP_Links .row {
    border-radius: 25px 25px 0 0;
}

#CP_SideScroll {
    position: fixed;
    bottom: 15px;
    right: 15px;
    /* width:50px; */
    min-height: 50px;
    border-radius: 0;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    z-index: 100;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    background: #006D00;
}

#CP_SideScroll a,
#CP_SideScroll a:active,
#CP_SideScroll a:focus {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    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;
}

#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: 260px;
    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-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}

#CP_SideScroll a:nth-child(1) {
    background: rgba(0, 0, 0, .1);
}

.round #CP_SideScroll a:nth-child(1) {
    border-radius: 50px;
}

#CP_SideScroll a:hover {
    text-decoration: none;
    font-size: 28px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, .1);
}

#CP_SideScroll a.scrollToTop {
    margin-bottom: -50px;
    opacity: 0;
}

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

#CP_Links a,
#CP_TopBar a,
#CP_Links a:after,
.icons .media .icon .fa {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

/* 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;
}

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

#CP_TopBar {
    background: #006D00;
}

#CP_TopBar a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
}

#CP_TopBar a:hover {
    background: rgba(255, 255, 255, .1)
}

#CP_TopBar.bg-color-1 a {
    color: #fff;
}

#logo h2 {
    margin: 15px 0;
    padding: 0;
    line-height: 30px;
    font-size: 28px;
    display: inline-block;
    font-weight: 400;
}

#logo {
    max-width: 400px;
    max-height: 300px;
}

#logo img {
    width: 100%
}

#CP_Hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(18, 31, 43);
    background: -o-linear-gradient(330deg, rgba(18, 31, 43, 0.2) 0%, rgba(18, 31, 43, 0.05) 100%);
    background: linear-gradient(120deg, rgba(18, 31, 43, 0.2) 0%, rgba(18, 31, 43, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121f2b", endColorstr="#121f2b", GradientType=1);
}

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

.parallax .container-fluid {
    position: relative;
}

.internal #CP_Hero {
    min-height: 500px;
    height: 45vh;
    background-position: 50% 50%;
}

.internal #CP_Hero .overlay {
    background: rgba(18, 31, 43, .7);
    background: rgb(18, 31, 43);
    background: -o-linear-gradient(330deg, rgba(18, 31, 43, 0.2) 0%, rgba(18, 31, 43, 0.05) 100%);
    background: linear-gradient(120deg, rgba(18, 31, 43, 0.2) 0%, rgba(18, 31, 43, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121f2b", endColorstr="#121f2b", GradientType=1);
}

#CP_Hero {
    position: relative;
    overflow: hidden;
    height: 75vh;
    min-height: 500px;
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
}

.contained #CP_Hero {
    max-height: 800px;
}

#CP_Testimonial .carousel-inner {
    min-height: 500px;
}

#CP_Testimonial .carousel-inner>.carousel-item {
    -webkit-transition: -webkit-opacity 2s ease-in-out !important;
    -o-transition: -o-opacity 2s ease-in-out !important;
    -webkit-transition: opacity 2s ease-in-out !important;
    -o-transition: opacity 2s ease-in-out !important;
    transition: opacity 2s ease-in-out !important;
}

#CP_Breadcrumbs a {
    text-decoration: none;
    color: #000;
}

#CP_Breadcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}

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

#CP_Subscribe form {
    margin-top: 7px;
    margin-bottom: 7px;
}

footer {
    color: #fff;
}

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

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

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

/* SmartMenu */

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

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

#CP_StyleOverlay {
    display: none;
}

body.blurFix #CP_StyleOverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    cursor: pointer;
}

body.blurFix {
    overflow: hidden;
}

#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;
}

#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: #006D00;
}

#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: 992px) and (any-pointer:fine),
(min-width: 992px) and (any-hover:hover) {
    #Toggle-2 {
        display: none;
    }

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

    #CP_SmartMenu {
        display: inline-block;
    }

    #CP_SmartMenu a,
    #CP_SmartMenu a:hover,
    #CP_SmartMenu a:focus,
    #CP_SmartMenu a:active {
        padding: 10px 0 10px 1.5em;
        color: #000;
        background: transparent;
    }

    #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 {
        white-space: normal;
        padding: 10px 1.5em;
    }

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

    #CP_SmartMenu a.has-submenu,
    #CP_SmartMenu a.has-submenu.current {
        padding-right: 1em;
    }

    #CP_SmartMenu ul a:hover,
    #CP_SmartMenu ul a:focus,
    #CP_SmartMenu ul a:active,
    #CP_SmartMenu ul a.highlighted {
        background: rgba(0, 0, 0, .05);
    }

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

    #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;
    }

    #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;
    }

    #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;
    }

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

    .dark #CP_SmartMenu ul {
        background: #000 !important;
    }

    .dark #CP_SmartMenu a .sub-arrow {
        border-top: 8px solid #fff;
    }

    .dark #CP_SmartMenu ul a .sub-arrow {
        border-top: 4px solid transparent;
        border-left: 4px solid #fff;
    }

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

    .CP_Toggle {
        display: none;
    }
}

@media (max-width: 1199px) {

    .round #CP_Links .container-fluid,
    .round #CP_Links .row {
        border-radius: 25px 0;
    }
}

@media (max-width: 991px) {
    #Toggle-2 {
        display: none;
    }

    #CP_Hero .overlay {
        background: rgba(18, 31, 43, .7);
    }

    #CP_TopBar a:nth-last-child(3) {
        background: rgba(0, 0, 0, .1)
    }

    #CP_TopBar a:nth-last-child(2) {
        background: rgba(0, 0, 0, .2)
    }

    #CP_TopBar a:nth-last-child(1) {
        background: rgba(0, 0, 0, .3)
    }

    #CP_TopBar a.CP_Toggle:hover,
    #CP_TopBar a:hover {
        background: rgba(255, 255, 255, .1)
    }

    #CP_Sticky {
        position: relative;
        top: initial;
        float: none !important;
    }

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

    #CP_Header {
        padding-top: 0;
    }

    .dark #CP_Header {
        background: #000 !important;
    }

    #CP_Hero {
        height: auto;
        min-height: 500px;
    }

    #CP_Header.absolute {
        position: relative;
        background: #fff;
    }

    .home #CP_Hero .h1 {
        font-size: 50px;
    }

    .internal #CP_Hero .h1 {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    .lead {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #CP_TopBar a span {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    #logo {
        max-width: 100%;
    }
}

/* 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 {
    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 table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#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;
}

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

/* #Form, */
#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;
}

.dark header {
    background: rgba(0, 0, 0, 0.5) !important;
}

.dark #logo h2 {
    color: #fff;
}

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

/* Start MENU */
