@import "../mobile.css";
a {
    color: #6F0B2E;
}
p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 30px;
}
img {
    max-width: 100%;
}
blockquote {
    border: 0px;
    margin-left: 50px;
    border-top: 1px solid;
    color: #9ab951;
    padding: 25px 0px;
    margin-right: 35px;
    font-family: 'Crimson Text', serif;
    color: #9ab951;
    font-size: 21px !important;
}
blockquote p {
    font-size: 21px !important;
    line-height: 31px !important;
}
.input-group {
    display: block;
}
input.form-control {
    width: 100%;
    font-size: 10px;
}
.nav-container {
    width: 90%;
    margin: auto;
}
.jpt-box {
    display: inline-block;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
.jpt-box-child {
    position: absolute;
    left: 0px;
    top: 0px;
}
.breadcrumb-section {
    padding: 50px 0px 25px;
    box-shadow: inset 0px 13px 2px #e7e7e7;
}
.breadcrumb>li+li:before {
    content: "|";
    padding: 0 8px 0 5px;
}
.breadcrumb {
    font-size: 12px;
    font-weight: 500;
}
.breadcrumb li a {
    color: #555;
}
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}
body.logged-in.admin-bar #header {
    top: 32px;
}
#footer {
    background-color: #489ca8;
    padding: 15px 0px;
}
#footer ul {
    list-style: none;
}
#footer ul li {
    display: inline-block;
}
#footer ul li h6 {
    margin-left: 15px;
}
.topnav {
    background: rgba(0, 0, 0, 0.9);
}
.topnav ul>li>a {
    color: #ffffff;
    padding: 7px 10px;
}
.topnav ul>li>a:hover, .topnav ul>li>a.active {
    background: transparent;
    opacity: 1;
}
.topnav ul>li>a i {
    font-size: 16px;
}
.topnav form {
    margin: 0px;
}
.topnav form input[type=text] {
    border-radius: 0px;
    background: #636363;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
}
.mainnav .navbar-brand {
    padding: 0 15px;
}
..mainnav .navbar .navbar-nav.group-nav {
    text-transform: uppercase;
}
.mainnav .navbar .navbar-nav.group-nav>li {
    padding: 35px 5px;
    font-style: italic;
}
.mainnav .navbar .navbar-nav.group-nav>li>a {
    padding: 0px;
    opacity: 1;
}
.btn-default, .btn-orange {
    background: #f17d00;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    font-family: 'Museo-Sans', sans-serif;
    text-transform: uppercase;
}
.btn-default:hover, .btn-orange:hover {
    background: #bf6f19;
    color: #fff;
}
.body-txt p {
    line-height: 24px;
}
.pagination-wrap {
    text-align: center;
}
.pagination-wrap ul li {
    padding: 0px 8px 0px 12px;
    display: inline-block;
}
.pagination-wrap ul li a {
    background-color: transparent;
    border: none;
    color: #f17d00;
    padding: 0px;
    font-weight: 500;
}
.pagination-wrap ul li a:hover, .pagination-wrap ul li.active a {
    color: #f17d00;
    text-decoration: underline;
}
.pagination-wrap ul li.page-num+li.page-num {
    border-left: solid 2px #f17d00;
}
.subscription-box h2 a {
    color: #f17d00;
}
.subscription-box .subscription-form {
    background-color: #e7e7e7;
    display: inline-block;
    padding: 25px 25px;
    width: 100%;
}
.subscription-box .subscription-form input[type=text] {
    margin-bottom: 10px;
}
.subscription-box .subscription-form button {
    margin-top: 5px;
    font-weight: bold;
    font-size: 10px;
    padding: 8px 25px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
    #header .mainnav nav {
        padding-bottom: 20px;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .dropdown-menu {
        border: 0px !important;
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    .topnav ul>li>a {
        padding: 7px;
    }
    .nav-container {
        width: 100%;
    }
    .mainnav .navbar .navbar-nav>li>a {
        padding: 35px 10px;
    }
    .mainnav .navbar .navbar-nav.group-nav>li {
        padding: 35px 2px;
    }
    #header.small-header .mainnav ul.navbar-right li a {
        padding: 20px 10px !important;
    }
    .topnav {
        position: relative;
        z-index: 9
    }
    #footer {
        text-align: center;
    }
    #footer .copyright, #footer .footer-menu {
        float: none !important;
        display: inline-block;
        width: 100%;
    }
    #footer .footer-menu ul {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }
    #footer .footer-menu ul li h6 {
        margin: 1px;
        float: right;
    }
    .b-t-p-section .col-sm-4.team-box {
        margin-bottom: 30px;
    }
    .a-e-p-section {
        padding-bottom: 50px !important;
    }
    .one_half.last_column div {
        padding-left: 0px !important;
    }
    #footer-menu .footer-nav-divider {
        margin: 0 4px !important;
    }
    #footer ul li {
        float: none !important;
        display: inline-block !important;
    }
    .navbarbrand-no-break img {
        margin-left: 20px;
    }
    .pull-right {
        float: none !important;
    }
    body:not(.home) #header {
        top: initial !important;
    }
    .home-slider .owl-slider .owl-slide {
        max-height: 500px !important;
    }
    .home-slider .owl-slider .owl-slide .slide-img {
        position: absolute !important;
    }
    .home-slider .owl-slider .owl-slide .slide-txt {
        text-align: center !important;
    }
    .home-slider .owl-slider .owl-slide .slide-txt p {
        font-size: 16px !important;
        line-height: 26px !important;
        display: none !important;
    }
    .home-slider .owl-slider .owl-slide .slide-txt h2 {}
}
@media only screen and (max-width: 767px) {
    .topnav form {
        position: absolute;
        width: 100%;
        left: 0px;
        top: calc(100% - 1px);
        padding: 0px;
    }
    .navbar-brand>img {
        width: 70%;
    }
    .topnav .collapse {
        display: block;
    }
    .topnav .navbar-nav {
        display: inline-block;
        margin: 0px;
        float: left;
    }
    .topnav .navbar-nav.navbar-right {
        float: right;
    }
    .topnav .navbar-nav li {
        float: left;
    }
    .topnav form {
        display: none;
    }
    .mainnav {}
    .mainnav .group-nav {
        display: inline-block;
        margin: 0px;
    }
    .mainnav .navbar .navbar-nav.group-nav>li {
        float: left;
        padding: 10px 2px;
    }
    #header .mainnav ul.navbar-right li a {
        padding: 10px 2px !important;
    }
    #header.small-header .mainnav ul.navbar-right li a {
        padding: 10px 2px !important;
    }
    .sidebar {
        clear: both;
    }
}
@media only screen and (max-width: 480px) {
    .mainnav .group-nav li a {
        font-size: 12px !important;
    }
    .mainnav .group-nav {
        float: right;
        margin-top: 30px;
    }
    .mainnav .navbar-nav {
        clear: both;
    }
    h1 {
        font-size: 1.8em;
    }
}
/** Josh **/

