@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

<p > <a href="@(homePageViewModel.ContactUpPage.Url)" class="btn-list-o" > Contact Us <i class="fa fa-arrow-right" > </i > </a > </p >
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'DINWeb';
    src: url("/static/font/DINWeb.woff") format("woff");
}

@font-face {
    font-family: 'DINWeb-Bold';
    src: url("/static/font/DINWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: 'DINWeb-BoldItalic';
    src: url("/static/font/DINWeb-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'DINWeb-Italic';
    src: url("/static/font/DINWeb-Italic.woff") format("woff");
}

@font-face {
    font-family: 'DINWeb-Medium';
    src: url("/static/font/DINWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: 'DINWeb-MediumItalic';
    src: url("/static/font/DINWeb-MediumItalic.woff") format("woff");
}


/********************************************************
 * Adjust placeholder color
 ********************************************************/
/********************************************************
 * Determine sizing
 ********************************************************/
/********************************************************
 * Determine positioning
 ********************************************************/
/********************************************************
 * Include vendor prefixes
 ********************************************************/
/********************************************************
 * Include border radius
 ********************************************************/
/********************************************************
 * Include box shadow
 ********************************************************/
/********************************************************
 * CSS transitions
 ********************************************************/
/********************************************************
 * CSS transforms
 ********************************************************/
/********************************************************
 * Set transparency by a decimal (opposite of opacity)
 ********************************************************/
/********************************************************
 * Use retina background images
 ********************************************************/
/********************************************************
 * Breakpoint shortcuts
 ********************************************************/
/********************************************************
 * Center mixin
 ********************************************************/
/********************************************************
 * Reusable classes
 ********************************************************/
.after-block:after, .mcs-nav:after, .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link:after, .mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items .mcs-footer-item .mcs-footer-link:after, .mri-hero form:after,
.job-search-page-top form:after, .mri-feature-blocks .mri-feature-block:after, .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square:after {
    content: ' ';
    display: block;
}

.before-block:before {
    content: ' ';
    display: block;
}

.reset-ul, .inline-ul, .mcs-nav .mcs-dropdown-menu, .mcs-nav .mcs-nav-items-responsive, .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items, .mcs-nav-items, .mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items, .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items, .mri-hero .mri-toggle,
.job-search-page-top .mri-toggle, .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .reset-ul li:before, .inline-ul li:before, .mcs-nav .mcs-dropdown-menu li:before, .mcs-nav .mcs-nav-items-responsive li:before, .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items li:before, .mcs-nav-items li:before, .mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items li:before, .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items li:before, .mri-hero .mri-toggle li:before,
    .job-search-page-top .mri-toggle li:before, .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items li:before {
        display: none;
    }

    .vert-center, .inline-ul li, .mcs-nav-items .mcs-nav-item, .mcs-footer .mcs-footer-main-content .mcs-language-select .label, .mcs-footer .mcs-footer-main-content .mcs-language-select .mcs-select-wrapper, .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item, .mri-hero .mri-toggle li,
    .job-search-page-top .mri-toggle li, .mri-fixed-links a:before, .mri-fixed-links a span, .mri-recent-headlines .mri-rh-well .mri-rh-view-all span {
        display: inline-block;
        vertical-align: middle;
    }

        .no-underline, .animated-underline, .mcs-nav-items .mcs-nav-item .mcs-nav-link, .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item .mcs-legal-link, .mri-icon, a, a:hover, a:focus, a:active, .mcs-nav .mcs-dropdown-menu a, .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link, .mcs-footer .mcs-to-top, .mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items .mcs-footer-item .mcs-footer-link, .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square, .mri-callout .mri-callout-box .mri-callout-link, .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items .mri-rh-tag-item .mri-rh-tag-link, .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a, .mri-recent-headlines .mri-rh-well .mri-rh-view-all {
            text-decoration: none !important;
        }

            .animated-underline:after, .mcs-nav-items .mcs-nav-item .mcs-nav-link:after, .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item .mcs-legal-link:after {
                width: 0;
                height: 2px;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                margin-left: 50%;
                display: block;
                content: ' ';
                margin-top: 5px;
                background: #FF8822;
            }

            .animated-underline:hover:after, .mcs-nav-items .mcs-nav-item .mcs-nav-link:hover:after, .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item .mcs-legal-link:hover:after {
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                margin-left: 0;
                width: 100%;
            }

.trans-black, .mri-hero form .mri-select-wrapper,
.mri-hero form input,
.job-search-page-top form .mri-select-wrapper,
.job-search-page-top form input {
    background: url(https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/repeat-trans-black.png) left top repeat transparent;
    background: rgba(0, 0, 0, 0.15);
}

.trans-white, .mri-icon:hover, .mri-icon.active {
    background: url(https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/repeat-trans-white.png) left top repeat transparent;
    background: rgba(255, 255, 255, 0.15);
}

.brand-font, html,
body {
    font-family: "ff-din-web-pro", "DINWeb", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.mri-icon {
    width: auto;
    height: 38px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    display: block;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 16px;
}

    .mri-icon:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .mri-icon:hover, .mri-icon.active {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.15);
    }

    .mri-icon:before {
        content: '';
        display: inline-block;
        margin-bottom: -3px;
        margin-right: 8px;
    }

    .mri-icon.large:before {
        margin-bottom: -5px;
        margin-right: 18px;
    }

    .mri-icon.search:before {
        width: 18px;
        height: 18px;
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-search-small.png") left top no-repeat transparent;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-icon.search:before {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-search-small@2x.png") left top no-repeat transparent;
        background-size: 18px 18px;
    }
}

.mri-icon.list:before {
    width: 21px;
    height: 15px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-list-small.png") left top no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-icon.list:before {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-list-small@2x.png") left top no-repeat transparent;
        background-size: 21px 15px;
    }
}

.mri-icon.search.large:before {
    width: 28px;
    height: 28px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-search-large.png") left top no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-icon.search.large:before {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-search-large@2x.png") left top no-repeat transparent;
        background-size: 28px 28px;
    }
}

.mri-icon.list.large:before {
    width: 31px;
    height: 22px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-list-large.png") left top no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-icon.list.large:before {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-list-large@2x.png") left top no-repeat transparent;
        background-size: 31px 22px;
    }
}

._hidden {
    display: none;
}

._unmargin {
    margin: 0 !important;
}

._center {
    text-align: center !important;
}

._pull-left {
    float: left !important;
}

._pull-right {
    float: right !important;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("/static/font/slick.eot");
    src: url("/static/font/slick.eot?") format("embedded-opentype"), url("/static/font/slick.woff") format("woff"), url("/static/font/slick.ttf") format("truetype"), url("/static/font/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -125px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

h1,
.h1-sp {
    font-size: 38px;
}

@media screen and (min-width: 768px) {
    h1,
    .h1-sp {
        font-size: 42px;
    }
}

.h1-sp {
    margin-bottom: .35rem;
}

h2,
.h2 {
    font-size: 28px;
}

@media screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 38px;
    }
}

.h2 {
    color: #5C788E;
    padding-left: .7rem;
}

h3,
.h3 {
    font-size: 25px;
}

@media screen and (min-width: 768px) {
    h3,
    .h3 {
        font-size: 30px;
    }
}

.h3 {
    color: #5C788E;
    padding-bottom: 1rem;
}

h4 {
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    h4 {
        font-size: 25px;
    }
}

h5 {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 16px;
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 32px;
}

@media screen and (min-width: 768px) {
    p {
        line-height: 40px;
    }
}

a {
    color: #FF8822;
    text-decoration: none;
}

.getting-start--title {
    color: #FF8822;
    padding-bottom: 35px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    width: 100%;
}

html {
    overflow-y: scroll;
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding-left: 0;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 25px;
}

