/* Add here all your CSS customizations */


/*------------------------------------
  Skip to Content
------------------------------------*/
#skip-to-content {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 999
}

#skip-to-content a {
    width: 1px;
    height: 1px;
    text-align: center;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%);
    clip: unset;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    overflow: hidden
}

#skip-to-content a:focus {
    width: 160px;
    height: 27px
}


/*------------------------------------
  Font Sizes
------------------------------------*/
.text-huge {
  font-size: 6em;
}

.font-size-xsm {
    font-size: 0.725rem;
}
.font-size-sm {
  font-size: 0.825rem;
}

.font-size-70x {
  font-size: 70% !important;
}

.font-size-75x {
  font-size: 75% !important;
}

.font-size-80x {
  font-size: 80% !important;
}

.font-size-85x {
  font-size: 85% !important;
}

.font-size-90x {
  font-size: 90% !important;
}

.font-size-95x {
  font-size: 95% !important;
}

.font-size-11 {
  font-size: 0.78571rem !important;
}

.font-size-12 {
  font-size: 0.85714rem !important;
}

.font-size-13 {
  font-size: 0.92857rem !important;
}

.font-size-14 {
  font-size: 1rem !important;
}

.font-size-15 {
  font-size: 1.07143rem !important;
}

.font-size-16 {
  font-size: 1.14286rem !important;
}

.font-size-20 {
  font-size: 1.42857rem !important;
}

.font-size-25 {
  font-size: 1.78571rem !important;
}

.font-size-30 {
  font-size: 2.14286rem !important;
}

.font-size-40 {
  font-size: 2.85714rem !important;
}


/* OVERRIDES */

/* Nav Font */
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    font-weight: 600;
}

/* Paragraphs */
p {
    color: #121214 !important;
    /* font-size: 1.1em !important;*/
}


/* Sidebar */
    aside ul.nav-list > li > a {
    font-size: 1em !important;
}

.card-body {
    padding: .7rem !important;
}

article.post-large .post-image, article.post-large .post-date {
    margin-left: 0 !important;
}

/* Responsive */
@media (max-width: 575px) {
    .font-size-40 {
        font-size: 1.5rem !important;
      }

    .font-size-30 {
        font-size: 1rem !important;
        padding-bottom: 0px;
    }
}


/* Header */

/* hide nav logos when sticky header is active (when scroll down the page) */
html.sticky-header-active #header .nav i {
    display: none;
}

.social-icons-dark.social-icons-clean li a,
.social-icons-dark-2.social-icons-clean li a {
    color: #FFF !important;
}

/* Spacing for horizontal navigation icons 
.et_font_icon li[class^="ca-gov-icon-"]:before,
.et_font_icon li[class*=" ca-gov-icon-"]:before,
[class^="ca-gov-icon-"],
[class*=" ca-gov-icon-"] {
    padding-right: 8px;
}*/

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #444444;
}

#header .header-nav-features {
margin-left: 1px !important; 
}

#header .header-top.header-top-default {
    background: #3b6594 !important;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #fff !important;
}

.social-icons li:hover a {
    background: #151719;
    color: #3b6594 !important;
}

#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
    color: #444444 !important;
}

html .text-color-light,
html .text-light {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.content-grid .content-grid-item .img-fluid {
	width: 100px;
}


@media (max-width: 992px) {
    html .text-color-light,
    html .text-light {
        padding-left: 20px !important;
    }
}

/* Footer */
#footer p {
    color: #ccc !important;
}

#footer a:not(.btn) {
    color: #ccc !important;
    transition: all 0.1s ease-in-out;
}
#footer .social-icons li a {

    color: #333 !important;
}

#footer .social-icons li:hover a {
    color: #3b6593 !important;
}

/* Page Headers */
.page-header {
    margin-bottom: 0px;
    /* border-bottom: 2px solid #3b6593;*/
}


/* Hide sub nav for mobie */
.container.showinmobile {
    display: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}



