.nav-dropdown li:has(ul) > a::after {
    content: " ›";
    margin-left: 55px;
    font-size: 14px;
}

/* Second-level dropdown container */
.nav-dropdown li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: white;
    padding: 10px 5px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    white-space: nowrap;
    z-index: 99999;
}

/* Show second-level dropdown on hover of parent item */
.nav-dropdown li:hover > ul {
    display: block;
}

/* Style second-level links only */
.nav-dropdown li > ul li a {
    padding: 5px 15px;
    font-weight: 600;
    color: #0b0b0b;
    background: white;
    display: block;
}

/* Hover effect for second-level links */
.nav-dropdown li > ul li a {
    color: #0b0b0b !important; /* or your preferred color */
}

.nav-dropdown li > ul li a:hover {
    color: #e4b122 !important;
    text-decoration: none !important;
}

#Footer a.button:hover {
    color: white !important;
}

#Footer a.button {
    padding: 5px 20px;
    color: white !important;
    margin-top: 10px;
    margin-bottom: -10px;
}

body .nav-menu > li.btn a:hover {
    background: black;
    color: white !important;
}

footer .row .column:nth-child(2) .single-widget {
    padding-left: 50px!important;
}

footer .row .column:nth-child(3) .single-widget {
    padding-left: 50px!important;
}

footer .row .column:nth-child(4) .single-widget {
    padding-left: 50px!important;
}

footer .map-holder iframe {
    margin-top: -70px!important;
    height: 325px;
    position: absolute;
    border-radius: 0px;
    border: none!important;
}

footer .map-holder {
    position: relative;
    margin-top: 0px;
    height: 170px;
    width: 250px;
    overflow: hidden;
    border-radius: 100%;
    /* border: 5px solid black; */
    margin-top: -20px;
    border-radius: 50px;
    margin-bottom: 30px;
}

nav .nav-menu {
    padding-top: 0px!important;
}

body nav.scrolled {
    height: 95px;
}

body .nav-menu li.logo:hover {
    border: none;
}
body .nav-menu > li.btn a {
    background: #e4b122;
    height: inherit;
    line-height: 28px;
    padding: 5px 15px!important;
    border-radius: 100px;
    color: white;
    margin-top: 30px;
}


nav .nav-menu {
    margin-left: -60px;
}


body

.column {
    margin-bottom: 0px;
}
h1 {
    font-family: 'Archivo', sans-serif;
}
body #navigation1 .single-icon {
    width: 210px;
}

@media all and (max-width: 768px) {
.nav-header .nav-toggle {
        margin-right: -25px;
    }    
    
    body nav img.logo {
        margin-left: -30px;
    }
    
body #navigation1 .single-icon {
    width: 100%;
    float: none;
    display: block;
    padding-left: 0px;
}

body nav .nav-menu {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

body .navigation-portrait .nav-menus-wrapper {
    display: block;
    width: 100%;
    padding: 20px 30px;
}

body #navigation1 .single-icon p {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
    line-height: 36px;
}

#navigation1 .single-icon {
    margin: 0px;
}
}

body .heart .col-right img {
    padding: 0px;
}
body .fuel .col-left img {
    max-width: 100%!important;
}

body .fuel * {
    text-align: center;
}

body .fuel img {
    margin-bottom: 20px;
}

body .exploreheader {
    width: 100%;
}

body .exploreicon {
    float: none;
    padding-right: 0px;
}

body .explore {
    text-align: center;
    background: white;
}


body .nav-menu > li > .nav-dropdown li a {
    text-transform: uppercase;
}

#Footer .row .fifth {
    margin-right: 0px;
}

#Footer .row {
    margin-top: 40px;
}

#Footer .nav-menus-wrapper {
    margin-right: 25px;
}

a.button {
    text-transform: uppercase;
}

a.button.btn-white {
    background: white!important;
    color: black!important;
}

a.button.btn-white:hover, a.button.btn-white:focus, a.button.btn-white:active {
    background: black!important;
    color: white!important;
}
.page-header h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 400!important;
}

.page-header h1 .larger {
    display: block;
    color: #e5b449;
}

.page-header h1 .smaller {
    font-size: 36px;
    line-height: 42px;
    display: block;
}



a.button {
    background: #e4b122 !important;
    color: white !important;
    font-weight: 800 !important;
    padding: 10px 40px;
    border-radius: 100px;
}

