@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: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    line-height: 160%;
    background: #fff;
}

.modal-content {
    margin-top: 220px;
}

.caret {
    display: none;
}

#skipNav {
    display: none;
    background: #6B8DC0;
    width: 100%;
    border: 0px solid #fff !important;
    z-index: 100;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

#skipNav:focus {
    opacity: 1;
    top: 0;
}

.pageLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(/images/galleries/style/561/loader.gif) 50% 50% no-repeat #FFF;
    z-index: 1000000000000
}

.caption strong {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
}

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

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

#Newsletter .note {
    background: none;
    padding-left: 65px;
    min-height: 60px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-weight: 300;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 16px;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.view .full-bg-img,
.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view .mask {
    background-attachment: fixed;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

.hm-zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;

}

.hm-zoom img,
.hm-zoom video,
.overlay img,
.overlay video {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -ms-transform: all .2s linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;

}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
.h6 {
    line-height: 160%;
    text-transform: uppercase;
    font-weight: 300;
}

.h5 {
    color: rgba(0, 0, 0, .5);
}

/* Colors */

.thin {
    font-weight: 300;
}

.strong {
    font-weight: 600;
}

a {
    color: #4791de;
    text-decoration: none !important;
}

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

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

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

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

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

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

.white {
    color: #fff !important;
}

.btn {
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 0px;
}

.btn:hover:not(.btn-default),
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    color: #b7b7b7;
    border-radius: 0px;
    background: #fff;
    border-color: #b7b7b7;
    border: 1px solid #b7b7b7;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #bebebe;
    background: transparent;
    border-color: #bebebe;
    border: 1px solid #bebebe;
}

.btn-underline {
    color: #fff;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgba(255, 255, 255, .3);
    margin: 1em 1em;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 18px;
}

.btn-underline:hover,
.btn-underline:focus {
    color: #fff;
    border: none;
    margin: 1em 1em;
    padding: 10px 16px;
    border-bottom: 0px solid #fff;
    text-decoration: none;
}

.btn-ghost {
    background: transparent;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #fff;
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.btn-ghost:hover,
.btn-ghost:active {
    color: #fff;
    background: #4791de;
}

/*Border*/

.border-left {
    border-left: 1px solid #E5E5E5;
}

.border-right {
    border-right: 1px solid #E5E5E5;
}

.border-top {
    border-top: 1px solid #E5E5E5;
}

.border-bottom {
    border-bottom: 1px solid #E5E5E5;
}

/*Padding*/

.padding-both {
    padding-left: 8vw;
    padding-right: 8vw
}

.padding-left {
    padding-left: 8vw;
}

.padding-right {
    padding-right: 8vw;
}

.padding-top-bottom {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.padding-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* 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-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.margin-top-90 {
    margin-top: 90px !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 */

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 16;
}

#logo h2:before {
    content: " ";
    float: left;
    display: block;
    height: 50px;
    width: 50px;
}

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

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

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

.navbar-toggle {
    margin: 0;
    padding: 0;
    width: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    border: 0;
    text-decoration: none !important;
    color: #fff !important;
    z-index: 99999999;
}

.fa-navicon {
    color: #fff !important;
}

/* Homepage Static Image */

#homeImg,
#interiorImg {
    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;
}

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

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

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

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

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

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

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

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

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

#homeImg h2,
#interiorImg h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    margin: 0;
}

#homeImg .h5 a,
#interiorImg .h5 a, .white-text a {
    color: #000513;
}

#homeImg .h5 a:hover,
#interiorImg .h5 a:hover .white-text a:hover {
    color: #fff;
}

#homeImg .caption .strong {
    font-weight: 700;
}

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

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

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

#homeImg .align,
#interiorImg .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;
}



#testimonials .carousel-indicators {
    bottom: -50px;
}

.overlay {
    background: rgb(27 46 105 / 87%);
    background: -moz-linear-gradient(to right, rgb(27 46 105 / 87%) 2%, rgb(44 81 113 / 70%) 46%, rgb(71 145 222 / 80%) 81%);
    background: -webkit-linear-gradient(to right, rgb(27 46 105 / 87%) 2%, rgb(44 81 113 / 70%) 46%, rgb(71 145 222 / 80%) 81%);
    background: linear-gradient(to right, rgb(27 46 105 / 87%) 2%, rgb(44 81 113 / 70%) 46%, rgb(71 145 222 / 80%) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a62ac', endColorstr='#1b2e69', GradientType=1);
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

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

#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: #396A92;
}

/* Form */
label {
    display: none;
}

#information .form-control {
    border: 1px solid #fff;
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

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

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

/* Footer */
footer .wow a {
    color: #555;
}

footer {
    color: #555;
    border-top: 1px solid #E5E5E5;
}

#subFooter .fa {
    font-size: 16px !important;
}

footer .fa {
    font-size: 45px;
    color: rgba(0, 0, 0, .5);
}

#subFooter {
    color: #999;
}

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

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

/* Scroll To Top */

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

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

/* Menu */

.dropdown-menu {
    border-radius: 0px !important;
}

.dropdown-menu>li>a {
    font-weight: 300;
}

.navbar li::before {
    content: none !important;
}

.navbar li {
    content: none !important;
}

