/*
// VALUE:COLOR_1:#165224
// VALUE:COLOR_2:#997d07
*/

:root {
    --header-height: 252px;
    --footer-height: calc(117px + 45px);
    --page-width: 100vw;
    --side-margin: calc((100vw - var(--page-width)) / -2);
    --green: #165224;
    --gold: #997d07;
    overflow-x: clip;
}

@media (min-width: 768px) {
    :root {
        /* --page-width: 750px; */
    }
}

@media (min-width: 992px) {
    :root {
        --page-width: 970px;
    }
}

@media (min-width: 1201px) {
    :root {
        --page-width: 1170px;
    }
}

/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    color: #383838;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    /*line-height: 24px;*/
    font-family: 'Source Sans Pro', sans-serif;
}


/*--------------------------------------------------------
    ALIGNMENT
--------------------------------------------------------*/

.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}


/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/

h1 {
    color: #494A4C;
    font-size: 38px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    color: #383838;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    color: #494A4C;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
}

h4 {
    /*color: #094670;*/
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Source Sans Pro', sans-serif;
}


/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/


/*.read-more button */

.read-more a {
    background-color: var(--green);
    /* REPLACE:COLOR_1 */
    height: 48.042px;
    width: 123.583px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    box-shadow: 0 5px 0 #997d07;
    /* REPLACE_COLOR:COLOR_2 */
    transition: all .1s linear;
    margin-bottom: 20px;
    display: inline-block;
}

/*.read-more button:active */

.read-more a:is(:hover, :focus, :active) {
    box-shadow: 0 0 0 #AD9739;
    transform: translateY(3px);
    text-decoration: none;
}

.button-link {
    background-color: var(--green);
    height: 48.042px;
    width: 123.583px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    box-shadow: 0 5px 0 #997d07;
    transition: all .1s linear;
    margin-bottom: 20px;
    display: inline-block;
}

.button-link:is(:hover, :focus) {
    box-shadow: 0 0 0 #AD9739;
    transform: translateY(3px);
    text-decoration: none;
}

/*--------------------------------------------------------
    IMAGES
--------------------------------------------------------*/

img {
    border: 0px;
    max-width: 100%;
}


/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/

.modal-dialog {
    width: 280px;
    margin: auto;
    display: block;
    text-align: center;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-header button {
    width: 20px;
    margin-top: -15px;
    box-shadow: none;
}

#login form input {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0;
}


/*--------------------------------------------------------
    HEADER
--------------------------------------------------------*/

#header-wrap {
    padding-top: 25px;
}

/* #wide-background {
    background-image: url("../images/wide-bg.png");
    background-repeat: repeat-x;
    background-size: 1px 460px;
    min-height: 460px;
} */

#header-left .logo-wrap a {
    display: flex;
    align-items: center;
}

#header-left .logo-wrap img {
    max-width: 100%;
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.logo-wrap a:hover {
    text-decoration: none;
}

svg#logo path#circle {
    fill: var(--green);
    /* REPLACE:COLOR_1 */
}

svg#logo text {
    font-weight: 900;
    font-family: Source Sans Pro;
    fill: #6D6E71;
}

svg#logo text:hover {
    text-decoration: none;
}

.logo-wrap h1 {
    color: #909090;
    display: inline-block;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 48px;
    letter-spacing: -2px;
    margin-top: 20px;
}

#header-right {
    padding-inline: 15px;
}

#header-right .searchbox .input-group-addon {
    top: -1px;
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    /* padding: 7px 12px 8px 12px; */
    padding: 0;
}

#header-right .searchbox .input-group-addon:is(:hover, :focus) {
    background-color: #7f8083;
}

#header-right .searchbox .input-group-addon .search-button {
    background-image: url("../images/search-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 38px;
    border: none;
    background-color: transparent;
}

#header-right .searchbox .input-group .search-input {
    width: 77%;
    float: right;
    background-color: transparent;
}

#header-right .search-wrap {
    padding-bottom: 10px;
}

#header-right .social-wrap {
    text-align: right;
    float: right;
}

#header-right .social-wrap p {
    width: 25%;
    float: left;
    color: #6D6E71;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    line-height: 16px;
    margin: 0 0 0 40px;
    margin-left: 0px;
}