body a.button {
    border-radius: 100px !important;
}

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

.cta p {
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    margin-top: 2px;
    display: block;
    color: white;
    text-align: center;
}
.cta {
    text-align: center;
    background: url(../images/cta-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: repeat-x;
    background-color: #e4b223;
    padding-top: 95px !important;
    padding-bottom: 40px!important;
}


.mapframe {
    overflow: hidden;
}

.mapframe iframe {
    margin-top: -60px;
    margin-bottom: -90px;
}
a.button {
    font-family: 'Archivo', sans-serif;
    font-weight: 800!important;
}
.nav-menu li:hover a.btn {
    background: #a6a6a6;
    color: white !important;
}
a.button:hover {
    background: #000!important;
    color: white!important;
}

.second.one-fifth.column, .third.one-fifth.column, .fourth.one-fifth.column, .fifth.one-fifth.column {
    width: 17%;
} 

.first.one-fifth.column {
    width: 21%;
}    

footer#Footer .second h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: #e5b548;
}

footer#Footer .first h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 1px;
    background-color: #e5b548;
}

#Footer a {
    color: black;
}

#Footer .foot {
    margin-top: 39px;
    padding-left: 25px;
}

#Footer .foot p {
    line-height: 70px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #690d0d;
    margin-top: -19px;
}

#Footer .foot .fa-inverse {
    color: #690d0d;
}

#Footer .fa-circle {
    color: #fff;
}

#Footer .single-icon .foot p {
    margin-top: -18px;
}

#Footer .single-icon .foot {
    padding-top: 43px;
    padding-left: 10px;
}

footer .single-icon .foot .fa-stack {
    float: left;
    margin-right: 0px;
    margin-top: -2px;
    margin-left: -12px;
}

#Footer img.logo {
    width: auto;
    max-height: 80px;
    margin-top: 20px;
}

#navigation1 p {
    font-family: "Archivo", serif;
    font-size: 15px;
    line-height: 70px;
    padding: 0px 30px;
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #690d0d;
}

#navigation1 .fa-inverse {
    color: #690d0d;
}

#navigation1 .fa-circle {
    color: #fff;
}

#navigation1 .single-icon p {
    margin-top: -18px;
}

#navigation1 .single-icon {
    padding-top: 43px;
    padding-left: 10px;
}


#navigation1 .single-icon .fa-stack {
    float: left;
    margin-right: 0px;
    margin-top: -2px;
    margin-left: -12px;
    display: inline-block;
    margin: 0px 0px 0px -5px!important;
}

.followbox .fa-circle {
    color: #690D0D;
}

p {
    color: #4B4A49;
}

.ctabox a.button.button_accent:hover {
    background: #690D0D !important;
    color: #fff !important;
}
footer iframe {
    height: 234px;
    border-radius: 100%;
    border: 5px solid #e5e5e5!important;
}

footer .map-holder {
    margin-top: -30px;
}

footer .row .column:nth-child(3) .single-widget {
    margin-left: -30px;
}

footer .row .column:nth-child(4) .single-widget {
    padding-left: 20px;
}

footer .row .column:nth-child(5) .single-widget {
    margin-left: -20px;
    margin-right: 20px;
}
#Footer .fa-inverse {
    color: #e4b122;
}

.sitemap a {
    color: #7cc443 !important;
    font-weight: 600 !important;
}

.sitemap li {
    position: relative;
    padding-left: 30px; /* Adjust based on the width of your icons */
}

