/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Adjust width */
    height: 12px; /* Adjust height for horizontal scrollbar */
}

/* Track (the background of the scrollbar) */
::-webkit-scrollbar-track {
    background: #f29368; /* Color of the track */

}

/* Handle (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background: #FF5F15; /* Color of the handle */
    border-radius: 10px; /* Rounded corners */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000a2a; /* Color on hover */
}

.valign {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.halign {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vhalign {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.empty-div {
    min-height: 390px;
    position: relative;
}
.redOverlay .empty-div:before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #D0292A 0%, rgba(208, 41, 42, 0) 100%);
}
.grey-bg {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.grey-bg >* {
    position: relative;
    z-index: 2;
}
.grey-bg:before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(248, 248, 248, 0.82) 100%);
}
.red-overlay {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.red-overlay >* {
    position: relative;
    z-index: 2;
}
.red-overlay:before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #ff5f15cd, #ff5f15cd);
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
}

.heading {
    color: #444444;
    font-family: 'Raleway', sans-serif;
}
.heading.white {
    color: #FFFFFF;
}
.heading.red {
    color: #ff5f15;
}
.heading.black {
   color: #000000;
}
.subtitle + .heading {
    margin-top: 8px;
}
.heading-top-side-line {
    width: 100%;
    align-items: flex-start;
    margin-top: 32px;
    position: relative;
}
.heading-top-side-line:before {
    content: "";
    width: 100%;
    max-width: 191px;
    border-bottom: 2px solid #ff5f15;
    margin-right: 32px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -24px;
}
.modal-dialog {
    max-width: 800px;
}
.modal {
    background: linear-gradient(0deg, #fba076dc, #fba076dc);
}
.modal .modal-content {
    max-width: 800px;
}
.expertise-top-block {
    padding-top: 20px;
    padding-bottom: 0px;
}
 .expertise-mid-block {
    padding-top: 0px;
}
#cookie-policy {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #ff5f15;
    width: 100%;
    height: 150px;
    z-index: 999999;
}
#cookie-policy .constrain {
    display: flex;
    padding: 40px 20px;
    height: 100%;
}
#cookie-policy .constrain .left-side {
    width: 60%;
}
#cookie-policy .constrain .left-side p {
    color: #FFFFFF;
}
#cookie-policy .constrain .buttons {
    width: 40%;
    display: flex;
}
#cookie-policy .constrain .buttons .button {
    background-color: transparent;
    margin: auto;
    color: #FFFFFF;
}

#acquisition-popup {
    display: block;
    position: fixed;
    top: 132px;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
#acquisition-popup .constrain {
    display: flex;
    padding: 40px 0;
    height: 100%;
}
#acquisition-popup .constrain .left-side {
    width: 50%;
    padding: 0 8px;
}
#acquisition-popup .constrain .right-side {
    width: 50%;
    display: flex;
    padding: 0 8px;
}
#acquisition-popup .constrain .right-side p {
    max-width: 350px;
    margin: auto 0;
}
#acquisition-popup .constrain .right-side .button {
    margin: auto 0;
}
#acquisition-popup .constrain .right-side .close-acquisition {
    position: absolute;
    top: 32px;
    right: calc(50vw - 600px);
    background: transparent;
    border: 0;
    color: ;
}

#home-banner h1, #home-banner .h1 {
    font-weight: 800;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