.navbar-nav:not(.sm-collapsible) .open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navbar-nav:not(.sm-collapsible) .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0);
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.has-submenu .caret {
    margin-right: -8px;
}

.navbar-nav>li:first-child>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar {
    border-radius: 0;
    border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    min-height: 0;
    margin: -25px -15px 0;
}

.navbar a {
    text-decoration: none;
}

.navbar-collapse {
    border-top: 0;
}

/* Mobile */

nav {
    float: right;
    color: #fff;
}

nav a {
    text-decoration: none;
    color: #fff;
}

.navbar-nav>li>a {
    padding: 0 10px;
    line-height: 50px;
}

.navbar-nav>li.active>a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    color: #fff;
}

.navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav.sm-collapsible.navbar-nav {
    margin: 0 -15px;
}

.navbar-nav.sm-collapsible ul.dropdown-menu {
    padding: 0;
}

.navbar-nav.sm-collapsible>li>a,
.navbar-nav.sm-collapsible .open .dropdown-menu>li>a {
    font-size: 16px;
    color: #fff;
    line-height: 50px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #f2f2f2;
    position: relative;
}

.navbar-nav .open>a,
.navbar-nav .open>a:hover,
.navbar-nav .open>a:focus {
    border-color: #f2f2f2;
}

.navbar-collapse .sm-collapsible .highlighted {
    font-weight: bold;
}

.navbar-nav.sm-collapsible>li>a.has-submenu {
    padding-left: 15px
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    right: 0;
    top: 0;
}

.navbar-nav.sm-collapsible .caret:before {
    content: ' ';
    width: 2px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
}

.navbar-nav.sm-collapsible .caret:after {
    content: ' ';
    height: 2px;
    width: 10px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}

.navbar-nav.sm-collapsible .open>a>.caret:before {
    display: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #1b2e69 !important;
    color: #fff !important;
}

.navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-nav .open .dropdown-menu>li>a:focus {
    background: #1b2e69 !important;
    color: #fff !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: #1b2e69 !important;
    color: #fff !important;
}

@media all and (max-width: 1200px) and (min-width: 767px) {
    .navbar-toggle {
        position: relative;
        margin-top: 25px;
    }

    #interiorImg,
    #homeImg {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: calc(100% - 0px);
    }
}

@media all and (max-width: 1200px) and (min-width: 0px) {

    .navbar-nav.sm-collapsible>li>a,
    .navbar-nav.sm-collapsible .open .dropdown-menu>li>a {
        border-bottom: 0px solid #fff !important;
    }

    .modal-content {
        margin-top: 100px;
    }

    .border-right {
        border-right: 0px solid #E5E5E5;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background: #4791de !important;
        color: #fff !important;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background: #4791de !important;
        color: #fff !important;
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        background: #4791de !important;
        color: #fff !important;
    }

    .navbar {
        width: 100%;
        position: relative;
        margin: 0;
        right: inherit;
        top: inherit;
    }

    #homeImg h2,
    #interiorImg h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        line-height: 80px;
    }

    nav {
        float: none;
    }

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

    #logo img {
        padding-right: 0px;
    }

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

    .navbar-toggle {
        position: relative;
        margin-top: -50px;
    }

    .btn-underline {
        display: block;
        border-bottom: 0px solid #fff;
    }

    header {
        position: relative;
        width: 100%;
        top: 0;
        z-index: 16;
        background: #1b2e69;
    }

    #homeImg .caption,
    #interiorImg .caption {
        width: 100%;
        text-align: center;
    }

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

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

@media (max-width:767px) {

    #homeImg,
    #interiorImg {
        background-image: none !important;
        height: 80%;
    }

    .parallax {
        background-image: none !important;
    }


}

/* Global */

table[width="550"] {
    width: 100%;
}

#CP_Main table {
    width: 100%;
}

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

#Guides img {
    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%;
}

.map.embed-container {
    height: 500px;
    width: 160%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#map {
    pointer-events: none;
    position: relative;
    top: -124px;
    bottom: -124px;
    width: 100%;
    -webkit-clip-path: inset(20% 0 1% 0);
    clip-path: inset(20% 0 1% 0);
}

.map.embed-container #map-notice {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgb(100, 100, 100);
    /*for old IE browsers with no support for rgba()*/
    background-color: rgba(0, 0, 0, .50);
    color: #ccc;
    padding: 8px;
}

.map.embed-container .map-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    background: rgb(239, 160, 126, 0.8);
    background: -moz-linear-gradient(left, rgba(239, 160, 126, 0.8) 1%, rgba(255, 93, 78, 0.5) 51%, rgba(255, 103, 124, 0.4) 100%);
    background: -webkit-linear-gradient(left, rgba(239, 160, 126, 0.8) 1%, rgba(255, 93, 78, 0.8) 51%, rgba(255, 103, 124, 0.5) 100%);
    background: linear-gradient(to right, rgba(239, 160, 126, 0.8) 1%, rgba(255, 93, 78, 0.5) 51%, rgba(255, 103, 124, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efa07e', endColorstr='#ff677c', GradientType=1);
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

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

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


.bxshadow {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

#content img {
    max-width: 100%;
    height: auto !important;
}

.split-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media screen and (max-width: 764px) {
    #content img[style*="float:"] {
        float: none !important;
        margin: 20px auto !important;
        display: block;
    }

    .split-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

/* Start MENU */