.sitemap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-dropdown li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.iconone::before {
    background: url(https://dev.vendcentral.com/pp/images/menu1.png);
}

.icontwo::before {
    background: url(https://dev.vendcentral.com/pp/images/menu2.png);
}

.iconthree::before {
    background: url(https://dev.vendcentral.com/pp/images/menu3.png);
}

.iconfour::before {
    background: url(https://dev.vendcentral.com/pp/images/menu4.png);
}

.iconfive::before {
    background: url(https://dev.vendcentral.com/pp/images/menu5.png);
}

.iconsix::before {
    background: url(https://dev.vendcentral.com/pp/images/menu6.png);
}

.iconseven::before {
    background: url(https://dev.vendcentral.com/pp/images/menu7.png);
}

.nav-dropdown li {
    position: relative;
    padding-left: 10px;
}

 ul#latest_posts img {
    margin-top: 8px;
}

@media all and (max-width: 768px) {
    html nav .nav-menu {
    margin-left: 0px;
}

nav .nav-menu li.logo {
    display: none;
}

html body .nav-menu > li > a.btn {
    margin-left: 0px;
    margin-top: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    width: fit-content;
    height: auto!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding: 0px 20px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.navigation-portrait .nav-menu li:last-child {
    border: none;
}
    html #Footer .row {
    margin-top: 0px;
}

html .single-widget {
    margin-top: 40px;
}

html #Footer img.logo {
    margin-bottom: 0px;
    margin-top: 0px;
    max-height: 100%;
}


html footer .row .column:nth-child(4) .single-widget br {
    display: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

html footer iframe {
    border-radius: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 30px;!;
}
html body .cta a.button {
    float: none;
    margin-top: 0px;
}

html body .cta {
    padding-bottom: 100px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

html footer#Footer {
    background: white!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!improtant;!improtan;!improta;!improt;!impro;!impr;!imp;!im;!i;!;
    padding-top: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

html footer .row .column:nth-child(3) .single-widget {
    margin-left: 0px;
}

html footer .row .column:nth-child(4) .single-widget {
    padding-left: 0px;
}
footer .single-icon .fa-stack {
    float: left;
}    
    
    body .hero {
    padding: 50px 0px 75px!important;
    margin: 0px;
}

}

@media all and (min-width: 768px){

.footermap {
    width: 250px;
}

.bottomdivider {
    margin-top: -5% !important;
}    
    
footer .container {
    max-width: 1300px;
    width: 1300px;
}

.entry-content {
    margin-top: 120px !important;
}
}

div#slide-68-layer-7 {
    text-transform: uppercase;
}

.cta .boxed .button:hover {
    background: black!important;
    transition: none!important;
}
.cta .boxed .button {
    transition: none!important;
}
.cta .boxed .button:hover span {
    color: white!important;
    transition: none!important;
}
.cta .boxed .button span {
    transition: none!important;
}

.cta.navy h2 strong {
    color: #9a9ca0;
}

.cta.navy .boxed {
    background: url(../images/cta-bg-navy.jpg)!important;
    background-size: cover!important;
}

.cta.navy .boxed .button {
    background: #9a9ca0!important;
}

.cta.navy .boxed .button:hover {
    background: #00b968!important;
    color: white!important;
}
a.button.button_accent2:hover {
    background: #7cc443!important;
}

.cta .boxed {
    margin-left: -100px;
    margin-right: -100px;
    background: url(../images/cta-bg-grey.jpg)!important;
    background-size: cover;
}
.cta .boxed p {
    text-align: left;
}
.cta .boxed img {
    max-height: 90px;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 40px;
    margin-left: -60px;
}

.boxed-inner {
    width: fit-content;
    margin: 0px auto;
}
ul#latest_posts img {
    max-height: 60px;
    width: auto;
}

ul#latest_posts i {
    color: white;
}

@media all and (max-width: 768px) {
    .navigation-portrait {
    position: inherit!important;
}

header#Header {
    margin-top: 0px;
}
    body .entry-content {
    margin-top: 0px;
}
}

.footer_copy.center * {
    color: #333!important;
}

.footer_copy.center {
    background: #e5e5e5;
    padding: 5px;
}

nav li.last {
    margin-top: 15px;
    margin-bottom: 15px;
}

nav li.lasttwo {
    margin-top: 15px;
    margin-bottom: 15px;
}

html nav li.last a {
    background: #7cc443;
    padding: 12px 15px !important;
    height: auto !important;
    line-height: 20px !important;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 20px 0;
    margin-left: 30px;
    margin-top: 17px;
    font-size: 15px !important;
    margin-bottom: 15px;
    color: white !important;
}

html nav li.lasttwo a {
    background: #7cc443;
    padding: 12px 15px !important;
    height: auto !important;
    line-height: 20px !important;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 20px 0;
    margin-left: 60px;
    margin-top: 17px;
    font-size: 15px !important;
    margin-bottom: 15px;
    color: white !important;
}

nav li.last:hover a {
    background: #690D0D;
    color: white !important;
}

nav li.lasttwo:hover a {
    background: #690D0D;
    color: white !important;
}

body .nav-menu > li.last a:hover {
    color: white!important;
}
body .nav-menu > li.last:hover {
    border: none;
    color: white!important;
}

body .nav-menu > li.lasttwo:hover {
    border: none;
    color: white!important;
}

h1, h2, h3, h4, h5 {
    color: #2d2d2d;
    }
    
    #Footer li.order a {
    margin-top: 0px;
}

#Footer li.order {
    border-right: 2px solid #2155b3;
    margin-right: 10px;
    margin-top: 42px;
}

footer .nav-menu .order a:hover {
    background: black!important;
    color: white!important;
}

a.button {
    transition: all 0.2s ease;
}
a.button.button_accent:hover {
    background: #690D0D!important;
    transition: all 0.2s ease;
}

@media all and (max-width: 768px) {
    .hero {
    text-align: center;
}

.hero h1 {
    font-size: 30px!important;
}

.hero .accent {
    font-size: 50px;
    line-height: 58px;
}

body .overview {
    background-repeat: no-repeat;
    background: white;
}

body .overview .single-icon {
    margin-bottom: 30px;
}

body .zippyassist .card {
    margin: 30px 0px 0px 0px!important;
    transform: none!important;
}

body .zippyassist .phone {
    margin: 0px;
    transform: none;
    max-height: 210px;
    margin: 0px auto;
    display: block;
}

body .zippyassist {
    background: #1655b8;
    padding-top: 40px;
}

body .zippyassist .zippy-logo {
    margin-top: 30px;
}

body .zippyassist ul li {
    width: 100%!important;
    display: block;
    text-align: center;
}

body .zippyassist ul {
    padding: 0px;
    text-align: center;
}

body .markets .col-right, body .coffee .col-right, body .pantry .col-left, body .vending .col-left {
    padding: 0px;
    text-align: center;
}

body .markets, body .coffee, body .vending, body .pantry {
    padding: 40px 0px;
    background-position: center!important;
    position: relative;
    overflow: hidden;
}

body .markets:before, body .pantry:before, body .coffee:before, body .vending:before {
    content: "overlay";
    background: white;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    font-size: 0px;
    top: 0px;
    bottom: 0px;
}

body .markets {
    background-position: left!important;
}

body .vending {
    background-position: right!important;
}

body .coffee {
    background-position: right!important;
}

body .pantry {
    background-position: left!important;
}

footer .nav-menu > li {
    display: block!important;
    text-align: center;
    float: none;
}

footer .nav-menu > li a {
    height: auto;
    padding: 0px!important;
    line-height: 30px!important;
}

footer .nav-menu .order a {
    margin: 30px 0px!important;
    display: block;
}

html nav li.last {
    margin: 0px;
    padding: 0px!important;
    border: none!important;
}

html nav li.lasttwo {
    margin: 0px;
    padding: 0px!important;
    border: none!important;
}

html nav li.last a {
    margin: 0px;
    border: 0px!important;
    border-radius: 0px!important;
    padding: 0px 15px!important;
    width: fit-content!important;
    
}

html nav li.lasttwo a {
    margin: 0px;
    border: 0px!important;
    border-radius: 0px!important;
    padding: 0px 15px!important;
    width: fit-content!important;
    
}
}

footer .nav-menu li a {
    font-size: 14px!important;
    text-transform: uppercase;
}

footer .nav-menu .order a {
    background: #304f8d;
    padding: 15px 20px!important;
    border-radius: 100px;
    height: auto!important;
    line-height: 20px;
    margin-top: 43px;
    margin-right: 25px;
    color: white!important;
}

footer p {
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    color: #4B4A49;
}

footer h3 {
    text-transform: uppercase;
    font-size: 18px!important;
    line-height: 26px!important;
    color: black!important;
}

footer .widgets_wrapper {
    text-align: left;
}

@media all and (max-width: 1400px) {
    nav li a, nav li.last a {
    font-size: 14px!important;
}

    nav li a, nav li.lasttwo a {
    font-size: 14px!important;
}
}

.entry-content {
    max-width: 1700px;
    margin: 0px auto;
}


.nav-brand {
  margin-top: -5px;
  vertical-align: top;
  position: absolute;
}


@media all and (min-width: 768px) {
.nav-dropdown {
    margin-top: -10px !important;
}    
    
body .nav-menu > li:hover {
    padding-bottom: 0px;
}
    
    .mobile-only {
        display: none!important;
    }
}
    @media all and (max-width: 768px) {

.navigation-portrait .nav-menu li:last-child {
    border-top: solid 1px #f0f0f0;
}

html .minimalist-header-no #Header header#Header {
    background: white;
    height: 200px;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

nav#navigation1 {
    background: red#fffimportant;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    min-height: 90px;
}
        .nav-header .nav-toggle {
    margin-top: 33px!important;
}
        nav .mobile-contact a {
    color: white!Important;
}

nav .mobile-contact {
    background: #2c3990;
    margin-left: -25px;
    /* margin-right: -60px; */
    border-radius: 100px;
    padding-left: 30px;
}
body .nav-menu > li > a {
    line-height: 50px!important;
}
        nav li.indent a {
    margin-left: 30px;
}
        .navigation-portrait .nav-menu li:first-child {
    border: none;
}
        html body .nav-menu > li > a {
    padding: 0px!important;
}
        footer#Footer {
    padding-top: 60px!important;
}
        body .page-header h1 {
    margin-bottom: 0px;
}

