/*! Place your custom styles here */

#whatgoesaround .flickity-viewport{
    min-height: 405px;
}
.tech img{
    min-height: 100px;
}

.padding-top-btm-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.lead {
    font-size: 1 rem;
    font-weight: 300;
}

iframe#drift-widget{min-height: initial!important;}

.bar .menu-horizontal {
    position: relative;
    top: 0px;
}
.no-border-rad{
    border-radius:0px !important;
}
.custom-white-btn{
    padding: 0px 11px;
    border: 1px solid #fdfdfd;
    display: block;
    width: 133px;
}
.beyondness-span{
    flex-flow: wrap;
}
.beyondness-span .line-r::after {
    border-right: 1px solid #fff;
    content: '';
    margin-left: 1em;
}
.h1-large{
    font-size: 5.142857em;
}
.beyondness-span .col-sep:not(:last-child)::after{
    content: '';
    border-right: 1px solid #fff;
    margin: 10px 10px;
}
/**BCP MOdal*/
#bcp-modal .modal-header .close {
    margin-top: -85px;
    margin-right: 18px;
    position: relative;
    color: white;
    font-size: 2em;
    z-index: 1;
}
#bcp-modal .background-image-holder{
    transform:unset !important;
    top: 0px !important;
}
#bcp-btn i{
    padding: .35em .35em .35em !important;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4em;
    font-size: 2em;
}
#bcp-modal .imagebg:not(.image--light) span{
    color: #ffffff;
}
@media screen and (max-width: 768px){
    .beyondness-span{
        width: 80%;
        margin: 0 auto;
      }
      .h1-large {
        font-size: 3.35714286em;
        line-height: 1.36363636em;
    }
}
@media screen and (max-width: 768px) and (min-width: 508px){
    .one-block-sep, .two-block-sep{
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 1200px) and (min-width: 984px){
     .beyondness-span {
        flex-wrap: nowrap;
      } 
}
@media screen and (max-width: 983px) and (min-width:769px){
    .two-block-sep{
        justify-content: center;
        width: 100%;
    }
}
@media screen and (max-width: 509px) and (min-width: 320px){
    .beyondness-span .col-sep:not(:last-child)::after{
        content: unset;
        border-right: unset;
        margin: 10px 10px;
    }
    .col-sep{
        width: 100% !important;
        justify-content: center;
    }
    .background-image-holder.slide1{
        background-position: 64% 50% !important;
    }
    .two-block-sep{
        display: unset !important;
        width: 100%;
    }
}
@media (min-width: 768px){
    #bcp-modal .modal-dialog {
        width: 75%;
    }
}
/**
MOBILE MENU
**/
@media only screen and (max-width: 767px){
    #menu1:not(.hidden-xs) .dropdown .dropdown__content:not([class='bg--dark']) h5{
        color: #e6e4e4;
    }
    #menu1:not(.hidden-xs) .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
        color: #d6d4d4;
    }
    #menu1:not(.hidden-xs) .dropdown .dropdown__content:not([class*='bg-']) {
        background: #000;
    } 
    #menu1:not(.hidden-xs) .menu-horizontal .dropdown{
        padding: .53em;
        width: 100%;
        vertical-align: middle;
        min-height: 1.75em;
    }
    #menu1:not(.hidden-xs) .menu-horizontal .dropdown:not(:nth-child(6n)){
        border-bottom: .056em solid #444141;
    }
    #menu1:not(.hidden-xs) .menu-horizontal > .dropdown > .dropdown__trigger:after{
        margin-right: 35px;
        float: right;
    }
    .dropdown__container > .container{
        width: 100%;
    }
}

@media (max-width: 767px){
    h5, .h5 {
        font-size: 1.25rem !important;
    }
    .menu-vertical li a { font-size: 1.1em; }
    .bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
        font-size: 1.25em;
    }   
}

/*@media screen and (max-width: 1200px) and (min-width: 993px){
  .dropdown__container > .container {
    width: 300px !important;
    max-width: 1140px;
  }
}*/

/*@media (min-width: 992px) and (max-width: 1200px) {
    .dropdown__container > .container {
    width: 300px !important;
    max-width: 1140px;
  }
}*/