html, body { height: 100%; }
.menu-wrap a { color: #b8b7ad; }
.menu-wrap a:hover, .menu-wrap a:focus { color: #c94e50; }
.menu-button.menu-on-title { margin: 37px 70px;}
.menu-button { background: rgba(0, 0, 0, 1) none repeat scroll 0 0; border: medium none; color: transparent; height: 33px; margin: 60px 70px; padding: 0; position: fixed; text-indent: 2.5em; width: 36px; z-index: 1000; outline: none; left: 0; top: 0; padding: 0 8px; }
.menu-button .icon-bar { background-color: #fff; border-radius: 0; display: block; height: 3px; width: 20px; }
.menu-button .icon-bar + .icon-bar { margin-top: 4px; }
.menu-button:hover { opacity: 0.6; }
.full-width-pull-menu .navbar-toggle { display:block; background-color: #000;}
.full-width-pull-menu .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .menu-button-orange { background: rgba(25, 25, 25, 1) none repeat scroll 0 0; border: medium none; color: transparent; height: 36px; margin: 0; padding: 0 7px; position: fixed; text-indent: 2.5em; width: 41px; z-index: 1000; border: 1px solid #ef824c; right: 0; top: 0px; }  
.navbar-default .menu-button-orange .icon-bar { background-color: #ef824c; border-radius: 0; display: block; height: 1px; width: 25px; }
.navbar-default .menu-button-orange .icon-bar + .icon-bar { margin-top: 6px; }
.navbar-default .menu-button-orange:hover { opacity: 0.6; }
.shrink-nav.navbar-default .menu-button-orange {height: 34px; width: 36px; top: 0;}
.shrink-nav.navbar-default .menu-button-orange .icon-bar { width: 20px;}
.menu-wrap .shrink-nav { position: initial;}
.menu-button-yellow { background: rgba(25, 25, 25, 1) none repeat scroll 0 0; border: medium none; color: transparent; height: 50px; margin: 0; padding: 0; position: fixed; text-indent: 2.5em; width: 50px; z-index: 1000; border: 1px solid #fdd947 !important; right: 0; top: -7px; }  
.menu-button-yellow::before { background: rgba(0, 0, 0, 0) url("../images/pull-menu-yellow.png") repeat scroll center center; bottom: 0.5em; content: ""; left: 0.5em; position: absolute; right: 0.5em; top: 0.5em; }
.menu-button-yellow:hover { opacity: 0.6; }
.shrink-nav .menu-button-yellow {height: 34px; width: 36px; top: 0;}
.close-button { background: #fff; border: medium none; color: transparent; font-size: 0.75em; height: 24px; overflow: hidden; position: absolute; right: 0; text-indent: 1em; top: 0; width: 24px; }
.close-button::before, .close-button::after { background: #000; content: ""; height: 32%; left: 50%; position: absolute; top: 35%; width: 2px; }
.close-button::before { transform: rotate(45deg); }
.close-button::after { transform: rotate(-45deg); }
.menu-wrap { font-size: 1.15em; left: -275px; padding: 60px 30px; position: fixed; width: 245px; z-index: 99999; background: #000; }
.icon-list { height: 100%; }
.icon-list a span { font-weight: 700; margin-left: 10px; }
.show-menu .menu-wrap { left: 60px; }
.show-menu .icon-list, .show-menu .icon-list a { transform: translate3d(0px, 0px, 0px); transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
.show-menu .icon-list a { transition-duration: 0.9s; }
.show-menu .content::before { opacity: 1; transform: translate3d(0px, 0px, 0px); transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
header .menu-button.menu-on-title { margin: 75px 70px; }

@media only screen and (max-width: 1199px){
    .menu-button.menu-on-title { margin: 37px 30px; right: 0; left: inherit; }
    .menu-wrap.menu-wrap-on-title { right: -275px; left: inherit;}
    .show-menu .menu-wrap.menu-wrap-on-title { left: inherit; right: 30px; }
    header .menu-button.menu-on-title { margin: 74px 30px; }
}

@media only screen and (max-width: 991px){
    .menu-button.menu-on-title { margin: 56px 50px; }
    header .menu-button.menu-on-title { margin: 93px 30px; }
}

@media only screen and (max-width: 767px){
    .show-menu .menu-wrap.menu-wrap-on-title { left: inherit; right: 0; }
    .menu-button.menu-on-title { margin: 37px 30px; right: 0; left: inherit; }
    header .menu-button.menu-on-title { margin: 37px 30px; }
}

/*===========================CB SIDEBAR CSS==================================*/
.octf-btn-cta {
    flex-grow: 0;
    justify-content: flex-end;
    flex-flow: row nowrap;
}
.octf-cta-header {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 34px 0 33px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: rgba(255,255,255,.2);
    border-left: none;
}
.site-overlay {
    cursor: url(images/close.html) 16 16, default;
    background: transparent;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: -1;
}
.panel-btn {
    line-height: 1;
}
.panel-btn i {
    color: #333;
    cursor: pointer;
    font-size: 23px;
}
.side-panel {
    width: 400px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e1f4fd;
    box-shadow: 0 0 17px 6px rgb(139 139 139 / 50%);
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 99999999 !important;
}
.side-panel .side-panel-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    /* background: #2f2f2f; */
    text-align: center;
}
.side-panel .side-panel-block {
    padding: 90px 42px 90px 25px;
    height: 100%;
    width: calc(100% + 17px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
}
.side-panel-wrap {
    padding: 0;
    position: relative;
    display: block;
    height: -webkit-fill-available;
}
.side-panel-cinfo {
    padding-bottom: 0;
    height: -webkit-fill-available;
}
.side-panel-cinfo ul {
    margin-bottom: 0;
    position: relative;
    display: block;
    width: 100%;
}
.side_menu li {
    border-bottom: 1px solid #ffffff82 !important;
    color: #fff;
    padding: 3px 0;
    float: unset;
    width: 100%;
    margin: 0;
}
.side-panel .side-panel-close i {
    color: #222;
    font-size: 25px;
}
.side_menu li a {
    font-size: 14px;
    text-transform: unset;
    color: #333;
}
.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.side-panel-cinfo li.menu-item-has-children ul.sub-menu {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.side-panel-cinfo li.menu-item-has-children.open ul.sub-menu {
    height: auto;
    margin: 8px 0 16px;
    opacity: 1;
    visibility: visible;
}
.side-panel-cinfo li.menu-item-has-children>a i.subnavicon {
    float: right;
    top: 7px;
    position: relative;
}
.side-panel-cinfo li.menu-item-has-children.open>a i.subnavicon:before {
    content: "\f102";
}