body .page-header {
    margin-top: 0px;
    padding: 40px 0px;
}
        body .padding-left .copyright {
            padding-left: 0px!important;
            text-align: center!important;
        }
        body .padding-left .copyright * {
            text-align: center!important;
        }
footer {
    background: #f0f0f0!important;
}
body footer .padding-left {
    padding-left: 0px!important;
}
body footer .padding-left {
    padding-left: 260px;
}
        body .icon-section .inner-row {
    padding-left: 0px;
}
    .desktop-only {
        display: none!important;
    }
    body header .section_wrapper {
    padding: 0px;
}
.right-btn {
    display: none;
}

body h2 {
    font-size: 22px!important;
    line-height: 30px!important;
}

body h1, body .hero h1 {
    font-size: 33px!important;
    line-height: 40px!important;
    padding: 0px;
}
img.line {
    display: none;
}
body .overview .col-left {
    padding: 20px 0px;
}
body .teasers h2, body .teasers .inner-row {
    padding-left: 0px;
}
body .col-left {
    padding: 0px!important;
}
.icon-section .inner-row {
    padding-left: 0px;
}
}

#Footer .follow .fa-inverse {
    color: white!important;;
}

#Footer .follow .fa-circle {
    color: #323232;
}

body .nav-menu > li > .nav-dropdown li a:hover {
    color: #e4b122;
}