h1, .h1 {
    font-weight: 300;
    font-size: 42px;
    line-height: 56px;
    text-transform: capitalize;
}
h2, .h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
}
h3, .h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
}
h4, .h4 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
h5, .h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 22px;
    text-transform: uppercase;
}
h6, .h6 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-transform: uppercase;
}
p a {
    color: #ff5f15;
}
p a:hover {
    color: #444444;
}
.richtext p .morecontent span {
    display: none;
}
.richtext p .morelink {
    color: #ff5f15;
    font-weight: normal;
    font-size: 15px;
    display: block;
    line-height: 24px;
    text-transform: capitalize;
}
.richtext p .morelink:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    margin-left: 8px;
}
.richtext + ul.fancy {
    margin-top: 24px;
}
ul.fancy li:before {
    height: 14px;
    width: 14px;
    content: "";
    border-radius: 100%;
    top: 4px;
    border: 2px solid #ff5f15;
}
.richtext ul {
    list-style: none;
}
.richtext ul li {
    position: relative;
}
.richtext ul li:before {
    /* height: 14px;
    width: 14px;
    content: "";
    border-radius: 100%;
    top: 4px;
    position: absolute;
    left: -20px;
    border: 2px solid #ff5f15; */
}
.button {
    padding: 8px 32px;
    border-radius: 48px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
   ;
    letter-spacing: 0.06em;
    border: 2px solid #ff5f15;
}
.button.bordered {
    color: #ff5f15;
    background-color: #FFFFFF;
}
@media only screen and (min-width: 1200px) {
    .button.bordered:hover {
        color: #FFFFFF;
        background-color: #ff5f15;
   }
}
.button.red {
    color: #FFFFFF;
    background-color: #ff5f15;
}
@media only screen and (min-width: 1200px) {
    .button.red:hover {
        color: #ff5f15;
        background-color: #FFFFFF;
   }
}
.button.hollow {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
}
@media only screen and (min-width: 1200px) {
    .button.hollow:hover {
        color: #ff5f15;
        background-color: #FFFFFF;
   }
}
.button.link {
    color: #ff5f15;
    background-color: transparent;
    padding: 12px 4px;
    border-color: transparent;
}
.button.link:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: #ff5f15;
    margin-left: 8px;
}
@media only screen and (min-width: 1200px) {
    .button.link:hover {
        color: #444444;
   }
}
.button + .button {
    margin-top: 12px;
}
.simplesearch-page a {
    color: #ff5f15;
}
.simplesearch-result h3 {
    margin: 0;
}
.simplesearch-result h3 a {
    color: #ff5f15;
}
.elq-form .elq-required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.elq-form #elq-FormLastRow {
    position: absolute;
    left: -80%;
    top: -80%;
}
.elq-form .elq-label {
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 0;
}
.elq-form .elq-label-top {
    padding-bottom: 3px;
}
.elq-form .elq-item-label {
    max-width: 100%;
    font-weight: 400;
    box-sizing: border-box;
}
.elq-form .list-order {
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.elq-form .one-column {
    width: 100%;
    clear: both;
}
.elq-form .two-column {
    float: left;
    width: 38%;
}
.elq-form .three-column {
    float: left;
    width: 30%;
}
.elq-form .elq-item-textarea {
    resize: vertical;
    min-height: 48px;
    max-height: 360px;
    box-sizing: border-box;
}
.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}
.elq-form .elq-item-select {
    text-transform: none;
}
.elq-form .row.single-checkbox-row {
    margin-left: 0;
}
.elq-form .elq-field-style {
    padding-bottom: 10px;
}
.elq-form .elq-field-style input[type=submit] {
    -webkit-appearance: square-button;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(1turn);
   }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    to {
        transform: rotate(1turn);
   }
}
.elq-form .loader {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.elq-form input[type=checkbox], .elq-form input[type=radio] {
    margin: 0;
}
.elq-form .list-order input[type=radio] {
    margin-left: 1px;
}
.elq-form *, .elq-form :after, .elq-form :before {
    box-sizing: border-box;
}
.elq-form html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
.elq-form body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}
.elq-form button, .elq-form input, .elq-form select, .elq-form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.elq-form a {
    color: #337ab7;
    text-decoration: none;
}
.elq-form a:focus, .elq-form a:hover {
    color: #23527c;
    text-decoration: underline;
}
.elq-form a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.elq-form figure {
    margin: 0;
}
.elq-form img {
    vertical-align: middle;
}
.elq-form .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.elq-form .img-rounded {
    border-radius: 6px;
}
.elq-form .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.elq-form .img-circle {
    border-radius: 50%;
}
.elq-form hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.elq-form .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.elq-form .sr-only-focusable:active, .elq-form .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.elq-form [role=button] {
    cursor: pointer;
}
.elq-form .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.elq-form .container:after, .elq-form .container:before {
    display: table;
    content: " ";
}
.elq-form .container:after {
    clear: both;
}
@media (min-width: 768px) {
    .elq-form .container {
        width: 750px;
   }
}
@media (min-width: 992px) {
    .elq-form .container {
        width: 970px;
   }
}
@media (min-width: 1200px) {
    .elq-form .container {
        width: 1170px;
   }
}
.elq-form .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.elq-form .container-fluid:after, .elq-form .container-fluid:before {
    display: table;
    content: " ";
}
.elq-form .container-fluid:after {
    clear: both;
}
.elq-form .row {
    margin-right: -15px;
    margin-left: -15px;
}
.elq-form .row:after, .elq-form .row:before {
    display: table;
    content: " ";
}
.elq-form .row:after {
    clear: both;
}
.elq-form .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.elq-form .row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.elq-form .col-lg-1, .elq-form .col-lg-2, .elq-form .col-lg-3, .elq-form .col-lg-4, .elq-form .col-lg-5, .elq-form .col-lg-6, .elq-form .col-lg-7, .elq-form .col-lg-8, .elq-form .col-lg-9, .elq-form .col-lg-10, .elq-form .col-lg-11, .elq-form .col-lg-12, .elq-form .col-md-1, .elq-form .col-md-2, .elq-form .col-md-3, .elq-form .col-md-4, .elq-form .col-md-5, .elq-form .col-md-6, .elq-form .col-md-7, .elq-form .col-md-8, .elq-form .col-md-9, .elq-form .col-md-10, .elq-form .col-md-11, .elq-form .col-md-12, .elq-form .col-sm-1, .elq-form .col-sm-2, .elq-form .col-sm-3, .elq-form .col-sm-4, .elq-form .col-sm-5, .elq-form .col-sm-6, .elq-form .col-sm-7, .elq-form .col-sm-8, .elq-form .col-sm-9, .elq-form .col-sm-10, .elq-form .col-sm-11, .elq-form .col-sm-12, .elq-form .col-xs-1, .elq-form .col-xs-2, .elq-form .col-xs-3, .elq-form .col-xs-4, .elq-form .col-xs-5, .elq-form .col-xs-6, .elq-form .col-xs-7, .elq-form .col-xs-8, .elq-form .col-xs-9, .elq-form .col-xs-10, .elq-form .col-xs-11, .elq-form .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.elq-form .col-xs-1, .elq-form .col-xs-2, .elq-form .col-xs-3, .elq-form .col-xs-4, .elq-form .col-xs-5, .elq-form .col-xs-6, .elq-form .col-xs-7, .elq-form .col-xs-8, .elq-form .col-xs-9, .elq-form .col-xs-10, .elq-form .col-xs-11, .elq-form .col-xs-12 {
    float: left;
}
.elq-form .col-xs-1 {
    width: 8.33333%;
}
.elq-form .col-xs-2 {
    width: 16.66667%;
}
.elq-form .col-xs-3 {
    width: 25%;
}
.elq-form .col-xs-4 {
    width: 33.33333%;
}
.elq-form .col-xs-5 {
    width: 41.66667%;
}
.elq-form .col-xs-6 {
    width: 50%;
}
.elq-form .col-xs-7 {
    width: 58.33333%;
}
.elq-form .col-xs-8 {
    width: 66.66667%;
}
.elq-form .col-xs-9 {
    width: 75%;
}
.elq-form .col-xs-10 {
    width: 83.33333%;
}
.elq-form .col-xs-11 {
    width: 91.66667%;
}
.elq-form .col-xs-12 {
    width: 100%;
}
.elq-form .col-xs-pull-0 {
    right: auto;
}
.elq-form .col-xs-pull-1 {
    right: 8.33333%;
}
.elq-form .col-xs-pull-2 {
    right: 16.66667%;
}
.elq-form .col-xs-pull-3 {
    right: 25%;
}
.elq-form .col-xs-pull-4 {
    right: 33.33333%;
}
.elq-form .col-xs-pull-5 {
    right: 41.66667%;
}
.elq-form .col-xs-pull-6 {
    right: 50%;
}
.elq-form .col-xs-pull-7 {
    right: 58.33333%;
}
.elq-form .col-xs-pull-8 {
    right: 66.66667%;
}
.elq-form .col-xs-pull-9 {
    right: 75%;
}
.elq-form .col-xs-pull-10 {
    right: 83.33333%;
}
.elq-form .col-xs-pull-11 {
    right: 91.66667%;
}
.elq-form .col-xs-pull-12 {
    right: 100%;
}
.elq-form .col-xs-push-0 {
    left: auto;
}
.elq-form .col-xs-push-1 {
    left: 8.33333%;
}
.elq-form .col-xs-push-2 {
    left: 16.66667%;
}
.elq-form .col-xs-push-3 {
    left: 25%;
}
.elq-form .col-xs-push-4 {
    left: 33.33333%;
}
.elq-form .col-xs-push-5 {
    left: 41.66667%;
}
.elq-form .col-xs-push-6 {
    left: 50%;
}
.elq-form .col-xs-push-7 {
    left: 58.33333%;
}
.elq-form .col-xs-push-8 {
    left: 66.66667%;
}
.elq-form .col-xs-push-9 {
    left: 75%;
}
.elq-form .col-xs-push-10 {
    left: 83.33333%;
}
.elq-form .col-xs-push-11 {
    left: 91.66667%;
}
.elq-form .col-xs-push-12 {
    left: 100%;
}
.elq-form .col-xs-offset-0 {
    margin-left: 0;
}
.elq-form .col-xs-offset-1 {
    margin-left: 8.33333%;
}
.elq-form .col-xs-offset-2 {
    margin-left: 16.66667%;
}
.elq-form .col-xs-offset-3 {
    margin-left: 25%;
}
.elq-form .col-xs-offset-4 {
    margin-left: 33.33333%;
}
.elq-form .col-xs-offset-5 {
    margin-left: 41.66667%;
}
.elq-form .col-xs-offset-6 {
    margin-left: 50%;
}
.elq-form .col-xs-offset-7 {
    margin-left: 58.33333%;
}
.elq-form .col-xs-offset-8 {
    margin-left: 66.66667%;
}
.elq-form .col-xs-offset-9 {
    margin-left: 75%;
}
.elq-form .col-xs-offset-10 {
    margin-left: 83.33333%;
}
.elq-form .col-xs-offset-11 {
    margin-left: 91.66667%;
}
.elq-form .col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .elq-form .col-sm-1, .elq-form .col-sm-2, .elq-form .col-sm-3, .elq-form .col-sm-4, .elq-form .col-sm-5, .elq-form .col-sm-6, .elq-form .col-sm-7, .elq-form .col-sm-8, .elq-form .col-sm-9, .elq-form .col-sm-10, .elq-form .col-sm-11, .elq-form .col-sm-12 {
        float: left;
   }
    .elq-form .col-sm-1 {
        width: 8.33333%;
   }
    .elq-form .col-sm-2 {
        width: 16.66667%;
   }
    .elq-form .col-sm-3 {
        width: 25%;
   }
    .elq-form .col-sm-4 {
        width: 33.33333%;
   }
    .elq-form .col-sm-5 {
        width: 41.66667%;
   }
    .elq-form .col-sm-6 {
        width: 50%;
   }
    .elq-form .col-sm-7 {
        width: 58.33333%;
   }
    .elq-form .col-sm-8 {
        width: 66.66667%;
   }
    .elq-form .col-sm-9 {
        width: 75%;
   }
    .elq-form .col-sm-10 {
        width: 83.33333%;
   }
    .elq-form .col-sm-11 {
        width: 91.66667%;
   }
    .elq-form .col-sm-12 {
        width: 100%;
   }
    .elq-form .col-sm-pull-0 {
        right: auto;
   }
    .elq-form .col-sm-pull-1 {
        right: 8.33333%;
   }
    .elq-form .col-sm-pull-2 {
        right: 16.66667%;
   }
    .elq-form .col-sm-pull-3 {
        right: 25%;
   }
    .elq-form .col-sm-pull-4 {
        right: 33.33333%;
   }
    .elq-form .col-sm-pull-5 {
        right: 41.66667%;
   }
    .elq-form .col-sm-pull-6 {
        right: 50%;
   }
    .elq-form .col-sm-pull-7 {
        right: 58.33333%;
   }
    .elq-form .col-sm-pull-8 {
        right: 66.66667%;
   }
    .elq-form .col-sm-pull-9 {
        right: 75%;
   }
    .elq-form .col-sm-pull-10 {
        right: 83.33333%;
   }
    .elq-form .col-sm-pull-11 {
        right: 91.66667%;
   }
    .elq-form .col-sm-pull-12 {
        right: 100%;
   }
    .elq-form .col-sm-push-0 {
        left: auto;
   }
    .elq-form .col-sm-push-1 {
        left: 8.33333%;
   }
    .elq-form .col-sm-push-2 {
        left: 16.66667%;
   }
    .elq-form .col-sm-push-3 {
        left: 25%;
   }
    .elq-form .col-sm-push-4 {
        left: 33.33333%;
   }
    .elq-form .col-sm-push-5 {
        left: 41.66667%;
   }
    .elq-form .col-sm-push-6 {
        left: 50%;
   }
    .elq-form .col-sm-push-7 {
        left: 58.33333%;
   }
    .elq-form .col-sm-push-8 {
        left: 66.66667%;
   }
    .elq-form .col-sm-push-9 {
        left: 75%;
   }
    .elq-form .col-sm-push-10 {
        left: 83.33333%;
   }
    .elq-form .col-sm-push-11 {
        left: 91.66667%;
   }
    .elq-form .col-sm-push-12 {
        left: 100%;
   }
    .elq-form .col-sm-offset-0 {
        margin-left: 0;
   }
    .elq-form .col-sm-offset-1 {
        margin-left: 8.33333%;
   }
    .elq-form .col-sm-offset-2 {
        margin-left: 16.66667%;
   }
    .elq-form .col-sm-offset-3 {
        margin-left: 25%;
   }
    .elq-form .col-sm-offset-4 {
        margin-left: 33.33333%;
   }
    .elq-form .col-sm-offset-5 {
        margin-left: 41.66667%;
   }
    .elq-form .col-sm-offset-6 {
        margin-left: 50%;
   }
    .elq-form .col-sm-offset-7 {
        margin-left: 58.33333%;
   }
    .elq-form .col-sm-offset-8 {
        margin-left: 66.66667%;
   }
    .elq-form .col-sm-offset-9 {
        margin-left: 75%;
   }
    .elq-form .col-sm-offset-10 {
        margin-left: 83.33333%;
   }
    .elq-form .col-sm-offset-11 {
        margin-left: 91.66667%;
   }
    .elq-form .col-sm-offset-12 {
        margin-left: 100%;
   }
}
@media (min-width: 992px) {
    .elq-form .col-md-1, .elq-form .col-md-2, .elq-form .col-md-3, .elq-form .col-md-4, .elq-form .col-md-5, .elq-form .col-md-6, .elq-form .col-md-7, .elq-form .col-md-8, .elq-form .col-md-9, .elq-form .col-md-10, .elq-form .col-md-11, .elq-form .col-md-12 {
        float: left;
   }
    .elq-form .col-md-1 {
        width: 8.33333%;
   }
    .elq-form .col-md-2 {
        width: 16.66667%;
   }
    .elq-form .col-md-3 {
        width: 25%;
   }
    .elq-form .col-md-4 {
        width: 33.33333%;
   }
    .elq-form .col-md-5 {
        width: 41.66667%;
   }
    .elq-form .col-md-6 {
        width: 50%;
   }
    .elq-form .col-md-7 {
        width: 58.33333%;
   }
    .elq-form .col-md-8 {
        width: 66.66667%;
   }
    .elq-form .col-md-9 {
        width: 75%;
   }
    .elq-form .col-md-10 {
        width: 83.33333%;
   }
    .elq-form .col-md-11 {
        width: 91.66667%;
   }
    .elq-form .col-md-12 {
        width: 100%;
   }
    .elq-form .col-md-pull-0 {
        right: auto;
   }
    .elq-form .col-md-pull-1 {
        right: 8.33333%;
   }
    .elq-form .col-md-pull-2 {
        right: 16.66667%;
   }
    .elq-form .col-md-pull-3 {
        right: 25%;
   }
    .elq-form .col-md-pull-4 {
        right: 33.33333%;
   }
    .elq-form .col-md-pull-5 {
        right: 41.66667%;
   }
    .elq-form .col-md-pull-6 {
        right: 50%;
   }
    .elq-form .col-md-pull-7 {
        right: 58.33333%;
   }
    .elq-form .col-md-pull-8 {
        right: 66.66667%;
   }
    .elq-form .col-md-pull-9 {
        right: 75%;
   }
    .elq-form .col-md-pull-10 {
        right: 83.33333%;
   }
    .elq-form .col-md-pull-11 {
        right: 91.66667%;
   }
    .elq-form .col-md-pull-12 {
        right: 100%;
   }
    .elq-form .col-md-push-0 {
        left: auto;
   }
    .elq-form .col-md-push-1 {
        left: 8.33333%;
   }
    .elq-form .col-md-push-2 {
        left: 16.66667%;
   }
    .elq-form .col-md-push-3 {
        left: 25%;
   }
    .elq-form .col-md-push-4 {
        left: 33.33333%;
   }
    .elq-form .col-md-push-5 {
        left: 41.66667%;
   }
    .elq-form .col-md-push-6 {
        left: 50%;
   }
    .elq-form .col-md-push-7 {
        left: 58.33333%;
   }
    .elq-form .col-md-push-8 {
        left: 66.66667%;
   }
    .elq-form .col-md-push-9 {
        left: 75%;
   }
    .elq-form .col-md-push-10 {
        left: 83.33333%;
   }
    .elq-form .col-md-push-11 {
        left: 91.66667%;
   }
    .elq-form .col-md-push-12 {
        left: 100%;
   }
    .elq-form .col-md-offset-0 {
        margin-left: 0;
   }
    .elq-form .col-md-offset-1 {
        margin-left: 8.33333%;
   }
    .elq-form .col-md-offset-2 {
        margin-left: 16.66667%;
   }
    .elq-form .col-md-offset-3 {
        margin-left: 25%;
   }
    .elq-form .col-md-offset-4 {
        margin-left: 33.33333%;
   }
    .elq-form .col-md-offset-5 {
        margin-left: 41.66667%;
   }
    .elq-form .col-md-offset-6 {
        margin-left: 50%;
   }
    .elq-form .col-md-offset-7 {
        margin-left: 58.33333%;
   }
    .elq-form .col-md-offset-8 {
        margin-left: 66.66667%;
   }
    .elq-form .col-md-offset-9 {
        margin-left: 75%;
   }
    .elq-form .col-md-offset-10 {
        margin-left: 83.33333%;
   }
    .elq-form .col-md-offset-11 {
        margin-left: 91.66667%;
   }
    .elq-form .col-md-offset-12 {
        margin-left: 100%;
   }
}
@media (min-width: 1200px) {
    .elq-form .col-lg-1, .elq-form .col-lg-2, .elq-form .col-lg-3, .elq-form .col-lg-4, .elq-form .col-lg-5, .elq-form .col-lg-6, .elq-form .col-lg-7, .elq-form .col-lg-8, .elq-form .col-lg-9, .elq-form .col-lg-10, .elq-form .col-lg-11, .elq-form .col-lg-12 {
        float: left;
   }
    .elq-form .col-lg-1 {
        width: 8.33333%;
   }
    .elq-form .col-lg-2 {
        width: 16.66667%;
   }
    .elq-form .col-lg-3 {
        width: 25%;
   }
    .elq-form .col-lg-4 {
        width: 33.33333%;
   }
    .elq-form .col-lg-5 {
        width: 41.66667%;
   }
    .elq-form .col-lg-6 {
        width: 50%;
   }
    .elq-form .col-lg-7 {
        width: 58.33333%;
   }
    .elq-form .col-lg-8 {
        width: 66.66667%;
   }
    .elq-form .col-lg-9 {
        width: 75%;
   }
    .elq-form .col-lg-10 {
        width: 83.33333%;
   }
    .elq-form .col-lg-11 {
        width: 91.66667%;
   }
    .elq-form .col-lg-12 {
        width: 100%;
   }
    .elq-form .col-lg-pull-0 {
        right: auto;
   }
    .elq-form .col-lg-pull-1 {
        right: 8.33333%;
   }
    .elq-form .col-lg-pull-2 {
        right: 16.66667%;
   }
    .elq-form .col-lg-pull-3 {
        right: 25%;
   }
    .elq-form .col-lg-pull-4 {
        right: 33.33333%;
   }
    .elq-form .col-lg-pull-5 {
        right: 41.66667%;
   }
    .elq-form .col-lg-pull-6 {
        right: 50%;
   }
    .elq-form .col-lg-pull-7 {
        right: 58.33333%;
   }
    .elq-form .col-lg-pull-8 {
        right: 66.66667%;
   }
    .elq-form .col-lg-pull-9 {
        right: 75%;
   }
    .elq-form .col-lg-pull-10 {
        right: 83.33333%;
   }
    .elq-form .col-lg-pull-11 {
        right: 91.66667%;
   }
    .elq-form .col-lg-pull-12 {
        right: 100%;
   }
    .elq-form .col-lg-push-0 {
        left: auto;
   }
    .elq-form .col-lg-push-1 {
        left: 8.33333%;
   }
    .elq-form .col-lg-push-2 {
        left: 16.66667%;
   }
    .elq-form .col-lg-push-3 {
        left: 25%;
   }
    .elq-form .col-lg-push-4 {
        left: 33.33333%;
   }
    .elq-form .col-lg-push-5 {
        left: 41.66667%;
   }
    .elq-form .col-lg-push-6 {
        left: 50%;
   }
    .elq-form .col-lg-push-7 {
        left: 58.33333%;
   }
    .elq-form .col-lg-push-8 {
        left: 66.66667%;
   }
    .elq-form .col-lg-push-9 {
        left: 75%;
   }
    .elq-form .col-lg-push-10 {
        left: 83.33333%;
   }
    .elq-form .col-lg-push-11 {
        left: 91.66667%;
   }
    .elq-form .col-lg-push-12 {
        left: 100%;
   }
    .elq-form .col-lg-offset-0 {
        margin-left: 0;
   }
    .elq-form .col-lg-offset-1 {
        margin-left: 8.33333%;
   }
    .elq-form .col-lg-offset-2 {
        margin-left: 16.66667%;
   }
    .elq-form .col-lg-offset-3 {
        margin-left: 25%;
   }
    .elq-form .col-lg-offset-4 {
        margin-left: 33.33333%;
   }
    .elq-form .col-lg-offset-5 {
        margin-left: 41.66667%;
   }
    .elq-form .col-lg-offset-6 {
        margin-left: 50%;
   }
    .elq-form .col-lg-offset-7 {
        margin-left: 58.33333%;
   }
    .elq-form .col-lg-offset-8 {
        margin-left: 66.66667%;
   }
    .elq-form .col-lg-offset-9 {
        margin-left: 75%;
   }
    .elq-form .col-lg-offset-10 {
        margin-left: 83.33333%;
   }
    .elq-form .col-lg-offset-11 {
        margin-left: 91.66667%;
   }
    .elq-form .col-lg-offset-12 {
        margin-left: 100%;
   }
}
.elq-form .row {
    display: inherit;
}
.LV_invalid_field, input.LV_invalid_field:active, input.LV_invalid_field:hover, textarea.LV_invalid_field:active, textarea.LV_invalid_field:hover {
    outline: 1px solid #c00;
}
.LV_validation_message {
    font-weight: 700;
    margin: 0 0 0 5px;
}
.LV_valid {
    display: none;
}
.LV_invalid {
    color: #c00;
    font-size: 10px;
}
.checkbox-aligned {
    margin-left: 5px;
    display: inline;
}
.form-element-layout {
    padding: 5px 10px;
}
.form-element-instruction {
    font-size: 10px;
}
.form-element-form-text {
    margin: 0;
}
.form-field-visible-xs-block {
    display: none;
}
.elq-form-design-field .list-order input[type=radio] {
    margin-left: 1px;
}
@media (max-width: 767px) {
    .form-field-visible-xs-block {
        display: block;
   }
}
.form-field-hidden-xs {
    display: block;
}
@media (max-width: 767px) {
    .form-field-hidden-xs {
        display: none;
   }
}
.custom-overlay {
    margin-left: 2px;
    background: #fff;
    box-shadow: 0 0 4px 0 #777;
    border-radius: 2px;
    max-width: 256px;
}
.elq-form {
    text-align: left;
}
.elq-form a {
    color: red;
}
.elq-form a:hover {
    text-decoration: underline;
}
.elq-form .form-element-layout {
    padding: 12px 16px;
}
.elq-form .form-element-layout input, .elq-form .form-element-layout textarea, .elq-form .form-element-layout select {
    border: 1px solid #D8D8D8;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: unset;
    letter-spacing: 0.1em;
    color: #444444;
}
.elq-form .form-element-layout .bootstrap-select {
    height: 48px;
    width: 100% !important;
}
.elq-form .form-element-layout .bootstrap-select button {
    height: 48px;
}
.elq-form .form-element-layout .btn-group .btn {
    border-radius: 64px;
}
.elq-form .form-element-layout select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 28px !important;
}
.elq-form .form-element-layout input, .elq-form .form-element-layout select {
    height: 48px;
    border-radius: 61px;
}
.elq-form .form-element-layout input[type="checkbox"], .elq-form .form-element-layout select[type="checkbox"] {
    height: auto;
}
.elq-form .form-element-layout textarea {
    border-radius: 30px;
}
.elq-form .form-element-layout .submit-button-style {
    padding: 8px 32px;
    border-radius: 48px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
   ;
    letter-spacing: 0.06em;
    border: 2px solid #ff5f15;
    color: #FFFFFF;
    background-color: #ff5f15;
}
.elq-form .form-element-layout .submit-button-style:hover {
    color: #ff5f15;
    background-color: #FFFFFF;
}
.team-members {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.team-members.one-column .team-member {
    width: 100%;
}
.team-members.two-columns .team-member {
    width: 50%;
}
.team-members.three-columns .team-member {
    width: 33.33%;
}
.team-members.four-columns .team-member {
    width: 30%;
}
.team-members.five-columns .team-member {
    width: 20%;
}
.team-members .team-member {
    padding: 16px;
}
.team-members .team-member.no-image .item {
    height: 100px;
}
.team-members .team-member .item {
    position: relative;
    display: block;
}
.team-members .team-member .item .image-wrapper {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 2px 2px 2px #f1f1f1;
}
.team-members .team-member .item .image-wrapper img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.team-members .team-member .item .title-section {
    left: 0;
    bottom: 0;
    min-height: 100px;
    transition: .2s ease-in-out all;
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
}
.team-members .team-member .item .title-section h3 {
    color: #444444;
}
.team-members .team-member .item .title-section p {
    padding: 0 8px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #444444;
}
.team-members .team-member .item .title-section .button {
    opacity: 0;
    transition: .2s ease-in-out all;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
}
.image-wrapper img{
    filter: grayscale(1);
}
@media only screen and (min-width: 1200px) {
    .team-members .team-member .item:hover .title-section {
        height: auto;
        min-height: 140px;
        transition: .2s ease-in-out all;
        padding-bottom: 12px;
   }
    .team-members .team-member .item:hover .title-section .button {
        margin-top: 8px;
        opacity: 1;
        transition: .2s ease-in-out all;
        min-height: 40px;
        padding: 6px 33px;
   }
   .team-members .team-member .item:hover .image-wrapper img{
        filter: grayscale(0);
   }
}
.teammember-fancybox {
    background-color: #FFFFFF;
    max-width: 50%;
}
.teammember-fancybox .team-member-item .team-container .image-wrapper {
    margin-left: 0;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 2px 2px 2px #f1f1f1;
    margin-bottom: 23px;
}
.teammember-fancybox .team-member-item .team-container .image-wrapper img {
    min-height: 100%;
    min-width: 100%;
}
.teammember-fancybox .team-member-item .team-container .content .title-box {
    text-align: left;
}
.teammember-fancybox .team-member-item .team-container .content .quick-link {
    margin-top: 12px;
    text-transform: capitalize;
    font-weight: 500;
}
.teammember-fancybox .team-member-item .team-container .content .quick-link i {
    margin-right: 8px;
}
#global-nav li {
    padding: 0 10px;
}
#global-nav li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #444444;
    letter-spacing: 0.02em;
}
@media only screen and (min-width: 1200px) {
    #primary-nav {
        display: flex;
        justify-content: space-between;
   }
}
#primary-nav {
    font-family: 'Raleway', sans-serif;
   ;
}
#primary-nav #header-1, #primary-nav #header-22, #primary-nav #header-23, #primary-nav #header-24, #primary-nav #header-31 {
    display: none;
}
#primary-nav #header-16 ul:before {
    height: 104px;
    width: 104px;
    position: absolute;
    bottom: 32px;
    right: 32px;
    content: "";
}
#primary-nav >li#header-15 >a {
    padding-left: 0;
}
#primary-nav >li#header-15 >ul li ul {
    display: none !important;
}
#primary-nav >li#header-21 >a {
    padding-right: 0;
}
#primary-nav >li#header-16 a {
    padding-left: 0;
}
#primary-nav >li i {
    display: none;
}
#primary-nav >li a {
    color: #444444;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#primary-nav >li >ul {
    box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
    top: 60px;
    padding: 16px;
    width: auto;
    min-width: 331px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border-top-right-radius: 0;
}
#primary-nav >li >ul .backbtn {
    display: none;
}
#primary-nav >li >ul >li {
    height: auto !important;
    position: unset;
    font-weight: 300;
    padding: 8px 0;
}
#primary-nav >li >ul >li a {
    font-weight: normal;
    font-size: 15px !important;
    line-height: 24px;
    margin: 0;
    padding: 0 16px;
    text-transform: capitalize;
}
#primary-nav >li >ul >li a:hover {
    color: #ff5f15;
}
#primary-nav >li >ul >li ul {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 7px 10px 24px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    border-radius: 4px;
    border-top-left-radius: 0;
    display: none !important;
}
#primary-nav >li >ul >li ul li a {
    font-weight: 300;
}
#primary-nav >li >ul >li:hover ul {
    display: block;
}
@media only screen and (min-width: 1200px) {
    #primary-nav >li#header-16 {
        position: static;
   }
    #primary-nav >li#header-16.hover >ul {
        display: flex !important;
   }
    #primary-nav >li#header-16 >ul {
        position: absolute;
        width: 100%;
        height: 544px;
        left: 0;
        top: 60px;
        padding-left: calc(50vw - 600px);
        padding-right: calc(50vw - 600px);
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
   }
    #primary-nav >li#header-16 >ul >li {
        padding: 24px 0;
        width: 33.33%;
   }
    #primary-nav >li#header-16 >ul >li >a {
        font-weight: 700;
        /*pointer-events: none;*/
   }
    #primary-nav >li#header-16 >ul >li >ul >li a {
        color: #444444;
   }
    #primary-nav >li#header-16 >ul >li >ul >li a:hover {
        color: #ff5f15;
   }
    #primary-nav >li#header-16 >ul li {
        padding: 8px 0;
        height: auto !important;
   }
    #primary-nav >li#header-16 >ul li a {
        line-height: 24px !important;
   }
}
body.body-has-alert{
   padding-top: 90px;
}
/* body.body-has-alert #header{
   top:60px;
} */
#site-alert{
   position: fixed;
   width: 100%;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #ff5f15;
   color: #fff;
   top: 0;
   left:0;
   z-index:99;
}
#site-alert.fauxlink{
   cursor: pointer;
}
#site-alert p{
   font-size:20px;
   margin:0;
}
#site-alert p a{
   color: #fff;
   text-decoration: none;
}
#site-alert:hover{
   
}
#header {
    height: auto;
    z-index: 99;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
