
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quattrocento', serif;
}

h1 {
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0.45rem 0;
}

h1.entry-title,
.page-title {
    font-size: 2rem;
    border-bottom: #1a1a1a solid 1px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

h1.page-title > a:link,
.page-title > a:visited {
    color: inherit;
    text-decoration: none;
}

h2, .h2 {
    font-weight: bold;
    font-size: 1.9rem;
    margin: 0.45rem 0;
}

.home h1,
.home h2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

h3,
h3.entry-title > a:link,
h3.entry-title > a:visited,
h3.entry-title > a:active {
    color: #5b6916;
    font-weight: bold;
    font-size: 1.33rem;
    margin: 0.45rem 0;
    text-decoration: none;
}

h3.entry-title > a:hover {
    opacity: 0.8;
}

h4 {
    color: #5b6916;
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0.45rem 0;
}

h5 {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0.45rem 0;
}

h6 {
    color: #5b6916;
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0.45rem 0;
}

br { line-height: 1.55em; }

a {
    color: #03727c;
    text-decoration: underline;
}

ol, ul {
    padding: 0 0 0 0.6rem;
    list-style-position: inside;
    margin: 0.4rem 0 1rem;
}

ul {
    list-style-type: none;
}

ol > li {
    padding-bottom: 0.5rem;
}

ul > li {
    position: relative;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

ul > li::before {
    content: "\2022 ";
    position: absolute;
    color: rgb(50, 86, 116);
    margin-left: -0.8rem;
}

.sr-only-focusable
{
	color: 	#d6da48;
}

.entry-content li {
    line-height: 1.4rem;
}

li > ul,
li > ol {
    padding-left: 1rem;
}

ul.bold > li,
ol.bold > li {
    font-weight: bold;
}

ul.bold > li ul > li,
ul.bold > li ol > li {
    font-weight: normal;
}

ul.bold > li ul.bold > li,
ul.bold > li ol.bold > li {
    font-weight: bold;
}

ul.bold > li ul > li,
ul.bold > li ol > li {
    font-weight: normal;
}

ul.bold > li ul.bold > li,
ul.bold > li ol.bold > li {
    font-weight: bold;
}

.no-bull {
    padding-left: 0;
}

.gform_fields > li,
.no-bull > li,
.menu-item,
.slick-slide,
.full-site-nav-menu,
#footer-full-content li {
    padding-bottom: 0;
    padding-left: 0;
}

.no-bull li::before {
    content: none !important;
}

.overflow-hidden {
    overflow: hidden;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.navbar-brand {
   /* width: 220px;*/
    padding: 0 1rem;
    text-align: center;
    line-height: 155px;
    vertical-align: middle;
}

.navbar-brand > .img-fluid {
    display: inline-block;
}

.logo-title {
    color: #fff;
    left: 200px;
    position: absolute;
}

nav ul {
    list-style-type: none;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.searchbar {
    margin-right: 1rem;
    height: 2.2rem;
    font-size: 18px !important;
}


.aligncenter {
    text-align: center;
    display: inherit;
    margin: 0 auto;
}

.alignright {
    text-align: right;
    display: inherit;
    margin: 0 auto;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.btn,
.gform_button {
    font-family: 'Quattrocento', serif;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-bottom: 0;
    font-size: 1.14rem;
    font-weight: bold;
    line-height: 1.6rem;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    background: #325674 none;
    text-decoration: none;
    text-transform: uppercase;
}

.btn.active,
.btn:hover,
.gform_button:hover {
    background-color: #2a4964;
    color: white;
}

.btn-sm {
    font-size: 0.86rem;
    line-height: 1.1rem;
    padding: 0.1rem 1rem;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.btn-secondary {
    background-color: #5b6916;
}

.btn-secondary:hover {
    background-color: #465017;
}

button, input, select, textarea {
    font-family: inherit;
    line-height: inherit;
}

form {
    margin-bottom: 2rem;
}

label, legend {
    font-weight: bold;
    line-height: 1.6em;
}

legend {
    line-height: 2em;
    font-size: 1.29em;
    font-family: 'Quattrocento', serif;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

#inputMobileSearch,
.input {
    display: block;
    width: 100%;
    height: 2.14rem;
    padding: 4px 12px;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #1a1a1a;
    background: #fff none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

.input-sm {
    height: 1.5rem;
}

textarea.input {
    height: auto;
}

.checkbox [type="checkbox"],
.radio [type="radio"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 1.43em;
    width: 1.43em;
    margin-right: 5px;
}

.checkbox [type="checkbox"]:checked:after,
.radio [type="radio"]:checked:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    height: 1.35em;
    width: 1.35em;
    color: #1a1a1a;
    text-align: center;
    top: -1.5px;
    left: 1px;
}

.radio [type="radio"] {
    border-radius: 0.7rem;
}

.radio [type="radio"]:checked:after {
    content: '\f111';
    font-size: 0.8rem;
    left: 2px;
}

.checkbox label {
    line-height: 1.6em;
}

.input-wrap {
    margin-bottom: 1rem;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-right: 0.6rem;
}

.qty-buttons [type="number"] {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.qty-buttons .button {
    padding: 1px 0.4rem;
    font-size: 0.86rem;
    margin-top: 0.5rem;
}

.nav-link {
    color: white;
    text-decoration: none;
}

.entry-date {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.2rem;
    line-height: 1rem;
}

.interior #content {
    min-height: 60vh;
}

blockquote {
    padding: 20px;
    background-color: #325674;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

blockquote::before,
blockquote::after {
    content: ' ';
    display: table;
}

blockquote a,
blockquote a:hover,
blockquote a:active {
    color: white;
}

/*******************************/
/**      Header Top Bar       **/
/*******************************/
.top-actions-bar {
    position: relative;
    height: 65px;
    text-align: right;
}

.top-actions-bar .top-actions-wrap {
    display: inline-block;
    text-align: right;
}

.top-actions-bar .top-search-wrap {
    width: 150px;
    position: relative;
    display: none;
    vertical-align: top;
    margin: 0 10px;
    float: left;
}

.top-actions-bar .top-search-wrap .input {
    font-family: 'Quattrocento', serif;
    font-size: 1.1rem;
    height: 20px;
    border-radius: 3px;
    padding: 2px 12px;
}

.top-actions-bar .top-search-wrap .submit {
    border: none;
    background: none;
    position: absolute;
    width: 25px;
    height: 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1px;
    text-align: center;
}

.top-actions-bar .sizer {
    float: left;
    display: none;
    font-size: 0;
}

.top-actions-bar .select-size {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12px;
    display: inline-block;
    margin: 0 1px;
}

.top-actions-bar .select-size.large {
    font-size: 15px;
}

.top-actions-bar .select-size.largest {
    font-size: 18px;
}

#utility-menu .menu-item {
    display: none;
}

#utility-menu .menu-item:last-child {
    display: inline;
}

#utility-menu .menu-item:last-child .nav-link {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 64px;
    font-size: 1.15rem;
    display: inline;
    vertical-align: top;
    padding: 0;
}

#utility-menu .menu-item:last-child .nav-link::after {
    content: '\f003';
    font-family: 'FontAwesome';
    border-bottom: 1px solid #5c7991;
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
    display: inline-block;
    width: 65px;
    margin-left: 10px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
}

#utility-menu .menu-item:last-child .nav-link:hover::after {
    color: #d6de23;
}

.mob-nav-link
{
    text-decoration:none;
}

@media only screen and (min-width: 992px) {
    #inputTopSearch {
        font-size: 1rem;
        line-height: 1rem;
        padding: 2px 20px 2px 0.5rem;
        height: 1.4rem;
    }

    .top-actions-bar {
        height: 40px;
        padding: 10px 30px;
    }

    .top-actions-bar .top-actions-wrap {
        margin-right: 0;
    }

    .top-actions-bar .contact {
        font-size: 0.9rem;
        line-height: 20px;
        vertical-align: top;
        display: block;
        float: left;
        margin-top: 1px;
        color: #fff;
        height: auto;
    }

    .top-actions-bar .contact::after {
        display: none;
    }

    .top-actions-bar .top-search-wrap {
        display: block;
    }

    .top-actions-bar .sizer {
        display: table-cell;
    }

    #utility-menu .menu-item {
        display: inline-block;
    }

    #utility-menu .menu-item::after {
        content: '|';
        color: rgba(255, 255, 255, 0.5);
        margin-right: 0.3rem;
    }

    #utility-menu .menu-item:last-child::after {
        content: '|';
        color: transparent;
        margin-right: 0;
    }

    #utility-menu .nav-link {
        display: inline;
        font-family: 'Quattrocento', serif;
        font-size: 0.9rem;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 0.5rem 0 0;
        float: left;
        line-height: 22px;
    }

    .icon-parking .nav-link::before {
        content: "P";
        height: 12px;
        width: 12px;
        display: inline-block;
        margin-right: 0.1rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #f9a010;
        color: #193145;
        text-align: center;
        font-size: 8px;
        line-height: 100%;
        vertical-align: text-top;
        padding-top: 2px;
        text-align: center;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
    }

    .icon-phone .nav-link::before {
        content: "\f095";
        color: #34b0f7;
        display: inline-block;
        margin-right: 0.2rem;
        font: bold normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-info .nav-link::before {
        content: "\f129";
        background-color: #d6fc1d;
        height: 12px;
        width: 12px;
        display: inline-block;
        margin-right: 0.2rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #193145;
        text-align: center;
        vertical-align: text-top;
        padding-top: 1px;
        font: normal normal normal 9px/1 FontAwesome;
    }

    #utility-menu .menu-item:last-child .nav-link {
        line-height: 1.5rem;
        font-size: 0.9rem;
        display: inline-block;
        float: none;
    }

    #utility-menu .menu-item:last-child .nav-link::after {
        display: none;
    }
}

