/*
Theme Name: M-Brain - Mini
Theme URI: http://wordpress.org/themes/mbrain-mini
Author: M-Brain
Description: Using concatenated base CSS styles & combined M-Brain theme styles and modifications.
Author URI: http://m-mbrain.com/
*/

/*! BASE THEME: /_css/style.css */ 

html.no-js.lt-ie9 body {
    font-size: 14px;
    font-family: Arial, sans-serif
}
html.no-js.lt-ie9 body .dialog.dialog--open .dialog__overlay {
    opacity: 1;
    background-color: #373A47
}
@media (min-width: 992px) {
    html.no-js.lt-ie9 body .col-lg-1,
    html.no-js.lt-ie9 body .col-lg-10,
    html.no-js.lt-ie9 body .col-lg-11,
    html.no-js.lt-ie9 body .col-lg-12,
    html.no-js.lt-ie9 body .col-lg-2,
    html.no-js.lt-ie9 body .col-lg-3,
    html.no-js.lt-ie9 body .col-lg-4,
    html.no-js.lt-ie9 body .col-lg-5,
    html.no-js.lt-ie9 body .col-lg-6,
    html.no-js.lt-ie9 body .col-lg-7,
    html.no-js.lt-ie9 body .col-lg-8,
    html.no-js.lt-ie9 body .col-lg-9 {
        float: left
    }
    html.no-js.lt-ie9 body .col-sm-1,
    html.no-js.lt-ie9 body .col-sm-10,
    html.no-js.lt-ie9 body .col-sm-11,
    html.no-js.lt-ie9 body .col-sm-12,
    html.no-js.lt-ie9 body .col-sm-2,
    html.no-js.lt-ie9 body .col-sm-3,
    html.no-js.lt-ie9 body .col-sm-4,
    html.no-js.lt-ie9 body .col-sm-5,
    html.no-js.lt-ie9 body .col-sm-6,
    html.no-js.lt-ie9 body .col-sm-7,
    html.no-js.lt-ie9 body .col-sm-8,
    html.no-js.lt-ie9 body .col-sm-9 {
        float: left
    }
    html.no-js.lt-ie9 body .col-lg-2 {
        width: 16.66666667%
    }
    html.no-js.lt-ie9 body .col-lg-5 {
        width: 41.66666667%
    }
    html.no-js.lt-ie9 body .col-sm-3 {
        width: 25%
    }
    html.no-js.lt-ie9 body .col-md-4 {
        width: 33.33333333%
    }
    html.no-js.lt-ie9 body #mb-content .mb-solutions .mb-solution {
        width: 33.333%;
        float: left
    }
    html.no-js.lt-ie9 body #mb-content .mb-cta .mb-cta-wrap {
        width: 1052px
    }
    html.no-js.lt-ie9 body #mb-content .mb-cta .mb-cta-wrap p.cta {
        font-size: 1.8em;
        float: left
    }
    html.no-js.lt-ie9 body #mb-content .mb-cta .mb-cta-wrap .mb-button {
        float: left;
        width: 217px;
        margin-left: 20px
    }
}
.post-move {
    margin: -35px 0 53px;
    font-size: 16px;
    clear: both
}
.if-you-liked {
    font-style: italic;
    margin-top: 20px;
    font-size: 115%;
    line-height: 1.9em;
    background: #EBEBEB;
    padding: 30px 25px 25px
}
html input {
    background-color: #ececec
}
html textarea {
    background-color: #ececec
}
html input:focus {
    background: 0 0
}
html input:visited {
    background: 0 0
}
html .dialog.dialog--close .dialog__content,
html .dialog.dialog--open .dialog__content {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
html .dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open
}
html .dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close
}
@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1)
    }
}
@-moz-keyframes anim-open {
    0% {
        opacity: 0;
        -moz-transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1)
    }
}
@-ms-keyframes anim-open {
    0% {
        opacity: 0;
        -ms-transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        opacity: 1;
        -ms-transform: scale3d(1, 1, 1)
    }
}
@-o-keyframes anim-open {
    0% {
        opacity: 0;
        -o-transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        opacity: 1;
        -o-transform: scale3d(1, 1, 1)
    }
}
@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@-webkit-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1)
    }
}
@-moz-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -moz-transform: scale3d(.9, .9, 1)
    }
}
@-ms-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -ms-transform: scale3d(.9, .9, 1)
    }
}
@-o-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -o-transform: scale3d(.9, .9, 1)
    }
}
@keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}
html body {
    font-size: 14px;
    font-family: Lato, Arial, sans-serif;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}