/* OLD Accordion/Pannels */

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-bordered > thead > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel-heading {
    padding: 4px 5px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-heading a {
    display: block;
    padding: 10px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 15px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
        padding: 1rem 1.5rem;
    }

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading > .dropdown .caret {
            border-color: #333333 transparent;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #cccccc;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #cccccc;
        border-color: #cccccc;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #cccccc;
        }

        .panel-primary > .panel-heading > .dropdown .caret {
            border-color: #ffffff transparent;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #cccccc;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading > .dropdown .caret {
            border-color: #468847 transparent;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading > .dropdown .caret {
            border-color: #c09853 transparent;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading > .dropdown .caret {
            border-color: #b94a48 transparent;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading > .dropdown .caret {
            border-color: #3a87ad transparent;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

/* Toggle Colors */
section.toggle label {
    color: #015986;
    border-left-color: #015986;
}

section.toggle.active > label {
    background-color: #015986;
    border-color: #015986;
    color: #FFF;
}

/* .card-header {
    color: #015986;
    border-bottom-color: #015986;
    background-color: #fff3cd !important;
}*/

/* Calendar Picker */

.datepicker.dropdown-menu {
    background-color: #FFF;
    z-index: 10001 !important;
}

.form-control-datepicker-custom {
    position: relative;
}

    .form-control-datepicker-custom:before {
        position: absolute;
        font-family: simple-line-icons;
        content: "\e075";
        font-size: 10px;
        top: 3px;
        font-size: 14px;
        color: #000;
        z-index: 1;
        right: 3px;
    }

    .form-control-datepicker-custom input {
        position: relative;
        z-index: 2;
    }

.form-control-custom-dark .form-control {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
    color: #777;
}

    .form-control-custom-dark .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control-custom-dark .form-control::-moz-placeholder {
        color: #777;
    }

    .form-control-custom-dark .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control-custom-dark .form-control option {
        background: #DDD;
        color: #777;
    }

.datepicker .disabled, .datepicker .disabled:hover {
    opacity: 0.5;
}


.thumb-info .thumb-info-wrapper:after {
    background: rgba(33, 37, 41, 0.2);
    border-radius: 5px;
}


/* Call to Action */
.call-to-action {
    padding: 20px 35px !important;

}


/* Toggle Switch Style */
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: .5rem;
        width: 46px;
        height: 26px;
        background-color: #e6e6e6;
        border-radius: 23px;
        vertical-align: text-bottom;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 42px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
            transform: translate3d(2px, 2px, 0);
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 28px;
        transform: translate3d(2px, 2px, 0);
    }

    .form-switch:active input:checked + i::after {
        transform: translate3d(16px, 2px, 0);
    }

    .form-switch input {
        display: none;
    }

        .form-switch input:checked + i {
            background-color: #0088cc;
        }

            .form-switch input:checked + i::before {
                transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                transform: translate3d(22px, 2px, 0);
            }




/* Video Background */
    .custom-section-video {
        height: 70vh;
        z-index: 0;
    }

    .custom-section-video .custom-section-video-wrapper {
        position: absolute;
        z-index: -1;
        inset: 0px;
        overflow: hidden;
        background-size: cover;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: none;
    }

    .custom-section-video video {
        margin: auto;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
        width: 100vw;
        height: auto;
    }

@media (max-width: 1920px) {
    .custom-section-video video {
        width: auto;
        height: auto;
    }
}

@media (max-width: 936px) {
    .custom-section-video {
        height: 50vh;
        z-index: 0;
    }
    .custom-section-video video {
        width: auto;
    }
}



/* Round Corners */

.roundcorners {
    border-radius: 1.25rem !important;
}


.parallax-left {
    border-radius: 1.25rem 0 0 1.25rem !important;
}

.parallax-right {
    border-radius: 0 1.25rem 1.25rem 0 !important;
}


/* Google Tranlsate Dropdown  */
.goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf * {
    font-size: 14pt !important;
    line-height: 1.85;
    padding: 10px;
}

/* Text Colors */
.text-color-grey {
    color: #969696 !important;
}

.text-color-grey-lighten {
    color: #a9a9aa !important;
}

.text-color-white {
    color: #FFF !important;
}

.text-color-hover-white:hover {
    color: #FFF !important;
}

.text-color-black {
    color: #000 !important;
}

.text-color-hover-black:hover {
    color: #000 !important;
}

.text-color-danger {
    color: #ff5b5b !important;
}

.text-color-success {
    color: #0cc485 !important;
}

/* Grey */
.bg-color-grey {
    background-color: #F7F7F7 !important;
}

.bg-color-grey-scale-1 {
    background-color: #EDEDED !important;
}

.bg-color-grey-scale-2 {
    background-color: #e8e8e8 !important;
}

.bg-color-grey-scale-3 {
    background-color: #e3e3e3 !important;
}

.bg-color-grey-scale-4 {
    background-color: #dedede !important;
}

.bg-color-grey-scale-5 {
    background-color: #d9d9d9 !important;
}

.bg-color-grey-scale-6 {
    background-color: #d4d3d3 !important;
}

.bg-color-grey-scale-7 {
    background-color: #cecece !important;
}

.bg-color-grey-scale-8 {
    background-color: #c9c9c9 !important;
}

.bg-color-grey-scale-9 {
    background-color: #c4c4c4 !important;
}

.bg-color-grey-scale-10 {
    background-color: #bfbfbf !important;
}

/* Dark */
.bg-color-dark-scale-1 {
    background-color: #212529 !important;
}

.bg-color-dark-scale-2 {
    background-color: #1c2023 !important;
}

.bg-color-dark-scale-3 {
    background-color: #181b1e !important;
}

.bg-color-dark-scale-4 {
    background-color: #131618 !important;
}

.bg-color-dark-scale-5 {
    background-color: #0f1112 !important;
}

/* Borders */
.border-color-light-2 {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-color-light-3 {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.border-color-light-4 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-color-grey-1 {
    border-color: #e9e9e9 !important;
}

.border-color-success {
    border-color: #0cc485 !important;
}

.call-to-action.featured.featured-quinary {
    border-top-color: #FFA500;
}


/* Button Colors */
.btn-link {
    color: #0088CC;
}

    .btn-link:hover {
        color: #0099e6;
    }

    .btn-link:active {
        color: #0077b3;
    }

html .btn-primary {
    background-color: #4779B3;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
}

    html .btn-primary:hover,
    html .btn-primary.hover {
        background-color: #00a1f2;
        border-color: #00aaff #00aaff #0088CC;
        color: #FFF;
    }

    html .btn-primary:focus,
    html .btn-primary.focus {
        background-color: #006ea6;
        border-color: #006699 #006699 #004466;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
    }

    html .btn-primary.disabled,
    html .btn-primary:disabled {
        background-color: #0088CC;
        border-color: #0088CC #0088CC #006699;
    }

    html .btn-primary:active,
    html .btn-primary.active {
        background-color: #006ea6 !important;
        background-image: none !important;
        border-color: #006699 #006699 #004466 !important;
    }

html .btn-primary-scale-2 {
    background-color: #006699;
    border-color: #006699 #006699 #004466;
    color: #FFF;
}

    html .btn-primary-scale-2:hover,
    html .btn-primary-scale-2.hover {
        background-color: #007fbf;
        border-color: #0088cc #0088cc #006699;
        color: #FFF;
    }

    html .btn-primary-scale-2:focus,
    html .btn-primary-scale-2.focus {
        background-color: #004c73;
        border-color: #004466 #004466 #002233;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
    }

    html .btn-primary-scale-2.disabled,
    html .btn-primary-scale-2:disabled {
        background-color: #006699;
        border-color: #006699 #006699 #004466;
    }

    html .btn-primary-scale-2:active,
    html .btn-primary-scale-2.active {
        background-color: #004c73 !important;
        background-image: none !important;
        border-color: #004466 #004466 #002233 !important;
    }

html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
}

html .btn-secondary {
    background-color: #DC362E;
    border-color: #e36159 #e36159 #dc372d;
    color: #FFF;
}

    html .btn-secondary:hover,
    html .btn-secondary.hover {
        background-color: #e9807a;
        border-color: #ea8b85 #ea8b85 #e36159;
        color: #FFF;
    }

    html .btn-secondary:focus,
    html .btn-secondary.focus {
        background-color: #dd4238;
        border-color: #dc372d #dc372d #b7281f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
    }

    html .btn-secondary.disabled,
    html .btn-secondary:disabled {
        background-color: #e36159;
        border-color: #e36159 #e36159 #dc372d;
    }

    html .btn-secondary:active,
    html .btn-secondary.active {
        background-color: #dd4238 !important;
        background-image: none !important;
        border-color: #dc372d #dc372d #b7281f !important;
    }

html .btn-secondary-scale-2 {
    background-color: #dc372d;
    border-color: #dc372d #dc372d #b7281f;
    color: #FFF;
}

    html .btn-secondary-scale-2:hover,
    html .btn-secondary-scale-2.hover {
        background-color: #e1574e;
        border-color: #e36159 #e36159 #dc372d;
        color: #FFF;
    }

    html .btn-secondary-scale-2:focus,
    html .btn-secondary-scale-2.focus {
        background-color: #c22a21;
        border-color: #b7281f #b7281f #8b1e18;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
    }

    html .btn-secondary-scale-2.disabled,
    html .btn-secondary-scale-2:disabled {
        background-color: #dc372d;
        border-color: #dc372d #dc372d #b7281f;
    }

    html .btn-secondary-scale-2:active,
    html .btn-secondary-scale-2.active {
        background-color: #c22a21 !important;
        background-image: none !important;
        border-color: #b7281f #b7281f #8b1e18 !important;
    }

html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}

html .btn-tertiary {
    background-color: #2BAAB1;
    border-color: #2BAAB1 #2BAAB1 #218388;
    color: #FFF;
}

    html .btn-tertiary:hover,
    html .btn-tertiary.hover {
        background-color: #34c6ce;
        border-color: #3fc9d0 #3fc9d0 #2BAAB1;
        color: #FFF;
    }

    html .btn-tertiary:focus,
    html .btn-tertiary.focus {
        background-color: #248c92;
        border-color: #218388 #218388 #175b5f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
    }

    html .btn-tertiary.disabled,
    html .btn-tertiary:disabled {
        background-color: #2BAAB1;
        border-color: #2BAAB1 #2BAAB1 #218388;
    }

    html .btn-tertiary:active,
    html .btn-tertiary.active {
        background-color: #248c92 !important;
        background-image: none !important;
        border-color: #218388 #218388 #175b5f !important;
    }

html .btn-tertiary-scale-2 {
    background-color: #218388;
    border-color: #218388 #218388 #175b5f;
    color: #FFF;
}

    html .btn-tertiary-scale-2:hover,
    html .btn-tertiary-scale-2.hover {
        background-color: #29a0a7;
        border-color: #2baab1 #2baab1 #218388;
        color: #FFF;
    }

    html .btn-tertiary-scale-2:focus,
    html .btn-tertiary-scale-2.focus {
        background-color: #1a6569;
        border-color: #175b5f #175b5f #0d3436;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
    }

    html .btn-tertiary-scale-2.disabled,
    html .btn-tertiary-scale-2:disabled {
        background-color: #218388;
        border-color: #218388 #218388 #175b5f;
    }

    html .btn-tertiary-scale-2:active,
    html .btn-tertiary-scale-2.active {
        background-color: #1a6569 !important;
        background-image: none !important;
        border-color: #175b5f #175b5f #0d3436 !important;
    }

html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
    background-color: #248c92 !important;
    background-image: none !important;
    border-color: #218388 #218388 #175b5f !important;
}