#main-nav {
    display: block !important;
}

#main-nav-container {
    position: relative;
    padding: 0;
}

#front-page-posts li {
    clear: left;
}

.home-ribbon {
    padding: 0;
    clear: left;
}

.widget_recent_entries_from_category.home-ribbon {
    display: block;
}

.home-ribbon ul > li > .nav-link {
    padding: 1rem;
}

.home-ribbon {
    width: 100%;
    display: block;
}

.home-widget li::before,
nav li::before,
.menu-item li::before,
.navbar-nav li::before {
    content: none;
}

#menu-hot-topics {
    column-count: 3;
}

.home-ribbon .widget-title {
    color: #1a1a1a;
    font-size: 1.5rem;
}

#menu-hot-topics > .menu-item {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    padding-bottom: 0.5rem;
}

#menu-hot-topics > .menu-item > .nav-link {
    background-color: rgba(51, 86, 116, 1);
    color: #FFF;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

#menu-hot-topics > .menu-item > .nav-link:hover {
    background-color: rgba(51, 86, 116, 0.8);
}

@media only screen and (min-width: 992px)
{
    #menu-hot-topics {
        column-count: auto;
    }

    .home-ribbon {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .home-ribbon .widget-title {
        float: left;
        background-color: #1a1a1a;
        color: #FFF;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: normal;
        display: inline-block;
        margin: 0 20px 20px 0;
        padding: 0.8rem;
        width: 100px;
        height: auto;
        line-height: 1.2em;
    }

    .home-ribbon ul {
        display: flex;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .home-ribbon #menu-hot-topics {
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
    }

    .home-ribbon ul > li:first-child > .nav-link {
        padding-left: 0;
    }

    .home-ribbon ul > li:last-child > .nav-link {
        padding-right: 0;
    }

    #menu-hot-topics > .menu-item {
        position: relative;
        display: list-item;
        flex-grow: 1;
        list-style-type: none;
        width: auto;
        padding-bottom: 0;
    }

    #menu-hot-topics > .menu-item > .nav-link,
    #menu-hot-topics > .menu-item > .nav-link:hover{
        color: #03727c;
        background-color: transparent;
    }

    .home-ribbon .nav-link {
        text-decoration: underline;
    }

    .home-ribbon .nav-link:hover {
        text-decoration: none;
    }
}