html body h1 {
    font-size: 2em;
    font-weight: 400
}
html body b {
    font-weight: 700
}
html body i {
    font-style: italic
}
html body em {
    font-style: italic
}
html body .floatleft {
    float: left
}
html body .floatright {
    float: right
}
html body .clear {
    clear: both
}
html body .mb-overlay {
    background-color: #7e8c96;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 92;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .mb-overlay.visible {
    left: 0;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    -ms-opacity: .3;
    -o-opacity: .3;
    opacity: .3;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .row.no-pad {
    margin-right: 0;
    margin-left: 0
}
html body .row.no-pad>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
html body .mb-circle-text {
    width: 34px;
    cursor: pointer
}
html body .mb-circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
html body .mb-circle-text div {
    float: left;
    width: 100%;
    color: #fff;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -.5em;
    text-align: center
}
html body .mb-circle-text:hover>div {
    color: #7e8c96
}
html body .current .mb-circle-text:after {
    background-color: #7E8C96!important
}
html body .current .mb-circle-text>div {
    color: #fff!important
}
html body .dots .mb-circle-text {
    cursor: default!important
}
html body .dots .mb-circle-text:after {
    border-color: #B5BDC3!important;
    background-color: #FFF!important
}
html body .dots .mb-angle {
    color: #6E6E6E!important
}
html body .mb-button {
    margin-left: 10px;
    width: 118px;
    background: 0 0
}
html body .mb-button i {
    margin-top: 1px;
    padding-right: 2em
}
html body .mb-button.long {
    width: 225px
}
html body .mb-circle-text:hover:after {
    background-color: #fff;
    color: #fff;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .mb-button.mb-circle-text:after {
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    padding-bottom: 28%;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .mb-button.long.mb-circle-text:after {
    padding-bottom: 20%
}
html body .mb-button.mb-circle-text div {
    padding-top: 14%;
    font-size: .9em
}
html body .mb-button.long.mb-circle-text div {
    padding-top: 10%;
    font-size: .9em
}
html body .mb-button.mb-circle-text p {
    margin-left: 1.2em;
    margin-top: 2px
}
html body .mb-circle-text.red:after {
    border: 1px solid #e30613
}
html body .mb-circle-text.red:hover:after {
    background-color: #e30613
}
html body .mb-circle-text.red.special:hover:after {
    background-color: transparent
}
html body .mb-circle-text.red:hover>div {
    color: #fff
}
html body #mb-login.dialog h2 {
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0 0 0 5%
}
html body #mb-login.dialog .dialog__content {
    max-width: 630px;
    height: 360px;
    padding: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -315px;
    margin-top: -180px
}
html body #mb-login.dialog .dialog__content .mb-form-fields {
    width: 88%;
    margin-left: 0;
    margin-top: 0
}
html body #mb-login.dialog .dialog__content .mb-form-fields .mb-form-field {
    width: 70%
}
html body #mb-login.dialog .dialog__content .mb-form-fields .mb-form-label {
    width: 20%;
    margin-top: 10px;
    padding-top: 15px;
    margin-left: 5%
}
html body #mb-login.dialog .dialog__content .mb-form-fields .mb-field-login {
    height: 50px;
    font-size: 1.2em
}
html body #mb-login.dialog .dialog__content .mb-form-fields .mbl-submit-wrap {
    width: 70px;
    height: 70px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 30px
}
html body #mb-login.dialog .dialog__content .mb-form-fields .mbl-submit-wrap input[type=submit] {
    font-family: FontAwesome;
    border: 1px solid #e30613;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 58px;
    font-size: 1em;
    color: #e30613;
    height: 58px;
    margin: 6px 0 0 6px;
    background: 0 0
}
html body #mb-login.dialog .dialog__content .mb-form-fields .mbl-submit-wrap input[type=submit]:hover {
    color: #7e8c96;
    border-color: #7e8c96
}
html body .dialog {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: fixed;
    display: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    pointer-events: none
}
html body .dialog h2 {
    font-size: 2em;
    padding: 0 0 .5em;
    margin: 0 0 0 5%
}
html body .dialog .dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, .9);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-name: anim-close;
    -moz-animation-name: anim-close;
    -ms-animation-name: anim-close;
    -o-animation-name: anim-close;
    animation-name: anim-close
}
html body .dialog .dialog__content {
    width: 80%;
    max-width: 874px;
    min-width: 290px;
    height: auto;
    background: #fff;
    padding: 4em;
    text-align: left;
    position: relative;
    z-index: 5;
    opacity: 0
}
html body .dialog .dialog__content .mb-ty {
    font-size: 2em;
    margin-left: 5%
}
html body .dialog .dialog__content .mb-circle-text div {
    color: #e30613;
    text-transform: none
}
html body .dialog .dialog__content .mb-circle-text div:after {
    color: #fff
}
html body .dialog .dialog__content .mb-circle-text.red:hover>div {
    color: #fff
}
html body .dialog .dialog__content .mb-dialog-close {
    cursor: pointer
}
html body .dialog .dialog__content p {
    margin-left: 5%;
    font-size: 1.3em
}
html body .dialog .dialog__content .mb-service-type {
    color: #e30613
}
html body .dialog .dialog__content .mb-form-fields {
    margin-top: 35px;
    margin-left: 5%;
    position: relative;
    width: 100%
}
html body .dialog .dialog__content .mb-form-fields .mb-form-block {
    width: 42%;
    text-transform: uppercase;
    font-size: .8em
}
html body .dialog .dialog__content .mb-form-fields .mb-form-block.right {
    margin-left: 2%
}
html body .dialog .dialog__content .mb-form-fields .mb-form-block.wide {
    width: 86%
}
html body .dialog .dialog__content .mb-form-fields input {
    width: 80%;
    height: 100%;
    border: none;
    background: 0 0;
    outline: 0;
    font-size: 1.2em;
    padding-left: 5px
}
html body .dialog .dialog__content .mb-form-fields input .invalid {
    border: 1px solid #e30613;
    -webkit-transition-property: border;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: border;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: border;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: border;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: border;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .dialog .dialog__content .mb-form-fields input .valid {
    border: 1px solid red;
    -webkit-transition-property: border;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: border;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: border;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: border;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: border;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .dialog .dialog__content .mb-form-fields textarea {
    width: 100%;
    margin-top: 10px;
    font-size: 1rem;
    border: none;
    background-color: #ececec;
    resize: none
}
html body .dialog .dialog__content .mb-form-fields textarea.mb-field {
    height: auto
}
html body .dialog .dialog__content .mb-form-fields .mb-button {
    width: 155px;
    color: #A8A8A8
}
html body .dialog .dialog__content .mb-form-fields .mb-button.mb-circle-text.cancel>div {
    color: #A8A8A8
}
html body .dialog .dialog__content .mb-form-fields .mb-button.mb-circle-text.cancel:after {
    border: 1px solid #a8a8a8
}
html body .dialog .dialog__content .mb-form-fields .mb-button.mb-circle-text.cancel:hover>div {
    color: #fff
}
html body .dialog .dialog__content .mb-form-fields .mb-button.mb-circle-text.cancel:hover:after {
    background-color: #7e8c96;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .dialog .dialog__content .mb-form-fields .mb-button p {
    margin-left: 41px;
    font-size: 1.3em;
    margin-top: 1px
}
html body .dialog .dialog__content .mb-form-fields .mb-button i {
    margin-top: 2px
}
html body .dialog .dialog__content .mb-form-fields .mb-button input[type=submit] {
    font-family: Lato, sans-serif;
    -moz-border-radius: 50%;
    width: 70%;
    font-size: 1.3em;
    color: #e30613;
    background: 0 0
}
html body .dialog .dialog__content .mb-form-fields .mb-button:hover input[type=submit] {
    color: #fff
}
html body .dialog .dialog__content .mb-form-fields .mb-form-label {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0
}
html body .dialog .dialog__content .mb-form-fields .mb-form-field {
    width: 42%;
    margin-top: 10px;
    background-color: #ececec
}
html body .dialog .dialog__content .mb-form-fields .mb-field {
    width: 100%;
    height: 42px;
    margin-bottom: 20px
}
html body .dialog .dialog__content .mb-form-fields .mb-field.invalid {
    border: 1px solid #e30613;
    -webkit-transition-property: border-color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: border-color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: border-color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: border-color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .dialog .dialog__content .mb-form-fields .mb-field.valid {
    border: 1px solid green;
    -webkit-transition-property: border-color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: border-color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: border-color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: border-color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body .dialog .dialog__content .mb-form-fields .mb-ps-reminder {
    margin-left: 5%;
    padding-left: 20%;
    margin-top: 10px
}
html body .dialog .dialog__content .mb-form-fields .mb-ps-reminder a {
    color: #202020;
    font-size: .9em;
    text-decoration: underline
}
html body .dialog.dialog--open {
    display: block
}
html body .dialog.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto
}
html body .dialog.dialog--open .dialog__content {
    opacity: 1;
    pointer-events: auto;
    -webkit-animation-name: anim-open;
    -moz-animation-name: anim-open;
    -ms-animation-name: anim-open;
    -o-animation-name: anim-open;
    animation-name: anim-open
}
html body #mb-request.dialog h2 {
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 1em;
    margin: 0 0 0 5%
}
html body #mb-request.dialog .dialog__content {
    position: absolute;
    left: 50%;
    margin-left: -437px;
    top: 50%;
    margin-top: -314px
}
html body #mb-search-form.dialog h2 {
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 1em;
    margin: 0 0 0 5%
}
html body #mb-search-form.dialog .dialog__overlay .mb-dialog-close {
    cursor: pointer;
    margin-right: 50px;
    margin-top: 50px
}
html body #mb-search-form.dialog .dialog__content {
    max-width: 80%;
    width: 80%;
    max-height: 100px;
    height: 100px;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top: -50px;
    background: 0 0;
    position: absolute
}
html body #mb-search-form.dialog .dialog__content .mb-search-bar {
    width: 100%;
    height: 100%;
    color: red
}
html body #mb-search-form.dialog .dialog__content .mb-search-bar .mb-s-icon i {
    margin-top: 6px;
    font-size: 3.5em
}
html body #mb-search-form.dialog .dialog__content .mb-search-bar .mb-s-field input {
    width: 100%;
    height: 68px;
    border: none;
    background: 0 0;
    font-size: 3em;
    font-weight: 300;
    outline: 0
}
html body #mb-content {
    position: relative;
    -webkit-transition: -webkit-transform .3s .1s;
    -moz-transition: -webkit-transform .3s .1s;
    -ms-transition: -webkit-transform .3s .1s;
    -o-transition: -webkit-transform .3s .1s;
    transition: transform .3s .1s
}
html body #mb-content.container--move {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -webkit-transform .3s;
    -ms-transition: -webkit-transform .3s;
    -o-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: scale3d(.95, .95, 1);
    -moz-transform: scale3d(.95, .95, 1);
    -ms-transform: scale3d(.95, .95, 1);
    -o-transform: scale3d(.95, .95, 1);
    transform: scale3d(.95, .95, 1)
}
html body #mb-content .mb-header {
    position: absolute;
    width: 100%;
    padding-top: 20px;
    height: 82px
}
html body #mb-content .mb-header.sub {
    background-color: #F7F7F7;
    border-bottom: 1px solid #EDEDED
}
html body #mb-content .mb-header.sub .mb-circle-text>div {
    color: #7e8c96
}
html body #mb-content .mb-header.sub .mb-circle-text:after {
    border: 1px solid #7e8c96
}
html body #mb-content .mb-header.sub .mb-circle-text:hover:after {
    background-color: #fff;
    border: 1px solid #fff
}
html body #mb-content .mb-header .mb-header-wrap {
    height: 82px;
    width: 100%;
    top: -82px;
    padding-top: 20px;
    left: 0;
    background-color: #fff;
    position: absolute;
    z-index: 100
}
html body #mb-content .mb-carousel {
    height: 440px;
    background: 0 0;
    position: relative;
    padding: 0
}
html body #mb-content .mb-carousel img {
    border: none;
    outline: 0;
    height: 100%;
    width: auto;
    max-height: 440px
}
html body #mb-content .mb-carousel .mb-image-cta {
    position: absolute;
    top: 20%;
    color: #fff;
    width: 42%;
    left: 10%
}
html body #mb-content .mb-carousel .mb-image-cta h2 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 5%;
    display: block
}
html body #mb-content .mb-carousel .mb-image-cta h2 span {
    opacity: 0;
    margin-left: 20px;
    display: inline-block;
    -webkit-transition-property: margin-left, opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 1s;
    -moz-transition-property: margin-left, opacity;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 1s;
    -ms-transition-property: margin-left, opacity;
    -ms-transition-duration: 1s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 1s;
    -o-transition-property: margin-left, opacity;
    -o-transition-duration: 1s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 1s;
    transition-property: margin-left, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    transition-delay: 1s
}
html body #mb-content .mb-carousel .mb-image-cta h2 span.animate {
    margin-left: 0;
    opacity: 1;
    -webkit-transition-property: margin-left, opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 1s;
    -moz-transition-property: margin-left, opacity;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 1s;
    -ms-transition-property: margin-left, opacity;
    -ms-transition-duration: 1s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 1s;
    -o-transition-property: margin-left, opacity;
    -o-transition-duration: 1s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 1s;
    transition-property: margin-left, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    transition-delay: 1s
}
html body #mb-content .mb-carousel .mb-image-cta p.ingress {
    font-size: 1.2em
}
html body #mb-content .mb-carousel .mb-image-cta .mb-button {
    margin-left: 0;
    margin-top: 5%;
    border-color: #fff
}
html body #mb-content .mb-carousel .mb-image-cta .mb-button.mb-circle-text div {
    color: #fff
}
html body #mb-content .mb-carousel .mb-image-cta .mb-button.mb-circle-text:after {
    border-color: #fff
}
html body #mb-content .mb-carousel .mb-image-cta .mb-button.mb-circle-text:hover:after {
    background-color: #000;
    border-color: #000
}
html body #mb-content .mb-carousel .carousel-pagination {
    position: absolute;
    z-index: 90;
    bottom: 0;
    right: 0
}
html body #mb-content .mb-carousel .bx-pager-item {
    float: left
}
html body #mb-content .mb-carousel .bx-pager-item .bx-pager-block {
    width: 53px;
    height: 53px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #ebebeb;
    padding: 19px;
    float: left;
    font-weight: 700;
    color: #7e8c96
}
html body #mb-content .mb-carousel .bx-pager-item .bx-pager-link.active .bx-pager-block {
    background-color: #fff
}
html body #mb-content .mb-solutions {
    position: relative;
    height: 100%;
    margin-top: 30px;
    min-height: 200px
}
html body #mb-content .mb-solutions.container {
    padding-left: 0;
    padding-right: 0
}
html body #mb-content .mb-solutions .mb-solution {
    height: 100%;
    padding-left: 9px;
    padding-right: 9px
}
html body #mb-content .mb-solutions .mb-solution.left {
    padding-left: 0;
    padding-right: 18px
}
html body #mb-content .mb-solutions .mb-solution.right {
    padding-left: 18px;
    padding-right: 0
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content {
    height: 200px;
    background-color: #ebebeb
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top {
    position: relative;
    height: 142px;
    border-bottom: 2px solid #fff
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content {
    z-index: 91;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 140px;
    background-color: #ebebeb;
    top: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-angle i {
    display: none
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content.open {
    width: 100%;
    height: 320px;
    top: -181px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content.open .mb-related-heading {
    background-color: #c1c6ca
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover {
    width: 100%;
    height: 320px;
    top: -181px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover .mb-plus {
    display: none
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover .mb-angle i {
    display: block;
    color: #fff
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover .mb-angle:hover {
    color: #fff;
    background-color: transparent
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover .mb-related-heading {
    background-color: #c1c6ca
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover .mb-circle-text.red:after {
    border-color: #fff
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-left {
    padding: 15px 0 20px 20px;
    width: 75%;
    height: 131px
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-left h2 {
    margin-top: .1em;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 400
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-left p {
    margin-top: 10px;
    font-size: .85em;
    line-height: 1.6em
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-right {
    width: 14%;
    margin-right: 7%
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-right .mb-circle-text {
	display: none;
}
html body.lang-en-gb #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-right .mb-circle-text {
    margin-top: 52px;
    width: 35px;
    height: 35px;
	display: inline;
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-right .mb-circle-text.red:after {
    height: 35px;
    padding-bottom: 0;
    border-width: 2px
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-right .mb-circle-text div {
    padding-top: 17px;
    color: #e30613;
    font-size: 1.6em
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-heading {
    height: 29px;
    background-color: #ebebeb;
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 8px
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article {
    height: 81px;
    padding-left: 20px;
    padding-top: 21px;
    border-top: 2px solid #f0f0f0;
    background-color: #e0e1e2;
    font-size: .8em
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article.mb-related-article:hover {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-area {
    width: 15%;
    color: #e30613;
    padding-top: 3px;
    text-transform: uppercase
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-heading {
    width: 60%;
    margin-left: 8%;
    line-height: 1.6em;
    color: #202020
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-angle {
    width: 14%
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-angle i {
    color: #7e8c96;
    padding-right: 2em;
    font-size: 1.5em
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom {
    width: 100%;
    height: 58px
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom div {
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-left-link:hover>div {
    background: #dedede
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-left-link:hover>div i {
    padding-right: 1.7em;
    -webkit-transition-property: padding-right;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: padding-right;
    -moz-transition-duration: .1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: padding-right;
    -ms-transition-duration: .1s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: padding-right;
    -o-transition-duration: .1s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: padding-right;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-right-link:hover>div {
    background: #8b9aa5
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-right-link:hover>div i {
    padding-right: 1.7em;
    -webkit-transition-property: padding-right;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: padding-right;
    -moz-transition-duration: .1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: padding-right;
    -ms-transition-duration: .1s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: padding-right;
    -o-transition-duration: .1s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: padding-right;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom i {
    padding-right: 2em;
    -webkit-transition-property: padding-right;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0;
    -moz-transition-property: padding-right;
    -moz-transition-duration: .1s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0;
    -ms-transition-property: padding-right;
    -ms-transition-duration: .1s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0;
    -o-transition-property: padding-right;
    -o-transition-duration: .1s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0;
    transition-property: padding-right;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: 0
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-left {
    width: 50%;
    height: 100%;
    border-right: 2px solid #fff;
    padding-top: 21px;
    font-weight: 700;
    padding-left: 2.5em;
    color: #7e8c96
}
html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-right {
    width: 50%;
    height: 100%;
    background: #7e8c96;
    color: #fff;
    padding-top: 22px;
    font-weight: 700;
    font-size: .9em;
    padding-left: 2.5em;
    text-transform: uppercase;
    border-right: 7px solid #e30613
}
html body #mb-content .mb-front-blogs,
html body #mb-content .mb-why-choose {
    margin-top: 45px;
    min-height: 220px
}
html body #mb-content .mb-front-blogs h1,
html body #mb-content .mb-why-choose h1 {
    font-size: 2.1em
}
html body #mb-content .mb-front-blogs a,
html body #mb-content .mb-why-choose a {
    color: #E30613
}
html body #mb-content .mb-front-blogs .mbw-heading,
html body #mb-content .mb-why-choose .mbw-heading {
    padding: 10px 0
}
html body #mb-content .mb-front-blogs .mb-articles,
html body #mb-content .mb-why-choose .mb-articles {
    height: 100%
}
html body #mb-content .mb-front-blogs .mb-articles .mb-article h2,
html body #mb-content .mb-why-choose .mb-articles .mb-article h2 {
    margin-top: 25px;
    color: #7e8c96;
    font-weight: 400;
    font-size: 1.3em;
    font-weight: 700
}
html body #mb-content .mb-front-blogs .mb-articles .mb-article p,
html body #mb-content .mb-why-choose .mb-articles .mb-article p {
    color: #202020;
    margin-top: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 22px
}
html body #mb-content .mb-front-blogs {
    margin-bottom: 50px
}
html body #mb-content .mb-front-blogs .mb-articles .mb-article .timestamp {
    margin: 0;
    color: #909090
}
html body #mb-content .mb-cta {
    text-align: center
}
html body #mb-content .mb-cta.border {
    border-top: 2px solid #cbd1d5
}
html body #mb-content .mb-cta .mb-cta-wrap {
    width: 1052px;
    margin: 4% auto
}
html body #mb-content .mb-cta .mb-cta-wrap p {
    font-size: 1.9em;
    font-weight: 400
}
html body #mb-content .mb-cta .mb-cta-wrap p.cta {
    margin-top: 8px;
    line-height: 1.4em
}
html body #mb-content .mb-cta .mb-cta-wrap p a {
    color: #e30613
}
html body #mb-content .mb-cta .mb-cta-wrap .mb-button {
    width: 120px;
    margin-left: 20px
}
html body #mb-content .mb-cta .mb-cta-wrap .mb-circle-text.red div {
    padding-top: 13%;
    color: #e30613
}
html body #mb-content .mb-cta .mb-cta-wrap .mb-circle-text.red div p {
    margin-top: 1px;
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 38px
}
html body #mb-content .mb-cta .mb-cta-wrap .mb-circle-text.red div i {
    margin-top: -1px;
    font-size: 1.5em
}
html body #mb-content .mb-cta .mb-cta-wrap .mb-circle-text.red:after {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding-bottom: 26%
}
html body #mb-content .mb-cta .mb-cta-wrap .mb-circle-text.red:hover>div {
    color: #fff
}
html body #mb-content .mb-clients {
    text-align: center;
    min-height: 150px;
    height: auto;
    position: relative;
    padding: 0
}
html body #mb-content .mb-clients .mb-clients-divider {
    border-top: 1px solid #cbd1d5;
    height: 2px;
    margin-top: 18px
}
html body #mb-content .mb-clients .mb-clients-heading {
    font-weight: 700;
    position: absolute;
    text-align: center;
    width: 226px;
    height: 30px;
    left: 50%;
    margin-left: -113px;
    top: -10px;
    background-color: #fff
}
html body #mb-content .mb-clients .mbc-icons-wrap {
    width: 100%;
    border: 1px solid #cbd1d5;
    margin-top: -2px
}
html body #mb-content .mb-page-content {
    min-height: 200px;
    padding-top: 83px
}
html body #mb-content .mb-page-content.border {
    border-bottom: 2px solid #cbd1d5
}
html body #mb-content .mb-page-content strong {
    font-weight: 700
}
html body #mb-content .mb-page-content a {
    color: #e30613
}
html body #mb-content .mb-page-content ul li {
    list-style-type: square
}
html body #mb-content .mb-page-content .related-tags {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 89%;
    line-height: 26px
}
html body #mb-content .mb-page-content img {
	/*
    width: 100%;
    height: auto;
	*/
	max-width: 100%;
    margin: 15px 0
}
html body #mb-content .mb-clients-2 {
    width: 100%;
    padding: 0
}
html body #mb-content .mb-clients-heading-2.col-lg-2 {
    width: 100%
}
html body #mb-content .mb-clients-2 .mb-client-icons-2 {
    width: 90%;
    margin: 40px auto 0;
    display: table
}
html body #mb-content .mb-clients-2 .mb-client-icons-2 .mb-client-icon-container-2 {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    max-height: 63px
}
html body #mb-content .mb-clients-2 .mb-client-icons-2 .mb-client-icon-container-2 .mb-client-icon-2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 92px;
    height: 63px;
    max-height: 63px!important
}
html body #mb-content .mb-clients-2 .mb-client-icons-2 .mb-client-icon-container-2 .mb-client-icon-2 img {
    margin: 0;
    max-height: 36px!important;
    width: auto!important
}
html body #mb-content .mb-page-content h1 {
    font-weight: 300;
    color: #e30613;
    margin-bottom: 10px
}
html body #mb-content .mb-page-content h1.entry-title,
html body #mb-content .mb-page-content h2.entry-title
{
    /*margin-left: 10px;*/
    margin-bottom: 25px;
	font-weight: 300;
	font-size: 2em;
}
html body #mb-content .mb-page-content h3.entry-title
{
	font-weight: 300;
	/*margin-bottom: 25px;*/
	margin-top: 25px;
	font-size: 2em;
}