#header #navid-29, #header #navid-30, #header #navid-31, #header #navid-32, #header #navid-33, #header #navid-34 {
    display: none;
}
#header #header-top {
    padding: 14px 0;
}
#header #header-top .constrain {
    display: flex;
    justify-content: flex-end;
}
#header #header-top .constrain >* {
    margin: 0 8px;
}
#header #header-top .constrain .tel {
    line-height: 40px;
}
#header #header-top .constrain .search-container {
    display: flex;
}
#header #header-top .constrain .search-container .search-form {
    margin: auto;
    width: 270px;
}
#header #header-top .constrain .search-container .search-form input {
    border: 1px solid #D8D8D8;
}
#header #header-bottom {
    padding: 0;
    position: relative;
    z-index: 3;
    background-color: #FFFFFF;
}
#header #header-bottom .constrain .logo {
    position: absolute;
    left: calc(50vw - 600px);
    top: -73px;
    height: 61px;
    width: 265px;
    overflow: hidden;
}
#header #header-bottom .constrain .logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#header #header-bottom .constrain a {
    font-size: 14px;
}
#header nav {
    float: unset;
}
#header .search-container-mobile {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    display: none;
    width: 100%;
    transition: .2s ease-in-out all;
    background-color: #FFFFFF;
}
#header .search-container-mobile .search-form {
    max-width: none;
    background: rgba(249,252,253,0.95);
    border: 1px solid #ff5f15;
    z-index:999;
}
#header .search-container-mobile .search-form input {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    height: 40px;
}
#header .search-container-mobile.open {
    transition: .2s ease-in-out all;
    bottom: -42px;
}
#home-banner {
    margin-bottom: 0;
}
#home-banner .banner-wrapper {
    margin: -90px 0;
}
body#id-600 #home-banner .banner-wrapper { /*careers page*/
    margin: -125px 0;
}
#home-banner .banner-wrapper .slide:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 2;
}
#home-banner .banner-wrapper .slide .constrain .caption {
    text-align: left;
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 2;
}
#home-banner .banner-wrapper .slide .constrain .caption .heading, #home-banner .banner-wrapper .slide .constrain .caption .button-jumplink, #home-banner .banner-wrapper .slide .constrain .caption p {
    color: #FFFFFF;
}
#home-banner .banner-wrapper .slide .constrain .caption .heading.red{
    color: #ff5f15;
}
#home-banner .banner-wrapper .slide .constrain .caption .button-jumplink {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
}
#home-banner .buckets-wrapper {
   position: absolute;
   left: 0;
   right: calc(50vw - 608px);
   bottom: -75px;
   background-color: #FFFFFF;
   z-index: 4;
   padding: 16px;
   border-top-right-radius: 92.5px;
   box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
   border-bottom-right-radius: 92.5px;
   padding-left: calc(50vw - 608px);
}
#home-banner .buckets .bucket {
   padding: 8px 16px;
}
#home-banner .buckets .bucket .item {
   max-height: 99px;
   overflow: hidden;
   text-align: center;
}
#home-banner .buckets .bucket .item .interest p {
   color: #ff5f15;
}
#home-banner .buckets .bucket .item .content {
   position: relative;
   padding-bottom: 45px;
}
#home-banner .buckets .bucket .item .content h6 {
   margin: auto;
}
#home-banner .buckets .bucket .item .content .button {
   display: flex;
   flex-direction: row;
   margin: 0 auto;
   height: 48px;
   position: absolute;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   bottom: 8px;
}
#home-banner .buckets .bucket .item .content .button i {
   line-height: 20px;
}
#home-banner .buckets .bucket .item .content .button .text {
   max-width: 0;
   transition: .4s ease-in-out all;
   overflow: hidden;
   line-height: 20px;
}
#home-banner .buckets .bucket .item .content .button:after {
   display: none;
}
#home-banner.home-banner-slider .banner-wrapper .slide:before {
   position: absolute;
   top: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   content: "";
   z-index: 2;
   background: linear-gradient(0deg,#333 0%,rgba(208,41,42,0) 30%);
}
#home-banner.home-banner-slider{
   margin-bottom: unset;
}
#home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption p{
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 4px;
   font-size: 17px;
}
#home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption .h1 p{
   font-weight: 500;
   font-size: 35px;
   line-height: 60px;
   letter-spacing: 1px;
   text-transform: unset;
}
#home-banner.home-banner-slider .slide{
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption .button-jumplink{
   border: white solid;
   border-radius: 5px;
   padding: 5px 20px;
   position: relative;
   top: 15px;
}
#home-banner.home-banner-slider .h1{
  font-weight: 500;
   font-size: 35px;
   line-height: 60px;
   letter-spacing: 1px;
   text-transform: unset; 
}
#home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption{
   text-align: left;
   position: absolute;
   bottom: 50px;
   left: 0;
   z-index: 2;
}
#home-banner.home-banner-slider .slick-dots li button{
   display: none;
}
#home-banner.home-banner-slider .slick-dots li button{
   display: none;
}
#home-banner.home-banner-slider, #home-banner.home-banner-slider .slide, #home-banner.home-banner-slider .constrain {
   height: 499px;
   position: relative;
}
#home-banner .slick-dots {
   display: none;
}
@media only screen and (min-width: 1200px) {
    #home-banner .buckets .bucket .item:hover .content .button .text {
        margin-right: 8px;
        width: auto;
        max-width: 300px;
        transition: .4s ease-in-out all;
   }
}
#inner-banner {
    background: linear-gradient(90.01deg,#F8F8F8 0.01%,rgba(248,248,248,0) 99.99%), #F8F8F8;
}
#inner-banner .contain {
    left: calc(50vw - 600px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#inner-banner .contain .crumb-container .crumb {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}
#inner-banner .contain .crumb-container .crumb a {
    color: #444444;
}
#inner-banner .contain .crumb-container .crumb a:hover {
    color: #ff5f15;
}
#inner-banner .contain .crumb-container .crumb:after {
    /* font-family: "Font Awesome 5 Pro"; */
    content: ">";
    margin: 0 8px;
    color: #ff5f15;
    font-size: 14px;
}
#inner-banner .contain .crumb-container .crumb.current:after {
    display: none;
}
.buckets.buckets-link {
    justify-content: start;
}
.buckets.buckets-link .bucket .item {
    position: relative;
    overflow: hidden;
}
.buckets.buckets-link .bucket .item .heading-container {
    padding: 12px 0;
    text-align: left;
    display: flex;
}
.buckets.buckets-link .bucket .item .heading-container p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: #444444;
}
.buckets.buckets-link .bucket .item .heading-container i {
    color: #ff5f15;
    line-height: 24px;
    margin-left: 8px;
}
@media only screen and (min-width: 1200px) {
    .buckets.buckets-link .bucket .item:hover .heading-container p {
        color: #ff5f15;
   }
}
.buckets.buckets-default .bucket {
    padding: 16px;
}
.buckets.buckets-default .bucket .item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
}
.buckets.buckets-default .bucket .item .image {
    height: 314px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.buckets.buckets-default .bucket .item .image img {
    min-height: 100%;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.buckets.buckets-default.redOverlay .bucket .item .image:before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #D0292A 0%, rgba(208, 41, 42, 0) 100%);
}
.buckets.buckets-default .bucket .item .heading-container {
    padding: 24px;
    min-height: 108px;
    text-align: center;
    display: flex;
}
.buckets.buckets-default .bucket .item .heading-container h6 {
    margin: auto;
    color: #444444;
}
.buckets.buckets-default .bucket .item .content {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    background-color: #FFFFFF;
    padding: 32px 27px;
    text-align: center;
}
.buckets.buckets-default .bucket .item .content p {
    color: #444444;
}
.buckets.buckets-default .bucket .item .content .button {
    margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
    .buckets.buckets-default .bucket .item:hover .content {
        top: 0;
   }
}
.quote:before {
    color: #ff5f15;
}
.files {
    display: flex;
}
.files li a {
    padding: 0 24px;
    border: 2px solid #ff5f15;
    border-radius: 43px;
}
.files li a .title {
    color: #ff5f15;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.files li a .title i {
    margin-right: 12px;
}
@media only screen and (min-width: 1200px) {
    .files li a:hover {
        background-color: #ff5f15;
        border-color: #ff5f15;
   }
    .files li a:hover .title {
        color: #FFFFFF;
   }
}
.location {
    padding-left: 0;
    margin: 32px 0 0 0;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.location li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    margin: 12px 0;
}
.location li.address {
    float: left;
    margin-right: 2%;
    letter-spacing: 0.02em;
    max-width: 250px;
}
.location li a {
    color: #ff5f15;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.location li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #ff5f15;
    font-weight: 600;
}
.sitemap-wrapper ul {
    list-style: none;
}
.sitemap-wrapper ul li {
    position: relative;
}
.sitemap-wrapper ul li a {
    color: #ff5f15;
}
.sitemap-wrapper ul li a:hover {
    color: #444444;
}
.sitemap-wrapper ul li:before {
    height: 14px;
    width: 14px;
    content: "";
    border-radius: 100%;
    top: 4px;
    position: absolute;
    left: -20px;
    border: 2px solid #ff5f15;
}
.phone-container {
    max-width: 256px;
}
.phone-numbers {
    padding-left: 0;
    margin: 32px 0 0 0;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.phone-numbers li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    text-align: left;
}
.phone-numbers li.address {
    float: left;
    margin-right: 2%;
    letter-spacing: 0.02em;
    max-width: 250px;
}
.phone-numbers li.global-btn {
    color: #ff5f15;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
}
.phone-numbers li a {
    color: #ff5f15;
}
.phone-numbers li a:hover {
    color: #444444;
}
.phone-numbers li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #ff5f15;
    font-weight: 600;
}
.image-text-blocks .image-text-block .item {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding: 16px;
    height: 100%;
}
.image-text-blocks .image-text-block .item .image {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}
.image-text-blocks .image-text-block .item .content h6 {
    text-align: center;
}
.table-responsive, .no-more-table {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.table-responsive .table, .no-more-table .table {
    margin: 0;
}
.table-responsive .table.table-bordered, .no-more-table .table.table-bordered {
    border: 0;
}
.table-responsive .table thead, .no-more-table .table thead {
    background-color: #ff5f15;
}
.table-responsive .table thead tr td, .no-more-table .table thead tr td {
    color: #FFFFFF;
}
.table-responsive .table td, .no-more-table .table td {
    border: none;
    text-align: left;
}
.video-block .video:after {
    display: none;
    background-color: none;
    background: linear-gradient(0deg, #D0292A 0%, rgba(208, 41, 42, 0) 100%);
    opacity: 1;
}
.video-block .video .play i {
    color: #fff;
    opacity: 0.75;
}
.panel-group .panel {
    border: 0;
    margin: 16px 8px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.panel-group .panel-heading {
    border: 0;
}
.panel-group .panel-heading .panel-title a {
    padding: 10px 40px 10px 15px;
    background-color: #ff5f15;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
}
.panel-group .panel-heading .panel-title a:before {
    content: "\f067";
    right: 15px;
    left: unset;
}
.panel-group .panel-heading .panel-title a[aria-expanded="true"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
}
.panel-group .panel-body {
    border: 0;
}
.tabbed-content .nav-tabs {
    background-color: #FFFFFF;
    border-bottom: 1px solid #909090;
}
.tabbed-content .nav-tabs li.active a, .tabbed-content .nav-tabs li:hover a {
    border: 0;
    background-color: transparent;
    color: #ff5f15;
    border-bottom: 3px solid #ff5f15;
}
.tabbed-content .nav-tabs li a {
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #444444;
}
.tabbed-content .tab-content {
    border: 0;
}
.tabbed-content.has-cta .cta-content {
    display: flex;
}
.tabbed-content.has-cta .cta-content .tab-content {
    width: 75%;
}
.tabbed-content.has-cta .cta-content .question-container {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 16px;
}
.tabbed-content.tabs-left.has-cta .cta-content {
    width: 85%;
}
.tabbed-content.tabs-left.has-cta .cta-content .tab-content {
    width: 70%;
}
.tabbed-content.tabs-left.has-cta .cta-content .question-container {
    width: 30%;
}
.locations-container {
    display: flex;
    flex-wrap: wrap;
}
.locations-container .locations-item {
    width: 25%;
    padding: 16px;
}
.locations-container .locations-item .item {
    color: #444444;
}
.locations-container .locations-item .item:hover {
    color: #ff5f15;
}
.tabbed-categories {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 15px;
    text-align: left;
}
.tabbed-categories .nav-tabs {
    margin-bottom: 30px;
    border: 0;
    width: 33.33%;
    padding-right: 32px;
    background-color: transparent;
}
.tabbed-categories .nav-tabs li {
    width: 100%;
    margin-bottom: 10px;
}
.tabbed-categories .nav-tabs li a {
    color: #444444;
    font-weight: bold;
    width: 100%;
    padding: 10px 15px 10px 40px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    border: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
}
.tabbed-categories .nav-tabs li a:before {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: '\f067';
    color: #444444;
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    padding-left: 1px;
    left: 3px;
    top: 8px;
    font-weight: bold;
}
.tabbed-categories .nav-tabs li a:hover {
    border-color: #ff5f15;
}
.tabbed-categories .nav-tabs li.active a {
    border: 0;
    border-bottom: 1px solid #ff5f15;
    background-color: transparent;
    color: #ff5f15;
}
.tabbed-categories .nav-tabs li.last a {
    padding-left: 0;
}
.tabbed-categories .nav-tabs li.last a:before {
    display: none;
}
.tabbed-categories .nav-tabs li.last a:after {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: '\f105';
    font-weight: 400;
    margin-left: 10px;
}
.tabbed-categories .nav-tabs li.last a:hover, .tabbed-categories .nav-tabs li.last a:active {
    background-color: transparent;
    color: #ff5f15;
}
.tabbed-categories .tab-content {
    width: 66.66%;
    border: 0;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    text-align: left;
    position: relative;
    overflow: hidden;
}
.tabbed-categories .tab-content .active {
    position: relative;
    z-index: 3;
}
.tabbed-categories .tab-content h2 + p {
    margin-top: 38px;
}
.tabbed-categories .tab-content .button {
    font-size: 12px;
    letter-spacing: .53px;
    padding: 9px 60px 7px 60px;
    margin-top: 35px;
    z-index: 2;
}
.tabbed-categories .tab-content:after {
    content: '';
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}
.tabbed-categories.active {
    display: flex;
}
.tabbed-toggle {
    display: none;
}
.tabbed-toggle-buttons {
    margin: 45px 0 45px 0;
    text-align: center;
}
.tabbed-toggle-buttons .tabbed-toggle {
    display: inline-block;
    padding: 16px 64px;
    border-radius: 0;
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8c8d8e;
    font-size: 18px;
    line-height: 20px;
    color: #8c8d8e;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    margin: 0;
}
.tabbed-toggle-buttons .tabbed-toggle:first-child {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
}
.tabbed-toggle-buttons .tabbed-toggle:last-child {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
}
.tabbed-toggle-buttons .tabbed-toggle:before {
    display: none;
}
.tabbed-toggle-buttons .tabbed-toggle:hover, .tabbed-toggle-buttons .tabbed-toggle:active {
    color: #ff5f15;
}
.tabbed-toggle-buttons .tabbed-toggle.active {
    background: #ff5f15;
    color: white;
    border-color: transparent;
    cursor: default;
}
.tabbed-toggle-buttons .tabbed-toggle.active + .tabbed-toggle {
    border-left: transparent;
}
.tabbed-toggle-buttons .tabbed-toggle.active:hover, .tabbed-toggle-buttons .tabbed-toggle.active:active {
    color: white !important;
}
.tabbed-toggle-buttons .tabbed-toggle:first-child:hover, .tabbed-toggle-buttons .tabbed-toggle:first-child:active, .tabbed-toggle-buttons .tabbed-toggle:nth-child(3):hover, .tabbed-toggle-buttons .tabbed-toggle:nth-child(3):active {
    color: #ff5f15;
}
.tabbed-toggle-buttons .tabbed-toggle:first-child.active {
    background: #ff5f15;
}
.tabbed-toggle-buttons .tabbed-toggle:nth-child(3).active {
    background: #ff5f15;
}
.nested .block {
    padding: 40px 0;
}
.nested.shadow {
    margin: 40px 0;
    background-color: #FFFFFF;
}
.nested.shadow .block {
    box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
    padding: 0;
}
.filter-controls {
    margin: 0 12px;
    position: relative;
    z-index: 5;
    width: 268px;
}
.filter-controls .control-group {
    position: relative;
    width: 230px;
    display: inline-block;
    margin-right: 15px;
    height: 24px;
}
.filter-controls a span {
    font-weight: bold;
    display: inline-block;
}
.filter-controls .controls {
    border: 0;
    border-radius: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-height: 40px;
    overflow: hidden;
    position: absolute;
    width: 268px;
}
.filter-controls .controls.open {
    max-height: 1000px;
}
.filter-controls .controls.open .mixitup-control-active {
    border: 0;
}
.filter-controls .control {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px 11px 10px;
    order: 2;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    position: relative;
    background-color: white;
    text-transform: capitalize;
}
.filter-controls .control[data-filter="all"] {
    color: gray;
}
.filter-controls .control:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 10px;
    content: '\f107';
    display: none;
    z-index: 6;
}
.filter-controls .control:hover {
    background-color: #eee;
}
.filter-controls .control.mixitup-control-active {
    order: 1;
    border-radius: 45px;
    width: 268px;
    height: 40px;
    overflow: hidden;
}
.filter-controls .control.mixitup-control-active:after {
    display: block;
}
.selector-container {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
    padding: 60px;
    position: relative;
    background: url(/assets/images/template/filter-block-background.jpg);
}
.selector-container:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(206, 42, 41, 0.88), rgba(206, 42, 41, 0.88));
}
.selector-container >* {
    position: relative;
    z-index: 2;
}
.selector-container #selector-category {
    padding: 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.selector-container #selector-category .filter-controls.open {
    z-index: 6;
}
.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery-logos .image-container {
    height: 100px;
}
.gallery-logos .image-container .img-wrapper {
    height: 100%;
}
.gallery-logos .image-container .img-wrapper img {
    max-height: 100%;
    min-width: 0;
}
.post-filter {
    display: flex;
    margin: -40px 0;
    flex-direction: row;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
}
.post-filter .title {
    padding: 16px;
    background-color: #ff5f15;
}
.post-filter .title .heading {
    margin: 0;
}
.post-filter .filter-list {
    padding: 16px;
    display: flex;
    margin: 0;
    flex-direction: row;
}
.post-filter .filter-list .tl-tag {
    padding: 0 24px;
}
.post-filter .filter-list .tl-tag a {
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 24px;
    color: #444444;
}
.post-filter .filter-list .tl-tag i {
    color: #ff5f15;
    margin-left: 8px;
}
.posts {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    margin-top: 32px;
}
.posts.default.one-column .post-item {
    width: 100%;
}
.posts.default.two-column .post-item {
    width: 50%;
}
.posts.default.three-column .post-item {
    width: 33.33%;
}
.posts.default.four-column .post-item {
    width: 25%;
}
.posts.default .post-item {
    padding: 0 16px;
}
.posts.default .post-item.on-demand-digital-event .title .date {
    display: none;
}
.posts.default .post-item .item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.posts.default .post-item .item .top {
    height: 116px;
    width: 100%;
    position: relative;
}
.posts.default .post-item .item .top .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.posts.default .post-item .item .top .image img {
    min-width: 100%;
    max-height: 100%;
}
.posts.default .post-item .item .bottom {
    padding: 16px;
    background-color: #FFFFFF;
    height: 205px;
    width: 100%;
    position: relative;
}
.posts.default .post-item .item .bottom .content-container {
    text-align: left;
    color: #444444;
}
.posts.default .post-item .item .bottom .content-container .title {
    font-weight: 700;
    text-transform: capitalize;
}
.posts.default .post-item .item .bottom .content-container .description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.posts.long {
    flex-wrap: wrap;
}
.posts.long .post-item {
    width: 100%;
}
.posts.long .post-item.on-demand-digital-event .title .date {
    display: none;
}
.posts.long .post-item .item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.posts.long .post-item .item .left {
    width: 30%;
    position: relative;
}
.posts.long .post-item .item .left .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.posts.long .post-item .item .left .image img {
    width: 100%;
    height: 100%;
}
.posts.long .post-item .item .right {
    padding: 16px;
    background-color: #FFFFFF;
    min-height: 190px;
    width: 70%;
    position: relative;
    display: flex;
}
.posts.long .post-item .item .right .content-container {
    width: 100%;
    text-align: left;
    margin: auto 0;
    color: #444444;
}
.posts.long .post-item .item .right .content-container .title {
    font-weight: 700;
    text-transform: capitalize;
}
.posts.long .post-item .item .right .content-container .description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.cloud-based-solutions {
    margin: 0 -16px;
    display: flex;
}
.cloud-based-solutions .solution-container {
    width: 50%;
    padding: 16px;
}
.cloud-based-solutions .solution-container .item {
    position: relative;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    background: url(/assets/images/content/hp-red-block-background.jpg);
    text-align: left;
}
.cloud-based-solutions .solution-container .item.solve {
    background: url(/assets/images/buckets/data-planning.jpg);
}
.cloud-based-solutions .solution-container .item:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .6;
}
.cloud-based-solutions .solution-container .item >* {
    position: relative;
    z-index: 1;
}
.cloud-based-solutions .solution-container .item h2 {
    color: #FFFFFF;
}
.cloud-based-solutions .solution-container .item .button {
    margin: 8px 0;
}
.slick-dots li button[aria-selected="true"]:before {
    background-color: #ff5f15;
}
.slick-dots li button:before {
    height: 16px;
    width: 16px;
    content: "";
    background-color: transparent;
    border: 1px solid #ff5f15;
    border-radius: 100%;
}
.sitemap-wrapper a {
    color: #ff5f15;
}
.case-study-bucket .carousel {
    padding: 0;
    margin: 0;
}
.case-study-bucket .carousel .bucket {
    padding: 16px;
}
.case-study-bucket .carousel .bucket .item {
    box-shadow: 0px 6px 16px rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.case-study-bucket .carousel .bucket .item .image-wrapper, .case-study-bucket .carousel .bucket .item .video-wrapper {
    position: relative;
    min-height: 445px;
    overflow: hidden;
}
.case-study-bucket .carousel .bucket .item .image-wrapper img, .case-study-bucket .carousel .bucket .item .image-wrapper .video, .case-study-bucket .carousel .bucket .item .video-wrapper img, .case-study-bucket .carousel .bucket .item .video-wrapper .video {
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.case-study-bucket.redOverlay .carousel .bucket .item .image-wrapper:before, .case-study-bucket.redOverlay .carousel .bucket .item .video-wrapper:before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #D0292A 0%, rgba(208, 41, 42, 0) 100%);
}
.case-study-bucket .carousel .bucket .item .content-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.case-study-bucket .carousel .bucket .item .content-container:before {
    height: 220px;
    width: 220px;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets/images/content/alpha-symbol-low-opacity.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.case-study-bucket .carousel .bucket .item .content-container .content {
    width: 100%;
    height: auto;
    padding: 40px 32px;
}
.case-study-bucket .carousel .bucket .item .content-container .content .block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.case-study-bucket .carousel .slick-prev {
    left: -25px;
}
.case-study-bucket .carousel .slick-next {
    right: -25px;
    z-index: 1;
}
.mixitup-page-list {
    text-align: center;
}
.mixitup-page-list .mixitup-control {
    background-color: transparent;
    color: #444444;
    border: 0;
    position: relative;
}
.mixitup-page-list .mixitup-control.mixitup-control-active {
    color: #ff5f15;
}
.mixitup-page-list .mixitup-control:after {
    height: 90%;
    width: 2px;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    right: -4px;
}
.mixitup-page-list .mixitup-control.mixitup-control-last:after {
    display: none;
}
.mixitup-page-list .mixitup-control.mixitup-control-prev, .mixitup-page-list .mixitup-control.mixitup-control-next {
    display: none;
}
#footer {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
}
#footer #footer-top {
    background: transparent;
    position: relative;
    padding: 0;
}
#footer #footer-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: ;
}
#footer #footer-top .constrain {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#footer #footer-top .constrain >* {
    padding: 16px;
}
#footer #footer-top .constrain .left-side {
    width: 33.33%;
    position: relative;
}
#footer #footer-top .constrain .left-side:before {
    content: "";
    height: 100%;
    width: 1000%;
    background-color: #ff5f15;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