#main-nav-container
{
    padding-left: 220px;
}

@media only screen and (min-width: 1200px)
{
    #main-nav-container
    {
        padding-left: 190px;
    }
    
        /*LOGO FIX FOR MOBILE*/

.navbar-brand
    {
         width: 220px;
    }
}

.menu-main-menu-container {
    width: 100%;
}

#menu-main-menu {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    color: #FFF;
}

.nav-link {
    font-family: 'Quattrocento', serif;
}

#menu-main-menu > .menu-item {
    position: relative;
    display: flex;
    flex: 1 0 0;
    list-style-type: none;
    align-items: center;
    width: 100%;
    height: 112px;
    padding: 0 2rem;
    font-family: 'Quattrocento', serif;
    text-align: center;
    border-left: 1px solid #5c7991;
    cursor: pointer;
}

#menu-main-menu > .menu-item:first-child {
    border-left: none;
}

#menu-main-menu > .menu-item:last-child {
    border-right: none;
}

#menu-main-menu > .menu-item .nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Quattrocento', serif;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

#menu-main-menu > .menu-item .nav-link:hover {
    color: #d6de23;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#menu-main-menu > .menu-item-has-children > .nav-link::after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -0.8rem;
    text-align: center;
    color: #869cae;
}

#wrapper-navbar .menu-item-has-children .sub-menu .nav-link {
    font-size: 1rem;
    padding: 0 1rem;
    min-width: 16rem;
}

.nav-link:hover::after {
    color: #d6de23;
    -webkit-transition: color 1.3s;
    transition: color 1.3s;
}

/**********************Accessibility CSS**********************/

#menu-main-menu > .menu-item .nav-link:focus-within {
    color: #d6de23;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#menu-main-menu .menu-item:focus-within .sub-menu {
    display: block;
}




@media only screen and (min-width: 991px) and (max-width: 1200px)
{
    #menu-main-menu > .menu-item {
        height: 100px;
        padding: 0 1rem;
    }

    #menu-main-menu > .menu-item > .nav-link {
        font-size: 1.25rem;
    }
}


#menu-main-menu > .menu-item .menu,
#menu-main-menu > .menu-item .sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu-main-menu > .menu-item > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 120;
}

#menu-main-menu > .menu-item:last-child > .sub-menu {
    left: auto;
    right: 0;
}

#menu-main-menu > .menu-item > .sub-menu > .menu-item {
    display: block;
    text-align: left;
    padding: 1rem;
    background-color: #325674;
    border-top: 1px solid #869cae;
}

#menu-main-menu .menu-item:hover .sub-menu {
    display: block;
}

/*******************************/
/**       Mobile header       **/
/*******************************/

#wrapper-navbar {
    background-color: #325674;
}

.top-mobile-menu-wrap {
    border-top: 1px solid #869cae;
    background-color: rgba(50, 86, 116, 0.95); /* #325674; */
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 20;
}

#mobileMenu.collapse {
    display: none;
}

#mobileMenu.collapse.show {
    display: block;
}

.top-mobile-menu-wrap .mobile-navigation {
    width: 50%;
    float: left;
}

.top-mobile-menu-wrap .mobile-navigation.right {
    text-align: right;
}

.top-mobile-menu-wrap .mobile-navigation .nav-link {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.15rem;
    line-height: 28px;
    padding: 0;
}

.top-mobile-menu-wrap .mobile-navigation .nav-link:hover {
    color: #d6de23;
}

.toggle-mobile-search::after {
    content: "\f002";
    padding-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (min-width: 992px) {
    .top-mobile-menu-wrap,
    .top-mobile-menu-wrap.open {
        display: none;
    }
}

.top-mobile-search-wrap {
    position: relative;
    display: none;
}

.top-mobile-search-wrap.open {
    display: block;
}

#inputMobileSearch {
    width: 100%;
    font-family: 'Quattrocento', serif;
    padding-left: 35px;
    font-size: 14px;
    height: 35px;
    border: none;
}

.top-mobile-search-wrap .submit {
    border: none;
    background: none;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    color: #03727c;
}

.top-navigation-bar {
    position: relative;
    color: #fff;
}

.top-navigation-bar a {
    color: #fff;
}

.top-navigation-bar .logo-wrap {
    position: relative;
    background-color: #193145;
    display: block;
    float: left;
    vertical-align: top;
    padding: 20px;
    margin-top: -65px;
    margin-bottom: -10px;
}