html body #mb-content .mb-page-content h1.entry-title .black,
html body #mb-content .mb-page-content h2.entry-title .black,
html body #mb-content .mb-page-content h3.entry-title .black
{
    color: #000;
}
html body #mb-content .mb-page-content h2,
html body #mb-content .mb-page-content h3 {
    color: #e30613;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: 300;
    margin: 20px 0 10px
}
html body #mb-content .mb-page-content h2.margintop,
html body #mb-content .mb-page-content h3.margintop {
    margin-top: 20px
}
html body #mb-content .mb-page-content h2.big,
html body #mb-content .mb-page-content h3.big {
    font-weight: 300;
    color: #e30613;
    margin-bottom: 10px;
    font-size: 1.8em
}
html body #mb-content .mb-page-content h3 {
    font-size: 1.3em
}
html body #mb-content .mb-page-content p {
    line-height: 1.9em;
    margin: 5px 0;
    font-size: 100%
}
html body #mb-content .mb-page-content p.mb-ingress {
    font-size: 1.3em;
    font-weight: 300
}
html body #mb-content .mb-page-content ul li {
    margin: 1.6em 0
}
html body #mb-content .mb-page-content .mb-post {
    margin-bottom: 25px
}

html body #mb-content .mb-page-content .mb-people {
    margin-top: 30px;
    width: 228px;
    margin-right: 22px;
    display: inline-block;
    min-height: 370px;
    vertical-align: top;
}