.small-header .navbarbrand-no-break img {
    max-height: 60px;
    width: auto;
}
.sidebar-box p {
    margin: 0px 0 20px 0 !important;
}
.sidebar-box a.btn {
    padding: 12px 25px 12px !important;
}
.sidebar-box a.btn:hover {}
.project-group h2 {
    font-size: 16px !important;
    color: #9ab951 !important;
    font-family: 'Museo-Sans' !important;
    font-weight: 700 !important;
}
.project-filter .btn-orange {
    font-family: 'Museo-Sans' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
ul.list-posts {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navbar-nav:not(.sm-collapsible) ul .caret {
    top: 30%;
}
.news-thumb {
    max-width: 96px !important;
    height: auto;
}
.news-title {
    border-bottom: solid 2px #e8e8e8;
    margin-bottom: 40px;
    margin-top: 10px;
}
/*
  .banner:not(.home)::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
    z-index: 10000;
  }*/

/** Custom Mainstage **/

.ms-wrapper {
    background-size: cover;
    padding: 70px 0 100px 0;
}
.ms-wrapper .ms-container {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}
.ms-wrapper .ms-container .ms-headline {
    max-width: 85%;
    padding-bottom: 80px;
}
.ms-wrapper .ms-container .ms-headline h1 {
    margin-bottom: 40px;
}
.ms-wrapper .ms-container .ms-headline a {
    padding: 15px 25px 15px 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ms-rotator .rotator-headline {
    padding: 40px 50px 40px 50px;
    background-color: #00aca0;
    border-top: solid 5px #009b90;
    color: #FFF;
}
.rotator-wrapper {
    background-color: #FFF;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 75px 50px 100px 50px;
}
.rotator-wrapper .rotator-text {
    width: 36%;
    display: inline-block;
    padding: 10px 0 10px 0;
}
.rotator-wrapper .rotator-text span {
    background-color: #FFF;
    padding-right: 6px;
}
.rotator-wrapper .rotator-text:hover~.rotator-image {
    z-index: 1000;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.rotator-wrapper .rotator-image:hover {
    z-index: 1000;
    display: inline-block;
}
.form-control {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.rotator-wrapper li:first-child .rotator-image {
    z-index: 1;
}
.rotator-wrapper li .rotator-text:hover, .rotator-wrapper li.active .rotator-text {
    color: #e87722;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2018/01/rline.png);
    background-repeat: repeat-x;
    background-position: top 20px center;
}
.rotator-wrapper .rotator-image {
    width: 57%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 75px 60px 45px;
    position: absolute;
    top: 0;
    min-height: 360px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.rotator-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
form#commentform input#submit {
    width: auto;
    padding: 7px 15px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}
input:-moz-placeholder, textarea:-ms-input-placeholder {
    /* Firefox 18- */
    color: #333;
}
.comment-form .comment-form p {
    padding: 8px;
    text-align: center;
}
form#commentform input, form#commentform textarea#comment {
    border: 0;
    border-radius: 4px;
    padding: 8px;
}
p.form-submit {
    margin-bottom: 0;
}
.visualCaptcha, input.comment-submit-btn {
    text-align: center;
}
.visualCaptcha-explanation {
    background-color: inherit;
    color: #000;
}
.visualCaptcha-explanation:after {
    content: ": ";
    font-weight: 700;
}
/* removes svg's added by twentyseventeen theme */

svg.icon {
    display: none !important;
}
aside .gform_widget>div {
    background-color: #e7e7e7;
    display: inline-block;
    padding: 15px 25px;
    width: 100%;
}
aside .gform_widget input[type="text"] {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100% !important;
    z-index: 2;
    margin-bottom: 10px;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    padding: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
aside .gform_widget label {
    display: none !important;
}
aside .gform_widget>h2 {
    margin-bottom: 5px;
}
aside .gform_widget>div input[type="submit"], .contact-form input[type="submit"] {
    margin-top: 5px;
    padding: 8px 25px;
    background: #f17d00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
}
.widget.sidebar-box.search-box {
    height: 30px;
    margin-bottom: 40px;
}
aside .fa.fa-rss {
    font-size: 30px;
    color: #f17d00;
}
/*.gform_body label {
    display: none !important;
}*/
.gform_body #gform_wrapper_1 label {
	color:#fff;
}
.contact-form input[type="text"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    font-size: 10px !important;
}
.contact-form .gform_title {
    display: none;
}
.contact-form .gform_wrapper {
    margin: 0px;
}
body .contact-form input[type="submit"] {
    font-size: 16px !important;
}
.contact-form .gform_footer {
    text-align: center;
}
aside .sidebar-box {
    margin-bottom: 30px;
}
.contact-form {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 35px;
}
.contact-address-box ul {
    list-style: outside none none;
    padding: 0;
}
aside .widget {
    margin-top: 30px;
}
aside .widget .sidebar-box, aside .widget.sidebar-box, aside>.sidebar-box {
    margin-bottom: 70px;
}
ul.sidebar-links li ul.sub-menu li a {
    display: block;
    z-index: 1000;
}
.gform_wrapper {
    background-color: #e5eef6;
    padding: 30px;
}
.gform_heading {
    display: none !important;
}
.gform_wrapper input[type="text"], .gform_wrapper textarea {
    width: 100%;
    border: solid 1px transparent !important;
    padding: 10px !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #6b6b6b !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.gform_wrapper input[type="text"]:focus, .gform_wrapper textarea:focus {
    border: solid 1px #EEE !important;
    outline: none !important;
}
.gform_wrapper .gform_footer input[type=submit] {
    padding: 12px 25px 12px !important;
    border: 0px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    color: #FFF !important;
    background-color: #5298d7 !important;
}
.filter-area .bootstrap-select {
    width: 25% !important;
}
.filter-area .input-group {
    margin-right: 30px;
}
.dropdown-backdrop {
    display: none !important;
}
.sidebar-links li.page_item_has_children ul.sub-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding-left: 25px;
}
.sidebar-links li.page_item_has_children.open ul.sub-menu, .sidebar-links li.page_item_has_children.current_page_item ul.sub-menu, .sidebar-links li.page_item_has_children.current_page_parent ul.sub-menu {
    display: block !important;
    z-index: 1000;
}
.sidebar-links li.page_item_has_children .fa-caret-right {}
.sidebar-links li.page_item_has_children.open .fa-caret-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
img.alignleft {
    float: left;
    margin-right: 15px;
}
img.alignright {
    float: right;
    margin-left: 15px;
}
.accordion-wrapper {
    padding-left: 0px !important;
}
#accordion .card {
    min-height: 50px;
    border-bottom: 2px solid #CCC;
    padding: 15px 0px;
}
#accordion .card h5 {}
#accordion span.accordion-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
}
#accordion .card .card-header {
    text-transform: uppercase;
    font-size: 16px;
}
#accordion .card .card-header span {
    background: url(/wp-content/uploads/2018/02/plus.png);
    background-size: auto;
    background-repeat: no-repeat;
}
#accordion .card .card-header.open span {
    background: url(/wp-content/uploads/2018/02/close.png);
    background-size: auto;
    background-repeat: no-repeat;
}
#accordion .card .card-header a:hover, #accordion .card .card-header a:active, #accordion .card .card-header a:visited, #accordion .card .card-header a:link {
    text-decoration: none !important;
}
#accordion .card .card-header a {
    font-weight: 400;
}
#accordion .card-body li {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
#accordion .card-body p {
    font-size: 14px;
    line-height: auto !important;
}
.filtered .project-list .project {
    width: 22.3%;
    box-sizing: inherit;
    min-height: inherit;
    height: 100%;
    display: flex;
    min-height: 250.3px;
}
.filtered .project-list .project a {
    vertical-align: top;
}
.project-list .project {
    margin-right: 20px;
    width: calc(50% - 20px);
}
.project-filter {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 20px 0px;
    margin-bottom: 50px;
}
.proejct-subfilter .input-group {
    display: inline-block;
    width: auto;
}
.proejct-subfilter .input-group .btn>.btn {
    padding: 5px 25px 5px 5px;
}
.proejct-subfilter .input-group>.btn {
    padding: 5px 10px;
}
.proejct-subfilter .input-group .btn>.btn .bs-caret {
    float: right;
}
.project-gallery .slide.active {
    z-index: 2;
}
.project-gallery {
    position: relative;
}
.project-gallery .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
}
.project-gallery .slide.active {
    z-index: 2;
}
.project-gallery .thumbnails {
    margin-top: 21px;
    margin-bottom: 50px;
    /*margin-left: 170px; */
    position: relative;
}
.project-gallery .thumbnails .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.project-gallery .thumbnails .slideset {
    float: left;
    width: 99999px;
}
.project-gallery .thumbnails .thumb-slide {
    float: left;
    width: 150px;
    padding-right: 10px;
}
.project-gallery .thumbnails .thumb-slide a {
    display: block;
    position: relative;
}
.project-gallery .thumbnails .thumb-slide a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 176, 23, .7);
    display: none;
}
.project-gallery .thumbnails .thumb-slide.active a:after {
    display: block;
}
.project-gallery .thumbnails .thumb-slide .video .arrow {
    position: absolute;
    width: 44px;
    height: 44px;
    border: 4px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
}
.project-gallery .thumbnails .thumb-slide .video .arrow:after {
    height: 0;
    width: 0;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
    border-top: 9px solid transparent;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -6px;
}
.project-gallery .thumbnails .btn-thumb-prev, .project-gallery .thumbnails .btn-thumb-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 10;
    background-color: #ffb017;
    color: #fff;
    font-size: 28px;
    line-height: 70px;
    padding-top: 21px;
    text-align: center;
}
.project-gallery .thumbnails .btn-thumb-prev:hover, .project-gallery .thumbnails .btn-thumb-next:hover {
    opacity: .9;
}
.project-gallery .thumbnails .btn-thumb-prev.disabled, .project-gallery .thumbnails .btn-thumb-next.disabled {
    display: none;
}
.project-gallery .thumbnails .btn-thumb-prev {
    left: 0;
}
.project-gallery .thumbnails .btn-thumb-next {
    right: 0;
}
.btn-thumb-prev svg.icon, .btn-thumb-next svg.icon {
    display: inline-block !important;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.project-gallery .thumbnails .btn-thumb-prev.disabled, .project-gallery .thumbnails .btn-thumb-next.disabled {
    display: none;
}
.attachment-project-gallery-thumb.size-project-gallery-thumb {
    margin: 0 !important;
    max-width: 100%;
    min-height: 107px;
}
.project-gallery .slide {
    /* height: 277px; */
    height: 477px;
}
.owl-carousel-clients .item img {
    height: 80px !important;
    width: auto !important;
    object-fit: contain !important;
}
.page-template-library .cch_econtent_tax_title:nth-of-type(n+6) {
    display: none;
}

.page-template-library div#cch_tax_alerts {
    height: auto;
    transition: 0.22s ease;
}