.top-navigation-bar .logo-wrap img {
    max-width: 100px;
    height: auto;
    display: block;
}

.top-navigation-bar .mobile-menu-toggle-wrap {
    position: relative;
    width: 100%;
    text-align: right;
}

.top-navigation-bar .toggle {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 65px;
    font-size: 1.15rem;
    display: inline;
    vertical-align: top;
}

.top-navigation-bar .toggle::after {
    content: '\f00d';
    font-family: 'FontAwesome';
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
    display: inline-block;
    width: 65px;
    margin-left: 10px;
    font-size: 2.4rem;
    text-align: center;
}

.top-navigation-bar .toggle.collapsed::after {
    content: '\f0c9';
}

.top-navigation-bar .navigation {
    list-style: none;
    display: none;
    float: left;
    margin: 0 -10px 0 10px;
}

.top-navigation-bar .navigation > li {
    float: left;
    display: block;
    border-left: 1px solid #5c7991;
    border-right: 1px solid #5c7991;
}

.top-navigation-bar .navigation > li:first-child {
    border-left-color: #325674;
}

.top-navigation-bar .navigation > li:last-child {
    border-right-color: #325674;
}

.top-navigation-bar .navigation > li > a {
    position: relative;
    float: left;
    display: block;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    padding: 40px 0;
    width: 238px;
    text-decoration: none;
    color: #fff;
}

.top-navigation-bar .navigation > li:hover > a,
.top-navigation-bar .navigation > li.current > a {
    color: #d6de23;
}

.top-navigation-bar .navigation > li.with-child > a:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #869cae;
}

.top-navigation-bar .navigation > li:hover > a:after,
.top-navigation-bar .navigation > li.current > a:after {
    color: #d6de23;
}

.top-navigation-bar .navigation > li.with-child .children-menu-wrap {
    border-top: 1px solid #869cae;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 110;
}

.top-navigation-bar .navigation li.with-child:hover .children-menu-wrap,
.top-navigation-bar .navigation li.with-child.open .children-menu-wrap {
    display: block;
}

.j-overlay .j-overlay-content .j-close {
    top: 8px;
    right: 4px;
}

.j-bottom {
    position: relative;
}

.j-post-overlay.juicer-feed ul.j-share {
    left: auto;
    right: 0;
}

#content .juicer-feed li.feed-item {
    padding: 0;
    background: transparent !important;
    border: none !important;
}

#content .j-text {
    border-bottom: #1a1a1a solid 1px;
}

#content .juicer-feed .j-message > p {
    margin-bottom: 0.2rem;
}

.home .juicer-feed .j-meta {
    margin-top: 0;
}

.home .juicer-feed .j-meta .j-date {
    float: none;
    color: #313131;
}

.home .juicer-feed .j-image,
.home .j-twitter-intents {
    display: none !important;
}

.juicer-feed li::before {
    content: none;
}

#content .juicer-feed .j-text {
    padding: 0 0 1.6rem 0;
}

#content .juicer-feed .j-message {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 992px) {
    .top-navigation-bar .logo-wrap {
        padding: 20px 20px 24px;
        margin-top: -40px;
        margin-bottom: -35px;
    }

    .collapsed .top-navigation-bar .logo-wrap {
        padding: 44px 20px 0;
    }

    .top-navigation-bar .logo-wrap img {
        max-width: none;
        width: 100%;
    }

    .top-navigation-bar .mobile-menu-toggle-wrap {
        display: none;
        margin-right: 0;
    }

    .top-navigation-bar .navigation {
        display: block;
    }

    .top-navigation-bar .navigation > li > a {
        width: 190px;
    }

    .j-image {
        display: block;
        max-height: 220px;
        overflow-y: hidden;
    }

    .feed-item .j-message {
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

@media only screen and (min-width: 1240px) {
    .top-navigation-bar .logo-wrap {
        padding: 20px 44px 24px;
    }

    .collapsed .top-navigation-bar .logo-wrap {
        padding: 44px 44px 0;
    }

    .top-navigation-bar .navigation > li > a {
        width: 238px;
    }
}

/*******************************/
/**     End mobile header     **/
/*******************************/

/* 
 * ALERT!
 */

#alert-tab {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #ce011e;
    display: inline-block;
    width: 51px;
    margin: 0 auto;
    height: 30px;
    border-radius: 0 0 4px 4px;
    line-height: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eee020;
    padding-top: 4px;
}

.admin-bar #alert-tab {
    top: 32px;
}

#alert-tab::after {
    position: absolute;
    right: 99%;
    top: 0;
    z-index: 99;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: transparent solid 30px;
    border-top: #ce011e solid 0;
    border-right: #ce011e solid 10px;
}

#alert-tab::before {
    position: absolute;
    left: 99%;
    top: 0;
    z-index: 99;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: transparent solid 30px;
    border-top: #ce011e solid 0;
    border-left: #ce011e solid 10px;
}

#alert-tab .fa {
    display: block;
    line-height: 4px;
}

#alert-container {
    position: absolute;
    left: 0;
    right: 0;
    top: -102%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    z-index: 22;
    padding: 5rem 10vw 2rem 10vw;
    text-align: center;
    background: #ce011e;
    color: #FFF;
    border-bottom: #eee020 solid 5px;
}

#alert-container.expanded {
    top: 0;
}

.alert-link,
.alert-link:hover {
    color: #eee020;
    text-transform: uppercase;
    font-size: 1.2rem;
}