@media screen and (min-width: 992px) {
    .container {
        width: 1020px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}

.mcs-nav {
    width: 100%;
    height: 90px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 25px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
    /*@media screen and (max-width: 768px) {
    .mcs-nav {
      padding: 0; } }*/
    .mcs-nav:after {
        clear: both;
    }

    .mcs-nav .mcs-dropdown-menu {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        right: 0;
        top: 49px;
        width: 200px;
        height: 0;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        opacity: 0;
        filter: alpha(opacity=0);
        background: #fff;
        color: #4A4A4A;
        padding: 0;
        text-align: left;
        border-top: 5px solid #EB9244;
        overflow: hidden;
    }

        .mcs-nav .mcs-dropdown-menu.active {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            width: 200px;
            height: auto;
            opacity: 1;
            filter: alpha(opacity=100);
            padding: 10px 0;
        }

        .mcs-nav .mcs-dropdown-menu a {
            color: #4A4A4A;
            cursor: pointer;
            display: block;
            padding: 8px 15px;
            font-size: 16px;
            letter-spacing: 1px;
        }

            .mcs-nav .mcs-dropdown-menu a:hover {
                background: rgba(74, 74, 74, 0.1);
            }

    .mcs-nav .mcs-responsive-link {
        width: 56px;
        height: 50px;
        display: none;
    }

@media screen and (max-width: 992px) {
    .mcs-nav .mcs-responsive-link {
        display: inline-block;
        /*float: right;*/
    }
}

.mcs-nav .mcs-responsive-menu-trigger {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-hamburger-blue.png") center center no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav .mcs-responsive-menu-trigger {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-hamburger-blue@2x.png") center center no-repeat transparent;
        background-size: 22px 14px;
    }
}

.mcs-nav .menu-trigger-blue {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-hamburger-blue.png") center center no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav .menu-trigger-blue {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-hamburger-blue@2x.png") center center no-repeat transparent;
        background-size: 22px 14px;
    }
}

.mcs-nav .mcs-responsive-find-link {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-search-small.png") center center no-repeat #EB9244;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav .mcs-responsive-find-link {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-search-small@2x.png") center center no-repeat #EB9244;
        background-size: 18px 18px;
    }
}

.mcs-nav .mcs-responsive-browse-link {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-list-small.png") center center no-repeat #3e3e3e;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav .mcs-responsive-browse-link {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-list-small@2x.png") center center no-repeat #3e3e3e;
        background-size: 21px 15px;
    }
}

.mcs-nav .mcs-nav-items-responsive {
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.25;
    filter: alpha(opacity=25);
    max-width: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    display: none;
    background: #fff;
    color: #4A4A4A;
    text-align: left;
    padding: 35px 25px;
    z-index: 10;
    overflow: auto;
}

    .mcs-nav .mcs-nav-items-responsive.active {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        filter: alpha(opacity=100);
        left: 0;
        padding-top: 50px;
    }

@media screen and (max-width: 992px) {
    .mcs-nav .mcs-nav-items-responsive {
        display: block;
    }
}

.mcs-nav .mcs-nav-items-responsive .mcs-close-menu {
    width: 100%;
    height: 42px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-close-menu.png") 95% center no-repeat #394A58;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav .mcs-nav-items-responsive .mcs-close-menu {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-close-menu.png") 95% center no-repeat #394A58;
        background-size: 15px 15px;
    }
}

.mcs-nav .mcs-nav-items-responsive .mcs-nav-label {
    color: #C2C2C2;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items {
    padding: 15px 0;
}

    .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item {
        padding-left: 25px;
    }

        .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link {
            color: #777777;
            padding: 6px 0;
            display: block;
        }

            .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link:after {
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                opacity: 0;
                filter: alpha(opacity=0);
                width: 12px;
                height: 10px;
                background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-white.png") right top no-repeat transparent;
                display: inline-block;
                margin-left: 5px;
            }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link:after {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-white@2x.png") right top no-repeat transparent;
        background-size: 12px 10px;
    }
}

.mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link:hover {
    color: #FF8822;
}

    .mcs-nav .mcs-nav-items-responsive .mcs-sub-nav-items .mcs-sub-nav-item .mcs-sub-nav-link:hover:after {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 1;
        filter: alpha(opacity=100);
        margin-left: 15px;
    }

.mcs-logo, .mcs-logo-orange {
    /*width: 230px;
  height: 51px;
  background: url("/assets/micro/img/logo-orange.png") left top no-repeat transparent;*/
    display: block;
    float: left;
}
    /*@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-logo, .mcs-logo-orange {
      background: url("/assets/micro/img/logo-orange@2x.png") left top no-repeat transparent;
      background-size: 230px 51px; } }
  @media screen and (max-width: 768px) {
    .mcs-logo, .mcs-logo-orange {
      display: none; } }*/

    .mcs-logo.text {
    }

    .mcs-logo img {
        max-height: 75px;
        display: block;
        margin-top: -20px;
    }

@media screen and (max-width: 420px) {
    .mcs-logo img {
        max-height: 50px;
        margin-top: 0px;
    }
}

.mcs-logo span {
    display: block;
    text-align: left;
    padding: 0 0 0 45px;
    color: #5c788e;
    font-size: 28px;
    font-weight: 700;
}

.mcs-responsive-logo, .mcs-responsive-logo-orange {
    width: 41px;
    height: 35px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/logo-orange-responsive.png") center center no-repeat transparent;
    display: none;
    float: left;
    margin: 10px 0 0 10px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-responsive-logo, .mcs-responsive-logo-orange {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/logo-orange-responsive@2x.png") center center no-repeat transparent;
        background-size: 34px 29px;
    }
}

@media screen and (max-width: 768px) {
    .mcs-responsive-logo, .mcs-responsive-logo-orange {
        display: block;
    }
}

.mcs-logo-orange {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/logo-orange.png") left top no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-logo-orange {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/logo-orange@2x.png") left top no-repeat transparent;
        background-size: 230px 51px;
    }
}

.mcs-responsive-logo-orange {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/logo-orange-responsive.png") center center no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-responsive-logo-orange {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/logo-orange-responsive@2x.png") center center no-repeat transparent;
        background-size: 34px 29px;
    }
}

.mcs-nav-items {
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .mcs-nav-items {
        display: none;
    }
}

.mcs-nav-items .mcs-nav-item {
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-nav-blue.png") right top no-repeat transparent;
    width: auto;
    height: 57px;
    padding: 15px 62px 15px 18px;
    overflow: visible;
    position: relative;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav-items .mcs-nav-item {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-nav-blue@2x.png") right top no-repeat transparent;
        background-size: 36px 57px;
    }
}

@media screen and (max-width: 1200px) {
    .mcs-nav-items .mcs-nav-item {
        padding: 15px 35px 15px 0px;
    }
}

.mcs-nav-items .mcs-nav-item:last-child {
    background: transparent !important;
    padding-right: 0;
}

.mcs-nav-items .mcs-nav-item .mcs-nav-link {
    display: block;
    color: #4A4A4A;
    font-size: 17px;
    /*  &.active:after {
        width : 100%;
        margin-left : 0;
       height : 5px;
        background: $orange;
         z-index: 5;
       }*/
}

    .mcs-nav-items .mcs-nav-item .mcs-nav-link:hover {
        color: #FF8822;
    }

@media screen and (min-width: 768px) {
    .mcs-nav-white {
        border-bottom: 1px solid #E4E9EC;
    }
}

.mcs-nav-white .mcs-nav-items .mcs-nav-item {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-nav-blue.png") right top no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-nav-white .mcs-nav-items .mcs-nav-item {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-nav-blue@2x.png") right top no-repeat transparent;
        background-size: 36px 57px;
    }
}

