.ohio-main-nav-dropdown-link {
    clear: both;
    width: 100%;
}

/* Footer Section */

footer {
    background-color: #525051;
    width: 100%;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    footer {
        position: relative;
    }
}

footer .container {
    padding: 0px;
}

@media (max-width: 768px) {
    footer .container div {
        text-align: center;
    }
}

@media (max-width: 768px) {
    footer .container .link-container div {
        padding-bottom: 12px;
    }
}

footer .container .link-container div:first-child {
    padding-left: 0px;
}

footer a {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

footer a:hover {
    color: #2D2D2D;
}

footer .info_container {
    color: #700017;
    padding-right: 0px;
}

footer .info_container div:last-child {
    padding-right: 0px;
}

footer .info_container .icon-question-sign {
    font-size: 21px;
}

footer .info_container .col-xs-3 {
    /*padding-right: 35px;*/
    border-right: 1px solid #A1A1A1;
    position: relative;
    text-align: center;
}

footer .info_container .link_container {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    footer .info_container .link_container {
        text-align: right;
    }
}

@media (max-width: 767px) {
    footer .info_container .link_container {
        padding-top: 5px;
        border-top: 1px solid #9FA0A4;
    }
}

footer .info_container .link_container a {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    footer .info_container .link_container .col-xs-6 {
        padding: 0px;
    }
}

@media (min-width: 992px) {
    footer .info_container .link_container .col-lg-1 {
        text-align: right;
        padding-left: 10px;
        width: 4%;
    }
}

@media (max-width: 768px) {
    footer .info_container .link_container div:first-child {
        text-align: right;
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    footer .info_container .link_container div:first-child {
        padding-right: 0px;
    }
}

/*header icons*/

.theme-green .ohio-header a {
    color: #5e8000;
}

.theme-blue .ohio-header a {
    color: #3D7AA9;
}

.ohio-header a {
    color: #700017;
}

.controls {
    font-size: 21px;
}

.ohio-header .profile-dropdown {
    position: absolute;
    top: 44.3px;
    left: -122%;
    width: 200px;
    background-color: #FFFFFF;
    right: 0;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 768px) {
    .ohio-header .profile-dropdown {
        left: -292%;
        top: 41px;
    }
}

@media (max-width: 525px) {
    .ohio-header .profile-dropdown {
        left: -350%;
    }
}

.ohio-header .profile-dropdown h1 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.ohio-header .profile-dropdown p {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 12px;
}

.ohio-header .profile-dropdown ul {
    padding-left: 0px;
}

.ohio-header .profile-dropdown ul li {
    border-top: 1px solid #D8D8D8;
    font-family: 'Lato', sans-serif;
    list-style-type: none;
    padding: 10px 10px 10px 15px;
}

.ohio-header .profile-dropdown ul li:first-child {
    position: relative;
    clear: both;
}

.ohio-header .help-dropdown {
    position: absolute;
    top: 44.3px;
    left: -112%;
    width: 200px;
    background-color: #FFFFFF;
    right: 0;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 768px) {
    .ohio-header .help-dropdown {
        left: -338%;
        top: 41px;
    }
}

@media (max-width: 525px) {
    .ohio-header .help-dropdown {
        left: -308%;
    }
}

.ohio-header .help-dropdown h1 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.ohio-header .help-dropdown p {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 12px;
}

.ohio-header .help-dropdown ul {
    padding-left: 0px;
}

.ohio-header .help-dropdown ul li {
    color: #3D7AA9;
    border-top: 1px solid #D8D8D8;
    font-family: 'Lato', sans-serif;
    list-style-type: none;
    padding: 10px 10px 10px 15px;
}

.ohio-header .help-dropdown ul li:first-child {
    border-top: 0px;
}

.ohio-main-nav-panel .group-nav-link .ohio-main-nav-link,
.ohio-main-nav-panel .group-nav-link .ohio-main-nav-link:hover,
.ohio-main-nav-panel .group-nav-link .ohio-main-nav-link:active {
    background-color: transparent
}

.theme-green .ohio-main-nav-panel .group-nav-link .ohio-main-nav-link,
.theme-green .ohio-main-nav-panel .group-nav-link .ohio-main-nav-link:hover,
.theme-green .ohio-main-nav-panel .group-nav-link .ohio-main-nav-link:active {
    background-color: transparent
}

.theme-blue .ohio-main-nav-panel .group-nav-link .ohio-main-nav-link,
.theme-blue .ohio-main-nav-panel .group-nav-link .ohio-main-nav-link:hover,
.theme-blue .ohio-main-nav-panel .group-nav-link .ohio-main-nav-link:active {
    background-color: transparent
}

.ohio-main-nav-panel .group-nav-link {
    background-color: #700017
}

.theme-green .ohio-main-nav-panel .group-nav-link {
    background-color: #5e8000
}

.theme-blue .ohio-main-nav-panel .group-nav-link {
    background-color: #3D7AA9
}

.ohio-main-nav-panel .group-nav-link:hover {
    background-color: #540011
}

.theme-green .ohio-main-nav-panel .group-nav-link:hover {
    background-color: #4b6600
}

.theme-blue .ohio-main-nav-panel .group-nav-link:hover {
    background-color: #136bad
}

.group-nav-link .anchor {
    padding-right: 0;
}

.group-nav-link .chevron {
    padding-left: 0;
}

.ohio-main-nav-dropdown,
ohio-main-nav-dropdown-group {
    background-color: #fff;
}

@media(max-width: 767px) {
    .group-nav-link {
        display: block;
        min-height: 61px;
        border-bottom: 1px solid #A1A1A1
    }
    .group-nav-link .ohio-main-nav-link {
        border-bottom: 0;
    }
    .group-nav-link .ohio-main-nav-link {
        width: auto;
    }
    .group-nav-link .ohio-main-nav-link.anchor {
        float: left;
    }
    .group-nav-link .ohio-main-nav-link.chevron {
        float: right;
    }
}

.anchor {
    display: inline-block;
    padding: 16px 0 16px 20px;
}

.anchor,
.anchor:hover,
.anchor:active {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .anchor {
        padding: 18px 0 18px 20px;
    }
}

.edit-mode .component-container {
    border: 1px dotted #222;
    min-height: 40px;
}

.wpthemeControlBody.wpthemeOverflowAuto {
    overflow: hidden !important;
}

.theme-blue .ohio-button.link {
    background-color: transparent;
    color: #525051;
}

/* Wizard registration form mobile */

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .theme-blue .is-selected .ohio-generic-wizard-item-icon {
        color: #3D7AA9 !important;
    }
    .ohio-generic-wizard-item .ohio-generic-wizard-item-label {
        display: none !important;
    }
    .ohio-generic-wizard-item .is-selected .ohio-generic-wizard-item-icon,
    .ohio-generic-wizard-item .ohio-generic-wizard-item-icon {
        width: 30px !important;
        height: 30px !important;
        background-color: white !important;
    }
    .ohio-generic-wizard-divider {
        display: none !important;
    }
}

#ohio-main-nav {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

nav#ohio-main-nav a {
    font-weight: normal;
    -webkit-font-smoothing: antialiased; //line-height: 36px;
}