#alert-container .h1 {
    font-family: Lato, sans-serif;
}

#alert-container h2,
#alert-container h3,
#alert-container h4 {
    color: #fff;
}

.close-alert {
    color: #FFF !important;
    text-decoration: none;
    cursor: pointer;
}

#page-wrapper {
    position: relative;
    padding: 1rem;
}

/* 
 * Google Search Results
 */
#main .gsc-adBlock {
    display: none;
}

#main .cse .gsc-control-cse,
#main .gsc-control-cse {
    font-family: "Lato", sans-serif !important;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
}

#main .gsc-control-cse table {
    margin-bottom: 0;
}

#main .gsc-control-cse table > tbody > tr,
#main .gsc-control-cse table > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

#main .gsc-control-cse table > tbody > tr > td,
#main .gsc-control-cse table > tbody > tr > th {
    padding: 0;
}

#main .gsc-input {
    padding: 0;
}

#main input.gsc-input {
    font-family: "Quattrocento", serif !important;
    font-size: 18px;
    height: 2.14em;
    padding: 4px 12px !important;
    color: #1a1a1a;
    background: #fff none;
}

#main .gsc-input .gsc-input-box {
    border: 1px solid #d2d2d2;
    margin-right: 10px;
}

#main .gsib_b {
    padding-right: 0;
}

#main .gsc-search-button-v2 {
    background-color: #2a4964;
    color: white;
    border: #233c50 solid 1px;
    padding: 0.4rem 1rem 0.1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#main .gsc-search-button-v2 svg {
    width: 18px;
    height: 16px;
    fill: #FFF;
}

#main .gsc-result-info-container {
    padding: 0;
}

#main .gsc-result-info {
    margin-left: 0;
    color: #676767;
    font-size: 14px;
    font-style: italic;
}

#main .gsc-webResult.gsc-result {
    background-color: transparent;
    border: none;
    line-height: 1.4em;
}

#main .gs-result .gs-title {
    height: 1.4em;
    color: #5b6916;
    font-weight: bold;
    font-size: 1.33rem;
    margin: 0.45rem 0 0;
    text-decoration: none;
}

#main .gsc-table-result,
#main .gsc-thumbnail-inside,
#main .gsc-url-top {
    padding: 0;
}

#main .gs-webResult.gs-result a.gs-title:link,
#main .gs-webResult.gs-result a.gs-title:link b,
#main .gs-webResult.gs-result a.gs-title:visited,
#main .gs-webResult.gs-result a.gs-title:visited b,
#main .gs-webResult.gs-result a.gs-title:active {
    color: inherit;
}

#main .gs-webResult.gs-result a.gs-title:hover,
#main .gs-webResult.gs-result a.gs-title:hover b {
    color: inherit;
    text-decoration: none;
}

#main .gs-snippet {
    color: #333;
}

#main .gs-webResult div.gs-visibleUrl {
    color: #03727c;
    text-decoration: underline;
}

#main .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: transparent;
}

#main .gcsc-branding {
    display: none;
}

.gsc-cursor-page {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    margin-right: 0 !important;
    line-height: 1.25;
    color: #03727c !important;
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    text-decoration: none;
}

.gsc-cursor-page:hover {
    z-index: 2;
    color: #02454b !important;
    text-decoration: none;
    background-color: #e6e5e5;
    border-color: #d2d2d2
}

.gsc-cursor-page:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 86, 116, .25);
    box-shadow: 0 0 0 .2rem rgba(50, 86, 116, .25)
}

.gsc-cursor-page:not(:disabled):not(.disabled) {
    cursor: pointer
}

.gsc-cursor-page:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.gsc-cursor-page:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.gsc-cursor-page.gsc-cursor-current-page {
    z-index: 1;
    color: #fff !important;
    background-color: #325674 !important;
    border-color: #325674 !important;
}

@media screen and (min-width: 1200px) {
    #page-wrapper {
        padding: 0 30px;
    }
}

#home-jumbotron {
    height: 28vw;
    width: 100%;
    padding: 0;
    background: no-repeat center center;
    background-size: cover;
}

#home-jumbotron .search-form {
    padding: 12vw 0;
    margin: 0;
}

#home-jumbotron .form-control {
    border-left: 0;
    height: 50px;
    border: none;
    font-size: 1.5em;
}

#home-jumbotron .input-group-text {
    padding: 0;
    margin: 0;
    background: #FFF;
    cursor: pointer;
    font-size: 2rem;
    text-align: center;
}

#home-jumbotron .submit {
    width: 50px;
    height: 50px;
    background: none;
    border: none;
}

#secondary-nav {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    color: white;
}

.interior #secondary-nav {
    padding-left: 220px;
}

.secondary-site-nav {
    position: static;
    display: list-item;
    list-style-type: none;
    width: 100%;
    font-family: 'Quattrocento', serif;
    text-align: center;
    border-right: 1px solid #869cae;
}

.secondary-site-nav:last-child {
    border-right: none;
}

.secondary-menu-link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 0.5rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: 'Quattrocento', serif;
    cursor: pointer;
}

.home .secondary-menu-link {
    line-height: 5rem;
}

.home .secondary-menu-link::after {
    content: '\f0de';
    top: -0.5rem;
}

.secondary-site-nav > .menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 102;
    border-top: 1px solid #869cae;
    border-bottom: 1px solid #869cae;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#secondary-nav .secondary-site-nav:hover > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5vw;
}

.secondary-site-nav > .menu > .menu-item {
    display: flex;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
    /*max-width: 16vw;*/
    padding: 0.4vw 0.5vw 1vw;
}

