body{
    margin: 0;
}
p {
    font-size: 20px;
}
.icon-box__item p {
    font-size: 16px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.businesspick {
    line-height: 1.7;
    font-size: 18px;
    /* padding-top: 40px; */
}
.u-bg-cover {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* BANNER */
.bp-banner {
    text-align: left;
    padding: 60px 30px;
}
.bp-banner {
    position: relative;
    padding: 40px 15px;
    /* border-top: 20px solid rgba(255,255,255,0.7); */
    background-position: 50% 25% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    text-align: center;
}
/* PADDING / SPACING */
.section-padding {
    padding: 40px 0;
}
.u-bottom30 {
    margin-bottom: 30px !important;
}
/* HEADER */
.header__section {
    padding: .5rem;
}
.icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.icon-title__icon {
    position: relative;
    z-index: 1;
}
.icon-title__icon img {
    width: 45px;
}

.businesspick-header__logo {
    width: 200px;
}
/* FOOTER */

/* FORM */
.bp-form {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-size: 14px;
    overflow: auto;
}
.bp-form__header {
    background: #f26522;
    color: #fff;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
body.form-is-open .bp-form {
    display: block;
}
.bp-close {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
    border: none;
    color: #fff;
    font-size: 14px;
}
.bp-form .form-group label {
    margin-bottom: 0;
    text-align:left;
}
.bp-form .form-group {
    margin-bottom: 10px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.gform_body input, .gform_body select, .gform_body .ginput_container {
    width: 100% !important;
    margin-top: 0 !important;
}
.gform_footer input {
    color: #FFF !important;
}
.ginput_container input, .ginput_container_select select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    
}
.bp-form .gform_body, .bp-form .gform_footer {
    padding: 20px 20px 0;
}
.bp-form .gform_footer{
    text-align: center;
}

.bp-form .gform_body ul {
    list-style: none;
    padding: 0;
}
/* TEXT */
.lead {
    font-weight: 400;
    line-height: 1.6;
}
.heading {
    line-height: 1.4;
    font-weight: 600;
}
.u-color-white {
    color: #fff !important;
}
.lead-xl {
    font-size: 20px;
    font-style: italic;
}

/* BUTTONS */
.page-template .btn {
    text-transform: normal;
    font-weight: 100;
}
.page-template .btn-xl {
    padding: 12px 26px;
    font-size: 20px;
}
.page-template .btn-xs-block {
    display: block;
    margin-bottom: 10px;
}
/* TOP BANNER */
.bp-banner__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}
.bp-banner__subtitle {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.4;
}
.bp-banner__logo {
    max-width: 150px;
}
/* VIDEO SECTION */
.video {
    position: relative;
}
.video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 10%;
}
/* SCROLLBAR */
::-webkit-scrollbar {
    width: 12px;
}
.mfp-iframe-holder .mfp-close{
    top: -19px !important;
}
/* MEDIA QUERIES */
@media (min-width: 768px) {
    .bp-form__header {
        padding: 10px 10px;
}
    .businesspick-header__btn {
        text-align: right;
        padding-top: 10px;
}
    .icon-title__icon img {
        width: 45px;
}
        .icon-title__heading {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 24px;
    }
    .video__play {
        padding-top: 10%;
    }
    .bp-banner__buttons .btn {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .icons img {
        max-width: 60px !important;
        display: inline-block;
        padding: 0 5px;
    }
    .btn-xs-block {
        display: inline-block;
        margin-right: 10px;
    }
    .heading {
        font-size: 35px;
        font-weight: 700;
    }
    .bp-form {
        width: 340px;
        border-left: 1px solid #444;
    }
}
@media (max-width :767px){
    .video__play img {
    max-width: 105px;
    }
    .bp-banner__title {
        margin-top: 30px;
    }
    p.bp-banner__buttons a {
        margin-top: 10px;
    }
    .businesspick-header {
    text-align: center;
    }
    img.businesspick-header__logo {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .section-padding--md {
    padding: 80px 15px;
}
    .bp-banner {
    text-align: left;
    padding: 60px 30px;
}
    .video__play {
    padding-top: 50%;
    }
    .video__play img {
        max-width: 90px;
        }
    .bp-banner__subtitle {
    font-size: 50px;
    }   
.bp-banner__title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 36px;
    }
    .lead-xl {
    font-size: 36px;
}
.bp-banner__logo {
    max-width: inherit;
    }
    .section-video {
    background-repeat: no-repeat !important;
    background-position: center !important;
}
/* .icons img {
    max-width: inherit;
} */
}
@media (max-width: 991px){
    .section-video {
        background: none !important;
    }
}
@media (min-width: 1200px){
    .icon-title {
        margin-left: -27px;
    }
}
/* VIDEO SECTION */
.page-template-template-trl-broncos .bp-banner {
    background-repeat: no-repeat;
    background-size: contain;

}