#footer #footer-top .constrain .left-side:after {
    content: "";
    height: 100%;
    width: 1000%;
    background: url('/assets/images/template/quick-contact-background-img.jpg');
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 700px 100%;
}
#footer #footer-top .constrain .left-side .content {
    color: #FFFFFF;
    display: flex;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
    padding: 90px 0;
    flex-direction: column;
}
#footer #footer-top .constrain .left-side .content >* {
    margin: 12px 0;
}
#footer #footer-top .constrain .left-side .content .link {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 35px;
}
#footer #footer-top .constrain .left-side .content .link i {
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 700;
}
#footer #footer-top .constrain .right-side {
    width: 66.66%;
    position: relative;
}
#footer #footer-top .constrain .right-side:before {
    height: 292px;
    width: 340px;
    content: "";
    background: url("/assets/images/template/alpha-symbol-quick-contact.png");
    position: absolute;
    left: -340px;
    bottom: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer #footer-top .constrain .right-side:after {
    content: "";
    height: 100%;
    width: 1000%;
    background: url(/assets/images/template/waves-accelapha.png);
    position: absolute;
    left: 0;
    background-position: left center;
    background-size: contain;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
}
#footer #footer-top .constrain .right-side >* {
    position: relative;
    z-index: 2;
}
#footer #footer-top .constrain .right-side #quickContact {
    padding: 90px 0;
    position: relative;
    z-index: 2;
}
#footer #footer-bottom {
    background-color: ;
    padding: 0;
}
#footer #footer-bottom .constrain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#footer #footer-bottom .constrain .left-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 50px 0;
}
#footer #footer-bottom .constrain .left-container:before {
    content: "";
    height: 100%;
    width: 1000%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