.secondary-site-nav > .menu > .menu-item > .nav-link,
.secondary-site-nav > .menu > .nav-column > .nav-link {
    display: none;
}

.secondary-site-nav .nav-title > .nav-link,
.secondary-site-nav .nav-title > .nav-link:hover {
    padding: 0.5rem 0;
    font-size: 1.3rem;
    text-transform: uppercase;
    cursor: default;
}

.interior .secondary-site-nav > .menu {
    bottom: auto;
    top: 100%;
    background-color: rgba(50, 86, 116, 0.95);
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .interior #secondary-nav .secondary-site-nav > .menu {
        padding: 0 20vw;
    }
}

.rpc-read-more {
    text-decoration: underline;
}

.rpc-read-more:hover {
    text-decoration: none;
}

/*******************************/
/**      Contact Form 7       **/
/*******************************/

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="search"], .wpcf7 input[type="submit"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea, .widget select, .widget input {
    display: block;
    height: 2.14rem;
    padding: 4px 12px;
    font-size: 1em;
    line-height: 1.4;
    color: #1a1a1a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

span.wpcf7-list-item {
    margin: 0 .5em 0 0;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 0.3em;
}

input[type="radio"] {
    margin-left: 1em;
}

.first input[type="radio"] {
    margin-left: 0;
}

.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 3px 16px;
    margin-bottom: 0;
    font-size: 1.14em;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5b6916;
    font-family: 'Quattrocento', serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #465017;
}

.content-area #s {
    margin-right: 1rem;
    height: 2.2rem;
    font-size: 18px;
}

.search-form .submit {
    border: none;
    background: transparent;
}

/* Bakery Items */
ul.vc_tta-tabs-list li::before {
    content: "";
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    border: none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color: #d2d2d2 !important;
}

.wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
    border: 1px solid #d2d2d2;
    border-bottom: none;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin-bottom: -1px !important;
    text-indent: 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: 1px solid #d2d2d2;
    background-color: #eee;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: 1px solid #d2d2d2;
}

.content_block iframe {
    width: 100%;
    min-width: 800px;
    min-height: 600px;
}

.search-results .hentry {
    padding-bottom: 1rem;
}

/* Widgets */
.post-feed .home-widget > .widget-title,
.connect-widget .widget-title {
    font-weight: normal;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0.5rem 0 0.5rem;
}

#front-page-posts .rpc-title {
    color: #5b6916;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0.5rem 0;
    text-decoration: none;
}

#front-page-posts .rpc-title,
#front-page-posts .rpc-title:hover {
    text-decoration: none;
}

#front-page-posts ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#front-page-posts ul > li {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1a1a1a;
}

.post-feed .post-info {
    display: block;
    float: left;
    padding-right: 1.5rem;
}

.post-feed .home-widget .wp-post-image {
    max-width: 200px;
}

.post-meta-date {
    display: block;
    font-family: Quattrocento, serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0.6rem;
}

.post-feed .post-meta-date {
    font-size: 1rem;
}

@media only screen and (min-width: 991px) {
    .post-feed .home-widget .wp-post-image {
        width: 100%;
        max-width: none;
    }

    .post-feed .post-info {
        display: block;
        padding-right: 0;
    }

    .post-feed .post-meta-date {
        font-size: 1.6rem;
    }
}

.post-excerpt {
    line-height: 1.2rem;
}

.hot-topics h2 {
    font-size: 2rem;
}

.hot-topics .menu {
    padding-left: 0;
    list-style-type: none;
}

.hot-topics .menu .nav-link {
    font-size: 1.3rem;
    padding: 1.2rem 0;
    border-bottom: #1a1a1a solid 1px;
    text-decoration: underline;
}

.hot-topics .menu .menu-item:last-child .nav-link,
.post-ribbon .menu .menu-item:last-child .nav-link {
    border-bottom: none;
}

#menu-hot-topics .nav-link,
.menu-hot-topics-container .nav-link,
.post-ribbon .nav-link {
    color: #03727c;
}

.social-feed-wrap .social-buttons-bar .social-tab {
    width: 60px;
}

.has-left-rail {
    position: relative;
}

#left-rail-nav {
    padding: 2.2rem 0 0 0;
    height: 100%;
    overflow-y: auto;
}

#left-rail-nav > .menu-item:not(:last-child) {
    padding: 0;
    border-bottom: #325674 solid 1px;
}

#left-rail-nav .nav-link {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-left: 1rem;
}

@media screen and (min-width: 1240px) {
    .has-left-rail {
        padding-left: 230px;
    }

    .left-rail {
        position: absolute;
        width: 220px;
        left: -30px;
        top: 0;
        bottom: 0;
        padding: 50px 0 57px 0;
        background-color: #193145;
    }
}

.left-rail .colors-bar .color {
    width: 100%;
    float: none;
}

#left-rail-nav .menu-item-has-children .sub-menu {
    margin-top: 0;
    padding-left: 0;
}

#left-rail-nav .sub-menu > .menu-item {
    border-bottom: #5c7991 solid 1px;
    background-color: #325774;
}

#left-rail-nav .sub-menu > .menu-item:last-child {
    border-bottom: 0;
}

#left-rail-nav .menu-item-has-children .sub-menu {
    display: none;
}

#left-rail-nav > .menu-item-has-children::after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.6rem;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 10px;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    line-height: 0;
    padding: 0 1rem 1rem 0;
    color: #869cae;
    transform: rotate(0deg);
    transform-origin: center 4px;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    cursor: pointer;
}