html .btn-quaternary {
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
    color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
    background-color: #272c32;
    border-color: #22262b #22262b #0b0d0f;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
}

html .btn-quaternary:active,
html .btn-quaternary.active {
    background-color: #272c32 !important;
    background-image: none !important;
    border-color: #22262b #22262b #0b0d0f !important;
}

html .btn-quaternary-scale-2 {
    background-color: #22262b;
    border-color: #22262b #22262b #0b0d0f;
    color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
    background-color: #323941;
    border-color: #383f48 #383f48 #22262b;
    color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
    background-color: #111316;
    border-color: #0b0d0f #0b0d0f #000000;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
    background-color: #22262b;
    border-color: #22262b #22262b #0b0d0f;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
    background-color: #111316 !important;
    background-image: none !important;
    border-color: #0b0d0f #0b0d0f #000000 !important;
}

html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
    background-color: #272c32 !important;
    background-image: none !important;
    border-color: #22262b #22262b #0b0d0f !important;
}

html .btn-quinary {
    background-color: #FFA500;
    border-color: #FFA500 #FFA500 #c78b1e;
    color: #000000;
}

html .btn-quinary:hover,
html .btn-quinary.hover {
    background-color: #c78b1e;
    border-color: #c78b1e #ea8b85 #FFA500;
    color: #000000;
}