body .nav-menu > li > .nav-dropdown li a {
    font-family: "Archivo", serif;
    font-weight: 600;
    color: #0b0b0b;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px !important;
}
body .nav-menu > li > .nav-dropdown li {
    background: none;
}
.nav-dropdown > li > a {
  background: white;
}
body .nav-menu > li > .nav-dropdown {
    border: none;
    margin-top: -1px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    border-radius: 30px;
    padding-top: 0px;
}

.nav-menu > li:hover ul.nav-dropdown {
    display: block!important;
    padding: 10px;
    background: white;
    margin-left: -12px;
    margin-top: 3px;
}

body .modal a.close-modal {
    background: url(../images/close-btn.png);
    background-size: contain;
}
body .modal .contact-form {
    padding: 10px;
}
body .modal {
    width: 100%;
    max-width: 660px;
}

body .blocker {
    z-index: 99999999;
}
.padding-left .copyright {
    padding-left: 85px!important;
}

footer {
    padding-bottom: 0px;
    padding-top: 0px !important;
}

body footer .padding-left {
    padding-left: 100px;
}

body img.line.two, body img.line.three {
    z-index: 999;
}

a.quote-box:hover {
    text-decoration: none!important;
    }
    
    a.quote-box p {
    font-size: 15px;
    line-height: 20px;
}
a.quote-box {
    background: url(../images/quote-box.png);
    background-size: contain;
    display: block;
    text-align: center;
    padding: 50px 15px 10px 15px;
    width: 290px;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
}

.temp {
    opacity: 0.2;
    }
    
    img.rounded {
    border-radius: 30px;
    }
    
    @media all and (min-width: 768px) {
        footer a.contact-modal {
    left: -20px;
}
    .normal-wrap .sec-title, .normal-wrap .col-right {
    padding-left: 110px;
}

.normal-wrap .col-left {
    padding-left: 110px;
}
}

.inner-page h2 {
    font-size: 40px;
    line-height: 48px;
}


#Header {
    z-index: 9999999;
}
.nav-menus-wrapper {
  overflow: hidden;
}

.overview {
    padding-bottom: 0px;
}

#Footer .footer_copy .copyright {
    text-align: left;
}

.navigation {
    z-index: 99999;
}