#left-rail-nav > .menu-item-has-children.expanded::after {
    transform: rotate(180deg);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

#left-rail-nav .menu-item-has-children {
    position: relative;
}

#left-rail-nav > .menu-item-has-children > .nav-link {
    margin-right: 2rem;
}

#left-rail-nav .menu-item-has-children.expanded .sub-menu {
    display: block;
}

/** Mobile only **/
@media screen and (max-width: 1239px) {
    #left-rail-expand {
        position: relative;
        font-family: 'Quattrocento', serif;
        list-style-type: none;
        border: #193145 solid 3px;
        background-color: #e3e3e3;
        color: #193145;
        padding: 1rem;
        margin-top: 2.5rem;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        vertical-align: top;
        cursor: pointer;
    }
    
      #left-rail-expand a
      {
          text-decoration:none;
           color: #193145;
      }


    #left-rail-expand::after {
        font-family: 'FontAwesome';
        content: "\f078";
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        color: #193145;
        font-size: 2.4rem;
        font-weight: normal;
        transform: rotate(0deg);
        transform-origin: center center;
        -webkit-transition: transform 0.4s;
        -moz-transition: transform 0.4s;
        -ms-transition: transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
    }

    .expanded #left-rail-expand::after {
        transform: rotate(180deg);
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
    }

    #left-rail-nav {
        display: none;
        position: relative;
        padding: 1rem 0 0 0;
        margin-top: 0;
        background-color: #193145;
    }

    .expanded #left-rail-nav {
        display: block;
    }
}

/* ie Mega Menu fixes*/
.ie #left-rail-nav {
    height: auto;
    max-height: 100%;
}

.ie #menu-main-menu > .menu-item {
    max-width: 100%;
    -ms-flex: 1;
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tbody > tr > th {
    padding: 0.5rem 1rem;
    text-align: left;
    vertical-align: top;
    line-height: 1.5rem;
}

table > thead > tr > th,
table > thead > tr > td {
    font-family: 'Quattrocento', serif;
    background-color: #193145;
    color: white;
}

table > tbody > tr > td,
table > tbody > tr > th {
    font-size: 0.9rem;
    padding: 0.6rem 1.1rem;
}

table > thead > tr > th {
    vertical-align: bottom;
    font-size: 1.1rem;
}

table > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

@media only screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        min-height: .01%;
        overflow-x: auto;
        margin-bottom: 0;
    }

    .table-responsive > thead > tr > th,
    .table-responsive > thead > tr > td,
    .table-responsive > tbody > tr > td,
    .table-responsive > tbody > tr > th {
        white-space: nowrap;
    }
}

.archive.category .post,
.news-item {
    border-bottom: #1a1a1a solid 1px;
    margin-bottom: 1rem;
}

.post > .featured-image {
    width: 100%;
    overflow: hidden;
    display: block;
}

.post .wp-post-image {
    width: 100%;
}

.staff-member {
    vertical-align: top;
}

.staff-photo {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.staff-position {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 0.86rem;
    font-weight: bold;
}

/**
 * Footer
 */

#wrapper-jumbofooter .footer-widget {
    margin: 2rem 0;
}

.menu-footer-directory-container > .menu {
    padding: 1rem 0;
    margin: 0;
    list-style-type: none;
}

.menu-footer-directory-container > .menu > .menu-item {
    color: #FFF;
    display: inline-block;
}

.menu-footer-directory-container .nav-link {
    color: #FFF;
    border-right: 2px solid #869cae;
    margin: 0 -2px 0 0;
    padding: 0 1rem;
    line-height: 1.5rem;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
}

.menu-footer-directory-container .menu-item:last-child .nav-link {
    border-right: none;
}

.menu-footer-directory-container .nav-link:hover {
    text-decoration: underline;
}

#footer-full-content h3 {
    color: #d6de23;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem 0;
}

#footer-full-content .nav-link {
    display: inline-block;
    padding: 0 0 0.4rem 0;
}

#footer-full-content .input-wrap {
    margin-bottom: 0.6rem;
}

.footer-widget,
.footer-widget a {
    font-family: 'Quattrocento', serif;
    color: #FFF;
}

.footer-widget a:hover {
    text-decoration: none;
}

.footer-widget ul {
    list-style: none;
    vertical-align: top;
    padding: 0;
    margin-bottom: 0.5rem;
}

.bottom-navigation-bar .footer-widget ul > li {
    display: inline-block;
    border-right: 2px solid #869cae;
    margin: 0 -4px 0 0;
    padding: 0 0.8rem;
}

.footer-widget ul > li::before {
    display: none;
}

.footer-widget ul > li:last-child {
    border-right: none;
}

.footer-widget ul > li > a,
.footer-widget ul > li > a:hover {
    color: #FFF;
}

.footer-widget ul > li > a:hover {
    text-decoration: underline;
}

/**
 * Social Feed Tabs
 **/

.social-feed-wrap {
    width: 100%;
}

.social-feed-wrap .social-buttons-bar .social-tab {
    width: 25%;
    float: left;
}