html .btn-quinary:focus,
html .btn-quinary.focus {
    background-color: #c78b1e;
    border-color: #c78b1e #c78b1e #c78b1e;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-quinary.disabled,
html .btn-quinary:disabled {
    background-color: #FFA500;
    border-color: #FFA500 #FFA500 #dc372d;
}

html .btn-quinary:active,
html .btn-quinary.active {
    background-color: #c78b1e !important;
    background-image: none !important;
    border-color: #c78b1e #c78b1e #c78b1e !important;
}

html .btn-quinary-scale-2 {
    background-color: #dc372d;
    border-color: #dc372d #dc372d #b7281f;
    color: #FFF;
}

html .btn-quinary-scale-2:hover,
html .btn-quinary-scale-2.hover {
    background-color: #e1574e;
    border-color: #FFA500 #FFA500 #dc372d;
    color: #FFF;
}

html .btn-quinary-scale-2:focus,
html .btn-squinary-scale-2.focus {
    background-color: #c22a21;
    border-color: #b7281f #b7281f #8b1e18;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}

html .btn-quinary-scale-2.disabled,
html .btn-quinary-scale-2:disabled {
    background-color: #dc372d;
    border-color: #dc372d #dc372d #b7281f;
}

html .btn-quinary-scale-2:active,
html .btn-quinary-scale-2.active {
    background-color: #c22a21 !important;
    background-image: none !important;
    border-color: #b7281f #b7281f #8b1e18 !important;
}

html .show > .btn-quinary.dropdown-toggle,
html .show > .btn-quinary-scale-2.dropdown-toggle {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}



html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
    background-color: #32383e;
    border-color: #383f45 #383f45 #212529;
    color: #FFF;
}

html .btn-dark:focus,
html .btn-dark.focus {
    background-color: #101214;
    border-color: #0a0c0d #0a0c0d #000000;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

html .btn-dark.disabled,
html .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
}

html .btn-dark:active,
html .btn-dark.active {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000000 !important;
}

html .btn-dark-scale-2 {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000000;
    color: #FFF;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
    background-color: #1b1f22;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000000;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 #000000 #000000 !important;
}

html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000000 !important;
}