#header-right .social-wrap a:hover,
#header-right .social-wrap a:focus {
    outline: transparent;
    text-decoration: none;
}

.social-wrap svg:not(:root) {
    width: 33px;
    height: 33px;
    border: 1px solid var(--green);
    /* REPLACE_COLOR:COLOR_1 */
}

.social-wrap svg:not(:root):is(:hover, :focus) {
    background-color: #E3E3E3;
}

svg#instagram {
    border: none;
}

g#facebook rect,
g#twitter rect,
g#linkedin rect,
g#contact rect {
    stroke: transparent;
}

g#facebook path,
g#twitter path {
    fill: var(--green);
    /* REPLACE:COLOR_1 */
}

g#linkedin g#ob circle,
g#linkedin g#ob rect,
g#linkedin g#ob path {
    fill: var(--green);
    /* REPLACE:COLOR_1 */
}

g#contact g#ob path,
g#contact g#ob polygon {
    fill: var(--green);
    /* REPLACE:COLOR_1 */
}

/* Menu */

#nav-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

#nav-wrap>.row {
    position: relative;
}

#nav-wrap>.row::before {
    content: '';
    position: absolute;
    top: 0;
    right: var(--side-margin);
    bottom: 0;
    left: var(--side-margin);
    display: block;
    background-color: var(--green);
    z-index: -1;
}

.NP {
    padding-left: 0px;
    padding-right: 0px;
    background-color: var(--green);
    /* REPLACE:COLOR_1 */
}

#nav-col .navbar-nav>li {
    float: left;
    border-right: 1px solid #ffffff;
    flex-grow: 1;
    text-align: center;
}

#nav-col .navbar-nav>li:first-of-type {
    border-left: 1px solid #ffffff;
}


/*#nav-col .nav .caret { 
    display: none;
}*/

#nav-col .nav>li>a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15.5px!important;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

#nav-col .nav>li>a:hover,
#nav-col .nav>li>a:focus {
    background-color: #6D6E71;
}

#nav-col .nav .open>a,
#nav-col .nav .open>a:hover,
#nav-col .nav .open>a:focus {
    background-color: #6D6E71;
}

/* #nav-col .navbar-nav>li:last-child {
    border-right: none;
} */

/* #nav-col .nav>li:last-child>a:hover,
#nav-col .nav>li:last-child>a:focus {
    border-right: 2px solid #6D6E71; 
} */

.search-input {
    height: 38px;
    color: #6D6E71;
    border: 1px solid #6D6E71;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 315px;
    /*    height: 520px;*/
    background-color: #FFF;
    border: 1px solid #CCC;
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
}

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mobile-menu>li#triggerClose {
    display: inline;
    float: right;
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}

#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
}

#mobile-menu li.search-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

#mobile-menu .search-wrap input.search-input {
    width: 77%;
    text-indent: 10px;
    background-color: transparent;
}

#mobile-menu .search-wrap input.search-button {
    background-image: url(../images/search-icon.png);
    margin: 0;
    padding: 0;
    border: none;
    background-color: #6D6E71;
    height: 38px;
    width: 40px;
    top: -1px;
    right: 4px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#mobile-menu .search-wrap input.search-input:focus-visible {
    border-radius: 0;
    outline: 0;
}

#mobile-menu li.social-wrap {
    display: inline-block;
}

#mobile-menu li.social-wrap a {
    margin: 0 !important;
}


/* REQUIRED - Dropdown menu item transition states*/

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}

#mobile-menu a {
    color: #6D6E71;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

#mobile-menu-col {
    float: right;
}

#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}

#mobile-logo a {
    margin: 0 !important;
}

#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}

svg#burger {
    width: 32px;
    height: 32px;
}

svg#burger rect {
    fill: var(--green);
    /* REPLACE:COLOR_1 */
}

#mobile-search {
    margin-top: 35px;
}

#mobile-search .input-group-addon {
    top: -1px;
    border-radius: 0px;
    position: relative;
    background-color: #6D6E71;
    padding: 7px 12px 6px 12px;
}

#mobile-search .search-input {
    width: 92%;
    float: right;
}

#mobile-search .input-group-addon .search-button {
    background-image: url("../images/search-icon.png");
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    border: none;
    background-color: transparent;
}