#footer #footer-bottom .constrain .left-container >* {
    position: relative;
    z-index: 2;
}
#footer #footer-bottom .constrain .left-container p {
    margin: 0;
    color: #FFFFFF;
}
#footer #footer-bottom .constrain .left-container .quick-links {
    width: 100%;
    margin-left: 8px;
}
#footer #footer-bottom .constrain .left-container .quick-links a {
    color: #FFFFFF;
}
#footer #footer-bottom .constrain .left-container .quick-links a:hover {
    text-decoration: underline;
}
#footer #footer-bottom .constrain .left-container .quick-links a:first-child:after {
    content: "|";
    color: #FFFFFF;
    margin: 0 8px;
}
#footer #footer-bottom .constrain .left-container .quick-links a:nth-child(2):after {
    content: "|";
    color: #FFFFFF;
    margin: 0 8px;
}
#footer #footer-bottom .constrain .logo-container {
    position: relative;
    width: 66.66%;
    display: flex;
    justify-content: space-between;
    padding: 24px 50px;
}
#footer #footer-bottom .constrain .logo-container:before {
    content: "";
    height: 100%;
    width: 1000%;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#footer #footer-bottom .constrain .logo-container .logo-link {
    display: block;
    position: relative;
    z-index: 2;
    max-height: 134px;
    padding-right: 20px;
    padding-left: 20px;
}
#footer #footer-bottom .constrain .logo-container .logo-link img {
    max-height: 55px;
}
#footer .rfq-footer h2{
   font-weight: 400;
   font-size: 36px;
   line-height: 40px;
   text-transform: capitalize;
}
#footer .rfq-footer h1{
   margin: 20px 0 10px;
}
#footer .rfq-footer{
   margin-bottom: 100px;
}
#home-banner.home-banner-slider .slide.mobile-slide{
   display: none !important;
}
.posts.mixlink {
    flex-wrap: wrap;
}
.posts.mixlink .post-item {
    width: 100%;
}
.posts.mixlink .post-item.on-demand-digital-event .title .date {
    display: none;
}
.posts.mixlink .post-item .item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.posts.mixlink .post-item .item .left {
    width: 30%;
    position: relative;
}
.posts.mixlink .post-item .item .left .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.posts.mixlink .post-item .item .left .image img {
    width: 100%;
    height: 100%;
}
.posts.mixlink .post-item .item .right {
    padding: 16px;
    background-color: #FFFFFF;
    min-height: 190px;
    width: 70%;
    position: relative;
    display: flex;
}
.posts.mixlink .post-item .item .right .content-container {
    width: 100%;
    text-align: left;
    margin: auto 0;
    color: #444444;
}
.posts.mixlink .post-item .item .right .content-container .title {
    font-weight: 700;
    text-transform: capitalize;
}
.posts.mixlink .post-item .item .right .content-container .description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.bottom-border{
   border-bottom: 1px solid #898989;
}
.selector-container.search-resource #selector-category{
   padding: 8px;
   width: 100%;
   display: inline-flex;
   flex-direction: row;
}
.selector-container.search-resource #selector-category h4{
   margin: 5px 0 0 0;
}
.selector-container.search-resource #selector-category .controls{
   border-radius: 45px;
   width: 268px;
   height: 40px;
   line-height: 25px;
   padding: 8px 10px 8px 10px;
}
.selector-container.search-resource #selector-category .resource-search{
   width: 100%;
   text-align: right;
}
.selector-container.search-resource #selector-category .resource-search .mixit-text-search{
   border-radius: 45px;
   width: 300px;
   height: 40px;
   line-height: 25px;
   padding: 8px 10px 8px 10px;
   border: 1px solid;
}
.selector-container.search-resource #selector-category .resource-search .fa-search{
   position: relative;
   top: 0;
   right: 30px;
} 
.selector-container.search-resource {
   display: flex;
   flex-wrap: wrap;
   margin: 32px 0;
   padding: 60px;
   position: relative;
   background: url('/assets/images/banners/resources_repository_banner.jpg');
   background-size: cover;
   background-repeat: no-repeat;
}
.selector-container.search-resource:before{
   background: unset;
}
.team-members .team-member{
   padding: 16px;
   position: relative;
   display: block;
}
.team-members .team-member.team-bucket .image-wrapper {
   height: 250px;
   width: 250px;
   margin: 0 auto;
   border-radius: 100%;
   position: relative;
   overflow: hidden;
   text-align: center;
   box-shadow: 2px 2px 2px #f1f1f1;
}
.team-members .team-member.team-bucket .title-section {
   min-height: 100px;
   height: 100%;
   background-color: #FFFFFF;
   padding-top: 10px;
   width: 250px;
   margin: 0 auto;
}
.team-members .team-member.team-bucket .title-section p {
   line-height: 18px;
   margin-bottom: 0px;
   color: #444444;
   font-size: 1em;
   margin: 0;
   text-align: start;
   padding: 0;
}
.team-members .team-member.team-bucket .title-section h3{
   font-size: 1em;
   margin: 5px 0 0;
   text-align: start;
   font-weight: 700;
   color: #444444;
}
#primary-nav >li#header-16.hover >ul {
   width: auto;
   min-width: 460px;
   position: absolute;
   left: 0px;
   margin-left: 0;
   padding: 16px 20px 16px 30px;
   height: auto;
   top: 60px;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: stretch;
   display: block !important;
}
#primary-nav >li#header-16 >ul{
   width: auto;
   min-width: 460px;
   position: absolute;
   left: 0px;
   margin-left: 0;
   padding: 16px 20px 16px 30px;
   height: auto;
   top: 60px;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: stretch;
}
#primary-nav li#header-16 ul ul{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   margin-left: 445px;
   padding: 16px 25px;
   display: none;
   border-left: 1px solid #f5f1f1;
}
#primary-nav li#header-16.hover .active ul{
   display: block !important;
}
#primary-nav > #header-16 > ul> li i{
   display: block;
}
#primary-nav #header-16 > ul li > i:before{
   display: block !important;
   content: "\f067";
}
#primary-nav #header-16 > ul li.active > i:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content:"\f068";
}
#primary-nav #header-16 > ul li > i {
   position: relative;
   z-index: 200;
   right: unset;
   left: 380px;
   font-style: normal;
   top: -20px;
   width: 30px;
}
#primary-nav >li#header-16 >ul li a{
   width: 100%;
   font-weight: 500;
}
#primary-nav >li#header-16 >ul >li.active >a {
   font-weight: 700;
}
#primary-nav >li#header-16 >ul li{
   width: 100%;
}
#primary-nav >li#header-16{
   position: relative;
}