.social-feed-wrap .social-buttons-bar .social-button {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

.social-feed-wrap .social-buttons-bar .social-button.facebook {
    background-color: #36609f;
}

.social-feed-wrap .social-buttons-bar .social-button.twitter {
    background-color: #2aa9e0;
}

.social-feed-wrap .social-buttons-bar .social-button.linkedin {
    background-color: #066c9a;
}

.social-feed-wrap .social-buttons-bar .social-button.youtube {
    background-color: #ed3437;
}

.social-feed-wrap .social-sections-wrap .social-section.not-active {
    display: none;
}

.social-feed-wrap .social-sections-wrap .social-section.facebook {
    border-top: 10px solid #36609f;
}

.social-feed-wrap .social-sections-wrap .social-section.twitter {
    border-top: 10px solid #2aa9e0;
}

.social-feed-wrap .social-sections-wrap .social-section.linkedin {
    border-top: 10px solid #066c9a;
}

.social-feed-wrap .social-sections-wrap .social-section.youtube {
    border-top: 10px solid #ed3437;
}

.j-bottom {
    position: relative;
}

.j-post-overlay.juicer-feed ul.j-share {
    left: auto;
    right: 0;
}

.juicer-feed li::before {
    content: none;
}

/**
 * Social Connect - Social Items
 */
.social-feed-wrap .social-sections-wrap .social-section .viewing {
    font-size: .71rem;
    margin-top: 5px;
    margin-bottom: 20px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2rem;
    padding-bottom: 20px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .thumbnail {
    float: left;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .title {
    padding-left: 45px;
    font-size: 1.29rem;
    margin-bottom: 0;
    margin-top: .1rem;
    line-height: 1.2rem;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .date-wrap {
    padding-left: 45px;
    font-size: 1rem;
    color: #5b6916;
    margin-bottom: 5px;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .excerpt {
    clear: left;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .excerpt p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.social-feed-wrap .social-sections-wrap .social-section .social-item .image {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.social-feed-wrap .social-buttons-bar .social-button {
    font-size: 2rem;
}

@media only screen and (min-width: 991px) {
    .social-feed-wrap .social-sections-wrap .social-section .social-item .title {
        font-size: 1rem;
    }

    .social-feed-wrap .social-sections-wrap .social-section .social-item .date-wrap {
        font-size: .86rem;
    }

    .social-feed-wrap .social-sections-wrap .social-section .social-item .image {
        display: block;
    }

    .social-feed-wrap .social-buttons-bar .social-button {
        font-size: 1rem;
    }
}

/**
 * Social Feeds Page
 */

.content-social-feed .social-feed-tabs-section {
    padding-top: 20px;
}

.juicer-feed .feed-item .j-text .j-message {
    font-size: 0.8rem;
    line-height: 1rem;
}

@media only screen and (min-width: 992px) {
    #front-page-sidebar .social-button {
        width: 4rem;
        margin-right: 0;
    }

    .connect-widget {
        width: 18rem;
    }

    .j-image {
        display: block;
        max-height: 220px;
        overflow-y: hidden;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item {
        float: left;
        width: 340px;
        margin-right: 20px;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item:nth-child(2n) {
        margin-right: 0;
    }

    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1240px) {
    .content-social-feed .social-feed-tabs-section .social-items-wrap .social-item {
        float: left;
        width: 340px;
        margin-right: 160px;
    }
}

/**
 * Social Share Buttons
 */

.social-share-bar {
    margin: 1rem 0;
    color: #FFF;
}

.social-share-bar .social-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    width: 2rem;
    line-height: 2rem;
    margin-right: 5px;
    font-size: 1.2rem;
}

.social-share-bar .social-button.facebook {
    background-color: #36609f;
}

.social-share-bar .social-button.twitter {
    background-color: #2aa9e0;
}

.social-share-bar .social-button.linkedin {
    background-color: #066c9a;
}

.social-share-bar .social-button.instagram {
    background-color: #d31bdf;
}

.social-share-bar .social-button.youtube {
    background-color: #ed3437;
}

.social-share-bar .social-button.email {
    background-color: #706f6f;
    font-size: 1.6rem;
}

.social-share-bar .social-button.print {
    background-color: #1a1a1a;
    font-size: 1.6rem;
}

/*
Icon set for homepage ribbon
*/
.front_page_icons .wpb_text_column {
    padding: 4rem 0.5rem;
    margin: 0;
    width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
}

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    *::first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .btn,
    .btn::first-line,
    .btn::first-letter,
    .btn-primary,
    .btn-primary::first-line,
    .btn-primary::first-letter,
    .btn-secondary,
    .btn-secondary::first-line,
    .btn-secondary::first-letter {
        box-shadow: none !important;
        text-shadow: none !important;
        text-transform: none;
    }

    .btn,
    .btn-primary,
    .btn-secondary {
        border: #666 solid 3px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    html {
        margin: 0;
        padding: 0;
    }

    body {
        margin: 0;
        padding: 0;
        -webkit-print-color-adjust: exact !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")" !important;
        display: block !important;
        text-transform: lowercase;
        font-weight: normal;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after,
    a[rel="noopener"],
    .breadcrumbs a::after {
        content: none !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .top-actions-bar {
        height: auto;
        text-align: left;
    }

    .navbar-brand {
        position: relative;
        left: 0;
        top: 0;
    }

    .edit-link {
        display: none;
    }

    h1.entry-title, .page-title {
        border-bottom: none;
    }

    .post-feed .post-info {
        float: none;
    }

    .row {
        display: block;
    }

    .menu > .menu-item {
        display: inline-block;
    }

    .front_page_icons .wpb_text_column {
        padding: 0.5rem;
    }

    .wpb_column {
        width: 100% !important;
    }

    .vc_tta-panel-body {
        display: block !important;
    }
}

@media screen {
    .screen-reader-text {
        display: none !important;
    }
}


@media only screen and (max-width: 992px) {
    .navbar-brand {
    padding: 2px 15px;
        line-height: 120px;
    }
}