
.certified-form-hold {
    /* padding-top: 230px; */
}

.certified-form-hold .section#contact .contact-details {
    background: #7a73a9;
    padding: 100px 80px;
}

.certified-form-hold .section#contact .form {
    padding-right: 0;
}

.form-element {
    margin-bottom: 30px;
}
.form-element input,
.form-element input:focus {
    width: 100%;
    height: 50px;
    padding: 2px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #464646;
    font-size: 16px;
    font-weight: 100;
    outline: none;
}

.form-element textarea,
.form-element textarea:focus {
    width: 100%;
    outline: none;
    height: 100px;
    padding: 10px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #464646;
    font-size: 16px;
    font-weight: 100;
    resize: none;
}

.btn-green,
.btn-green:focus,
.btn-green:active {
    background: #a6ce39;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 700;
    transition: all 0.3s;
    border: 1px solid #a6ce39;
    padding: 12px 30px;
    min-width: 152px;
    text-align: center;
}

.btn-green:hover {
    background: transparent;
    color: #a6ce39;
}

.certified-form-hold .form.inner:after {
    display: block;
    content: '';
    clear: both;
}

.certified-form-button {
    margin-top: 20px;
}

.certified-partners-list {
    margin-bottom: 60px;
    position: relative;
}

.certified-partners-list ul {
    padding-left: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.certified-partners-list ul li {
    width: 33.333%;
    text-align: center;
    margin-bottom: 75px;
}

.certified-partners-list span {
    font-weight: 700;
    position: absolute;
    top: 85px;
    left: -10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    float: left;
    color: #4a4b4d;
    opacity: 0.4;
    margin-bottom: 0;
}

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
	color: #cecac8;
	opacity: 1;
}
.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
	color: #cecac8;
	opacity: 1;
}
.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
	color: #cecac8;
	opacity: 1;
}
.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
	color: #cecac8;
	opacity: 1;
}

.certified-partners-list ul li img {
    max-width: 200px;
    max-height: 100px;
}

.green-cta-wrapper {
    background: #a6ce39;
    color: #fff;
    padding: 45px 0 55px;
}

.green-cta-text {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    background: #fff;
    display: inline-block;
    color: #a6ce39;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 700;
    transition: all 0.3s;
    border: 1px solid #a6ce39;
    padding: 12px 30px;
    min-width: 152px;
    text-align: center;
}

.btn-white:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.section-text ul {
    margin-bottom: 40px;
}
.section-text ul li {
    padding-left: 20px;
    position: relative;
}
.section-text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #464646;
}

.section-featured-resource {
    background: #4a4b4d; 
    padding: 85px 0 0px;
    position: relative;
    overflow: hidden;
}

.section-featured-resource .container {
    position: relative;
}
.section-featured-resource .container .section-label {
    font-weight: 700;
    position: absolute;
    top: 240px;
    left: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    float: left;
    color: #fff;
    opacity: 0.4;
    margin-bottom: 0;
}
.section-featured-resource-content {
    padding-left: 160px;
    color: #fff;
}

.featured-resource-carousel-image-item {
    height: 570px;
    background-size: cover !important;
}

.btn-white-border,
.btn-white-border:focus,
.btn-white-border:active {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 7px;
    font-weight: 700;
    transition: all 0.3s;
    border: 2px solid #fff;
    padding: 12px 30px;
    min-width: 152px;
    text-align: center;
}

.btn-white-border:hover {
    background: #fff;
    color: #4a4b4d;
    text-decoration: none;
}

.featured-resource-carousel-content {
    margin-bottom: 40px;
}

.featured-resource-carousel-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 15px;
}
.featured-resource-carousel-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.6;
}

.featured-resource-carousel-hold {
    padding-top: 100px;
}

.featured-resource-carousel-button {
    margin-bottom: 50px;
}

.owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next, 
.owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
    position: absolute;
    left: -80px;
    transform: translateX(-50%);
    width: 20px;
    height: 11px;
}

.owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next span, 
.owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
    top: 5px;
    background: url(../build/img/slide-up.png) no-repeat center center / 100% 100%;
}
.owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next {
    top: 55px;
    background: url(../build/img/slide-down.png) no-repeat center center / 100% 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none
}

.featured-resource-counter {
    position: absolute;
    top: 125px;
    left: 95px;
    transform: translateX(-50%);
    opacity: 0.4;
    color: #fff;
    font-weight: 700;
}

.featured-resource-carousel-image-hold {
    width: calc(100% + 145px);
    padding-left: 80px;
}