@media only screen and (max-width: 1199px) {
    .selector-container #selector-category, .selector-container #selector-type {
        width: 100%;
   }
    .selector-container #selector-category .filter-controls, .selector-container #selector-type .filter-controls {
        width: 100%;
   }
    .selector-container #selector-category .filter-controls .controls, .selector-container #selector-type .filter-controls .controls {
        width: 100%;
   }
    .selector-container #selector-category .filter-controls .controls .control, .selector-container #selector-type .filter-controls .controls .control {
        width: 100%;
   }
    .post-filter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
        position: relative;
   }
    .post-filter.mobile .title:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
   }
    .post-filter .filter-list {
        padding: 0;
        display: flex;
        margin: 0;
        flex-direction: column;
        flex-wrap: wrap;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
   }
    .post-filter .filter-list.open {
        height: auto;
   }
    .post-filter .filter-list .tl-tag {
        padding: 8px 12px;
        width: 100%;
   }
    .post-filter .filter-list .tl-tag a {
        font-weight: normal;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 24px;
        color: #444444;
   }
    .post-filter .filter-list .tl-tag i {
        color: #ff5f15;
        margin-left: 8px;
   }
    .block {
        padding-top: 50px;
        padding-bottom: 50px;
   }
    .block:first-child {
        padding-top: 50px;
   }
    .block.has-bg {
        padding-top: 25px;
   }
    .panel-group .block {
        padding: 0;
   }
    #cookie-policy {
        height: 260px;
   }
    #cookie-policy .constrain {
        flex-wrap: wrap;
   }
    #cookie-policy .constrain .left-side {
        width: 100%;
        text-align: center;
   }
    #cookie-policy .constrain .right-side {
        width: 100%;
        text-align: center;
   }
   #acquisition-popup {
        top: 120px;
   }
    #acquisition-popup .constrain .left-side {
        width: 40%;
   }
    #acquisition-popup .constrain .right-side {
        width: 60%;
   }
    #acquisition-popup .constrain .right-side p {
        max-width: 250px;
   }
    #acquisition-popup .constrain .right-side .close-acquisition {
        right: 32px;
        top: 16px;
   }
    #home-banner h1, #home-banner .h1 {
        font-weight: 800;
        font-size: 25px;
        line-height: 34px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
   }
    h1, .h1 {
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        text-transform: capitalize;
   }
    h2, .h2 {
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        text-transform: capitalize;
   }
    h3, .h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-transform: capitalize;
   }
    h4, .h4 {
        font-size: 17px;
        line-height: 28px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.15em;
   }
    h5, .h5 {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.08em;
        line-height: 18px;
        text-transform: uppercase;
   }
    h6, .h6 {
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 20px;
        text-transform: uppercase;
   }
    body {
        padding-top: 120px;
   }
    #mobile-menu {
        display: block;
        top: 120px;
        background-color: #FFFFFF;
        width: 350px;
   }
    #primary-nav >.heading-container {
        margin: 0 -15px;
        display: none;
        background-color: #FFFFFF;
        padding: 15px;
   }
    #primary-nav >.heading-container h3 {
        color: #FFFFFF;
        margin: 0;
        margin-top: 8px;
   }
    #primary-nav >.heading-container.open {
        display: block;
   }
    #primary-nav >li#header-15 >a, #primary-nav >li#header-16 >a {
        padding-left: 30px;
   }
    #primary-nav >li#header-15 >ul li i {
        display: none;
   }
    #primary-nav >li.active {
        background-color: #ff5f15;
   }
    #primary-nav >li.active >a {
        color: #FFFFFF;
   }
    #primary-nav >li.active >i:before {
        color: #FFFFFF;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f068";
   }
    #primary-nav li {
        display: flex;
        flex-wrap: wrap;
   }
    #primary-nav li#header-15 a, #primary-nav li#header-16 a {
        padding-left: 30px;
   }
    #primary-nav li a {
        font-weight: bold;
        color: #444444;
        padding: 16px 8px;
        padding-left: 30px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1em;
        position: relative;
        width: 82%;
   }
    #primary-nav li i {
        display: block;
        position: relative;
        height: 20px;
        width: 20px;
        color: #ff5f15;
        margin: auto 8px;
   }
    #primary-nav li i:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
   }
    #primary-nav li.not-sure-container, #primary-nav li.image-container {
        display: none;
   }
    #primary-nav li .heading-container {
        display: none;
   }
    #primary-nav li ul {
        box-shadow: none;
        position: static;
        padding: 0;
        height: 0;
        width: 100%;
        overflow: hidden;
        background-color: #F8F8F8;
   }
   #primary-nav li ul:not(.active) {
       pointer-events:none;
   }
    #primary-nav li ul.active {
        height: auto;
   }
    #primary-nav li ul >li {
        padding: 12px 20px;
   }
    #primary-nav li ul >li.not-sure-container, #primary-nav li ul >li.image-container {
        display: none;
   }
    #primary-nav li ul >li.active >i:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f068";
   }
    #primary-nav li ul >li >ul.active {
        top: 0;
        left: 0;
   }
    #primary-nav li ul >li ul {
        border: 0;
        box-shadow: none;
        position: static;
        padding: 0;
        height: 0;
        overflow: hidden;
        background-color: #F8F8F8;
   }
    #primary-nav li ul >li ul.active {
        height: auto;
   }
    #primary-nav li ul >li ul li a {
        font-weight: 400;
   }
    #header {
        z-index: 9999;
        height: auto;
   }
    #header #header-top {
        padding: 0;
   }
    #header #header-top .constrain {
        padding: 0;
   }
    #header #header-top .constrain #global-nav {
        display: none;
   }
    #header #header-top .constrain .search-container {
        display: none;
   }
    #header #header-top .constrain .button {
        width: 100%;
        display: block;
        letter-spacing: 0.06em;
        margin: 0;
        border-radius: 0;
   }
    #header #header-bottom {
        padding: 0 16px;
   }
    #header #header-bottom .constrain {
        padding: 8px 0;
        position: relative;
   }
    #header #header-bottom .constrain .logo {
        position: relative;
        width: 180px;
        height: 60px;
        bottom: unset;
        top: unset;
        left: unset;
   }
    #header #header-bottom .constrain .logo img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
   }
    #header #header-bottom .constrain #search-toggle {
        height: 40px;
        width: 40px;
        display: block;
        margin: 0 8px;
        position: absolute;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
   }
    #header #header-bottom .constrain #search-toggle i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #444444;
   }
    #header #header-bottom .constrain nav {
        width: 40px;
        height: 100%;
        position: absolute;
        right: 8px;
        top: 0;
        display: flex;
   }
    #header #header-bottom .constrain nav #primary-toggle {
        padding: 0;
        height: 40px;
        width: 40px;
        margin: auto;
        position: relative;
   }
    #header #header-bottom .constrain nav #primary-toggle i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
   }
    #header #header-bottom .constrain nav #primary-toggle i:before {
        color: #444444;
   }
    #header #header-bottom .constrain nav #primary-toggle.active i:before {
        content: "\f00d";
   }
    #header .search-container-mobile {
        display: block;
   }
    #home-banner .slide, #home-banner .constrain {
        height: 372px;
   }
    #home-banner {
        margin: -90px -16px;
        height: auto;
        padding-bottom: 56px;
   }
    #home-banner .banner-wrapper,
    body#id-600 #home-banner .banner-wrapper { /*careers page*/
        margin: 0;
   }
    #home-banner .banner-wrapper .slide .constrain .caption {
        padding: 0 16px;
        bottom: 24px;
   }
    #home-banner .buckets-wrapper {
        border-radius: 0;
        position: static;
   }
    #home-banner .buckets-wrapper .buckets .bucket {
        padding: 32px 16px;
        width: 50%;
   }
    #inner-banner .contain {
        left: 16px;
   }
    #inner-banner .contain .crumb-container .crumb {
        display: none;
   }
    #inner-banner .contain .crumb-container .crumb.first {
        display: block;
   }
    #inner-banner .contain .crumb-container .crumb a i {
        color: #ff5f15;
   }
    #inner-banner .contain .crumb-container .crumb:after {
        display: none;
   }
    .buckets.buckets-default .bucket {
        width: 50%;
        padding: 8px 16px;
   }
    .buckets.buckets-default .bucket .item {
        height: 80px;
        display: flex;
   }
    .buckets.buckets-default .bucket .item .image {
        height: 100%;
        width: 20%;
   }
    .buckets.buckets-default .bucket .item .image img {
        width: 100%;
   }
    .buckets.buckets-default .bucket .item .heading-container {
        width: 80%;
        text-align: left;
        padding: 12px 24px;
        min-height: unset;
   }
   .buckets.buckets-default.custom-content-buckets .bucket .item .heading-container {
        width: 100%;
        text-align: center;
        background-position:center center;
   }
   .buckets.buckets-default.custom-content-buckets .bucket .item .richtext {
       display:none;
   }
    .buckets.buckets-default .bucket .item .content {
        display: none;
   }
    .buckets.buckets-link .bucket {
        width: 100%;
   }
    .buckets.buckets-link .bucket .item .heading-container {
        padding: 16px 0;
   }
    .teammember-fancybox {
        background-color: #FFFFFF;
        max-width: 100%;
        margin: 0;
   }
    .teammember-fancybox .team-member-item .team-container .image-wrapper {
        max-width: 300px;
        margin: auto;
        margin-left: 0;
   }
    .teammember-fancybox .team-member-item .team-container .content .title-box {
        text-align: left;
   }
    .team-members.one-column .team-member {
        width: 33.33%;
   }
    .team-members.two-columns .team-member {
        width: 33.33%;
   }
    .team-members.three-columns .team-member {
        width: 33.33%;
   }
    .team-members.four-columns .team-member {
        width: 33.33%;
   }
    .team-members.five-columns .team-member {
        width: 33.33%;
   }
    .team-members .team-member .item .image-wrapper {
        width: 100%;
        height: 213px;
   }
    .case-study-bucket .carousel .slick-next {
        right: 0;
   }
    .case-study-bucket .carousel .slick-prev {
        left: 0;
        z-index: 1;
   }
    .selector-container {
        padding: 32px 16px;
   }
    .selector-container #selector-category {
        flex-wrap: wrap;
        flex-direction: column;
   }
    .selector-container #selector-category .filter-controls {
        margin: 12px 0;
        height: 40px;
   }
    .posts.long .post-item .item .left .image {
        position: relative;
   }
    .posts.long .post-item .item .left .image img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: auto;
   }
    .posts.long .post-item .item .right .content-container .description {
        display: none;
   }
    .cloud-based-solutions {
        flex-wrap: wrap;
   }
    .cloud-based-solutions .solution-container {
        padding: 12px 16px;
   }
    .cloud-based-solutions .solution-container .item {
        padding: 56px 16px;
   }
    .tabbed-toggle-buttons {
        margin-bottom: 35px;
   }
    .tabbed-toggle-buttons .tabbed-toggle {
        width: 30%;
        height: 70px;
        vertical-align: top;
        padding: 0;
        position: relative;
        text-align: center;
   }
    .tabbed-toggle-buttons .tabbed-toggle span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: block;
        font-size: 12px;
        letter-spacing: 0;
   }
    .tabbed-categories .nav-tabs {
        margin-bottom: 12px;
        padding: 0;
   }
    .tabbed-categories .nav-tabs li a {
        height: 100%;
        padding: 8px 25px !important;
   }
    .tabbed-categories .nav-tabs li a .image-container {
        display: none;
   }
    .tabbed-categories .nav-tabs li a:before {
        display: none;
   }
    .phone-container {
        margin: auto;
   }
    .locations-container .locations-item {
        width: 100%;
   }
    .elq-form .form-element-layout {
        padding: 12px 0;
   }
    #footer #footer-top .constrain {
        padding: 0;
   }
    #footer #footer-top .constrain .left-side {
        width: 33.33%;
   }
    #footer #footer-top .constrain .left-side:before, #footer #footer-top .constrain .left-side:after {
        width: 100%;
   }
    #footer #footer-top .constrain .right-side {
        width: 66.66%;
   }
    #footer #footer-top .constrain .right-side #quickContact {
        padding: 32px 0;
   }
    #footer #footer-bottom .constrain {
        padding: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
   }
    #footer #footer-bottom .constrain .left-container {
        width: 100%;
        text-align: center;
        justify-content: center;
   }
    #footer #footer-bottom .constrain .logo-container {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        justify-content: flex-start;
        row-gap:15px;
   }
    #footer #footer-bottom .constrain .logo-container .logo-link {
        width: 33.33%;
        margin: 0;
   }
   #footer #footer-bottom .constrain .logo-container .logo-link img {
       max-height: 134px;
   }
   #home-banner.home-banner-slider {
       margin: -50px -16px;
       height: auto;
       padding-bottom: 0px;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption {
       padding: 0 160px 0 16px;
       bottom: 24px;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption .h1 p {
       font-weight: 500;
       font-size: 35px;
       line-height: 40px;
       letter-spacing: 1px;
       text-transform: unset;
   }
   #home-banner.home-banner-slider, #home-banner.home-banner-slider .slide, #home-banner.home-banner-slider .constrain {
       height: 372px;
       position: relative;
       background-repeat: no-repeat;
       background-size: 100% 372px;
   }
   #primary-nav li#header-16 ul ul.active {
       width: 100%;
       position: unset;
       top: 0;
       left: 0;
       margin-left: 0;
       /* height: 100%; */
       padding: 0;
       display: unset;
       border-left: unset;
   }
   #primary-nav #header-16 > ul li > i {
       display:none;
       /* position: relative;
       z-index: 200;
       right: unset;
       left: 50%;
       font-style: normal;
       top: -35px;
       width: 77%; */
   }
   #primary-nav >li#header-16.active >ul {
       width: auto;
       min-width: unset;
       position: revert;
       left: 0px;
       margin-left: 0;
       padding: 0;
       height: revert;
       top: 60px;
       flex-direction: column;
       flex-wrap: wrap;
       justify-content: flex-start;
       align-items: stretch;
       align-content: stretch;
       display: block !important;
   }
   #primary-nav >li#header-16 >ul{
       box-shadow: none;
       position: static;
       padding: 0;
       height: 0;
       width: 100%;
       overflow: hidden;
       background-color: #F8F8F8;
   }
   #primary-nav >li#header-16 >ul li a {
       width: 100%;
       font-weight: 500;
       padding: 12px 20px;
   }
   .posts.mixlink .post-item .item .left .image {
        width: 100%;
        height: auto;
        overflow: hidden;
   }
}
@media only screen and (max-width: 767px) {
    .forms .input-group {
        width: 100%;
   }
   
   #acquisition-popup {
        top: 120px;
   }
    #acquisition-popup .constrain {
        flex-wrap: wrap;
   }
    #acquisition-popup .constrain .left-side {
        width: 100%;
        padding: 8px 16px;
   }
    #acquisition-popup .constrain .right-side {
        width: 100%;
        padding: 8px 16px;
   }
    #acquisition-popup .constrain .right-side p {
        max-width: 250px;
   }
    #acquisition-popup .constrain .right-side .close-acquisition {
        right: 32px;
        top: 16px;
   }
    #home-banner .buckets-wrapper {
        padding-left: 16px;
   }
    #home-banner .buckets-wrapper .buckets .bucket {
        padding: 16px;
        width: 100%;
   }
    .button {
        margin: 8px auto;
   }
    .buckets.buckets-default .bucket {
        width: 100%;
   }
    .red-overlay {
        padding-left: 0;
        padding-right: 0;
   }
    .tabbed-toggle-buttons .tabbed-toggle {
        width: 50%;
   }
    .posts.long .post-item .item .left {
        width: 100%;
   }
    .posts.long .post-item .item .right {
        width: 100%;
   }
    .tabbed-categories .nav-tabs {
        border: 1px solid #D8D8D8;
   }
    .tabbed-categories .tab-content {
        padding: 16px;
   }
    .cloud-based-solutions {
        flex-wrap: wrap;
   }
    .cloud-based-solutions .solution-container {
        width: 100%;
        padding: 12px 16px;
   }
    .cloud-based-solutions .solution-container .item {
        padding: 56px 16px;
   }
    .case-study-bucket .carousel .bucket .item {
        padding: 16px;
   }
    .case-study-bucket .carousel .bucket .item .image-wrapper, .case-study-bucket .carousel .bucket .item .video-wrapper {
        width: 100%;
        min-height: 250px;
   }
    .case-study-bucket .carousel .bucket .item .content-container {
        width: 100%;
   }
    .case-study-bucket .carousel .bucket .item .content-container .content {
        padding: 0;
   }
    .tabbed-content .tab-content {
        padding: 8px;
   }
    .tabbed-content.has-cta .cta-content {
        flex-wrap: wrap;
   }
    .tabbed-content.has-cta .cta-content .tab-content {
        width: 100%;
   }
    .tabbed-content.has-cta .cta-content .question-container {
        width: 100%;
   }
    .tabbed-content.tabs-left.has-cta .cta-content {
        width: 100%;
   }
    .tabbed-content.tabs-left.has-cta .cta-content .tab-content {
        width: 100%;
   }
    .tabbed-content.tabs-left.has-cta .cta-content .question-container {
        width: 100%;
   }
    .teammember-fancybox {
        background-color: #FFFFFF;
   }
    .teammember-fancybox .team-member-item .team-container .image-wrapper {
        max-width: 300px;
        margin: auto;
        margin-left: 0;
   }
    .teammember-fancybox .team-member-item .team-container .content .title-box {
        text-align: left;
   }
    .teammember-fancybox .team-member-item .team-container .content .button {
        margin-top: 12px;
        text-transform: capitalize;
        font-weight: 500;
   }
    .teammember-fancybox .team-member-item .team-container .content .button i {
        margin-left: 8px;
   }
    .team-members.one-column .team-member {
        width: 100%;
   }
    .team-members.two-columns .team-member {
        width: 100%;
   }
    .team-members.three-columns .team-member {
        width: 100%;
   }
    .team-members.four-columns .team-member {
        width: 100%;
   }
    .team-members.five-columns .team-member {
        width: 100%;
   }
    .team-members .team-member .item .image-wrapper {
        width: 213px;
        height: 213px;
   }
    #footer #footer-top .constrain .left-side {
        width: 100%;
   }
    #footer #footer-top .constrain .left-side .content {
        padding: 40px;
   }
    #footer #footer-top .constrain .right-side {
        width: 100%;
   }
    #footer #footer-top .constrain .right-side:before {
        height: 234px;
        width: 274px;
        content: "";
        position: absolute;
        left: unset;
        right: 0;
        top: -234px;
        z-index: 2;
   }
   #footer #footer-bottom .constrain .logo-container {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
   }
   #footer #footer-bottom .constrain .logo-container .logo-link {
        width: 100%;
        margin: 12px;
   }
   #home-banner.home-banner-slider .slide {
       background-repeat: no-repeat;
       background-size: 100% 300px;
       height: 300px;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption {
       padding: 0 222px 0 10px;
       bottom: 75px;
   }
   #home-banner.home-banner-slider {
       margin: -50px -16px;
       padding-bottom: 0px;
       height: 300px;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption .h1 p {
       font-weight: 500;
       font-size: 30px;
       line-height: 35px;
       letter-spacing: 1px;
       text-transform: unset;
       margin-top: 5px;
   }#home-banner.home-banner-slider .button {
       margin: 9px auto 20px;
   }
   #home-banner.home-banner-slider .slide{
       display: none !important;
   }
   #home-banner.home-banner-slider .slide.mobile-slide{
       display: block !important;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption p {
       text-transform: uppercase;
       font-weight: 700;
       letter-spacing: 4px;
       font-size: 14px;
   }
   
}
@media only screen and (max-width: 590px){
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption p {
       text-transform: uppercase;
       font-weight: 700;
       letter-spacing: 4px;
       font-size: 10px;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption .h1 p {
       font-weight: 500;
       font-size: 20px;
       line-height: 25px;
       letter-spacing: 1px;
       text-transform: unset;
       margin-top: 5px;
   }
   #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption {
       padding: 0 160px 0 10px;
       bottom: 75px;
   }
   #home-banner.home-banner-slider .button {
       margin: -10px auto 20px;
   }
   #career-banner #home-banner.home-banner-slider .banner-wrapper .slide .constrain .caption {
       padding: 0 10px 0 10px;
   }
   #career-banner #home-banner.home-banner-slider .banner-wrapper .slide:before{
       background:rgba(51,51,51,0.75);
       background: linear-gradient(0deg,#222 0%,rgba(51,51,51,0.65)50%,rgba(51,51,51,0.85) 100%)
   }    
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
   background-color: #ff5f15;
   border-color: #ff5f15;
}
.pagination>li>a, .pagination>li>span {
   color: #ff5f15;
   border: 1px solid #fff;
}
pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
   color: #ff5f15;
   border-color: #ff5f15;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
   border-color: #FFF;
}