#Footer .col-right {
    padding-left: 50px;
}
footer img {
    margin-bottom: 40px;
}
footer {
    text-align: center;
}
footer#Footer h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
    position: relative;
}

body nav.scrolled {
    background: white!important;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

       
       footer a.accent2 {
    font-weight: 600;
}
.nav-menus-wrapper {
    float: right;
}
footer .right-col {
    padding-top: 3px;
    padding-left: 80px;
    margin-right: -80px;
}
body nav img.logo {
    width: auto;
    max-height: 80px;
    margin-top: 25px;
}
body .nav-menu > li > a {
    font-family: "Archivo", serif;
    font-size: 14px;
    line-height: 70px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.right-btn a:hover {
    background: #eb008a;
    color: white;
    text-decoration: none;
}
.right-btn {
    margin-top: 16px;
}

.right-btn a {
    background: #2c3990;
    padding: 15px 25px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Moche";
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 100px;
}
.right-btn {
    float: right;
    z-index: 9999999;
    position: fixed;
    right: 60px;
}

#Footer ul li {
    margin-bottom: 8px;
}
#Footer .footer_copy .copyright a {
    font-size: 12px;
    line-height: 20px;
}
.cta h2 {
    color: white;
    font-size: 40px;
    line-height: 48px;
}
.nav-menus-wrapper {
    justify-content: center;
    display: flex;
}
header .section_wrapper {
    max-width: 100%;
    width: 100%;
}
nav .nav-menus-wrapper {
    float: none;
}
body .nav-menu > li.callout a {
    padding: 10px 20px!important;
    height: auto;
    color: white;
}
li.callout {
    background: orange;
    margin: 23px 0px 0px 20px;
}

a.button {
    color: white!important;
    font-weight: 800!important;
}

.boxed h2 {
    font-size: 40px;
    line-height: 48px;
}

body .nav-menu > li > a:hover {
    color: #e4b122 !important;
}

body .nav-menu > li > a {
    font-weight: 400;
    color: #0b0b0b;
}
.cta h2 {
    color: white;
}
.cta p {
    display: block;
    color: white;
    margin-bottom: 20px;
}
    body .nav-menu > li > a.btn {
    background: #e4b122;
    height: auto;
    line-height: inherit;
    padding: 10px 15px!important;
    margin-top: 35px;
    margin-left: 10px;
    color: white;
}

nav ul li.logo a {
    padding-top: 0px!important;
}



nav ul li a {
    padding-top: 16px!important;
}

nav ul li a.btn {
    margin-top: 80px!important;
}
  

@media all and (max-width: 768px) {
    .parallax {
    background-attachment: scroll!important;
}
    .hero.mobile-only h1 .accent {
    font-size: 40px;
    line-height: 48px;
    display: block;
}

.hero.mobile-only p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}
.hero.mobile-only h1 {
    font-size: 36px!important;
    line-height: 44px!important;
}
    body .cta .boxed img {
    max-height: 50px;
}
 body p {
    font-size: 14px;
    line-height: 22px;
}   
body .cta img {
    float: none!important;
    display: block!important;
}


body .cta .boxed {
    margin: 0px;
    text-align: center;
}

body .cta .boxed * {
    text-align: center;
}

body .cta .boxed a.button {
    margin-top: 0px!important;
}

body .last.cta {
    margin-bottom: 0px;
    margin-top: 0px;
}
   body .half-half {
        display: block;
    }
    body .half-half .half-image {
        min-height: 300px;
    }
    .half-half.cta-form .half-image {
    min-height: 300px;
}
.half-half.cta-form .content-inner {
    padding: 40px;
}
.half-half.cta-form {
    display: block;
}
   body nav img.logo {
    max-width: 100%;
}
    body .sitemap aside {
    padding-left: 0px!important;
}
    body .cta {
    padding: 30px 0px;
}
}

.nav-menu > li > .nav-dropdown li:hover a {
    color: #e4b122;
}

.nav-menu > li > .nav-dropdown li a {
    padding: 5px 15px;
}
.nav-menu > li > .nav-dropdown {
    padding-top: 15px;
}

nav .submenu-indicator {
    margin-top: 30px;
    color: #7cc443;
}

@media all and (max-width: 1000px) {
    div#Content {
        margin-top: 0px!important;
    }
    nav img.icon {
display: none!important;
}
}

.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
    color: #e4b122!important;
}

nav .nav-menu {
    padding: 5px 0px;
}