html .btn-light {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #333333;
}

html .btn-light:hover,
html .btn-light.hover {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #FFF;
    color: #333333;
}

html .btn-light:focus,
html .btn-light.focus {
    background-color: #ececec;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
    color: #333333;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-light.disabled,
html .btn-light:disabled {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
}

html .btn-light:active,
html .btn-light.active {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .btn-light-scale-2 {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
    color: #333333;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
    background-color: #f9f9f9;
    border-color: #ffffff #ffffff #e6e6e6;
    color: #333333;
}

html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
    background-color: #d2d2d2;
    border-color: #cccccc #cccccc #b3b3b3;
    color: #333333;
    box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
    background-color: #d2d2d2 !important;
    background-image: none !important;
    border-color: #cccccc #cccccc #b3b3b3 !important;
}

html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .btn-outline.btn-primary {
    color: #0088CC;
    background-color: transparent;
    background-image: none;
    border-color: #0088CC;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color: #FFF;
    background-color: #0088CC;
    border-color: #0088CC;
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
    color: #0088CC;
    background-color: transparent;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
    color: #FFF !important;
    background-color: #0088CC !important;
    border-color: #0088CC !important;
}

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #0088CC !important;
    border-color: #0088CC !important;
}

html .btn-outline.btn-secondary {
    color: #e36159;
    background-color: transparent;
    background-image: none;
    border-color: #e36159;
}

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
    color: #FFF;
    background-color: #e36159;
    border-color: #e36159;
}

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
    color: #e36159;
    background-color: transparent;
}

html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
    color: #FFF !important;
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #FFF !important;
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}

html .btn-outline.btn-tertiary {
    color: #2BAAB1;
    background-color: transparent;
    background-image: none;
    border-color: #2BAAB1;
}

html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
    color: #FFF;
    background-color: #2BAAB1;
    border-color: #2BAAB1;
}

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
    box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
    color: #2BAAB1;
    background-color: transparent;
}

html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
    color: #FFF !important;
    background-color: #2BAAB1 !important;
    border-color: #2BAAB1 !important;
}

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
    color: #FFF !important;
    background-color: #2BAAB1 !important;
    border-color: #2BAAB1 !important;
}

html .btn-outline.btn-quaternary {
    color: #383f48;
    background-color: transparent;
    background-image: none;
    border-color: #383f48;
}

html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
    color: #FFF;
    background-color: #383f48;
    border-color: #383f48;
}

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
    box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
    color: #383f48;
    background-color: transparent;
}

html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
    color: #FFF !important;
    background-color: #383f48 !important;
    border-color: #383f48 !important;
}

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
    color: #FFF !important;
    background-color: #383f48 !important;
    border-color: #383f48 !important;
}

