/* Add here all your CSS customizations */

/*------------------------------------
  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 */

/* 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;
}


/* 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;
}

/* 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;
}