.mobile-social-icons {
    display: inline-block;
    float: right;
    padding: 5px 2px 0 5px;
}

.mobile-social-icons a {
    margin: 0 !important;
}

.mobile-social-icons a svg {
    width: 33px;
    border: 1px solid var(--green);
    /* REPLACE_COLOR:COLOR_1 */
}


/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/

/* Main */

#main-container-page {
    padding-bottom: 40px;
    background-color: #ffffff;
    min-height: calc(100vh - var(--header-height) - var(--footer-height))
}

:is(#home-container, #main-container-page) {
    --gap: 40px;
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}

:is(#home-container)>.row:not(#slideshow-row) {
    position: relative;
    padding-block: var(--gap);
}

:is(#home-container)>.row>.column>.row {
    position: relative;
    padding-block: var(--gap);
}

:is(#main-container-page)>.row {
    padding-block: calc(var(--gap) / 2);
}

:is(#main-container-page)>.row:first-child {
    padding-top: var(--gap);
}

:is(#main-container-page)>.row:last-child {
    padding-bottom: var(--gap);
}

@media (max-width: 990px) {   
    :is(#home-container, #main-container-page) > .row > .column:not(:first-child) {
        margin-top: var(--gap);
    }
}

@media (max-width: 767px) {
    :is(#home-container, #main-container-page) {
        --gap: 35px;
    }
}

@media (max-width: 550px) {
    :is(#home-container, #main-container-page) {
        --gap: 25px;
    }
}

/* Slide defaults */

/* .carousel {
    border: 5px solid #6D6E71;
} */

.carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;
}

.carousel .carousel-caption::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, .0001) 100%);
    top: -20px;
    z-index: -1;
}

.carousel-caption p {
    color: white;
}

/* slideshow-row */

#slideshow-row .carousel-control {
    display: block;
    text-indent: -9999px;
}

#slideshow-row .carousel-control.left,
#slideshow-row .carousel-control.right {
    display: unset;
    background-image: none;
}

#slideshow-row .carousel-control.left {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    padding-right: 5px;
    width: 28px;
    height: 28px;
}

#slideshow-row .carousel-control.right {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
    width: 28px;
    height: 28px;
}

#slideshow-row .carousel-control.left:after {
    content: '';
    background-image: url(../images/left-arrow-new.svg.php?fc=165224);
    background-position: center;
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    top: -29px;
    left: 25px;
    text-indent: 0;
}

#slideshow-row .carousel-control.right:after {
    content: '';
    background-image: url(../images/right-arrow-new.svg.php?fc=165224);
    background-position: center;
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    top: -29px;
    right: 30px;
    text-indent: 0;
}


#index-wrap {
    padding-bottom: 45px;
}

/* button */

.read-btn button {
    background-color: var(--green);
    /* REPLACE:COLOR_1 */
    height: 48.042px;
    width: 123.583px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    box-shadow: 0 5px 0 #997d07;
    /* REPLACE_COLOR:COLOR_2 */
    transition: all .1s linear;
}

.read-btn button:active {
    box-shadow: 0 0 0 #AD9739;
    transform: translateY(3px);
}

#main-content-col button {
    display: none;
}

/* feeds */

.event-item {
    margin: 20px 0px 20px;
}

.event-item img {
    display: none;
}

a.news-title-link,
a.ev-title-link {
    color: #094670;

}

a.news-more-info-link,
a.ev-more-info-link {
    color: #fff;
}


/*.news-date, .event-date */

.event-date {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    float: left;
    font-size: 16px;
    font-weight: 400;
}

.news-title,
.event-title {
    margin: 0px;
}

.news-blurb,
.event-blurb {
    /* float: left; */
    font-size: 16px;
    margin-block: 10px;
    width: 100%;
}

#sidebar-col h2:first-of-type {
    margin-bottom: 25px;
}

#sidebar-col h2:not(:first-of-type) {
    margin-top: 50px;
    margin-bottom: 10px;
}


/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

/*#page {
    color: #cbcbcb;
    padding-top: 30px;
    padding-bottom: 50px;
}
#page h2 {
    margin: 0 0 25px 0;
}*/


/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/

#footer-container {
    margin-top: 45px;
    background-color: #050F07;
}

#footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*#footer-wrap #footer-left {
    padding-left: 0px;
}*/