.page-template-library #cch_tax_alerts br:nth-of-type(n+6) {
    display:none;
}

a.news_link {
    color: #700a2f;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
}

.page-template-library .cch_econtent_tax_content p, .cch_econtent_tax_content li {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #424242 !important;
    line-height: 1.6em !important;
}

.page-template-library .cch_econtent_tax_content ul {
    margin-bottom: 30px;
}

.page-template-library .cch_econtent_tax_content > div > a {
    color: #700a2f;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.page-template-library .col-sm-6:nth-last-of-type(1) .library-category {
    height: auto !important;
}

.page-template-library .cch_econtent_tax_content > div > a {
    position: relative;
    top: -15px;
}

.page-template-library .col-sm-6:nth-last-of-type(1) .library-category {
    padding-bottom: 0 !important;
}
.home .slide-txt h2 {
    text-align: left !important;
}

@media(min-width:768px){
    .mobile-only {
        display:none;
    }
    .desktop-only {
        display:block;
    }
}

@media(max-width:768px){
    .mobile-only {
        display:block;
    }
    .desktop-only {
        display:none;
    }
    .home .main-container {
        margin-top: 0 !important;
    }
    .home .quick-hit .col-sm-9 {
        margin-bottom: 72px !important;
    }
    .home .col-sm-4.a-button {
        margin-bottom: 20px;
    }
    
    .home .col-sm-4.a-button:nth-last-of-type(1) {
        margin-bottom: 0 !important;
    }
    .page-template-template-news .main-container .about-body-section {
        top: -50px;
    }
    .page-template-library .about-body-section .library-body {
        position: relative;
        top: 58px;
    }
    .page-template-index .col-md-8.col-sm-8.body-txt.pull-right {
        position: relative;
        top: 37px;
    }
    
    .page-template-index h2.entry-title {
        padding-top: 69px;
    }

    .single .col-md-8.col-sm-8.body-txt.pull-right {
        position: relative;
        top: -20px;
    }
    
    .single .blog-view .blog h1 {
        padding-top: 74px;
    }

    .page-template-template-whitepapers .col-md-8.col-md-offset-1.col-sm-12.col-xs-12.body-txt.pull-right.about-body.height-matcher {
        position: relative;
        top: 37px;
    }
    
    .page-template-template-whitepapers .main-container .about-body-section .container .about-body h1 {
        padding-top: 70px;
    }
    .page-template.page-template-template-guides .col-md-8.col-md-offset-1.col-sm-12.col-xs-12.body-txt.pull-right.about-body.height-matcher {
        position: relative;
        top: 37px;
    }

    .page-template.page-template-template-guides .main-container .about-body-section .container .about-body h1 {
        padding-top: 70px;
    }
    .page-template-leadership2 .media-box-content {
        top: 442px !important;
        padding-left: 0 !important;
    }
    .single-leadership .banner .banner-bg-img {
        background-size: contain !important;
    }
    
    .single-leadership .col-md-8.col-md-offset-1.col-sm-8.col-xs-12.body-txt.pull-right.about-body {
        position: relative;
        top: 56px;
    }

    #grid .leader-emblem .media-box-content {
        position: static;
    }
    
    div#grid {
        height: 100% !important;
        position: static !important;
        margin: 0 auto !important;
        
    }
	@media(min-width:769px){
		div#grid {
			min-height: 18187px !important;
		}
	}
    
    .main-team-member {
        height: auto;
        position: static;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #utility-menu li a {
        font-size: 10px !important;
        padding: 10px 3px;
        letter-spacing: 0px !important;
    }

    .slide-img.banner-bg-img {
        position: relative !important;
        top: 141px !important;
        height: 100px !important;
        max-height: unset !important;
    }


    .banner {
        max-height: 239px !important;
    }
	
	.about-body {
		margin-top: 39px !important;
		padding-top: 10px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.team-members {
		margin-top: 39px;
	}
	
	.add_content_area {
		margin-top: 50px;
	}
	
	.library-body {
		top: 63px !important;
	}

    .single-leadership .add_content_area.mobile-only {
        position: relative;
        top: 50px;
        padding-bottom: 50px;
    }
    
}