.icon-text.icon-left a {
    display: block;
    text-decoration: none;
}
.icon-text.icon-left a p {
    color: #4a4b4d;
}
.icon-text.icon-left a:hover p {
    text-decoration: none;
}
.icon-text.icon-left a:hover .text {
    color: #a6ce39;
}

#award-description p a {
    color: #a6ce39;
}
#award-description p a:hover {
    text-decoration: none;
}

.section-featured-resource .section.section-special.with-vertical-carousel {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0;
    padding-top: 0px;
}
.section-featured-resource .section.section-special .bg.blue {
    background: #4a4b4d;
}
.section-featured-resource .section {
    background: transparent;
}

.page-template-home-phase2 .section-featured-resource .flexslider ul.slides li {
    height: 420px;
}

.page-template-advanced .section.section-primary.after-page-banner .col-sm-11.col-sm-push-1,
.single-solution .section.section-primary.after-page-banner .col-sm-11.col-sm-push-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page-blume-solutions.section.section-special .container {
    padding-left: 120px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff !important;
}

.certified-partners-hold {
    padding-top: 230px;
}

.page-template-certified-trucking .slide-hero .description h1 {
    margin-bottom: 0;
}

.page-template-certified-trucking .slide-hero .description h1 img {
    /* max-height: 100px; */
    max-width: 100%;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow:auto;
    z-index: 999;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.popup-overlay.hide-popup {
    display: none !important;
}
.popup-overlay.wp-hide {
    display: none !important;
}

.popup-overlay.popup-start {
    opacity: 1;
    visibility: visible;
}

.popup-overlay.toggle {
    opacity: 0;
    visibility: hidden;
}

.popup-hold {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    position: relative;
}
.popup-image-hold {
    width: 63%;
}

.popup-content-hold {
    width: 37%;
    padding: 80px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-title {
    color: #4a4b4d;
    font-weight: 700;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 20px;
}

.popup-text {
    color: #4a4b4d;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 60px;
}

.popup-image {
    min-height: 100%;
    background-size: cover !important;
    padding-bottom: 72%;
}

.popup-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: url(../build/img/popup-close.svg) no-repeat center center / 100% 100%;
    transition: 0.2s;
}
.popup-close:hover {
    opacity: 0.7;
}

.popup-button {
    text-decoration: none;
}


.entry ol {
    counter-reset: item;
}

.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    display: inline-block;
    font-weight: 700;
    margin-right: 8px;
}
.entry ol li ol li:before {
    font-weight: 200;
}
.entry ul li:before {
    content: "("counter(section, lower-alpha) ") " !important;
    color: #4a4b4d !important;
    font-weight: 200 !important;
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}
.entry ol ol ol li {
    padding-left: 22px;
}
.entry ol ol ol li span {
    margin-right: 4px;
}
.entry ol ol ol li:before {
    display: none;
}
.entry ol ul {
    margin-top: 15px;
}
.entry ul {
    margin-left: 22px !important;
    margin-bottom: 0px !important;
}
.entry ul li {
    counter-increment: section;
    padding-left: 26px;
    position: relative;
}

.entry ol li {
    margin-bottom: 15px;
}
.entry ol ol {
    margin-top: 15px;
}

.entry strong {
    font-weight: 700;
    letter-spacing: 0;
}

@media (max-width: 1600px) {
    .featured-resource-carousel-image-hold {
        width: calc(100% + 80px);
        padding-left: 50px;
    }
}
@media (max-width: 1440px) {
    .featured-resource-carousel-image-hold {
        width: calc(100% + 50px);
    }
}
@media (max-width: 1400px) {
    .featured-resource-carousel-hold {
        padding-top: 40px;
    }
    .section-featured-resource .container .section-label {
        top: 180px;
    }
    .featured-resource-counter {
        top: 64px;
        left: 80px;
    }
    .featured-resource-carousel-image-item {
        height: 500px;
    }
    .section-featured-resource-content {
        padding-left: 130px;
    }
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next, .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
        left: -65px;
    }
}