/* * {
   --sdf-context-button-style-secondary-standard-base-fill-color: #ff5f15;
   --sdf-context-button-style-secondary-standard-base-text-color: #FFFFFF;
}
:root {
   --sdf-context-button-style-secondary-standard-base-text-color: #FFF;
} */

/* Careers Page Fix for ADP Widget Conflicts */
body#id-600 .block,
body#id-600 :not(#adp-widget) > .block,
body#id-600 :not(#adp-widget) ~ .block {
   max-width: 1200px;
   margin: 0 auto;
   display: -webkit-box;
   display: -moz-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
   flex-wrap:wrap;
   justify-content: center;
   background-position: center center;
   padding-top: 45px;
   padding-bottom: 45px;
   background-size: cover;
   position: relative;
}
body#id-600 .block.full,
body#id-600 :not(#adp-widget) > .block.full,
body#id-600 :not(#adp-widget) ~ .block.full{
   max-width: 100%;
}

body#id-600 .block.full,
body#id-600 :not(#adp-widget) > .block.full,
body#id-600 :not(#adp-widget) ~ .block.full{
    padding-left: calc(50vw - 608px);
    padding-right: calc(50vw - 608px);
}

body#id-600 .block.wide,
body#id-600 :not(#adp-widget) > .block.wide,
body#id-600 :not(#adp-widget) ~ .block.wide {
max-width:100%;
}