.slide-img.banner-bg-img {
    -webkit-background-size: contain !important;
    background-size: contain !important;
}


@media (max-width: 769px) {
  .slide-img.banner-bg-img {
    margin-top: 0 !important;
  }
}

@media (max-width: 769px) {
  .owl-carousel-clients .owl-buttons > div.owl-next {
    right: 0 !important;
  }
  .slide-txt {
    transform: translateX(-50%) translateY(-50%) !important;
    top: 50% !important;
  }

  .owl-slider,
  .owl-slide {
    max-height: 353px !important;
    height: 353px !important;
  }

  .media-box-logo img {
    height: 250px;
  }

  .single-leadership .banner,
  .page-template-library .banner,
  .page-template-template-whitepapers {
    max-height: 214px !important;
  }
}



@media(max-width:769px){
.page-template-leadership2 .col-md-3.col-sm-4 {
    order: 10;
}

.page-template-leadership2 .about-body-section .container {
    display: flex;
    flex-wrap: wrap;
}

.page-template-leadership2 .team-members:nth-child(1) {
    order: 0;
}
}

@media(max-width:769px){
    .slide-txt h2 {
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .slide-txt {
        padding-top: 0 !important;
        margin-top: -50px !important;
        width: 100% !important;
        max-width: unset !important;
    }
    .slide-txt h2 {
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .slide-txt {
        width: 100% !important;
    }
    
    .slide-txt {
        margin-top: -65px !important;
    }
	.col-xs-12 {
		width: 100% !important;
	}
	
	.leader-emblem {
		width: 100% !important;
	}

	.team-members {
		width: 100% !important;
	}
	
}

@media(max-width:769px) and (min-width:768px){
	#top-menu li a {
		font-size: 12px !important;
		padding: 0 7px!important;
		letter-spacing: normal !important;
		margin-top: 16px;
	}

	.navbar-header img {
		max-width: 150px;
		position: relative;
		top: 15px;
	}
	.about-body {
		width: 100% !important;
		margin-top: 350px !important;
	}
}

@media(max-width:768px){
    .media-box-logo img {
        height: 500px !important;
    }

    .leader-emblem {
        height: 625px !important;
    }
	#top-menu {
	    overflow: scroll !important;
    	height: 500px !important;
	}
}

@media(max-width:1291px) and (min-width:768px){
    #top-menu .menu-item .dropdown-toggle {
        padding: 15px 10px !important;
    }
}

@media(max-width:1151px) and (min-width:768px){
    #top-menu .menu-item .dropdown-toggle {
        font-size: 13px !important;
    }
	.sidebar-box {
		padding-right:20px;
	}
}


@media(max-width:1070px) and (min-width:768px){
    
    .navbar-header img {
        max-width: 150px !important;
    }

    a.navbarbrand-no-break {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-header {
        height: 70px;
    }

}

@media(max-width:958px) and (min-width:768px){
    #top-menu .menu-item .dropdown-toggle {
        font-size: 12px !important;
    }
	.sidebar-box {
		padding-right:0px;
	}
}

@media(min-width:768px){
    .home .banner.home-slider, .home .owl-slide, .home .slide-img {
        min-height: 750px;
    }
}

@media(max-width:768px){
    body.home {
        margin-top: 141px !important;
    }

    .home .banner, .home .owl-slide {
        max-height: 400px !important;
    }

    .home-slider .owl-slider .owl-controls .owl-buttons {
        top: 50% !important;
    }
	.home .slide-txt {
    	margin-top: 0 !important;
	}
}