nav#ohio-main-nav a[selected] {
    //background-color: rgba(0, 0, 0, 0.2);
}

.ohio-main-nav-dropdown {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.ohio-button.ohio-button--red,
.ohio-button.ohio-button--red:hover,
.ohio-button.ohio-button--red:focus {
    background-color: #eb1316;
}

.ohio-alert--reset-border {
    border-radius: 0px;
    border: 0px;
}

.ohio-alert__body {
    display: inline-block;
    padding-top: 10px;
}

.ohio-alert--status {
    padding-left: 35px;
}

.ohio-alert.ohio-alert--status .icon--align {
    top: 15px;
}

.ohio-alert.ohio-alert--status .ohio-alert__status-icon {
    position: relative;
    float: left;
    left: -21px;
}

.font--serifa {
    font-family: Serifa-Reg;
}

.heading-size--h4 {
    font-size: 18px;
}

.heading-size--h3 {
    font-size: 20px;
}

.heading--font-family {
    font-family: Serifa;
}

.modal-content.modal-content--square {
    border-radius: 0px;
}

.ohio-modal--flex-center.in {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.information-card__body__contact__name {
    font-size: 20px;
    font-family: Serifa-Med;
    font-weight: bold;
    margin-bottom: 0px;
}

.information-card {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 212, 212);
    border-image: initial;
    margin-top: 20px;
    margin-bottom: 20px
}

.information-card--user-card {
    margin-bottom: 10px;
    margin-top: initial;
    padding-bottom: initial;
}

.information-card--user-card .information-card__body {
    padding: 15px 20px;
}

.ohio-select-select--vendor-select {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}

.ohio-select-select--vendor-select .ohio-select-select-el {
    padding-left: 25px;
}

.ohio-select-select--vendor-select::before {
    content: "\f0b1";
    background-color: transparent;
    border-left: 0px;
    left: 1px;
    color: rgb(61, 122, 169);
}

.ohio-select-select--vendor-select::after {
    content: "\f0d7";
    border-left: 0px;
    right: 3px;
    top: 8px;
    width: 40px;
    height: 29px;
    padding-left: 15px;
    font-size: 25px;
    background-color: white;
    color: rgb(61, 122, 169);
}

.page__section {
    margin-top: 25px;
}

.ohio-field-addon--button-right .input-group-addon__button {
    display: table-cell;
    border-left-width: 1px !important;
    padding-left: 15px !important;
    border-right-width: 1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #A1A1A1;
    width: 1%;
}

.ohio-field-addon--boxed {
    padding: 15px;
    background-color: #f2f2f2;
    margin-top: 15px;
}

.ohio-field-addon--boxed input {
    background-color: white;
}

.ohio-pagination .not-allowed {
    cursor: not-allowed;
}

.theme-blue .ohio-segmented-control--light .btn {
    background-color: transparent;
    /*initial*/
    color: #3D7AA9;
    border: 0px;
    font-weight: lighter;
    padding-bottom: 20px;
}

.theme-blue .ohio-segmented-control--light .btn.active,
.theme-blue .ohio-segmented-control--light .btn.active.focus,
.theme-blue .ohio-segmented-control--light .btn.active:hover,
.theme-blue .ohio-segmented-control--light .btn:focus {
    border-bottom: 5px solid #3D7AA9;
    font-weight: bolder;
    background-color: transparent;
    /*initial*/
    color: #3D7AA9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bottom-border-gray {
    border-bottom: 1px solid #9B9B9B;
}

/* Small devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .bottom-border-gray {
        border-bottom: 0px;
    }
}

.ohio-divider-solo-line {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #9B9B9B;
}

.information-card__sub-heading {
    font-size: 14px;
    color: #9B9B9B;
}

.information-card__sub-heading--smaller {
    font-size: 12px;
}

.information-card .bottom--marginless {
    margin-bottom: 0px;
}

.information-card__body__contact__mail,
.information-card__body__contact__mail:hover {
    font-weight: normal;
    word-break: break-all;
}

.business-card {
    background-color: white;
    padding: 24px 15px;
    margin-bottom: 15px;
    min-height: 180px;
}

.business-card__separator {
    border-left: 1px solid #D8D8D8;
    padding-left: 30px;
}

.information-block__title {
    font-weight: bold;
}

.information-block>.information-block__information {
    color: #9B9B9B;
}

.business-card__business-name {
    font-weight: bold;
}

.business-card__business-id {
    font-weight: normal;
}

.business-card address {
    margin-bottom: inherit;
}

@media (max-width: 992px) {
    .business-card__separator {
        border-left: 0px;
        padding-left: inherit;
    }
    .business-card__information {
        margin-bottom: 10px;
    }
}

/* Fix to the bar-search buttons */

@media (max-width: 767px) {
    .ohio-right-single-btn .search-label {
        display: none;
    }
    .ohio-right-single-btn {
        width: 82px;
    }
}

@media (min-width: 768px) {
    .ohio-right-single-btn .search-label {
        display: inline;
    }
    .ohio-right-single-btn {
        width: 150px;
    }
}

.ohio-right-single-btn {
    display: table-cell;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ohio-right-single-btn .search-label {
    padding: 0px 10px;
}

/* BEGIN: Styles for the new theme */

.wpthemeMainContent {
   
}

.wpthemeLayoutContainers {
    padding-top: 0;
}

.wpthemeMainContent .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

@media(min-width:1470px) {
    .container {
        width: 1440px
    }
}

@media(max-width:768px) {
    .ohio-button--full-width-xs {
        width: 100%;
        margin-bottom: 10px
    }
}

@media(min-width:1200px) {
    .ohio-button--full-width-lg {
        width: 100%;
        margin-bottom: 10px
    }
}

.ohio-button--full-width {
    width: 100%;
    margin-bottom: 10px
}

.modal-footer--center-content {
    display: flex;
    justify-content: center;
}

.ohio-modal .modal-content {
    border-radius: 0px;
}

.ohio-modal.in {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .ohio-modal.in {
        display: block !important;
    }
}

@media screen and (max-width: 480px) {
    .wpthemeLayoutContainers {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.ohio-generic-wizard-divider {
    width: 95%;
}

.newsContainer {
    padding: 15px;
}

.newsBordered {
    border-bottom: : 0.5px solid #9B9B9B;
}

.newsSummary {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #4A4A4A;
}

.newsPublishDate {
    color: #9B9B9B;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.ohio-header .ohio-banner {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: #F2F2F2;
    display: block;
}

.wpToolbarActionBar.wpToolbarCommon+.ohio-header .ohio-banner {
    top: 48px;
}

.ohio-header .suppliers-banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    height: 90px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}

.wpToolbarActionBar.wpToolbarCommon+.ohio-header .suppliers-banner {
    top: 88px;
}

.custom-text-lowercase {
    text-transform: lowercase;
}

.custom-text-uppercase {
    text-transform: uppercase;
}

.custom_ohio_badge {
    padding: 5px 15px;
    margin-right: 5px;
    font-weight: 400;
    border-radius: 20px;
}

.padding-left-0px {
    padding-left: 0px;
}

.profile-dropdown.profile-dropdown--bigger {
    width: 250px;
}

.profile-dropdown.profile-dropdown--at-icon-side {
        top: 65px;
        left: -182px;
}

.ohio-header .profile-dropdown ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}

.profile-dropdown__information {
    padding-left: 15px;
    font-size: 18px;
}

.profile-dropdown__information__mail {
    float: left;
    word-break: break-all;
}

.avatar {
    width: 50px;
}

.profile-dropdown__icon-container__icon {
    margin: 25px 10px;
}

.profile-dropdown__icon-container {
    background-color: #F2F2F2;
}

@media (max-width: 768px) {
    .profile-trigger.dropdown {
        top: 2px;
        left: -35px;
    }
}

.ohio-header__help-button {
    position: absolute;
    top: 19px;
    left: 15px
}

.ohio-header__help-text {
    padding-top: 15px;
    position: relative;
    z-index: 100;
}

.suppliers-banner .ohio-header__help-text__link>a {
    color: #4A4A4A;
    font-family: Lato;
}

.ohio-header__help-text__link {
    margin-top: 0 !important;
}

.ohio-header__help-text__header {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    margin: 0;
}


#layoutContainers {
    padding-right: 0px;
    padding-top: 0;
    padding-left: 0px;
}

.ohid-logo {
  max-width: 215px;
}
/* END: Styles for the new theme */