nav li a {
    line-height: 30px;
}

nav img.icon {
    max-height: 30px;
    display: block;
    margin: 0px auto 5px;
}

body nav {
    position:fixed!important;
    top: 0px;
    z-index: 9999;
 background: white!important;
}


ul.droopmenu.droopmenu-right li ul a {
    font-size: 15px;
    line-height: 23px;
}

ul.droopmenu.droopmenu-right li ul {
    margin-top: 40px;
}

.cta.accent-bg h2 {
    font-size: 24px;
    line-height: 32px;
}


footer li a.indent:before {
    content: "—";
    margin-right: 3px;
}

footer li a.indent {
    opacity: 0.6;
}

.cta-form .half-image {
    background: url(../images/cta-side.jpg);
    background-size: cover;
    background-position: top center;
}
footer a:hover .fa-circle {
    color: #304f8d;
}
a.button.button_white {
    background: white!important;
    color: #333!important;
}

a.button.button_accent2 {
    background: #690D0D!important;
}
.accent3 {
    color: #3e78d7;
}

footer .fa-circle {
    color: #fff;
}

a#back_to_top {
    display: none;
}

.half-half.cta .half-image {
    background: url(../images/cta-side.jpg);
    background-size: cover;
    background-position: top center;
}

.droopmenu-navbar {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.droopmenu-nav li a {
    text-align: center;
}

.droopmenu-nav li a img {
    max-height: 30px;
    display: block;
    margin: 0px auto;
}

.sec-padding-top-xl {
    padding-top: 120px;
}

.droopmenu-showbg {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}
body .droopmenu-showbg .droopmenu-brand {
    top: 22px;
}
.sitemap aside {
    padding-left: 75px!important;
    padding-top: 25px!important;
}
div#Content {
    margin-top: -50px;
}

.droopmenu-navbar .section_wrapper {
    margin: 0px auto;
}

footer img.nama-logo {
    margin-top: 10px;
    max-height: 60px;
        
}

h2, h3, h4, h5 {
    font-weight: 700;
}

body a.button {
    font-weight: 500;
    color: black;
}

header {
    margin-top: 50px;
}

body .show-support-ribbon a:before {
    content: "icon";
    background: url(../images/icon.png) no-repeat;
    background-size: contain;
    font-size: 0px;
    width: 20px!important;
    height: 20px!important;
    vertical-align: middle;
    display: inline-block;
}
body #show-support-ribbon a {
    background: black;
    font-weight: 700;
}

body .droopmenu li ul {
    background: #ddd!important;
}

body .droopmenu li ul li a {
    padding: 0px 0px 0px 15px!important;
    font-size: 12px;
    text-align: left;
    color: #262626!important;
}

.page-header h1 {
    font-size: 46px;
    line-height: 48px;
}

a.button_white:hover {
    background: #262626!important;
    color: white!important;
    border-color: #262626!important;
}

html body a.button_ghost.button_white:hover {
    background: #262626!important;
    color: white!important;
    border-color: #262626!important;
}


.top-bar a.btn-text {
    background: rgba(0,0,0,0.3);
    padding: 5px 10px;
    color: white;
    margin-left: 20px;
}

.top-bar p {
    margin-bottom: 0px;
    font-size: 15px;
}
.top-bar {
    background: #104e78;
    margin: 0px;
    padding: 10px;
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
}
.droopmenu > li > a.report {
    background: #d2b23b!important;
    line-height: 55px!important;
    border-radius: 100px;
    margin-top: 22px;
    color: white!important;
    padding: 5px 15px!important;
    margin-left:10px;
}
.dm-nav-brand a, .droopmenu-brand, .droopmenu > li > a, .droopmenu > li > span {
  line-height: 40px!important;
}

.droopmenu-inner {
    max-width: 100%!important;
    padding: 0px 50px;
}

body a.button_ghost.button_white {
    border: 3px solid white!important;
    color: white!important;
}
a.button_ghost.button_white:hover {
    background: white!important;
    color: #d2b23b!important;
}


.button_ghost {
    border: 3px solid #d2b23b!important;
    color: #d2b23b!important;
    background: none!important;
}
.button_ghost:hover {
    background: #d2b23b;!important;
    color: #fff!important;
}

#Footer .footer_copy .copyright {
    float: none;
    font-size: 12px;
}
footer span.privacy {
    float: right;
}