.mcs-nav-white .mcs-nav-items .mcs-nav-item .mcs-nav-link {
    color: #394A58;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

    .mcs-nav-white .mcs-nav-items .mcs-nav-item .mcs-nav-link:hover {
        color: #EB9244;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -ms-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }

    .mcs-nav-white .mcs-nav-items .mcs-nav-item .mcs-nav-link:after {
        background: #EB9244;
    }

.spacing-footer {
    padding-bottom: 150px;
}

.mcs-footer {
    display: inline-block;
    width: 100%;
}

    .mcs-footer .mcs-to-top {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #DEE4E8;
        display: block;
        color: #4A4A4A;
        text-align: center;
        padding: 25px;
        border-top: solid 1px #ccc;
        font-size: 18px;
    }

        .mcs-footer .mcs-to-top:hover {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

    .mcs-footer .mcs-footer-items {
        margin: 0;
    }

    .mcs-footer .mcs-to-top .mcs-footer-item {
        line-height: 32px;
        vertical-align: middle;
        color: #23527c;
    }

        .mcs-footer .mcs-to-top .mcs-footer-item a {
            font-size: 32px;
            color: #23527c;
            vertical-align: middle;
        }

            .mcs-footer .mcs-to-top .mcs-footer-item a:hover {
                color: #FF8822;
            }


@media screen and (max-width: 768px) {
    .mcs-footer .mcs-to-top {
        font-size: 16px;
    }

    /*.mcs-footer .mcs-to-top:after {
            display: inline-block;
            content: ' ';
            width: 22px;
            height: 12px;
            background: url("/assets/micro/img/icn-caret-up.png") right bottom no-repeat transparent;
            margin-left: 15px;
        }*/
}

.mcs-footer .mcs-to-top:hover {
    /*background: #edf0f2;*/
}

.mcs-footer .mcs-to-top .mcs-caret {
    width: 22px;
    height: 12px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-caret-up.png") right bottom no-repeat transparent;
    display: block;
    margin: 0 auto 10px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-footer .mcs-to-top .mcs-caret {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-caret-up@2x.png") right bottom no-repeat transparent;
        background-size: 22px 12px;
    }
}

@media screen and (max-width: 768px) {
    .mcs-footer .mcs-to-top .mcs-caret {
        display: none;
    }
}

.mcs-footer .mcs-footer-main-content {
    background: #25292C;
    color: #C2C2C2;
}

    .mcs-footer .mcs-footer-main-content .mcs-tagline {
        text-align: center;
        padding: 55px 35px 75px;
        font-size: 13px;
        letter-spacing: 3px;
    }

@media screen and (max-width: 768px) {
    .mcs-footer .mcs-footer-main-content .mcs-tagline {
        padding: 35px 35px 55px;
    }
}

.mcs-footer .mcs-footer-main-content .mcs-footer-column {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-footer.png") left top no-repeat transparent;
    min-height: 163px;
    padding: 45px 0 0 100px;
    margin-left: 50px;
    margin-right: -50px;
    margin-bottom: 75px;
    margin-top: 75px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-footer .mcs-footer-main-content .mcs-footer-column {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-footer@2x.png") left top no-repeat transparent;
        background-size: 100px 163px;
    }
}

@media screen and (max-width: 768px) {
    .mcs-footer .mcs-footer-main-content .mcs-footer-column {
        display: none;
    }
}

.mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items .mcs-footer-item .mcs-footer-link {
    color: #C2C2C2;
    font-size: 15px;
    line-height: 2;
    padding-right: 15px;
}

    .mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items .mcs-footer-item .mcs-footer-link:after {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 12px;
        height: 10px;
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-white.png") right top no-repeat transparent;
        display: inline-block;
        margin-left: 5px;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items .mcs-footer-item .mcs-footer-link:after {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-white@2x.png") right top no-repeat transparent;
        background-size: 12px 10px;
    }
}

.mcs-footer .mcs-footer-main-content .mcs-footer-column .mcs-footer-items .mcs-footer-item .mcs-footer-link:hover:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 15px;
}

.mcs-footer .mcs-footer-main-content .mcs-language-select {
    margin-top: 75px;
    margin-bottom: 75px;
    color: #FFFFFF;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .mcs-footer .mcs-footer-main-content .mcs-language-select {
        margin-top: 0;
        margin-bottom: 55px;
    }
}

.mcs-footer .mcs-footer-main-content .mcs-language-select .label {
    font-size: 16px;
}

.mcs-footer .mcs-footer-main-content .mcs-bottom-footer {
    border-top: 1px solid #3D3D3D;
    padding: 25px 0 25px;
    font-size: 13px;
    color: #fff;
}

    .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-copyright {
        text-align: center;
    }

    .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-footer-logo {
        text-align: center;
    }

        .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-footer-logo img {
            max-height: 41px;
        }

@media screen and (max-width: 992px) {
    .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-copyright {
        text-align: center;
    }
}

.mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal {
    text-align: right;
}

@media screen and (max-width: 992px) {
    .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal {
        padding: 0 15px 10px;
    }
}

.mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item:after {
    content: '/';
}

.mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item:last-child:after {
    display: none;
}

.mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item .mcs-legal-link {
    display: inline-block;
    color: #cccccc;
    padding: 0 10px;
}

    .mcs-footer .mcs-footer-main-content .mcs-bottom-footer .mcs-legal .mcs-legal-items .mcs-legal-item .mcs-legal-link:after {
        height: 1px;
        background: #cccccc;
    }

.jumbotron {
    text-align: center;
    /*min-height: 450px;*/
    padding-top: 100px;
    margin-top: -20px;
    background-color: #eee;
}

    .jumbotron h1 {
        color: #394a58;
        text-align: center;
        font-size: 40px;
        font-weight: 400;
    }

    .jumbotron.white h1 {
        color: #FFFFFF;
    }

    .jumbotron.home h1 {
        font-size: 54px;
        font-weight: 700;
    }

    .jumbotron p {
        color: #FFFFFF;
        margin: auto;
        width: 50%;
    }

    .jumbotron button, .jumbotron .btn-list-o {
        position: relative;
        margin-top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.mcs-about-banner {
    color: #394A58 !important;
}

    .mcs-about-banner h2 {
        text-align: center;
        font-size: 54px;
        color: #394A58;
    }

    .mcs-about-banner p {
        color: #394A58;
        width: 50%;
        margin: auto;
    }

.jumbotron-blue {
    text-align: center;
    min-height: 250px;
    background-color: #394A58;
    margin-top: -20px;
}

    .jumbotron-blue h2 {
        text-align: center;
        font-size: 54px;
        color: #FFFFFF;
    }

    .jumbotron-blue p {
        color: #FFFFFF;
        margin: auto;
    }

    .jumbotron-blue button {
        position: relative;
        margin-top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.jumbotron-grey {
    text-align: center;
    min-height: 250px;
    background-color: #F6F7F9;
    margin-top: -20px;
}

    .jumbotron-grey h2 {
        text-align: center;
        font-size: 54px;
        color: #FFFFFF;
    }

    .jumbotron-grey p {
        color: #FFFFFF;
        margin: auto;
    }

    .jumbotron-grey button {
        position: relative;
        margin-top: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.mcs-content {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}

    .mcs-content h2 {
        color: #5c788e;
        text-align: center;
        margin: auto;
    }

    .mcs-content h3 {
        color: #5c788e;
        margin: auto;
    }

    .mcs-content p {
        /*color: #394A58;*/
        text-align: left;
        margin: auto;
        margin-bottom: 25px;
    }

    .mcs-content ul,
    .mcs-content ol {
        /*list-style: initial;
        padding: initial;*/
        margin: auto;
        margin-bottom: 50px;
    }

    .mcs-content table {
        border-spacing: 10px !important;
        border-collapse: separate !important;
        margin-bottom: 25px;
    }

        .mcs-content table tr {
        }

        .mcs-content table th {
            padding: 10px !important;
        }

        .mcs-content table td {
            padding: 10px !important;
        }

.mcs-contact {
    margin-top: 10px;
    margin-bottom: 50px;
}

    .mcs-contact h2 {
        color: #5c788e;
        text-align: left;
        margin: auto;
    }

    .mcs-contact p {
        color: #394A58;
        text-align: left;
        margin: auto;
        margin-bottom: 50px;
    }

    .mcs-contact address {
        padding-bottom: 25px;
    }

.mcs-headline {
    background: url('https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-underline-small.png') right bottom no-repeat transparent;
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 85px;
}

.mcs-label {
    color: #9B9B9B;
    padding: 0;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
}

@media (min-width: 992px) {
    .mcs-headline {
        text-align: right;
    }
}

.mcs-posts {
    padding-top: 0px;
}

.mcs-post {
    padding: 0px 20px 40px 0px;
    font-size: 22px;
    line-height: 1.4;
}

    .mcs-post a {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #4A4A4A;
    }

        .mcs-post a:hover {
            color: #FF8822;
        }

        .mcs-post a .mri-arrow {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            width: 19px;
            height: 16px;
            background: url("../https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small.png") left top no-repeat transparent;
            display: inline-block;
        }

        .mcs-post a:hover .mri-arrow {
            webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small-orange.png") left top no-repeat transparent;
            margin-left: 15px;
        }

.mcs-date {
    padding: 20px 20px 20px 0px;
    color: #9B9B9B;
    letter-spacing: 2px;
    font-size: 13px;
    display: block;
    margin-top: 15px;
}

.mcs-small {
    font-size: 14px;
    color: #9B9B9B;
    text-transform: uppercase;
}

    .mcs-small a {
        webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #9B9B9B;
        line-height: 2;
    }

        .mcs-small a:hover {
            color: #FF8822;
        }

@media (min-width: 992px) {
    .mcs-small {
        padding: 3px 0px 0px 28px;
        text-align: right;
    }
}

input[type="text"] {
    width: 608px;
    height: 61px;
    display: inline-block;
    padding: 0 25px;
    margin-right: 8px;
}

    input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #5c788e;
        font-weight: normal;
        font-style: normal;
    }

    input[type="text"]:-moz-placeholder, textarea::-webkit-input-placeholder {
        /* older Firefox*/
        opacity: 1;
        filter: alpha(opacity=100);
        color: #5c788e;
        font-weight: normal;
        font-style: normal;
    }

    input[type="text"]::-moz-placeholder, textarea::-webkit-input-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        filter: alpha(opacity=100);
        color: #5c788e;
        font-weight: normal;
        font-style: normal;
    }

    input[type="text"]:-ms-input-placeholder, textarea::-webkit-input-placeholder {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #5c788e;
        font-weight: normal;
        font-style: normal;
    }

@media screen and (max-width: 768px) {
    input[type="text"] {
        width: 100%;
        height: 58px;
        margin: 0 auto 8px;
    }
}

input[type="submit"] {
    width: 61px;
    height: 61px;
    padding: 0 0 0 2px;
    text-align: center;
    background-color: #25292C;
    color: #FFFFFF;
}

@media screen and (max-width: 992px) {
    input[type="submit"] {
        display: block;
        margin: 0 auto;
        float: none;
        width: 125px;
        margin-top: 68px;
    }
}

@media screen and (max-width: 768px) {
    input[type="submit"] {
        width: 125px;
        height: 48px;
        margin-top: 0;
    }
}

select {
    border: 1px solid #5C788E;
    border-radius: 0;
    color: #5C788E;
}

.btn-blue {
    background-color: #5C788E;
    width: 190px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.btn-list-o {
    background-color: rgba(235, 146, 68, 0.6);
    width: 190px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 16px;
    padding: 20px;
}

    .btn-list-o:hover {
        color: #FFFFFF;
    }

    .btn-list-o .arrow-img {
        margin-top: -2px;
        margin-left: 5px;
    }

.btn-drk-blue {
    background-color: #25292C;
    width: 166px;
    height: 61px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

    .btn-drk-blue:hover {
        color: #ffffff;
    }

.social-list {
    padding-bottom: 1rem;
}

.ac {
    background-color: #FFFFFF;
    list-style: none;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.apl-filter-items-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
}

.ac-item {
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ac-header {
    border-bottom: 1px solid transparent;
    display: block;
    padding: 12px;
    padding-right: 44px;
    position: relative;
    text-transform: uppercase;
    transition: border .3s;
    z-index: 1;
}

    .ac-header:after {
        content: '\f053';
        font-family: fontawesome;
        position: absolute;
        right: 12px;
        top: .75em;
        transition: transform .3s;
    }

    .ac-header:hover {
        text-decoration: none;
    }

    .ac-header:focus {
        text-decoration: none;
    }

.csstransforms .ac-header.active:after {
    transform: rotate(-90deg);
}

.no-csstransforms .ac-header.active:after {
    content: '\f053';
}

.ac-body {
    list-style: none;
    margin-bottom: 22px;
    margin-top: 11px;
    padding: 0 11px;
}

.js .ac-body {
    display: none;
}

.ac-link {
    display: block;
    padding: 6px 0;
}

.filter-count {
    font-size: 12px;
    padding: 2px 2px 1px;
}

@keyframes ac-in {
    35%, 100% {
        animation-timing-function: .3;
    }

    0% {
        transform: translateX(-100%);
    }

    35% {
        transform: translateX(2%);
    }

    100% {
        transform: translateX(0);
    }
}

.ac-in {
    animation: ac-in .3s forwards;
}

.ac-out {
    animation: ac-in .3s reverse;
}

.sp-list-t {
    font-size: 18px;
    padding-bottom: .5rem;
}

.sp-list-i {
    font-size: 16px;
    color: #9B9B9B;
}

.sp-list-i-sp {
    margin-top: 1rem;
}

.contact-form-field {
    display: block;
    width: 768px;
    height: 61px;
    border: 1px solid #5c788e;
}

textarea.contact-form-field {
    padding: 17px 25px;
}

.contact-form-txt {
    display: block;
    width: 768px;
    border: 1px solid #5c788e;
}

.recruiter-profile-hero {
    height: 360px;
    width: 100%;
    background-color: #F6F7F9;
    background-image: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/hero-dots.png");
    background-size: auto;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.recruiter-profile-footer {
    background-color: #F6F7F9;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.profile-hero-logo {
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: block;
}

.profile-hero-list {
    padding-bottom: .3rem;
}

.prof-h-list-i {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.title-row {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.team-second {
    padding-top: 3rem;
}

.h1-hero-text {
    color: #FFFFFF;
}

.mri-hero,
.job-search-page-top {
    width: auto;
    height: 550px;
    color: #FFFFFF;
    position: relative;
    margin-top: -107px;
}

@media screen and (max-width: 768px) {
    .mri-hero,
    .job-search-page-top {
        width: auto;
        height: 425px;
    }
}

.mri-hero .mri-hero-state,
.job-search-page-top .mri-hero-state {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.225, 1, 0.67);
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.225, 1, 0.67);
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.225, 1, 0.67);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.225, 1, 0.67);
    transition: all 0.7s cubic-bezier(0.645, 0.225, 1, 0.67);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .mri-hero .mri-hero-state,
    .job-search-page-top .mri-hero-state {
        width: 100%;
        height: 425px;
    }
}

.mri-hero .mri-hero-state.recruiter,
.job-search-page-top .mri-hero-state.recruiter {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/map-dots.png") right bottom no-repeat #394A58;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-hero .mri-hero-state.recruiter,
    .job-search-page-top .mri-hero-state.recruiter {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/map-dots@2x.png") right bottom no-repeat #394A58;
        background-size: 716px 433px;
    }
}

.mri-hero .mri-hero-state.browse,
.job-search-page-top .mri-hero-state.browse {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/map-dots.png") right bottom no-repeat #5C788E;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-hero .mri-hero-state.browse,
    .job-search-page-top .mri-hero-state.browse {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/map-dots@2x.png") right bottom no-repeat #5C788E;
        background-size: 716px 433px;
    }
}

.mri-hero .mri-hero-state.active,
.job-search-page-top .mri-hero-state.active {
    -webkit-transition: all 0.8s cubic-bezier(0, 0.48, 0.43, 1.01);
    -moz-transition: all 0.8s cubic-bezier(0, 0.48, 0.43, 1.01);
    -ms-transition: all 0.8s cubic-bezier(0, 0.48, 0.43, 1.01);
    -o-transition: all 0.8s cubic-bezier(0, 0.48, 0.43, 1.01);
    transition: all 0.8s cubic-bezier(0, 0.48, 0.43, 1.01);
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 170px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .mri-hero .mri-hero-state.active,
    .job-search-page-top .mri-hero-state.active {
        padding-top: 100px;
    }
}

.mri-hero .mri-toggle,
.job-search-page-top .mri-toggle {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 4rem;
    left: 0;
    text-align: center;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .mri-hero .mri-toggle li,
    .job-search-page-top .mri-toggle li {
        width: 50%;
        float: left;
    }
}

.mri-hero .mri-toggle li a,
.job-search-page-top .mri-toggle li a {
    margin: 0 18px 20px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .mri-hero .mri-toggle li a,
    .job-search-page-top .mri-toggle li a {
        margin: 0;
        padding: 15px;
        height: 50px;
    }
}

.mri-hero h1,
.job-search-page-top h1 {
    font-weight: normal;
    text-align: center;
    padding-top: 0;
    margin-bottom: 35px;
}

.mri-hero .mri-form-wrapper,
.job-search-page-top .mri-form-wrapper {
    position: relative;
}

@media screen and (max-width: 992px) {
    .mri-hero .mri-form-wrapper,
    .job-search-page-top .mri-form-wrapper {
        text-align: center;
    }
}

.mri-hero form,
.job-search-page-top form {
    width: 678px;
    height: auto;
    max-width: 90%;
    top: 90%;
    left: 20%;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

    .mri-hero form.active,
    .job-search-page-top form.active {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 2;
    }

    .mri-hero form:after,
    .job-search-page-top form:after {
        clear: both;
    }

    .mri-hero form .mri-select-wrapper,
    .mri-hero form input,
    .job-search-page-top form .mri-select-wrapper,
    .job-search-page-top form input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 1px solid #FFFFFF;
        font-size: 18px;
        letter-spacing: 4px;
        float: left;
    }

@media screen and (max-width: 600px) {
    .mri-hero form .mri-select-wrapper,
    .mri-hero form input,
    .job-search-page-top form .mri-select-wrapper,
    .job-search-page-top form input {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

.mri-hero form .mri-select-wrapper:active, .mri-hero form .mri-select-wrapper:focus,
.mri-hero form input:active,
.mri-hero form input:focus,
.job-search-page-top form .mri-select-wrapper:active,
.job-search-page-top form .mri-select-wrapper:focus,
.job-search-page-top form input:active,
.job-search-page-top form input:focus {
    outline: none;
}

.mri-hero form .mri-select-wrapper,
.job-search-page-top form .mri-select-wrapper {
    width: 300px;
    height: 61px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-triangle-large.png") 265px center no-repeat rgba(0, 0, 0, 0.15);
    position: relative;
    margin-right: 8px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-hero form .mri-select-wrapper,
    .job-search-page-top form .mri-select-wrapper {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-triangle-large@2x.png") 265px center no-repeat rgba(0, 0, 0, 0.15);
        background-size: 15px 9px;
    }
}

@media screen and (max-width: 992px) {
    .mri-hero form .mri-select-wrapper,
    .job-search-page-top form .mri-select-wrapper {
        margin-right: 4px;
        margin-left: 4px;
        width: 329px;
        background-position: 290px center;
    }
}

@media screen and (max-width: 768px) {
    .mri-hero form .mri-select-wrapper,
    .job-search-page-top form .mri-select-wrapper {
        width: 50%;
        height: 48px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px;
        background-position: 96% center;
    }
}

.mri-hero form .mri-select-wrapper select,
.job-search-page-top form .mri-select-wrapper select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 25px;
    border: 0;
    line-height: 1;
    letter-spacing: 4px;
    background: transparent;
    -webkit-appearance: none;
}

@media screen and (max-width: 992px) {
    .mri-hero form .mri-select-wrapper select,
    .job-search-page-top form .mri-select-wrapper select {
        padding: 0 25px;
    }
}

@media screen and (max-width: 768px) {
    .mri-hero form .mri-select-wrapper select,
    .job-search-page-top form .mri-select-wrapper select {
        padding: 0 15px;
    }
}

@media screen and (max-width: 600px) {
    .mri-hero form .mri-select-wrapper select,
    .job-search-page-top form .mri-select-wrapper select {
        letter-spacing: 1px;
    }
}

.mri-hero form .mri-select-wrapper select:active, .mri-hero form .mri-select-wrapper select:focus,
.job-search-page-top form .mri-select-wrapper select:active,
.job-search-page-top form .mri-select-wrapper select:focus {
    outline: none;
}

.mri-hero form input[type="text"],
.job-search-page-top form input[type="text"] {
    width: 608px;
    height: 61px;
    display: inline-block;
    padding: 0 25px;
    margin-right: 8px;
}

    .mri-hero form input[type="text"]::-webkit-input-placeholder,
    .job-search-page-top form input[type="text"]::-webkit-input-placeholder {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #FFFFFF;
        font-weight: normal;
        font-style: normal;
    }

    .mri-hero form input[type="text"]:-moz-placeholder,
    .job-search-page-top form input[type="text"]:-moz-placeholder {
        /* older Firefox*/
        opacity: 1;
        filter: alpha(opacity=100);
        color: #FFFFFF;
        font-weight: normal;
        font-style: normal;
    }

    .mri-hero form input[type="text"]::-moz-placeholder,
    .job-search-page-top form input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        filter: alpha(opacity=100);
        color: #FFFFFF;
        font-weight: normal;
        font-style: normal;
    }

    .mri-hero form input[type="text"]:-ms-input-placeholder,
    .job-search-page-top form input[type="text"]:-ms-input-placeholder {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #FFFFFF;
        font-weight: normal;
        font-style: normal;
    }

@media screen and (max-width: 768px) {
    .mri-hero form input[type="text"],
    .job-search-page-top form input[type="text"] {
        width: 100%;
        height: 58px;
        margin: 0 auto 8px;
    }
}

.mri-hero form input[type="submit"],
.job-search-page-top form input[type="submit"] {
    width: 61px;
    height: 61px;
    padding: 0 0 0 2px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .mri-hero form input[type="submit"],
    .job-search-page-top form input[type="submit"] {
        display: block;
        margin: 0 auto;
        float: none;
        width: 125px;
        margin-top: 68px;
    }
}

@media screen and (max-width: 768px) {
    .mri-hero form input[type="submit"],
    .job-search-page-top form input[type="submit"] {
        width: 125px;
        height: 48px;
        margin-top: 0;
    }
}

.mri-hero .form-toggle,
.job-search-page-top .form-toggle {
    position: absolute;
    left: 50%;
    color: #E0E0E0;
    cursor: pointer;
    margin-top: 105px;
    margin-left: -340px;
    display: inline-block;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .mri-hero .form-toggle,
    .job-search-page-top .form-toggle {
        position: static;
        margin-left: 0;
        margin-top: 160px;
    }
}

@media screen and (max-width: 768px) {
    .mri-hero .form-toggle,
    .job-search-page-top .form-toggle {
        margin-top: 120px;
    }
}

.jumbotron {
    margin-bottom: 0;
}

    .jumbotron .container {
        position: relative;
        z-index: 2;
    }

        .jumbotron .container h1 {
            color: #FFFFFF;
        }

.map-bitmap {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/map-dots.png") right bottom no-repeat rgba(92, 120, 142, 0.38);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .map-bitmap {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/map-dots@2x.png") right bottom no-repeat rgba(92, 120, 142, 0.38);
        background-size: 100% 100%;
    }
}

.hero-image {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 65px 0;
}

.job-search-page-top {
    margin-top: 0;
    height: auto;
    width: 100%;
    padding: 50px 0 80px;
}

    .job-search-page-top + .text-block {
        margin-top: 80px;
    }

@media screen and (min-width: 1200px) {
    .job-search-page-top .container {
        width: 1170px;
    }
}

.job-search-page-top h2 {
    color: #394A58;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}

.job-search-page-top form {
    opacity: 1;
    position: static;
    margin: 0 auto;
}

    .job-search-page-top form .mri-select-wrapper {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icon-triangle-small-blue.png") 90% center no-repeat #FFFFFF;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .job-search-page-top form .mri-select-wrapper {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icon-triangle-small-blue@2x.png") 90% center no-repeat #FFFFFF;
        background-size: 15px 9px;
    }
}

@media screen and (max-width: 992px) {
    .job-search-page-top form .mri-select-wrapper {
        margin-bottom: 6px;
    }
}

.job-search-page-top form .mri-select-wrapper select {
    border: 1px solid #5C788E;
    border-radius: 0;
    color: #5C788E;
}

.job-search-page-top form input[type="submit"] {
    background-color: #25292C;
    color: #FFFFFF;
    border: none;
    margin-top: 1px;
    height: 59px;
}

.mri-fixed-links {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .mri-fixed-links {
        display: none;
    }
}

.mri-fixed-links a {
    width: 62px;
    height: 55px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    padding: 14px 15px;
    white-space: nowrap;
    overflow: hidden;
}

    .mri-fixed-links a:hover {
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -ms-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

    .mri-fixed-links a:hover, .mri-fixed-links a:focus, .mri-fixed-links a:active {
        color: #FFFFFF;
    }

    .mri-fixed-links a:hover {
        width: 225px;
    }

    .mri-fixed-links a.orange {
        background: #EB9244;
    }

    .mri-fixed-links a.black {
        background: #3e3e3e;
    }

        .mri-fixed-links a.black:before {
            margin-top: -3px;
            margin-left: 3px;
        }

    .mri-fixed-links a span {
        padding-top: 3px;
    }

.mri-feature-blocks .mri-feature-block:after {
    clear: both;
}

.mri-feature-blocks .mri-feature-block .mri-feature-img-wrapper {
    width: 64%;
    height: 577px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-img-wrapper {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-img-wrapper {
        width: 100%;
        height: 240px;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-img-wrapper img {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 100%;
    min-width: 100%;
}

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-img-wrapper img {
        min-width: auto;
        min-height: auto;
        width: 100%;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-text {
    width: 36%;
    height: 577px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text {
        width: 100%;
        height: auto;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 300px;
    height: 300px;
    color: #FFFFFF;
    display: inline-block;
    padding: 35px 45px;
    position: relative;
    text-align: left;
    cursor: pointer;
}

    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square:after {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        background: #FFFFFF;
    }

    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square:hover:after {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0.12;
        filter: alpha(opacity=12);
    }

    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square:hover .mri-arrow {
        right: 15px;
    }

    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square.black {
        background: #25292C;
    }

    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square.orange {
        background: #EB9244;
    }

    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square.blue {
        background: #5C788E;
    }

@media screen and (max-width: 992px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square {
        width: auto;
        height: auto;
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square {
        padding: 35px 45px 55px 25px;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square h2 {
    margin: 0;
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square h2 {
        float: left;
        font-size: 30px;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square .mri-text {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square .mri-text {
        margin-left: 55px;
        margin-top: 0;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square .mri-arrow {
    width: 19px;
    height: 16px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small.png") center center no-repeat transparent;
    position: absolute;
    right: 25px;
    bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text a.mri-text-square .mri-arrow {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small@2x.png") center center no-repeat transparent;
        background-size: 19px 16px;
    }
}

.mri-feature-blocks .mri-feature-block .mri-feature-text .mri-rotated {
    position: absolute;
    left: 18px;
    bottom: 240px;
    width: 175px;
    text-transform: uppercase;
    color: #C2C2C2;
    text-align: left;
}

    .mri-feature-blocks .mri-feature-block .mri-feature-text .mri-rotated.active {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        left: -40px;
        bottom: 120px;
    }

@media screen and (max-width: 768px) {
    .mri-feature-blocks .mri-feature-block .mri-feature-text .mri-rotated {
        display: none;
    }
}

.mri-feature-blocks .mri-feature-block.img-left .mri-feature-img-wrapper, .mri-feature-blocks .mri-feature-block.img-left .mri-feature-text {
    float: left;
    text-align: left;
}

.mri-feature-blocks .mri-feature-block.img-right .mri-feature-img-wrapper, .mri-feature-blocks .mri-feature-block.img-right .mri-feature-text {
    float: right;
    text-align: right;
}

.mri-feature-blocks .mri-feature-block.img-right .mri-rotated {
    position: absolute;
    right: 18px;
    bottom: 240px;
}

    .mri-feature-blocks .mri-feature-block.img-right .mri-rotated.active {
        position: absolute;
        right: -40px;
        bottom: 120px;
        left: auto;
    }

.mri-feature-blocks .mri-feature-block {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .mri-feature-blocks .mri-feature-block .mri-feature-img-wrapper img {
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
        top: 100%;
    }

    .mri-feature-blocks .mri-feature-block a.mri-text-square {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        margin-top: 100%;
    }

    .mri-feature-blocks .mri-feature-block.active {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .mri-feature-blocks .mri-feature-block.active .mri-feature-img-wrapper img {
            -webkit-transition: all 1.5s ease;
            -moz-transition: all 1.5s ease;
            -ms-transition: all 1.5s ease;
            -o-transition: all 1.5s ease;
            transition: all 1.5s ease;
            top: 0;
        }

        .mri-feature-blocks .mri-feature-block.active a.mri-text-square {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            margin-top: 0;
        }

.mri-callout {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-callout.png") center center no-repeat #394A58;
    min-height: 165px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-callout {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/slant-callout@2x.png") center center no-repeat #394A58;
        background-size: 70px 115px;
    }
}

@media screen and (max-width: 768px) {
    .mri-callout {
        background: #394A58;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
    }
}

.mri-callout hr {
    display: none;
}

@media screen and (max-width: 768px) {
    .mri-callout hr {
        display: block;
        border: 0;
        height: 1px;
        background: #FFFFFF;
        margin: 0;
    }
}

.mri-callout .mri-callout-box {
    text-align: center;
}

    .mri-callout .mri-callout-box .mri-callout-link {
        background: #394A58;
        font-size: 29px;
        color: #FFFFFF;
        display: inline-block;
        margin-top: 15px;
        cursor: pointer;
        position: relative;
        height: 75px;
    }

@media screen and (max-width: 768px) {
    .mri-callout .mri-callout-box .mri-callout-link {
        margin-top: 0;
        height: auto;
        display: block;
        text-align: left;
        font-size: 20px;
        padding: 25px;
    }
}

.mri-callout .mri-callout-box .mri-callout-link .mri-arrow {
    width: 19px;
    height: 16px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small.png") center center no-repeat #394A58;
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin: 20px -9px 0 auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-callout .mri-callout-box .mri-callout-link .mri-arrow {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small@2x.png") center center no-repeat #394A58;
        background-size: 19px 16px;
    }
}

@media screen and (max-width: 768px) {
    .mri-callout .mri-callout-box .mri-callout-link .mri-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        margin: -9px 0 0 0;
    }
}

.mri-callout .mri-callout-box .mri-callout-link:hover .mri-arrow {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: -35px;
}

@media screen and (max-width: 768px) {
    .mri-callout .mri-callout-box .mri-callout-link:hover .mri-arrow {
        margin-right: -15px;
    }
}

.mri-recent-headlines {
    max-width: 810px;
    max-height: auto;
    margin: 0 auto;
    padding: 66px 0;
}

@media screen and (max-width: 992px) {
    .mri-recent-headlines {
        padding: 45px 35px;
    }
}

@media screen and (max-width: 768px) {
    .mri-recent-headlines {
        padding: 35px 15px;
    }
}

.mri-recent-headlines .container {
    max-width: 100%;
}

.mri-recent-headlines .mri-rh-sidebar {
    text-transform: uppercase;
    color: #9B9B9B;
    text-align: right;
    padding-right: 45px;
}

@media screen and (max-width: 992px) {
    .mri-recent-headlines .mri-rh-sidebar {
        text-align: left;
        padding: 0;
    }
}

.mri-recent-headlines .mri-rh-sidebar h2 {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-underline-small.png") right bottom no-repeat transparent;
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 85px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-recent-headlines .mri-rh-sidebar h2 {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-underline-small@2x.png") right bottom no-repeat transparent;
        background-size: 32px 3px;
    }
}

@media screen and (max-width: 992px) {
    .mri-recent-headlines .mri-rh-sidebar h2 {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-underline-small.png") left bottom no-repeat transparent;
        margin-bottom: 45px;
    }
}

.mri-recent-headlines .mri-rh-sidebar .label, .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-link {
    font-size: 14px;
    line-height: 2;
}

.mri-recent-headlines .mri-rh-sidebar .label {
    color: #9B9B9B;
    padding: 0;
    display: block;
    text-align: right;
}

@media screen and (max-width: 992px) {
    .mri-recent-headlines .mri-rh-sidebar .label {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items {
        display: none;
    }
}

.mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items .mri-rh-tag-item .mri-rh-tag-link {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #9B9B9B;
    line-height: 2;
}

    .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items .mri-rh-tag-item .mri-rh-tag-link:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .mri-recent-headlines .mri-rh-sidebar .mri-rh-tag-items .mri-rh-tag-item .mri-rh-tag-link:hover {
        color: #FF8822;
    }

.mri-recent-headlines .mri-rh-well {
    padding-left: 45px;
}

@media screen and (max-width: 992px) {
    .mri-recent-headlines .mri-rh-well {
        padding: 0;
    }
}

.mri-recent-headlines .mri-rh-well .mri-article-snippet {
    margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
    .mri-recent-headlines .mri-rh-well .mri-article-snippet {
        margin-bottom: 35px;
    }
}

.mri-recent-headlines .mri-rh-well .mri-article-snippet h3 {
    font-size: 22px;
    line-height: 1.4;
}

    .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #4A4A4A;
    }

        .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a:hover {
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a:hover {
            color: #FF8822;
        }

            .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a:hover .mri-arrow {
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
                background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small-orange.png") left top no-repeat transparent;
                margin-left: 15px;
            }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a:hover .mri-arrow {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small-orange@2x.png") left top no-repeat transparent;
        background-size: 19px 16px;
    }
}

.mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a .mri-arrow {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 19px;
    height: 16px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small.png") left top no-repeat transparent;
    display: inline-block;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a .mri-arrow {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small@2x.png") left top no-repeat transparent;
        background-size: 19px 16px;
    }
}

@media screen and (max-width: 768px) {
    .mri-recent-headlines .mri-rh-well .mri-article-snippet h3 a .mri-arrow {
        display: none;
    }
}

.mri-recent-headlines .mri-rh-well .mri-article-snippet > span {
    color: #9B9B9B;
    letter-spacing: 2px;
    font-size: 13px;
    display: block;
    margin-top: 15px;
}

.mri-recent-headlines .mri-rh-well .mri-rh-view-all {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #4A4A4A;
}

    .mri-recent-headlines .mri-rh-well .mri-rh-view-all:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

@media screen and (max-width: 768px) {
    .mri-recent-headlines .mri-rh-well .mri-rh-view-all {
        font-size: 16px;
    }
}

.mri-recent-headlines .mri-rh-well .mri-rh-view-all:hover {
    color: #FF8822;
}

    .mri-recent-headlines .mri-rh-well .mri-rh-view-all:hover .mri-arrow {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-orange.png") left top no-repeat transparent;
        margin-left: 15px;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-recent-headlines .mri-rh-well .mri-rh-view-all:hover .mri-arrow {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-orange@2x.png") left top no-repeat transparent;
        background-size: 12px 10px;
    }
}

.mri-recent-headlines .mri-rh-well .mri-rh-view-all .mri-arrow {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 12px;
    height: 10px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-black.png") left top no-repeat transparent;
    display: inline-block;
    margin-left: 5px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mri-recent-headlines .mri-rh-well .mri-rh-view-all .mri-arrow {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-xsmall-black@2x.png") left top no-repeat transparent;
        background-size: 12px 10px;
    }
}

.text-block {
    margin: 30px 0 45px;
    line-height: 30px;
}

    .text-block h2 {
        color: #394A58;
        margin: 50px 0 20px;
    }

    .text-block + .text-block, .text-block ~ .text-block {
        margin-top: 0;
    }

.linkout-blocks {
    float: none;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .linkout-blocks .container {
        width: 1000px;
    }
}

.left-block-link, .right-block-link {
    background: #F6F7F9;
    border: 1px solid rgba(92, 120, 142, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .left-block-link:hover, .right-block-link:hover {
        background: #DEE4E8;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .left-block-link:hover .block-link-text, .right-block-link:hover .block-link-text {
            text-decoration: none;
        }

@media screen and (min-width: 768px) {
    .left-block-link, .right-block-link {
        width: 48.5%;
        height: 250px;
    }
}

@media screen and (min-width: 992px) {
    .left-block-link, .right-block-link {
        height: auto;
    }
}

.left-block-link {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .left-block-link {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .right-block-link {
        float: right;
    }
}

.blue-full-width {
    background-color: #394A58;
    color: #FFFFFF;
    padding: 80px 20px;
    display: table;
    width: 100%;
    height: 100%;
}

    .blue-full-width h2 {
        text-align: center;
    }

.left-align h2 {
    text-align: left;
}

.address {
    padding: 80px 0;
    margin-top: 70px;
}

    .address h4 {
        text-align: left;
        margin-bottom: 25px;
    }

.gray-bg {
    background-color: #DEE4E8;
    padding: 70px 0;
}

    .gray-bg.text-block {
        margin: 0;
    }

.light-gray-bg {
    background-color: #F6F7F9;
}

.placement-options-list li {
    margin-bottom: 35px;
    line-height: 30px;
}

    .placement-options-list li:last-child {
        margin-bottom: 0;
    }

.option-header {
    color: #394A58;
}

.link-with-arrow {
    position: relative;
    color: #FFFFFF;
}

    .link-with-arrow:after {
        content: " ";
        position: absolute;
        bottom: 5px;
        width: 20px;
        height: 18px;
        margin-left: 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small.png") right bottom no-repeat transparent;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .link-with-arrow:after {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small@2x.png") right bottom no-repeat transparent;
        background-size: 20px 18px;
    }
}

.link-with-arrow:hover {
    color: #FFFFFF;
}

    .link-with-arrow:hover:after {
        margin-left: 20px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.block-link-text {
    padding: 80px 25px 90px;
    display: block;
    text-align: center;
    position: relative;
    font-size: 29px;
    color: #394A58;
    height: 100%;
}

    .block-link-text:hover {
        color: #394A58;
    }

    .block-link-text:after {
        width: 20px;
        height: 18px;
        bottom: 55px;
        left: 50%;
        margin-left: -11px;
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/arrow-right-blue.png") right bottom no-repeat transparent;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .block-link-text:after {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/arrow-right-blue@2x.png") right bottom no-repeat transparent;
        background-size: 20px 18px;
    }
}

.block-link-text:hover:after {
    left: 52%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-orange {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 2px;
    margin: 0 auto;
    color: #FFFFFF;
    background-color: #EB9244;
    border: 0;
}

.btn-blue {
    background-color: #5C788E;
    width: 190px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.inline-image {
    display: block;
    margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
    .inline-image {
        float: right;
        margin: 0 0 40px 40px;
    }
}

.video-container {
    margin-bottom: 80px;
}

.wide-image {
    margin-bottom: 80px;
}

.article-title {
    background-color: #FFFFFF;
}

    .article-title .container h1 {
        color: #394A58;
        margin-bottom: 0;
    }

.article-date {
    color: #9B9B9B;
    font-size: 15px;
    float: left;
    margin-top: 1px;
}

.social {
    /*float: right;*/
}

    .social a {
        margin-left: 10px;
    }

    .social .email-icon svg {
        width: 34px;
        height: 30px;
    }

.date-icon-wrap {
    margin-bottom: 7px;
}

    .date-icon-wrap + .text-block {
        margin-top: 0;
    }

.tags {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .tags {
        margin-bottom: 80px;
    }
}

.tags li {
    color: #9B9B9B;
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .tags li {
        width: 28.5%;
    }
}

@media screen and (min-width: 992px) {
    .tags li {
        width: 33%;
    }
}

.tags li:first-child {
    display: table-cell;
    height: 100%;
    padding-right: 30px;
    margin: 0 40px 12px 0;
    width: 90px;
}

.sentiment-left {
    padding-right: 45px;
    margin-top: 50px;
}

.sentiment-right {
    margin-top: 50px;
}

    .sentiment-right p {
        color: #394A58;
        margin-bottom: 20px;
    }

    .sentiment-right li {
        color: #9B9B9B;
        margin-bottom: 5px;
        font-size: 16px;
    }

        .sentiment-right li:nth-child(2) {
            margin-bottom: 20px;
        }

        .sentiment-right li a {
            color: #FF8822;
            display: block;
        }

.pdf-blocks {
    margin-bottom: 80px;
}

    .pdf-blocks h3 {
        text-align: center;
    }

@media screen and (min-width: 992px) {
    .pdf-blocks .container {
        width: 970px;
    }
}

.pdf-block {
    border: 1px solid rgba(92, 120, 142, 0.2);
    padding-bottom: 25px;
    margin-bottom: 20px;
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/pdf.png") right bottom no-repeat #F6F7F9;
    background-position: 95% 86%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .pdf-block {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/pdf@2x.png") right bottom no-repeat #F6F7F9;
        background-size: 95% 86%;
    }
}

@media screen and (min-width: 768px) {
    .pdf-block {
        width: 49%;
    }
}

@media screen and (min-width: 768px) {
    .pdf-block:nth-child(odd) {
        margin-right: 2%;
    }
}

.pdf-block h3 {
    margin-bottom: 35px;
}

.pdf-block ul {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .pdf-block ul {
        width: 90%;
    }
}

.pdf-block li {
    margin-bottom: 25px;
}

.pdf-block p {
    font-size: 14px;
    line-height: 16px;
}

.pdf-block a {
    font-size: 16px;
    margin-bottom: 3px;
    display: block;
}

.why-mri-section p, .contact p {
    margin-bottom: 60px;
}

.contact .btn:first-of-type {
    margin-bottom: 70px;
}

.mri-contact-info li {
    line-height: 35px;
}

.mri-contact-info a {
    color: #EB9244;
}

.trophy-case {
    margin: 65px 0 80px;
}

.team-member {
    color: #FFFFFF;
}

@media screen and (min-width: 992px) {
    .team-member .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .team-member .container {
        width: 1170px;
    }
}

.bio {
    background-color: #5C788E;
    padding: 30px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .bio {
        padding: 40px 80px;
    }
}

.bio .expand-collapse {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFFFFF;
    cursor: pointer;
}

.bio:nth-of-type(2n) {
    background-color: #394A58;
}

.photo {
    padding-left: 0;
    padding-right: 0;
    max-height: 300px;
}

    .photo img {
        width: 100%;
    }

.closed {
    height: 300px;
    overflow: hidden;
}

.mcs-our-team {
    background-color: #eee;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .mcs-our-team {
        padding: 0px 0px 0px 0px;
    }
}

.mcs-our-team h2 {
    color: #5C788E;
}

.mcs-our-team h5 {
    color: #EB9244;
}

.mcs-our-team .profile {
    margin: 0px 0px 15px 0px;
    height: 250px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 24.5%;
}

@media screen and (max-width: 992px) {
    .mcs-our-team .profile {
        width: 32.5%;
    }
}

@media screen and (max-width: 768px) {
    .mcs-our-team .profile {
        width: 49.5%;
    }
}

@media screen and (max-width: 480px) {
    .mcs-our-team .profile {
        width: 100%;
    }
}

.mcs-our-team .profile .mcs-info {
    font-size: 14px !important;
    color: #9B9B9B;
}

    .mcs-our-team .profile .mcs-info a {
        color: #9B9B9B;
    }

        .mcs-our-team .profile .mcs-info a:hover {
            color: #FF8822;
        }

.mcs-our-team .profile .img-profile {
    max-width: 110px;
    border: solid 3px #fff;
}

blockquote {
    background: #fff;
    border: none;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    text-align: center;
    font-size: 22px;
}

    /*blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }*/

    blockquote img {
        display: block;
        text-align: center;
        margin: 0px auto 10px auto;
    }

    blockquote p {
        text-align: center;
        color: #5C788E;
        display: inline;
        font-family: 'Gorgia';
        font-size: 22px;
    }

    blockquote hr {
        width: 115px;
        border-top-width: 3px;
    }

    blockquote footer {
        font-size: initial;
        font-style: normal;
        color: initial;
        font-size: 18px;
        color: #394a58;
        font-weight: 700;
    }

        blockquote footer:before {
            content: ' ';
        }

.msc-forms {
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 992px) {
    .msc-forms {
        border-right: none;
    }
}

.contact-form-field {
    display: block;
    width: 468px;
    height: 61px;
    border: 1px solid #5c788e;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .contact-form-field {
        width: 268px;
    }
}

​ .contact-form-txt {
    display: block;
    width: 368px;
    border: 1px solid #5c788e;
}

.custom-file-input {
    color: transparent;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: 'Choose File';
        display: inline-block;
        background-color: #25292C;
        width: 136px;
        height: 41px;
        color: #FFFFFF;
        border: none;
        border-radius: 0;
        text-align: center;
        display: block;
        font-size: 16px;
        padding: 13px;
        line-height: 16px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        float: right;
    }

    .custom-file-input:active {
        outline: 0;
    }

        .custom-file-input:active::before {
            background: -webkit-linear-gradient(top, #25292C, #25292C);
            -webkit-user-select: none;
            outline: none;
        }

.upload-label {
    margin-top: -20px;
    clear: right;
}

.msc-form-group {
}

.captcha {
    margin-top: 30px;
    margin-bottom: 30px;
}

input[type="text"], textarea {
    width: 100% !important;
    height: 61px;
    display: inline-block;
    padding: 0 25px;
    margin-right: 8px;
}

@media screen and (max-width: 480px) {
    input[type="text"] {
        width: 80%;
        margin-right: 0px;
    }
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    width: 15%;
    font-size: 60px;
    color: #4A4A4A;
    text-align: center;
}

    .carousel-control:hover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 50px;
        width: 15%;
        font-size: 60px;
        color: #4A4A4A;
        text-align: center;
    }

.carousel-inner {
    width: 75%;
    margin: auto;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

.carousel-control.left {
    right: 0;
    right: auto;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

.mcs-jobs h4 {
    color: #EB9244;
}

.mcs-jobs a {
    margin-top: -40px;
    float: right;
}

.mcs-jobs .list-group {
}

.mcs-jobs .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mcs-jobs .list-group-item {
    position: relative;
    display: block;
    padding: 20px 25px 35px 25px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
    .mcs-jobs .list-group {
        margin: 5px;
        width: 100%;
    }

    .mcs-jobs .list-group-item {
        position: relative;
        display: block;
        padding: 10px 10px 10px 10px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .mcs-jobs input[type="text"] {
        width: 208px !important;
        height: 61px;
        display: inline-block;
        padding: 0 25px;
        margin-right: 8px;
    }

    .mcs-jobs .modal-content .msc-form-group {
        padding-left: 0px;
    }
}

.mcs-jobs .mcs-desc {
    font-size: 18px;
    color: #666666;
}

    .mcs-jobs .mcs-desc p {
        width: 100%;
        margin: auto;
    }

.mcs-jobs .mcs-apply-caret {
    background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small-orange.png") right bottom no-repeat transparent;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mcs-jobs .mcs-apply-caret {
        background: url("https://42375e871f07b6691ef3-e46c76745a039610c4c1383bf234a103.ssl.cf1.rackcdn.com/icn-arrow-small-orange@2x.png") right bottom no-repeat transparent;
        background-size: 22px 12px;
    }
}

.modal-title {
    color: #EB9244;
}

.modal-profile .modal-title {
    color: #5c788e;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
}

.modal-profile .modal-body a {
    color: #5c788e;
}

    .modal-profile .modal-body a:hover {
        color: #FF8822;
    }

.modal-profile .modal-body .public-title {
    /*color: #5c788e;*/
}

.modal-profile .modal-body .btn-profile:hover {
    color: #fff;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}

.modal-content {
    padding: 20px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

    .modal-content .msc-form-group {
        padding-left: 10px;
    }

    .modal-content input[type="text"] {
        width: 80%;
        height: 61px;
        display: inline-block;
        padding: 0 25px;
        margin-right: 8px;
    }

    .modal-content .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: none;
    }

.g-recaptcha {
    margin-top: 30px;
    margin-bottom: 30px;
}


.body-wrapper {
    padding-bottom: 50px;
}

    .body-wrapper.gray {
        background-color: #dee4e8;
    }

ul {
    list-style: disc;
    padding: 20px 0px 25px 40px;
}

ol {
    list-style: decimal;
    padding: 20px 0px 25px 40px;
}

.profile-wrapper {
    text-align: left;
}

    .profile-wrapper .profile-hero-list {
        padding-top: 0px;
    }

    .profile-wrapper .img-profile {
        border: solid 3px #5c788e;
        margin-top: 20px;
        width: 80%;
    }


/*# sourceMappingURL=main.css.map */