html .btn-outline.btn-dark {
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #212529;
}

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
    color: #FFF;
    background-color: #212529;
    border-color: #212529;
}

html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
    color: #212529;
    background-color: transparent;
}

html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
    color: #FFF !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

html .show > .btn-outline.btn-dark.dropdown-toggle {
    color: #FFF !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

html .btn-outline.btn-light {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}

html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
    color: #777;
    background-color: #FFF;
    border-color: #FFF;
}

html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
    color: #FFF;
    background-color: transparent;
}

html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
    color: #777 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

html .show > .btn-outline.btn-light.dropdown-toggle {
    color: #777 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

html .btn-with-arrow.btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #0088CC;
}

html .btn-with-arrow.btn-primary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #0088CC !important;
}

html .btn-with-arrow.btn-primary span {
    background-color: #0088CC;
    box-shadow: 2px 3px 18px -3px #0088CC;
}

html .btn-with-arrow.btn-primary.btn-outline {
    border-color: #0088CC !important;
}

html .btn-with-arrow.btn-primary.btn-outline:hover span {
    background-color: #0099e6 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #e36159;
}

html .btn-with-arrow.btn-secondary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #e36159 !important;
}

html .btn-with-arrow.btn-secondary span {
    background-color: #e36159;
    box-shadow: 2px 3px 18px -3px #e36159;
}

html .btn-with-arrow.btn-secondary.btn-outline {
    border-color: #e36159 !important;
}

html .btn-with-arrow.btn-secondary.btn-outline:hover span {
    background-color: #e7766f !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #2BAAB1;
}

html .btn-with-arrow.btn-tertiary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #2BAAB1 !important;
}

html .btn-with-arrow.btn-tertiary span {
    background-color: #2BAAB1;
    box-shadow: 2px 3px 18px -3px #2BAAB1;
}

html .btn-with-arrow.btn-tertiary.btn-outline {
    border-color: #2BAAB1 !important;
}

html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
    background-color: #30bec6 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-quaternary {
    background-color: transparent;
    border-color: transparent;
    color: #383f48;
}

html .btn-with-arrow.btn-quaternary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #383f48 !important;
}

html .btn-with-arrow.btn-quaternary span {
    background-color: #383f48;
    box-shadow: 2px 3px 18px -3px #383f48;
}

html .btn-with-arrow.btn-quaternary.btn-outline {
    border-color: #383f48 !important;
}

html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
    background-color: #434c56 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-dark {
    background-color: transparent;
    border-color: transparent;
    color: #212529;
}

html .btn-with-arrow.btn-dark:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #212529 !important;
}

html .btn-with-arrow.btn-dark span {
    background-color: #212529;
    box-shadow: 2px 3px 18px -3px #212529;
}

html .btn-with-arrow.btn-dark.btn-outline {
    border-color: #212529 !important;
}

html .btn-with-arrow.btn-dark.btn-outline:hover span {
    background-color: #2c3237 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-light {
    background-color: transparent;
    border-color: transparent;
    color: #FFF;
}

html .btn-with-arrow.btn-light:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #FFF !important;
}

html .btn-with-arrow.btn-light span {
    background-color: #FFF;
    box-shadow: 2px 3px 18px -3px #FFF;
}

html .btn-with-arrow.btn-light.btn-outline {
    border-color: #FFF !important;
}

html .btn-with-arrow.btn-light.btn-outline:hover span {
    background-color: #ffffff !important;
    box-shadow: none;
}


.featured-boxes-flat .featured-box .box-content {
    margin-top: 5px !important;
    padding: 15px !important;
}

/* Camping Availability table */

.campground-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    overflow: hidden;
}

thead {
    background-color: #f7f7f7;
}

th, td {
    padding: 12px 14px;
    text-align: center;
}

th {
    font-weight: bold;
}

td.unit-name {
    text-align: left;
    font-weight: 500;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

td.availability {
    transition: background-color 0.2s;
    cursor: pointer;
    border-radius: 6px;
}

td.availability:hover {
    background-color: #fffbe6;
}

td.unavailable {
    color: #e74c3c;
    cursor: not-allowed;
}

td.unavailable:hover {
    background-color: transparent;
}

.fa-check {
    color: #2ecc71;
    font-size: 1.2rem;
}

.fa-xmark {
    color: #e74c3c;
    font-size: 1.2rem;
}