@media (max-width: 1199px) {
    .popup-text {
        margin-bottom: 40px;
    }
    .popup-title {
        font-size: 32px;
    }
    .popup-content-hold {
        padding: 60px 60px;
    }
    #page-blume-solutions.section.section-special .container {
        padding-left: 90px;
    }
    .section-featured-resource {
        padding: 140px 0 0px;
    }
    .featured-resource-counter {
        top: 224px;
        left: 20px;
        font-size: 14px;
    }
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
        top: 170px;
    }
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next {
        top: 210px;
    }
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next, .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
        left: -55px;
    }
    .certified-form-hold .section#contact .contact-details {
        padding: 80px 45px;
    }
    .certified-partners-list ul {
        padding-left: 60px;
    }
    .certified-partners-list ul li {
        margin-bottom: 60px;
    }
    .certified-form-hold {
        /* padding-top: 170px; */
    }
    .section-featured-resource-content {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .popup-close {
        top: 20px;
        right: 20px;
        width: 25px;
        height: 25px;
    }
    .popup-content-hold {
        width: 50%;
        padding: 50px 50px;
    }
    .popup-image-hold {
        width: 50%;
    }
    .certified-partners-list {
        margin-bottom: 50px;
    }
    .certified-partners-hold {
        padding-top: 190px;
    }
    #page-blume-solutions.section.section-special .container {
        padding-left: 0px;
    }
    .section-featured-resource {
        padding: 260px 0 25px;
    }
    .featured-resource-carousel-hold {
        width: calc(100% + 40px);
    }
    .featured-resource-carousel-content p {
        font-size: 14px;
    }
    .certified-partners-list ul li {
        margin-bottom: 40px;
    }
    .certified-partners-list ul li img {
        max-width: 160px;
        max-height: 64px;
    }
    .certified-form-hold {
        /* padding-top: 150px; */
    }
}

@media (max-width: 767px) {
    .popup-close {
        top: 0;
        right: 0;
        background: white url(../build/img/popup-close.svg) no-repeat center center / 16px;

    }
    .popup-content-hold {
        width: 100%;
        padding: 40px 40px;
    }
    .popup-image {
        padding-bottom: 45%;
    }
    .popup-image-hold {
        width: 100%;
    }
    .popup-hold {
        width: 100%;
        display: block;
    }
    .certified-partners-hold {
        padding-top: 170px;
    }
    .page-template-advanced .section.section-primary.after-page-banner .col-sm-11.col-sm-push-1,
    .single-solution .section.section-primary.after-page-banner .col-sm-11.col-sm-push-1 {
        display: block;
    }
    .page-template-home-phase2 .section-featured-resource .flexslider ul.slides li {
        height: 460px;
    }
    .section-featured-resource .vertical-carousel-wrap .slide-description .description p {
        font-size: 14px;
    }
    .section-featured-resource .vertical-carousel-wrap .slide-description .heading {
        font-size: 20px;
        line-height: 1.2;
        padding-bottom: 16px;
    }
    .page-template-home-phase2 .section-featured-resource .slider-custom-nav {
        position: absolute;
        left: auto;
        right: 0px;
        top: -38px;
        padding: 0;
        margin-top: 0px!important;
    }
    .featured-resource-carousel-content {
        margin-bottom: 30px;
    }
    .btn-white-border, .btn-white-border:focus, .btn-white-border:active {
        font-size: 14px;
    }
    .section-featured-resource .container .section-label {
        top: 135px;
    }
    .featured-resource-carousel-button {
        margin-bottom: 30px;
    }
    .section-featured-resource {
        /* padding: 70px 0 0px; */
    }
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next, .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
        left: 18px;
    }    
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-prev {
        top: -70px;
    }
    .owl-carousel.featured-resource-carousel-content .owl-nav button.owl-next {
        top: -35px;

    }
    .featured-resource-counter {
        top: 167px;
        left: 10px;
        transform: translateX(0);
    }
    .featured-resource-carousel-hold {
        padding-top: 25px;
    }
    .featured-resource-carousel-hold {
        width: 100%;
    }
    .featured-resource-carousel-image-item {
        height: 200px;
    }
    .featured-resource-carousel-image-hold {
        width: 100%;
        padding-left: 50px;
    }
    .section-featured-resource-content {
        padding-left: 0px;
    }
    .certified-partners-list span {
        position: static;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 15px;
        width: 100%;
        display: block;
        float: none;
    }
    .certified-partners-list ul {
        padding-left: 0px;
    }
    .green-cta-text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .popup-text {
        margin-bottom: 30px;
    }
    .popup-title {
        font-size: 24px;
    }
    .popup-content-hold {
        padding: 20px;
    }
    .certified-form-hold .section#contact .contact-details {
        padding: 30px 25px;
    }
    .certified-partners-list ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    .certified-partners-list ul li img {
        max-width: 120px;
        max-height: 60px;
    }
}