aside.social-icons {
    padding-top: 0px!important;
}
body {
    font-family: "Open Sans", sans-serif;
}


footer .single-icon p {
    padding-top: 4px;
}
footer .single-icon .fa-stack {
    float: left;
    margin-right: 0px;
    margin-top: -2px;
    margin-left: -12px;
}
footer i.fa-phone {
    margin-right: 12px;
}

.droopmenu-inner li.dm-nav-brand a {
    padding-top: 0px!important;
}

.droopmenu-inner li a {
    padding-top: 24px!important;
}
.droopmenu-inner {
    height: 102px;
}

body .dm-nav-brand a img, body .droopmenu-brand img {
    height: 60px!important;
    top: 0px;
}

h2, h3, h4, .text-logo #logo {
    font-family: "Archivo", serif;
    font-weight: 800!important;
}
body h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800!important;
    text-transform: uppercase;
}
b, strong {
    font-weight: 900;
}
h3 {
    font-size: 30px;
    line-height: 38px;
}
body .hero .white h1 {
    font-size: 36px;
    line-height: 44px;
}
body .droopmenu > li > a, .droopmenu > li > span {
    padding: 0 10px;
}
  .droopmenu > li a:hover, .droopmenu li:hover > a {
    color: #7cc443!important;
}
.droopmenu li > ul {
    background: #015f8b!important;
    border-top-color: #015f8d!important;
}

.sec-padding-top-sm {
    padding-top: 30px;
}

.dm-arrow {
    display: none;
}

.no-margin-bottom {
    margin-bottom: 0px!important;
    }
    
    .accent-bg2 {
    background: #104e78;
}



.accent2 {
    color: #3fbe77!important;
}
a.button_accent2 {
    background: #304f8d!important;
}

.thirds .thirds-content {
    background: #f5f5f5;
}
.section-light {
    background: #f5f5f5;
}
.thirds h3 {
    margin-bottom: 0px;
}
.thirds .thirds-content .content-inner {
    padding: 80px;
}
.thirds .thirds-content, .thirds .thirds-image {
    flex: 1;
    text-align: center;
}
.thirds {
    display: flex;
}

img.wbenc-logo {
    max-height: 80px;
    margin: 0px auto;
    /* margin-left: 50px; */
    margin-top: 20px;
}
.sec-padding-sm {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    

p {
    font-family: "Archivo", serif;
}

p.subtitle {
    font-size: 20px;
    line-height: 28px;
}

.corner-ribbon.top-right {
    z-index: 999;
    font-weight: 600;
    letter-spacing: 0px;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

#Top_bar.is-sticky #logo img.logo-main {
    display: inline-block;
    max-height: 40px!important;
}

footer i.fa-phone {
    margin-right: 12px;
}

footer i {
    color: #015f8d;
    margin-right: 10px;
}

footer h4 {
    font-size: 26px;
    line-height: 34px;
}

img.footer-logo {
    max-height: 100px;
}

footer h3 {
    color: #000!important;
    font-size: 20px!important;
    line-height: 28px!important;
    font-weight: 700!important;
}

.img-responsive {
    max-width: 100%;
}

#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-parent>a, #Top_bar .menu>li.current-page-parent>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
    color: #0888a6;
}

.logo img {
    max-height: 50px!important;
}

.half-content .content-inner {
    padding: 60px 80px;
}

.half-half .half-content, .half-half .half-image {
    flex: 1;
}
.half-half {
    display: flex;
}

a.button span {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

a.button.button_accent {
    background: #7cc443!important;
}
.no-margin-bottom {
    margin-bottom: 0px!important;
}

p {
    font-size: 17px;
    line-height: 24px;
}

.parallax {
    background-attachment: fixed!important;
}
.sec-padding-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}


.no-margin {
    margin: 0px!important;
    }
    
    body h1 {
    font-weight: 700;
}

.hero .white h1 {
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
}
.white h2, .white h1, .white h3, .white h4, .white h5, .white p, .white li {
    color: white;
}

.center {
    text-align: center;
}

.sec-padding-top {
    padding-top: 60px;
}
.sec-padding-bottom {
    padding-bottom: 60px;
}
.sec-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.white {
    color: white;
}
.cta a {
    margin-bottom: 0px;
}
.cta h3 {
    font-size: 19px;
    line-height: 27px;
}


.accent {
    color: #e4b122;
    }
    
.accent-bg {
    background: #e4b122;
}