#footer-wrap #footer-left p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: left;
}

#footer-wrap #footer-left a {
    color: #FFF;
    font-size: 18px;
    text-align: left;
}


/*#footer-wrap #footer-right {
    padding-right: 0px;
}*/

#footer-wrap #footer-right p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: right;
}

#footer-wrap #footer-right a {
    color: #fff;
    font-size: 18px;
}


/* ------------------------------------------------ */


/*   Media Query
/* ------------------------------------------------ */

@media (min-width: 990px) and (max-width: 1199px) {
    #wide-background {
        background-size: 1px 420px;
        min-height: 420px;
    }
    #header-right .social-wrap p {
        width: 26%;
        margin: 0
    }
    #header-right .searchbox .input-group .search-input {
        width: 100%;
    }
    #nav-col .nav>li>a {
        padding: 17px 9px 17px 9px !important;
        font-size: 18px;
    }
    .logo-wrap h1 {
        font-size: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 20px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    #wide-background {
        background-size: 1px 300px;
        min-height: 300px;
    }
    #header-wrap {
        padding-bottom: 25px;
    }
    #header-right {
        float: right;
    }
    #header-right .search-wrap {
        display: none;
    }
    .logo-wrap h1 {
        font-size: 38px;
    }
    #nav-col {
        display: none;
    }
    #nav-wrap {
        padding: 0;
    }
    .event-item {
        float: left;
    }
    .event-item img {
        float: left;
    }
    .event-details {
        float: right;
        /*width: 62%;
        padding-left: 10px;*/
    }
    #footer-wrap #footer-left p,
    #footer-wrap #footer-left a,
    #footer-wrap #footer-right p,
    #footer-wrap #footer-right a {
        text-align: center;
    }
    #footer-wrap #footer-left p {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 20px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    #wide-background {
        background-size: 1px 300px;
        min-height: 300px;
    }
    #header-wrap {
        padding-bottom: 25px;
    }
    #header-right .social-wrap {
        float: right;
    }
    #header-right .search-wrap {
        display: none;
    }
    .logo-wrap h1 {
        font-size: 21px;
    }
    #nav-col {
        display: none;
    }
    #nav-wrap {
        padding: 0;
    }
    .event-item {
        float: left;
    }
    .event-item img {
        float: left;
    }
    .event-details {
        float: right;
        width: 100%;
    }
    #footer-wrap #footer-left p,
    #footer-wrap #footer-left a,
    #footer-wrap #footer-right p,
    #footer-wrap #footer-right a {
        text-align: center;
    }
    #footer-wrap #footer-left p {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    p {
        font-size: 18px;
    }
    h1 {
        font-size: 34px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 19px;
    }
    #wide-background {
        background-size: 1px 240px;
        min-height: 240px;
    }
    #header-wrap {
        padding-bottom: 25px;
    }
    #header-right .search-wrap {
        display: none;
    }
    .logo-wrap h1 {
        font-size: 20px;
    }
    #nav-col {
        display: none;
    }
    #nav-wrap {
        padding: 0;
    }
    .event-item {
        float: left;
    }
    .event-item img {
        float: left;
    }
    .event-details {
        float: right;
        width: 100%;
    }
    #footer-wrap #footer-left p,
    #footer-wrap #footer-left a,
    #footer-wrap #footer-right p,
    #footer-wrap #footer-right a {
        font-size: 16px;
        text-align: center;
    }
    #footer-wrap #footer-left p {
        margin-bottom: 20px;
    }
}

@media (max-width: 340px) {
    #wide-background {
        background-size: 1px 300px;
        min-height: 300px;
    }
}


/*----------------Navigation------------*/


/*----------------------------
    special for this one 
------------------------------*/

.navigation.row>.col-md-12 {
    padding: 0px;
}

/* .navigation.row {} */


/*----------------------------
    The Wrapper
------------------------------*/

.nav-wrapper {
    background-color: #335526;
    position: relative;
    min-height: 35px;
}


/*----------------------------
    The Toggle
------------------------------*/