html body #mb-content .mb-page-content .mb-people img {
    max-width: 100%;
    margin: 15px 0;
    max-height: 235px;
}
html body #mb-content .mb-page-content .mbc-contact {
    margin-top: 30px
}
html body #mb-content .mb-page-content .mbc-contact .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden
}
html body #mb-content .mb-page-content .mbc-contact .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}
html body #mb-content .mb-page-content .mb-circle-text.wide {
    width: 180px
}
html body #mb-content .mb-page-content .mb-circle-text.wide div {
    padding-top: 24px;
    color: #fff;
    font-weight: 700
}
html body #mb-content .mb-page-content .mb-circle-text.wide div p {
    margin-top: 1px;
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 38px
}
html body #mb-content .mb-page-content .mb-circle-text.wide div i {
    margin-top: -1px;
    font-size: 1.2em;
    margin-right: 18px
}
html body #mb-content .mb-page-content .mb-circle-text.wide:after {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-color: #fff;
    border-radius: 50px;
    padding-bottom: 26%
}
html body #mb-content .mb-page-content .mb-circle-text.wide:hover>div {
    color: #7e8c96
}
html body #mb-content .mb-page-content .mb-circle-text.wide:hover:after {
    background-color: #fff
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red {
    width: 180px
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red div {
    padding-top: 24px;
    color: #e30613;
    font-weight: 700
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red div p {
    margin-top: 1px;
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 38px
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red div i {
    margin-top: -1px;
    font-size: 1.2em;
    margin-right: 18px
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red:after {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-color: #e30613;
    border-radius: 50px;
    padding-bottom: 26%
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red:hover>div {
    color: #fff
}
html body #mb-content .mb-page-content .mb-circle-text.wide.red:hover:after {
    background-color: #e30613
}
html body #mb-content .mb-page-content .mbc-top-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #A4252E;
    padding-right: 0;
    padding-left: 0;
    height: auto
}
html body #mb-content .mb-page-content .mbct-image-container {
    padding-top: 10%
}
html body #mb-content .mb-page-content .mbct-image-container .block {
    padding-right: 0
}
html body #mb-content .mb-page-content .mbct-image-container .block h1 {
    font-size: 2.5em
}
html body #mb-content .mb-page-content .mbct-image-container .block .ingress {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1em;
    margin: 4% 0
}
html body #mb-content .mb-page-content .mbct-image-container .block.text {
    padding: 4%
}
html body #mb-content .mb-page-content .mbct-image-container .block .white {
    color: #fff
}
html body #mb-content .mb-page-content .mb-two-col {
    border-bottom: 1px solid #cbd1d5;
    margin: 25px 0;
    padding: 40px 0
}
html body #mb-content .mb-page-content .mb-two-col h2 {
    color: #e30613;
    font-weight: 300;
    font-size: 2em
}
html body #mb-content .mb-page-content .mb-two-col p {
    margin: 20px 0
}
html body #mb-content .mb-page-content .mb-two-col .mb-circle-text.wide {
    width: auto
}
html body #mb-content .mb-page-content .mb-two-col .mb-circle-text.wide .mb-angle {
    padding: 29px 0 0 20px
}
html body #mb-content .mb-page-content .mb-two-col .mb-circle-text.wide .mb-angle i {
    margin-left: 20px;
    margin-right: 20px
}
html body #mb-content .mb-page-content .mbm-service-insights {
    margin: 25px 0 0
}
html body #mb-content .mb-page-content .mbm-service-insights h3 {
    font-weight: 700
}
html body #mb-content .mb-page-content .mbm-service-insights ul {
    margin: 10px 0 0 17px
}
html body #mb-content .mb-page-content .mbm-service-insights ul li {
    margin: 10px 0;
    color: #202020;
    list-style-type: square
}
html body #mb-content .mb-page-content .mbm-service-insights ul li p {
    margin: 0;
    color: #202020
}
html body #mb-content .mb-page-content .mbm-service-insights.floatright {
    margin-right: 20px
}
html body #mb-content .mb-page-content .mb-article-category {
    border: 1px solid #7e8c96;
    border-radius: 50px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #7e8c96;
    font-size: .7em;
    margin-top: 12px;
    margin-left: 5px
}
html body #mb-content .mb-page-content .mb-breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    font-size: 17px;
    margin-top: 15px
}
html body #mb-content .mb-page-content .mb-breadcrumb.share {
    padding-top: 5px;
    padding-bottom: 5px
}
html body #mb-content .mb-page-content .mb-breadcrumb.share .ssba {
    font-size: 14px;
    padding-left: 13px
}
html body #mb-content .mb-page-content .mb-breadcrumb.share .ssba img {
    margin: 0 2px
}
html body #mb-content .mb-page-content .mb-breadcrumb ul li {
    display: inline
}
html body #mb-content .mb-page-content .mb-breadcrumb ul li span {
    margin-left: 2px;
    margin-right: 10px
}
html body #mb-content .mb-page-content .mb-breadcrumb ul li span:nth-child(1) {
    margin-left: 0;
    margin-right: 10px
}
html body #mb-content .mb-page-content .mb-breadcrumb ul li a {
    color: #e30613
}
html body #mb-content .mb-page-content .mb-breadcrumb ul li.first {
    margin-left: 0
}
html body #mb-content .mb-page-content .mb-breadcrumb ul li.first a {
    color: #e30613
}
html body #mb-content .mb-page-content .mb-related-articles {
    width: 100%;
    padding: 30px;
    margin-bottom: 0;
    background-color: #ebebeb
}
html body #mb-content .mb-page-content .mb-related-articles.side {
    margin-bottom: 20px
}
html body #mb-content .mb-page-content .mb-related-articles p {
    margin: .5em 0;
    line-height: 1.4em;
    color: #202020
}
html body #mb-content .mb-page-content .mb-related-articles h3 {
    font-weight: 700;
    color: #7e8c96;
    margin-bottom: 20px
}
html body #mb-content .mb-page-content .mb-related-articles a:hover {
    text-decoration: none
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block {
    border-top: 1px solid #cbd1d5;
    margin-top: 12px;
    padding: 10px 0
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block.services {
    padding: 2px 0
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block.experience {
    border-top: none;
    width: 48%;
    padding: 2px 0 8px;
    border-bottom: 1px solid #cbd1d5
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block.experience .mbtm-block-right {
    width: 85%
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block.experience.first {
    border-top: 1px solid #cbd1d5
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block.experience.right {
    margin-left: 15px
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block .mb-article-title {
    color: #e30613;
    font-size: 1.4em
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block .mb-article-category {
    color: #fff;
    margin-top: 10px;
    margin-left: 5px
}
html body #mb-content .mb-page-content .mb-related-articles .mbr-article-block .mb-article-excerpt {
    color: #202020
}
html body #mb-content .mb-page-content .mb-subpage-section {
    margin-top: 20px;
    margin-bottom: 75px
}
html body #mb-content .mb-page-content .mb-subpage-section .row-full-height {
    height: 100%
}
html body #mb-content .mb-page-content .mb-subpage-section .col-full-height {
    height: 100%;
    vertical-align: middle
}
html body #mb-content .mb-page-content .mb-subpage-section .row-same-height {
    display: table;
    width: 100%
}
html body #mb-content .mb-page-content .mb-subpage-section .col-xs-height {
    display: table-cell;
    float: none!important
}
html body #mb-content .mb-page-content .mb-subpage-section .img-responsive {
    width: 100%
}
html body #mb-content .mb-page-content .mb-subpage-section .col-top {
    vertical-align: top
}
html body #mb-content .mb-page-content .mb-subpage-section .col-middle {
    vertical-align: middle
}
html body #mb-content .mb-page-content .mb-subpage-section .col-bottom {
    vertical-align: bottom
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-image-content {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ebebeb
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-arcicle-content ul {
    margin-left: 15px;
    list-style-type: disc
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-arcicle-content ul li {
    line-height: 1.6em;
    margin: 15px 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red {
    width: 180px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red div {
    padding-top: 24px;
    color: #e30613;
    font-weight: 700
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red div p {
    margin-top: 1px;
    font-weight: 700;
    font-size: 1.5em;
    margin-left: 38px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red div i {
    margin-top: -1px;
    font-size: 1.2em;
    margin-right: 18px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red:after {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-color: #e30613;
    border-radius: 50px;
    padding-bottom: 26%;
    color: white;
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red:hover>div {
    color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-circle-text.wide.red:hover:after {
    background-color: #e30613
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-two-col .mb-circle-text.wide {
    width: auto
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-two-col .mb-circle-text.wide .mb-angle {
    padding: 29px 0 0 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-two-col .mb-circle-text.wide .mb-angle i {
    margin-left: 20px;
    margin-right: 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper {
    height: 100%
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport {
    height: 100%
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider {
    height: 100%!important
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider li {
    z-index: 1;
    height: 100%
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider li .mb-image-content {
    background-color: #B82F37;
    position: relative;
    margin-top: -20px
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider li .mb-image-content .mb-circle-text.wide {
    margin-top: 40px;
    width: 140px
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider li .mb-image-content .mb-circle-text.wide div {
    padding-top: 19px
}
html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider li .mb-image-content .mb-circle-text.wide i {
    margin-top: 0;
    font-size: .9em
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 5%;
    position: absolute;
    color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content.mb-benchmark-tool {
    color: #fff;
    width: 90%
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content.mb-benchmark-tool .absolute {
    position: absolute;
    bottom: 10px;
    right: 10px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content.mb-benchmark-tool .mb-circle-text.prevnext div {
    color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content.mb-benchmark-tool .mb-circle-text.prevnext:after {
    border-color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content.mb-benchmark-tool .mb-circle-text.prevnext:hover>div {
    color: #202020
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content.mb-benchmark-tool .mb-circle-text.prevnext:hover:after {
    border-color: #fff;
    background-color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content .mb-examples {
    margin: 0;
    padding: 0;
    font-weight: 700
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content .mb-example-description {
    margin: 40px 0 0;
    padding: 0;
    font-size: 1.1em
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-carousel-content .mb-example-result {
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 100%;
    margin-top: 20px;
    font-size: 2em
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block {
    padding-top: 10px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block h3 {
    margin-bottom: 3px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block img {
    height: 100%;
    width: auto
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block .mbtm-block-left {
    color: #7e8c96
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block .mbtm-block-right {
    margin-left: 7px;
    width: 90%
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block .mbtm-block-right h3 {
    color: #e30613;
    font-weight: 700
}
html body #mb-content .mb-page-content .mb-subpage-section .mbtm-block .mbtm-block-right p {
    margin-top: .5em;
    color: #202020
}
html body #mb-content .mb-page-content .mb-subpage-section.no-margin {
    margin-bottom: 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-date {
    color: #7e8c96;
    font-weight: 700;
    font-size: 1em
}
html body #mb-content .mb-page-content .mb-subpage-section .mba-listed {
    margin-bottom: 40px
}
html body #mb-content .mb-page-content .mb-subpage-section .mba-listed p.categories {
    font-style: italic;
    color: #202020;
    font-size: 11px
}
html body #mb-content .mb-page-content .mb-subpage-section .mba-listed p.categories a {
    color: #7e8c96
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-top {
    border-left: 2px solid #e30613;
    padding-left: 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-top a:hover {
    text-decoration: none
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-top .mb-article-insight {
    color: #7e8c96;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
    font-size: .8em;
    font-weight: 700
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-top .mb-article-name {
    color: #7e8c96;
    font-size: 2em;
    margin: 0;
    padding: 0 0 8px;
    font-weight: 300;
    line-height: 1.4em
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-top .mb-article-date {
    margin: 7px 0 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-top .mb-article-category {
    margin-top: 11px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-bottom {
    border-left: 2px solid #cbd1d5;
    padding: 10px 0 10px 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-bottom img {
    width: 13%;
    height: auto;
    margin-top: 7px;
    margin-right: 3%
}
html body #mb-content .mb-page-content .mb-subpage-section .mbal-bottom p {
    width: 75%;
    color: #202020;
    margin-top: 0
}
/*
html body #mb-content .mb-page-content .mb-subpage-section .mbal-bottom a:hover {
    text-decoration: none;
}
*/
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-small-button {
    margin-left: 8px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text {
    width: 40px;
    height: 40px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text .mb-angle {
    color: #7e8c96
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text i {
    font-size: 1em
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text:after {
    border-color: #7e8c96;
    padding-bottom: 38px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text:hover {
    color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text:hover .mb-angle {
    color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text:hover:after {
    background-color: #7e8c96
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text.prevnext .mb-angle {
    color: #e30613
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text.prevnext:hover .mb-angle {
    color: #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text.prevnext:after {
    border-color: #e30613
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-article-pagination .mb-circle-text.prevnext:hover:after {
    border-color: #e30613;
    background-color: #e30613
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul {
    margin-left: 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul li {
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 12px 10px 12px 15px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul li.first {
    border-top: 1px solid #ebebeb
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul li a {
    color: #7e8c96
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul li a:hover {
    color: #202020;
    text-decoration: none
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul li a.current {
    color: #202020
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-ta ul li a i {
    float: right
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-tb ul {
    margin-left: 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-tb ul li {
    list-style-type: none;
    background-color: #7e8c96;
    margin: 0;
    border-top: 2px solid #fff
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-tb ul li:hover {
    background-color: #8b9aa5
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-tb ul li.first {
    border: none
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-tb ul li a {
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase;
    display: block;
    padding: 15px 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .mb-submenu-tb ul li a:hover {
    text-decoration: none
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col {
    margin-top: 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col.left {
    padding-left: 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author {
    margin-top: 25px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author img {
    margin-top: 0
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author p {
    font-size: .9em;
    margin: 0;
    line-height: 1.5em
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author p.mb-author {
    margin-top: 0;
    font-size: 1.2em
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author p.mb-author-description {
    margin-top: 4px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author .mb-author-contact {
    margin-top: 20px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author .mbac-icon-info {
    margin-left: 10px
}
html body #mb-content .mb-page-content .mb-subpage-section .mbs-col .mb-article-author .mbac-icon-wrap {
    margin-bottom: 10px
}
html body #mb-content .mb-footer {
    position: relative;
    margin-top: 20px;
    background-color: #ebebeb
}
html body #mb-content .mb-footer .mb-small-button {
    margin-left: 8px
}
html body #mb-content .mb-footer .mb-circle-text {
    width: 40px;
    height: 40px
}
html body #mb-content .mb-footer .mb-circle-text .mb-angle {
    color: #7e8c96
}
html body #mb-content .mb-footer .mb-circle-text i {
    font-size: 1.4em
}
html body #mb-content .mb-footer .mb-circle-text:after {
    border-color: #7e8c96;
    padding-bottom: 38px
}
html body #mb-content .mb-footer .mb-circle-text:hover:after {
    border-color: #fff
}
html body #mb-content .mb-footer .mb-footer-top {
    font-size: .8em;
    padding: 45px 0
}
html body #mb-content .mb-footer .mb-footer-top p {
    margin: 0;
    margin: 5px 0
}
html body #mb-content .mb-footer .mb-footer-top p strong {
    font-weight: 700
}
html body #mb-content .mb-footer .mb-footer-top p.mb-info-phone {
    margin-top: 15px
}
html body #mb-content .mb-footer .mb-footer-top .mb-company {
    font-weight: 700
}
html body #mb-content .mb-footer .mb-footer-top .mb-info-email {
    color: #e30613
}
html body #mb-content .mb-footer .mb-footer-bottom {
    padding: 35px 0;
    border-top: 3px solid #d5d9dc
}
html body #mb-content .mb-footer .mb-footer-bottom .mbb-to-top {
    cursor: pointer;
    font-weight: 700;
    color: #7e8c96;
    font-size: .7em;
    text-transform: uppercase
}
html body #mb-content .mb-footer .mb-footer-bottom .mbb-to-top i {
    margin-left: 10px
}
@media (max-width: 1400px) 
{
	html body #mb-content .mb-page-content
	{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1350px)
{
    .container {
        width: 1350px
    }

	html body #mb-content .mb-page-content
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	
    html body #mb-content .mb-cta {
        height: 245px;
        text-align: center
    }
    html body #mb-content .mb-cta p.cta {
        float: none
    }
    html body #mb-content .mb-cta .mb-button {
        float: none;
        margin-left: 0
    }
    html body #mb-content .mb-cta .mb-cta-wrap {
        padding-bottom: 20px;
    }
    html body #mb-content .mb-cta .mb-cta-wrap .mb-button {
        margin: 0px auto 20px auto;
    }
	
}
@media (max-width: 1350px) {
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-right {
        padding-left: 1.3em
    }
    html body #mb-content .mb-clients .mb-client-icons {
        width: 100%;
        margin: 20px auto
    }
    html body #mb-content .mb-clients .mb-client-icons .mb-client-icon {
        margin: 11px
    }
    html body #mb-content .mb-cta {
        height: 245px;
        text-align: center
    }
    html body #mb-content .mb-cta p.cta {
        float: none
    }
    html body #mb-content .mb-cta .mb-button {
        float: none;
        margin-left: 0
    }
    html body #mb-content .mb-cta .mb-cta-wrap {
        padding-bottom: 20px;
    }
    html body #mb-content .mb-cta .mb-cta-wrap .mb-button {
        margin: 20px auto
    }

	html body #mb-content .mb-page-content
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	
}
@media (min-width: 992px)and (max-width: 1199px) {
	
	html body #mb-content .mb-page-content
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	
    html body #mb-request.dialog .dialog__content {
        width: 88%;
        max-width: 88%;
        margin-left: -44%
    }
    html body #mb-content .mb-header .mb-header-wrap .mbt-menu-wrap {
        float: left;
        margin-top: 50px;
        padding-left: 0;
        margin-left: 15px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover {
        width: 100%;
        height: 355px;
        top: -215px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content.open {
        width: 100%;
        height: 355px;
        top: -215px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-left {
        height: 165px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-heading {
        background-color: #c1c6ca
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-area {
        width: 73px;
        margin-right: 0
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-heading {
        width: 60%;
        color: #202020;
        margin-left: 10px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-angle {
        width: 20px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-angle i {
        padding-right: 10px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-left {
        padding-left: 1.2em
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-right {
        font-size: .8em;
        padding-left: 1.2em
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-left-link:hover>div {
        background: #dedede
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-left-link:hover>div i {
        padding-right: .8em;
        -webkit-transition-property: padding-right;
        -webkit-transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-property: padding-right;
        -moz-transition-duration: .1s;
        -moz-transition-timing-function: ease-out;
        -moz-transition-delay: 0;
        -ms-transition-property: padding-right;
        -ms-transition-duration: .1s;
        -ms-transition-timing-function: ease-out;
        -ms-transition-delay: 0;
        -o-transition-property: padding-right;
        -o-transition-duration: .1s;
        -o-transition-timing-function: ease-out;
        -o-transition-delay: 0;
        transition-property: padding-right;
        transition-duration: .1s;
        transition-timing-function: ease-out;
        transition-delay: 0
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-right-link:hover>div {
        background: #8b9aa5
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-right-link:hover>div i {
        padding-right: .8em;
        -webkit-transition-property: padding-right;
        -webkit-transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-property: padding-right;
        -moz-transition-duration: .1s;
        -moz-transition-timing-function: ease-out;
        -moz-transition-delay: 0;
        -ms-transition-property: padding-right;
        -ms-transition-duration: .1s;
        -ms-transition-timing-function: ease-out;
        -ms-transition-delay: 0;
        -o-transition-property: padding-right;
        -o-transition-duration: .1s;
        -o-transition-timing-function: ease-out;
        -o-transition-delay: 0;
        transition-property: padding-right;
        transition-duration: .1s;
        transition-timing-function: ease-out;
        transition-delay: 0
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom i {
        padding-right: 1em;
        -webkit-transition-property: padding-right;
        -webkit-transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-property: padding-right;
        -moz-transition-duration: .1s;
        -moz-transition-timing-function: ease-out;
        -moz-transition-delay: 0;
        -ms-transition-property: padding-right;
        -ms-transition-duration: .1s;
        -ms-transition-timing-function: ease-out;
        -ms-transition-delay: 0;
        -o-transition-property: padding-right;
        -o-transition-duration: .1s;
        -o-transition-timing-function: ease-out;
        -o-transition-delay: 0;
        transition-property: padding-right;
        transition-duration: .1s;
        transition-timing-function: ease-out;
        transition-delay: 0
    }
    html body #mb-content .mb-cta {
        height: 245px;
        text-align: center
    }
    html body #mb-content .mb-cta p.cta {
        font-size: 1.8em;
        float: none
    }
    html body #mb-content .mb-cta .mb-button {
        float: none;
        margin-left: 0
    }
    html body #mb-content .mb-cta .mb-cta-wrap {
        padding-bottom: 20px;
        width: 768px
    }
    html body #mb-content .mb-cta .mb-cta-wrap .mb-button {
        margin: 20px auto
    }
    html body #mb-content .mb-clients .mb-client-icons {
        width: 61%
    }
}
@media (max-width: 991px)
{
	html body #mb-content .mb-page-content
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	
    html body #mb-request.dialog .dialog__content {
        width: 88%;
        max-width: 88%;
        margin-left: -44%
    }
    html body #mb-content .mb-carousel .mb-image-cta {
        top: 20%;
        width: 80%
    }
    html body #mb-content .mb-page-content .mb-subpage-section .mb-related-articles .mbr-article-block.experience {
        border-top: none;
        width: 100%;
        padding: 2px 0 8px;
        border-bottom: 1px solid #cbd1d5
    }
    html body #mb-content .mb-page-content .mb-subpage-section .mb-related-articles .mbr-article-block.experience.right {
        margin-left: 0
    }
    html body #mb-content .mb-header .mb-header-wrap .mbt-menu-wrap {
        float: left;
        margin-top: 50px;
        padding-left: 0;
        margin-left: 15px
    }
    html body #mb-content .mb-solutions {
        margin-top: 0
    }
    html body #mb-content .mb-solutions .mb-solution {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    html body #mb-content .mb-solutions .mb-solution.left {
        padding-right: 0
    }
    html body #mb-content .mb-solutions .mb-solution.right {
        padding-left: 0
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content {
        margin-top: 186px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content {
        width: 100%;
        height: 304px;
        top: -165px;
        -webkit-transition-property: none;
        -webkit-transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-property: none;
        -moz-transition-duration: .3s;
        -moz-transition-timing-function: ease-out;
        -moz-transition-delay: 0;
        -ms-transition-property: none;
        -ms-transition-duration: .3s;
        -ms-transition-timing-function: ease-out;
        -ms-transition-delay: 0;
        -o-transition-property: none;
        -o-transition-duration: .3s;
        -o-transition-timing-function: ease-out;
        -o-transition-delay: 0;
        transition-property: none;
        transition-duration: .3s;
        transition-timing-function: ease-out;
        transition-delay: 0
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content:hover {
        width: 100%;
        height: 304px;
        top: -165px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-heading {
        line-height: 1.3em
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-right {
        display: none
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-heading {
        background-color: #c1c6ca
    }
    html body #mb-content .mb-cta {
        height: 245px;
        text-align: center
    }
    html body #mb-content .mb-cta p.cta {
        float: none
    }
    html body #mb-content .mb-cta .mb-button {
        float: none;
        margin-left: 0
    }
    html body #mb-content .mb-cta .mb-cta-wrap {
        width: 598px;
        padding-bottom: 20px
    }
    html body #mb-content .mb-cta .mb-cta-wrap .mb-button {
        margin: 20px auto
    }
    html body #mb-content .mb-why-choose {
        margin-top: 20px
    }
    html body #mb-content .mb-why-choose .mb-articles {
        padding-bottom: 20px
    }
    html body #mb-content .mb-clients .mb-client-icons {
        width: 82%
    }
}
@media (max-width: 768px)
{
	html body #mb-content .mb-page-content
	{
		padding-left: 40px;
		padding-right: 40px;
	}
	
    html body #mb-content .mb-clients .mb-client-icons {
        width: 230px
    }
    html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper {
        width: 100%;
        height: auto
    }
    html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport {
        height: 100%;
        min-height: 450px!important
    }
    html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider {
        width: 100%;
        height: auto
    }
    html body #mb-content .mb-page-content .mb-subpage-section .bx-wrapper .bx-viewport ul.sm-bxslider li {
        width: 100%;
        height: 100%
    }
    html body #mb-content .mb-page-content .mb-subpage-section .row-full-height {
        width: 100%;
        height: auto
    }
    html body #mb-content .mb-page-content .mb-subpage-section .col-full-height {
        width: 100%;
        height: auto
    }
    html body #mb-content .mb-page-content .mb-subpage-section .col-xs-6 {
        width: 100%
    }
    html body #mb-content .mb-page-content .mb-subpage-section .row-same-height {
        display: block;
        width: 100%;
        height: auto
    }
    html body #mb-content .mb-page-content .mb-subpage-section .col-xs-height {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        float: none!important
    }
    html body #mb-content .mb-page-content .mb-subpage-section .img-responsive {
        width: 100%
    }
    html body #mb-content .mb-page-content .mb-subpage-section .col-top {
        vertical-align: top
    }
    html body #mb-content .mb-page-content .mb-subpage-section .col-middle {
        vertical-align: middle
    }
    html body #mb-content .mb-page-content .mb-subpage-section .col-bottom {
        vertical-align: bottom
    }
    html body #mb-content .mb-page-content .mb-subpage-section .mb-image-content {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 450px;
        position: relative;
        background-color: #ebebeb
    }
    html body #mb-login.dialog h2 {
        padding: 0;
        margin: 0
    }
    html body #mb-login.dialog .dialog__content {
        max-width: 82%;
        height: 440px;
        padding: 2em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -41%;
        margin-top: -220px;
        min-width: 82%
    }
    html body #mb-login.dialog .dialog__content .mb-form-fields {
        width: 100%
    }
    html body #mb-login.dialog .dialog__content .mb-form-fields .mb-form-label {
        float: none;
        margin-left: 0
    }
    html body #mb-login.dialog .dialog__content .mb-form-fields .mb-form-field {
        width: 100%;
        float: none
    }
    html body #mb-login.dialog .dialog__content .mb-form-fields .mbl-submit-wrap {
        position: relative;
        right: 0;
        top: 0;
        float: right;
        margin-top: 14px
    }
}
@media (max-width: 600px) {
    html body #mb-request.dialog .dialog__content {
        top: 10px;
        margin-top: 0;
        width: 88%;
        max-width: 88%;
        margin-left: -44%;
        padding: 2em 2em 3em;
        min-width: 88%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
    html body #mb-request.dialog .dialog__content h2 {
        margin: 15px 0 0
    }
    html body #mb-request.dialog .dialog__content p {
        margin-left: 0
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields {
        margin-left: 0
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-form-block {
        width: 100%;
        float: none
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-form-block.right {
        margin-left: 0
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-button {
        width: 135px
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-button.cancel {
        margin-left: 0
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-button p {
        margin-left: 41px
    }
    html body #mb-content .mb-header .mb-header-wrap {
        height: 82px;
        width: 100%
    }
    html body #mb-content .mb-header .mb-header-wrap .mbt-menu-wrap {
        margin-top: -500px
    }
    html body #mb-content .mb-header .mb-header-wrap.open .mbt-menu-wrap {
        margin-top: 50px
    }
    html body #mb-content .mb-header .mb-header-wrap.open .mb-search-login {
        top: 16px
    }
    html body #mb-content .mb-carousel .mb-image-cta h2 {
        font-size: 2em
    }
    html body #mb-content .mb-cta .mb-cta-wrap {
        width: 100%
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-left {
        padding-left: 1em
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-right {
        font-size: .8em;
        padding-left: 1em
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-bottom .mbs-bottom-right i {
        font-size: 1em
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mbs-top-left h2 {
        margin-top: 0
    }
}
@media (max-width: 425px) {
    html body #mb-request.dialog .dialog__content {
        padding: 1em
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-button {
        width: 120px
    }
    html body #mb-request.dialog .dialog__content .mb-form-fields .mb-button p {
        margin-left: 26px
    }
    html body #mb-content .mb-page-content {
        padding-top: 130px
    }
    html body #mb-content .mb-header .mb-header-wrap .mb-top-menu .mbt-menu-bottom .mbtm-block .mbtm-block-right {
        margin-left: 1em;
        width: 85%
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-area {
        width: 85px
    }
    html body #mb-content .mb-solutions .mb-solution .mb-solution-content .mbs-top .mbs-top-content .mb-related-article .mb-topic-heading {
        width: 160px;
        margin-left: 0
    }
    html body #mb-content .mb-header .mb-header-wrap.open {
        font-size: 13px;
        height: auto;
        padding-bottom: 20px
    }
    html body #mb-content .mb-header .mb-header-wrap.open .mbt-menu-wrap {
        margin-top: 120px
    }
    html body #mb-content .mb-header .mb-header-wrap.open .mb-search-login {
        top: 68px
    }
    html body #mb-content .mb-header .mb-header-wrap.open .mb-top-menu {
        margin-top: 0;
        font-size: 11px
    }
    html body #mb-content .mb-header.sub {
        height: 120px
    }
    html body #mb-content .mb-header .mb-header-wrap .mb-search-login {
        width: 350px;
        height: 45px;
        position: absolute;
        top: 148px;
        left: 2px
    }
    html body #mb-content .mb-carousel .mb-image-cta {
        top: 28%;
        width: 80%
    }
}
@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none!important
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none!important
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none!important
    }
}
#mnd-iframe .container {
    width: 100%!important
}
.wideredbutton {
    width: 200px!important;
}
.gform_body input,
.gform_body select,
.gform_body textarea {
    border: 1px solid #CCC;
    border-radius: 2px
}
.gform_body select {
    background: #ECECEC;
    padding: 6px 5px
}

/*!
*************************************************************************************
MODIFICATIONS TO THEME BASE: ./style.css
*************************************************************************************
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


#gform_wrapper_2{
    display : block !important;
}

.mb-image-cta {
	background-color:rgba(177,39,47,0.85);
 	padding: 15px 30px;
 	border-radius: 5px;
 	border: 1px solid #A33C3C;
 	box-shadow: inset 0px 0px 1px #DBBDBD;
}


.mb-breadcrumb.share.share-extra
{
	margin-bottom: 1.5em;
}

html body #mb-content .mb-header .mb-header-wrap .mb-logo-menu
{
	position: absolute;
	top: 86px;
	left: 0px;
	width: 100%;
	z-index: 200;
}

/*
html body #mb-content .mb-header .mb-header-wrap .mb-logo-menu
{
	float: left;
	margin-top: 66px;
	width: 100%;
	z-index: 200;
	border: 1px solid blue;
}
*/

html body #mb-content .mb-header.sub
{
	height: 68px;
}

#click-menu .threeLines .line
{
	background: #7E8C96 !important;
}

.page-template-page-landing #click-menu .threeLines .line
{
	background: white !important;
}

.mb-search-login
{
	/*
	float: right;
	margin-top: 14px;
	margin-right: 16px;
	*/
	position: absolute;
	top: -60px;
	right: 2px;
}

/*
.mb-search-login
{
	float: right;
	margin-top: -116px;
	margin-right: 2px;
	border: 1px solid red;
}
*/


html body .mb-circle-text {
    width: 35px;
    cursor: pointer;
}

html body .mb-button {
    margin-left: 10px;
	font-size: 13px;
	width: 124px;
    background: 0 0;
}

.mb-logo
{
	margin-top: 18px;
	margin-left: 20px;
}

/******************************************************** MAIN NAVIGATION */

ul#nav-main
{
	float: left;
	color: black;
    font-size: 1em;
	padding-bottom: 5px;
	margin-left: 3em;
	margin-top: 26px;
}

ul#nav-main>li.menu-item
{
	float: left;
	margin-right: 2em;
	font-weight: 700;
	padding-bottom: 20px;
	background-image: url("_img/one-pixel.gif");
}

ul#nav-main li.menu-item>ul.sub-menu
{
	display: none;
}

ul#nav-main li.menu-item:hover>ul.sub-menu
{
	position: absolute;
	display: block;
}

ul#nav-main li.menu-item:hover>ul.sub-menu>li>ul.sub-menu
{
	position: relative;
	display: block;
}

ul#nav-main li.menu-item>ul.sub-menu
{
	background: white;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin-top: 10px;
	
	font-weight: normal;
	padding: 12px 20px 12px 12px;
	line-height: 1.5em;
}

ul#nav-main li.menu-item>ul.sub-menu li
{
	margin-bottom: 4px;
}

ul#nav-main li.menu-item>ul.sub-menu>li>ul.sub-menu
{
	border: none;
	padding: 0;
	margin-left: 12px;
}	

ul#nav-main li.menu-item>ul.sub-menu>li
{
	margin-bottom: 4px;
}

ul#nav-main li.menu-item>ul.sub-menu>li>ul.sub-menu
{
	margin-bottom: 4px;
	margin-top: 4px;
}

.mb-nav-dark ul#nav-main li a:link,
.mb-nav-dark ul#nav-main li a:visited
{
	color: #fff;
	text-decoration: none;
}

.mb-nav-dark ul#nav-main li a:hover,
.mb-nav-dark ul#nav-main li a:active
{
	color: #fff;
	text-decoration: underline;
}

.mb-nav-dark ul#nav-main ul.sub-menu li a:link,
.mb-nav-dark ul#nav-main ul.sub-menu li a:visited
{
	color: #666;
	text-decoration: none;
}

.mb-nav-dark ul#nav-main ul.sub-menu li a:hover,
.mb-nav-dark ul#nav-main ul.sub-menu li a:active
{
	color: #666;
	text-decoration: underline;
}

.mb-nav-light ul#nav-main li a:link,
.mb-nav-light ul#nav-main li a:visited
{
	color: #e30613;
	text-decoration: none;
}

.mb-nav-light ul#nav-main li a:hover,
.mb-nav-light ul#nav-main li a:active
{
	color: #e30613;
	text-decoration: underline;
}

.mb-nav-light ul#nav-main ul.sub-menu li a:link,
.mb-nav-light ul#nav-main ul.sub-menu li a:visited
{
	color: #666;
	text-decoration: none;
}

.mb-nav-light ul#nav-main ul.sub-menu li a:hover,
.mb-nav-light ul#nav-main ul.sub-menu li a:active
{
	color: #666;
	text-decoration: underline;
}

/******************************************************** NAVI BUTTONS */

html body #mb-content .mb-header .mb-circle-text>div,
html body #mb-content .mb-header.sub .mb-circle-text>div
{
    color: #7e8c96;
}
html body #mb-content .mb-header .mb-circle-text:hover>div,
html body #mb-content .mb-header.sub .mb-circle-text:hover>div
{
    color: white;
}
html body #mb-content .mb-header .mb-circle-text:after,
html body #mb-content .mb-header.sub .mb-circle-text:after
{
    border: 1px solid #7e8c96;
	color: red;
}
html body #mb-content .mb-header .mb-circle-text:hover:after,
html body #mb-content .mb-header.sub .mb-circle-text:hover:after
{
    background-color: #7e8c96;
    border: 1px solid #7e8c96;
}

html body #mb-content
{
	margin-top: 70px;

}

/*
.mb-search-login
{
	margin-top: -60px;
	margin-right: 0;
}
*/

.popmake .popmake-content img.alignleft
{
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}

.popmake .popmake-content img.alignright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.popmake .popmake-content p+p
{
	margin-top: 15px;
}

html body #mb-content .mb-clients .mb-client-icons
{
    width: 90%;
    margin: 30px auto;
	display: table;
}

html body #mb-content .mb-clients .mb-client-icons .mb-client-icon-container
{
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 92px;
	height: 63px;
}

html body #mb-content .mb-clients .mb-client-icons .mb-client-icon-container .mb-client-icon
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 92px;
	height: 63px;
}

html body #mb-content .mb-page-content .name_directory_index a:link,
html body #mb-content .mb-page-content .name_directory_index a:visited
{
	color: #e30613;
	background: white;
	padding: 5px;
}

html body #mb-content .mb-page-content .name_directory_index a:hover,
html body #mb-content .mb-page-content .name_directory_index a:active
{
	color: white;
	background: #e30613;
	padding: 5px;
}

html body #mb-content .mb-page-content .name_directory_index form
{
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	clear: both;
	display: block;
}

html body #mb-content .mb-page-content .name_directory_index form input[type=text]
{
	float: left;
	padding: 10px;
	font-size: 1.4em;
	width: 300px;
}

html body #mb-content .mb-page-content .name_directory_index form input[type=submit]
{
	float: left;
	font-size: 1.4em;
	margin-top: -2px;
	margin-left: 10px;
	padding: 10px;
	clear: right;
}

.name_directory_total
{
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

.name_directory_column
{
	clear: both;
}

.name_directory_name_box
{
	overflow: hidden;
	margin-bottom: 20px;
}

.name_directory_name_box strong
{
	float: left;
	clear: both;
	margin-bottom: 15px;
}

.name_directory_name_box div
{
	float:left;
	clear: both;
	line-height: 1.5em;
}

html body #mb-content .mb-page-content .solutions-card-links ul
{
	/*
	margin-top: -120px;
	padding-bottom: 20px;
	*/
	margin-top: -100px;
	padding-bottom: 20px;
	overflow: hidden;
}

html body #mb-content .mb-page-content .solutions-card-links ul li
{
	list-style-type: none;
	line-height: 1.3em;
}

html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a
{
	float: left;
	clear: both;
	padding: 10px 10px 10px 15px;
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-text
{
	font-size: 1.2em;
	color: #333;
	float: left;
	clear: both;
	display: block;
	margin-bottom: .5em;
}

html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-subheading
{
	font-size: 1em;
	color: #666;
	float: left;
	clear: both;
}

html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-subheading span.find-out-more
{
	color: #e30613;
}

html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a:link,
html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a:visited
{
	background: #ebebeb;
}

html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a:hover,
html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a:hover span.card-link-text,
html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a:active
{
	background: #dedede;
	text-decoration: underline;
}

html body #mb-content .mb-page-content h2.contact-us-sidebar-head
{
    color: #e30613;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.8em;
    margin: 20px .7em 10px .7em;
}


ul.contact-us-sidebar li
{
	overflow: hidden;
	line-height: 1.5em;
}

ul.contact-us-sidebar li span
{
	float: left;
	clear: both;
}

ul.contact-us-sidebar li span.office-location
{
	font-weight: bold;
}

ul.footer-links
{
	line-height: 1.2em;
}

ul.footer-links li.footer-links-parent
{
	font-weight: bold;
	margin-bottom: .5em;
}

ul.footer-links li.footer-links-sub
{
	margin-left: 15px;
	margin-bottom: .3em;
	list-style-type: circle;
}

html body #mb-content .mb-footer .mb-circle-text
{
    width: 40px;
    height: 40px;
}
html body #mb-content .mb-footer .mb-circle-text .mb-angle
{
    color: #7e8c96;
	margin-top: -7px;
	margin-left: -5px;
}
html body #mb-content .mb-footer .mb-circle-text i
{
    font-size: 1.4em;
}
html body #mb-content .mb-footer .mb-circle-text:after
{
    border-color: #7e8c96;
    padding-bottom: 38px;
}
html body #mb-content .mb-footer .mb-circle-text:hover:after
{
    border-color: #fff;
}

/******************************************************** PRE-FOOTER BUTTONS */

/*html body #mb-content .mb-bottom-buttons*/
html body #mb-content .mb-cta+.mb-bottom-buttons
{
	margin-top: -2em;
	margin-bottom: 3em;
}

html body #mb-content .mb-bottom-buttons div.col-sm-12
{
	margin-top: 3em;
	margin-bottom: 2em;
	text-align: center;
}

html body #mb-content .mb-bottom-buttons div.col-sm-4
{

}

html body #mb-content .mb-bottom-buttons .mb-button-special
{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	border: 1px solid #e30613;
	width: 100%;
	height: 50px;
}

html body #mb-content .mb-bottom-buttons a .mb-button-special
{
	background-color: white;
	color: #e30613;

    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-out;
    -moz-transition-delay: 0s;
    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-out;
    -ms-transition-delay: 0s;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-out;
    -o-transition-delay: 0s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
	
}

html body #mb-content .mb-bottom-buttons a:hover .mb-button-special
{
	background-color: #e30613;
	color: white;
}


html body #mb-content .mb-bottom-buttons .mb-button-special div
{
	margin-top: .8em;
	font-size: 1.3em;
	font-weight: 700;
}

html body #mb-content .mb-bottom-buttons .mb-button-special div p
{
	margin-left: 40px;
}

html body #mb-content .mb-bottom-buttons .mb-button-special div i
{
	margin-top: 2px;
	margin-right: 40px;
}


html body #mb-content .mb-bottom-buttons div.col-sm-12 h2,
html body #mb-content .mb-bottom-buttons div.col-sm-12 span
{
	/*color: #333 !important;*/
	font-size: 1.9em;
	font-weight: 400;
	display: inline;
}

html #download-gate-form
{
	font-size: 1.1em;
}

html #download-gate-form div.mandatory-fields-text
{
	font-size: .9em;
}

html #download-gate-form div.gform_wrapper div.gform_heading span.gform_description
{
	line-height: 1.2em;
}

html #download-gate-form input,
html #download-gate-form select,
html #download-gate-form textarea
{
    background-color: white;
}

html #download-gate-form input[type=!submit]:focus,
html #download-gate-form select:focus,
html #download-gate-form textarea:focus
{
	border: 1px solid #337AB7;
}


#download-gate-form
{
	margin-top: 1.5em;
	padding: .5em 2em 3em 2em;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 1em;
	width: 99%;
}

html body #mb-content .mb-page-content .gform_wrapper img
{
	float: right;
	width: 28px;
	height: auto;
	margin-right: 50%;
}

.contact-us-form .gform_button,
.red-submit-button .gform_button
{
	font-size: 2px;
	border: 1px solid red;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
	background: #fff;
	color: #e30613;
	padding: 15px 20px 15px 20px;
	font-weight: bold;
}

.contact-us-form .gform_button:hover,
.red-submit-button .gform_button:hover,
html #download-gate-form .contact-us-form input.gform_button:hover
{
	background: #e30613;
	color: #fff;
}

html body #mb-content .mb-cta
{
	text-align: center;
}

.mb-breadcrumb.share
{
	margin-top: -75px;
	margin-bottom: 80px;
}

.mb-footer div.footer-company-info
{
	padding-left: 30px !important;
}


@media (max-width:1199px)
{
	.mb-footer div.footer-company-info,
	.mb-footer div.footer-links-column-1,
	.mb-footer div.footer-links-column-2,
	.mb-footer div.footer-links-column-3,
	.mb-footer div.footer-links-column-4,
	.mb-footer div.footer-links-column-5,
	.mb-footer div.footer-contact-info
	{
		margin-bottom: 1.5em;
	}
}

@media (max-width:1349px) and (min-width:1200px)
{
	.mb-search-login
	{
		margin-right: 0;
		display: block;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul
	{
		/*margin-top: -120px;*/
		margin-top: -80px;
	}
	
	/*html body #mb-content .mb-bottom-buttons*/
	html body #mb-content .mb-cta+.mb-bottom-buttons
	{
		margin-top: -10em;
		margin-bottom: 3em;
	}
}

@media (max-width:1199px) and (min-width:992px)
{
	.mb-search-login
	{
		display: block;
		/*margin-top: -110px;*/
		margin-right: 0;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul
	{
		/*margin-top: -100px;*/
		margin-top: -70px;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a
	{
		width: 80%;
		float: right;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-text
	{
		font-size: 1.1em;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-subheading
	{
		font-size: .9em;
	}

	/*html body #mb-content .mb-bottom-buttons*/
	html body #mb-content .mb-cta+.mb-bottom-buttons
	{
		margin-top: -10em;
		margin-bottom: 3em;
	}
	
}

@media (max-width:991px) and (min-width:801px)
{
	.mb-search-login
	{
		display: block;
		/*margin-top: -110px;*/
		margin-right: 0;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul
	{
		margin-top: -30px;
		padding-bottom: 20px;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a
	{
		width: 85%;
		float: right;
		clear: both;
		margin-left: 0;
		margin-right: 0;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-text
	{
		font-size: 1.1em;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a span.card-link-subheading
	{
		font-size: .9em;
	}
	
	html body #mb-content .mb-bottom-buttons div.col-sm-12
	{
		text-align: center;
		line-height: 2.2em;
	}

	html body #mb-content .mb-bottom-buttons div.col-sm-12 h2,
	html body #mb-content .mb-bottom-buttons div.col-sm-12 span
	{	
		display: block;
	}	
	
	html body #mb-content .mb-bottom-buttons .mb-button-special
	{
		width: 100%;
		height: 50px;
	}	
	
	html body #mb-content .mb-bottom-buttons .mb-button-special div
	{
		margin-top: .8em;
		font-size: 1.3em;
		font-weight: 700;
	}

	html body #mb-content .mb-bottom-buttons .mb-button-special div p
	{
		margin-left: 15px;
	}

	html body #mb-content .mb-bottom-buttons .mb-button-special div i
	{
		margin-top: 2px;
		margin-right: 15px;
	}	

	/*html body #mb-content .mb-bottom-buttons*/
	html body #mb-content .mb-cta+.mb-bottom-buttons
	{
		margin-top: -10em;
		margin-bottom: 3em;
	}
	
}

@media (max-width:800px)
{
	html body #mb-content
	{
		margin-top: 0px;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul
	{
		margin-top: -20px;
		padding-bottom: 20px;
	}

	html body #mb-content .mb-page-content .solutions-card-links ul.card-links li a
	{
		width: 85%;
		float: right;
		clear: both;
		margin-left: 0;
		margin-right: 0;
	}

	html body #mb-content .mb-bottom-buttons div.col-sm-12
	{
		text-align: center;
		line-height: 2.2em;
	}

	html body #mb-content .mb-bottom-buttons div.col-sm-12 h2,
	html body #mb-content .mb-bottom-buttons div.col-sm-12 span
	{	
		display: block;
	}
	
	html body #mb-content .mb-bottom-buttons div.col-sm-4
	{
		margin-bottom: 1em;
	}
	
	html body #mb-content .mb-bottom-buttons .mb-button-special
	{
		width: 100%;
		height: 50px;
	}	
	
	html body #mb-content .mb-bottom-buttons .mb-button-special div
	{
		margin-top: .8em;
		font-size: 1.3em;
		font-weight: 700;
	}

	html body #mb-content .mb-bottom-buttons .mb-button-special div p
	{
		margin-left: 15px;
	}

	html body #mb-content .mb-bottom-buttons .mb-button-special div i
	{
		margin-top: 2px;
		margin-right: 15px;
	}		
	
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium
	{
		width: 100% !important;
	}	

	html body #mb-content .mb-cta+.mb-bottom-buttons
	{
		margin-top: -10em;
	}	
	
	html body #mb-content .mb-bottom-buttons
	{
		margin-bottom: 3em;
	}
	
	/*
	.mb-search-login
	{
		display: none;
	}
	*/
	
	.mb-search-login .mb-adaptive,
	.mb-search-login .mb-plaza
	{
		display: none;
	}
	
}

@media (max-width:768px)
{
	ul#nav-main
	{
		margin-top: 39px;
	}

	html body #mb-content .mb-page-content .mb-breadcrumb
	{
		margin-top: 35px;
	}

	/*
	.mb-search-login
	{
		display: none;
	}
	*/
	
	.mb-search-login .mb-adaptive,
	.mb-search-login .mb-plaza
	{
		display: none;
	}	
	
}

.lastdot
{
	margin: 0 5px;
}

.categories .lastdot:last-child
{
	display: none;
}

html body #mb-content .mb-page-content img.alignleft
{
	float: left;
    margin: 0 15px 15px 0;
}

html body #mb-content .mb-page-content img.alignleft.clearleft
{
	float: left;
	clear: left;
    margin: 0 15px 15px 0;
}

html body #mb-content .mb-page-content img.alignright
{
	float: right;
    margin: 0 15px 15px 15px;
}

/************************************ LANGUAGE SWITCHER */

#language-switcher
{
	width: 130px;
	position: absolute;
	top: -60px;
	left: 0;	
}

a#btn-language
{
	border: 1px solid #7e8c96;
	color: #7e8c96;

	padding-left: 6px;
	padding-right: 6px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	height: 38px;
	border-radius: 24px;
}

a#btn-language:link,
a#btn-language:after,
a#btn-language:visited
{
	border: 1px solid #7e8c96;
	color: #7e8c96;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;	
	outline: none;
}

a#btn-language:hover,
a#btn-language:active
{
	background: #7e8c96;
	color: white;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
	outline: none;
}

a#btn-language.open
{
	background: #7e8c96;
	color: white;
}

#btn-lang-text
{
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}

#btn-lang-icon
{
	float: right;
	margin-top: 13px;
	margin-right: 10px;
}

#language-switcher ul
{
	display: none;
	list-style-type: none;
	padding: 0;
	font-size: 12px;
	width: 100%;
	margin-top: 0;
	border-left: 1px solid #7e8c96;
	border-right: 1px solid #7e8c96;
	background: white;
}

#language-switcher ul li a
{
	display: block;
	padding: 12px 6px 12px 16px;	
	text-decoration: none;
	color: #7e8c96;
	border-bottom: 1px solid #7e8c96;	
}

#language-switcher ul li a:link,
#language-switcher ul li a:after,
#language-switcher ul li a:visited
{
	opacity: 1;
	color: #7e8c96;
    -webkit-transition: opacity .3s, background .3s, color .3s;
    transition: opacity .3s, background .3s, color .3s;
	outline: none;
}

#language-switcher ul li a:hover,
#language-switcher ul li a:active
{
	opacity: 1;
	background: #cbd1d5;
	color: black;
    -webkit-transition: opacity .3s, background .3s, color .3s;
    transition: opacity .3s, background .3s, color .3s;
	outline: none;
}

#language-switcher ul li a i
{
	float: right;
	margin-top: 1px;
	margin-right: 12px;
}

html body #mb-content .mb-page-content .mb-post ul
{
	list-style-position: outside;
	margin-left: 3em;
}

html body #mb-content .mb-page-content .mb-post ul li
{
	
}

.wideredbutton {
    /*min-width: 200px!important;*/
	min-width: 220px !important;
}

span.read-more
{
	color: #e30613;
	font-weight: bold;
}

html body #mb-content .mb-page-content .mb-subpage-section .mbal-bottom a:hover span.read-more
{
	text-decoration: underline;
}

div.mb-new-btn
{
	margin-left: 1em;
}

a.mb-new-btn-content
{
	border: 1px solid #7e8c96;
	color: #7e8c96;

	padding-left: 6px;
	padding-right: 6px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	height: 38px;
	border-radius: 24px;
}


a.mb-new-btn-content:link,
a.mb-new-btn-content:after,
a.mb-new-btn-content:visited,
a.mb-new-btn-search-content:link,
a.mb-new-btn-search-content:after,
a.mb-new-btn-search-content:visited
{
	border: 1px solid #7e8c96;
	color: #7e8c96;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;	
	outline: none;
}

a.mb-new-btn-content:hover,
a.mb-new-btn-content:active,
a.mb-new-btn-search-content:hover,
a.mb-new-btn-search-content:active
{
	background: #7e8c96;
	color: white;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
	outline: none;
}

a.mb-new-btn-content .btn-text
{
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}

a.mb-new-btn-content .btn-icon
{
	float: right;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

a.mb-new-btn-search-content
{
	display: block;
	overflow: hidden;
	
	border: 1px solid #7e8c96;
	color: #7e8c96;

	width: 38px;
	height: 38px;
	border-radius: 50%;
}
a.mb-new-btn-search-content .btn-icon
{
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}

.top-left-btn-container
{
	position: absolute;
	top: -60px;
	left: 0;	
}

#language-switcher
{
	width: 130px;
	float: left;
	position: relative;
	top: 0;
	left: 0;	
}