.navbar-toggle {
    width: 70%;
    border: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: 0px;
    text-align: right;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-toggle:focus {
    border: 0px;
    outline: 0px;
}

.navbar-toggle>span {
    color: #ffffff;
}


/*----------------------------
    Full State
------------------------------*/

.NP .nav {
    margin: 0px;
    display: flex;
    width: 100%;
}

/* .nav ul {} */

.NP .nav li {
    position: relative;
    float: left;
    list-style-type: none;
}

#nav_menu li:hover {
    background-color: #ad6336;
}

#nav_menu li a {
    color: #000;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

#nav_menu li a:hover,
#nav_menu li a:focus,
.NP .navbar-nav .open>a,
.NP .navbar-nav .open>a:focus,
.NP .navbar-nav .open>a:hover {
    color: #fff;
    background: var(--green);
    /* REPLACE:COLOR_1 */
}


/*#nav_menu_top_menu ul, #nav_menu ul {
    float: right;
}*/

#nav_menu_top_menu li a {
    color: #000;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 8px 0 5px;
}

#nav_menu_top_menu li a:hover {
    text-decoration: underline;
}

li.mLogin a {
    border: 3px solid #000;
    font-weight: bold !important;
    text-decoration: none !important;
    margin: 5px 0 5px !important;
}

li.mLogin a:hover {
    background-color: #fff !important;
    border: 3px solid #fff;
}


/*------ Third level Items/Multi Tier */


/* .nav li ul li a {}

.nav li ul li a:hover {} */


/*------ On Hover/Focus/.open */


/* .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {} */

.NP .navbar-nav .open>a,
.NP .navbar-nav .open>a:hover,
.NP .navbar-nav .open>a:focus,
.NP .navbar-nav>li>a:hover,
.NP .navbar-nav>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}


/*----------------------------
    Collapsed State
------------------------------*/

.navbar-collapse.collapse {
    position: relative;
}

.navbar-collapse {
    max-height: none;
    padding: 0px;
}


/*----------------------------
    Dropdown Menus - full/collapsed
------------------------------*/


/* .dropdown-menu {} */

.NP .dropdown-menu>li>a:hover,
.NP .dropdown-menu>li>a:focus {
    text-decoration: none;
}

.NP .dropdown-menu li {
    width: 100%;
}

.NP .dropdown-menu ul {
    top: 0;
}


/*----------------------------
    @Media and Sizes
------------------------------*/

@media (min-width: 768px) and (max-width: 990px) {
    .NP .nav li a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        clear: both;
        margin-top: 8px;
    }
    .navbar-collapse,
    .NP .nav {
        width: 100%;
    }
    .NP .nav li {
        width: 100%;
        height: auto;
        display: block;
        padding-top: 0px;
        text-align: center;
    }
    .NP .nav li a {
        margin: auto;
        height: auto;
        width: 100%;
        font-size: 16px;
        padding-top: 5px;
        padding-top: auto;
        padding-bottom: 6px;
    }
    .navbar-toggle {
        clear: both;
        padding: 0px;
        margin: 0px auto;
        margin-right: 20px;
        display: inline-block;
    }
    .NP .dropdown li {
        width: 100%;
        display: block;
        background-color: #91A9A0;
    }
    .NP .navbar-nav .open .dropdown-menu>li>a,
    .NP .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }
    .NP .navbar-nav .open .dropdown-menu {
        margin-top: 6px;
    }
    .nav-row {
        height: auto;
        max-height: none;
    }
    .small-text {
        display: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
        position: static;
    }
}

@media (max-width: 480px) {
    .navbar-toggle {
        display: inline;
    }
    .NP .navbar-nav li {
        width: 100%;
        height: auto;
        display: block;
        padding-top: 0px;
        text-align: center;
    }
    .NP .dropdown li {
        width: 100%;
        display: block;
        background-color: #91A9A0;
    }
    .NP .nav li a {
        width: 100%;
        margin: auto;
        height: auto;
        font-size: 16px;
        padding-top: 5px;
        border-left: none;
        padding-top: auto;
        border-right: none;
        padding-bottom: 6px;
    }
    .nav li {}
    .NP .navbar-nav .open .dropdown-menu>li>a,
    .NP .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }
    .NP .open {
        height: auto !important;
    }
    .NP .navbar-nav .open .dropdown-menu {
        margin-top: 6px;
    }
    .hlp-wrapper {
        display: none;
    }
    .vid-feature iframe {
        max-width: none !important;
        max-height: none !important;
    }
}

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