﻿/* line 3, ../src/scss/utility.scss */
.hide {
    display: none;
}

/* line 7, ../src/scss/utility.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    /* line 15, ../src/scss/utility.scss */
    .fade.in {
        opacity: 1;
    }

/* line 19, ../src/scss/utility.scss */
.offscreen {
    top: -9999em;
    left: -9999em;
}

/* line 24, ../src/scss/utility.scss */
.left {
    float: left !important;
}

/* line 25, ../src/scss/utility.scss */
.right {
    float: right !important;
}

/* line 26, ../src/scss/utility.scss */
.text-left {
    text-align: left !important;
}

.none {
    display: none !important;
}

/* line 27, ../src/scss/utility.scss */
.text-right {
    text-align: right !important;
}

/* line 28, ../src/scss/utility.scss */
.text-center {
    text-align: center !important;
}

/* line 29, ../src/scss/utility.scss */
.text-justify {
    text-align: justify !important;
}

/* line 31, ../src/scss/utility.scss */
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

/* line 36, ../src/scss/utility.scss */
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

    /* line 41, ../src/scss/utility.scss */
    ul.inline > li,
    ol.inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

@-ms-viewport {
    width: device-width;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
/* line 17, ../src/scss/libs/reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* line 26, ../src/scss/libs/reset.scss */
body {
    line-height: 1;
    width: 100%;
}

body, html {
    height: 100%;
}

    body > form {
        display: table;
        height: 100%;
        width: 100%;
    }

footer#main-footer {
    display: table-row;
    height: 1px;
}

    footer#main-footer > .row {
        padding-bottom: 15px;
    }

/* line 30, ../src/scss/libs/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    /* line 33, ../src/scss/libs/reset.scss */
    nav ul {
        list-style: none;
    }

/* line 36, ../src/scss/libs/reset.scss */
blockquote, q {
    quotes: none;
}

    /* line 40, ../src/scss/libs/reset.scss */
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* line 44, ../src/scss/libs/reset.scss */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
/* line 52, ../src/scss/libs/reset.scss */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
/* line 58, ../src/scss/libs/reset.scss */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* line 64, ../src/scss/libs/reset.scss */
del {
    text-decoration: line-through;
}

/* line 67, ../src/scss/libs/reset.scss */
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* line 71, ../src/scss/libs/reset.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 76, ../src/scss/libs/reset.scss */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

/* line 84, ../src/scss/libs/reset.scss */
input, select {
    vertical-align: middle;
}

/* line 87, ../src/scss/libs/reset.scss */
img {
    height: auto;
    max-width: 100%;
}

/* line 1, ../src/scss/forms.scss */
form {
    margin: 0;
}

/* line 4, ../src/scss/forms.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

/* line 9, ../src/scss/forms.scss */
.eu-cookie-notification p {
    position: relative;
    padding: 0;
    margin: 0 auto;
    color: #000;
    text-align: left;
    width: 49%;
    border: 0;
    box-shadow: none;
    font-family: helvetica;
    font-size: 12px;
}

.eu-cookie-notification .close-cookie-mob {
    display: none;
}

.eu-cookie-notification span {
    display: block;
    padding-bottom: 5px;
}

.eu-cookie-notification a:hover {
    color: #000;
    text-decoration: none;
}

.eu-cookie-notification .close-cookie-mob {
    display: block;
    background: #ab1a2d;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 7px;
    border: 0;
    float: right;
    margin: 10px 5px 3px;
}

/* line 1, ../src/components/g-eu01/style.scss */
.eu-cookie-notification {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    text-align: center;
    background: #d3d3d3;
    padding: 3px 10px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    /* line 20, ../src/scss/forms.scss */
    legend small {
        font-size: 15px;
        color: #999999;
    }

/* line 28, ../src/scss/forms.scss */
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

/* line 39, ../src/scss/forms.scss */
label {
    display: block;
    margin-bottom: 5px;
}

/* line 59, ../src/scss/forms.scss */

/* line 76, ../src/scss/forms.scss */
input,
textarea,
.uneditable-input {
    width: 100%;
}

/* line 79, ../src/scss/forms.scss */
textarea {
    height: auto;
    resize: none;
}

/* line 97, ../src/scss/forms.scss */


/* line 134, ../src/scss/forms.scss */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

/* line 150, ../src/scss/forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

/* line 154, ../src/scss/forms.scss */
select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 29px;
}

/* line 163, ../src/scss/forms.scss */
select {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-image: none\9;
    background-repeat: no-repeat;
    background-position: right center;
    max-width: 100%;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearence: none;
    -o-appearence: none;
    appearance: none;
    background-color: #fff;
    outline: 0;
    padding: 0 20px 0 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);*/
}

/*IE9/8 hack*/
select {
    padding-right: 0px \0/;
}

/*@-moz-document url-prefix() {*/
/* line 192, ../src/scss/forms.scss */
select {
    text-indent: 0.01px;
    text-overflow: '';
}
    /*}*/

    /* line 197, ../src/scss/forms.scss */
    select::-ms-expand {
        display: none;
    }

    /* line 202, ../src/scss/forms.scss */
    select[multiple],
    select[size] {
        height: auto;
    }

    /* line 208, ../src/scss/forms.scss */
    select:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

/* line 214, ../src/scss/forms.scss */
.uneditable-input,
.uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

/* line 223, ../src/scss/forms.scss */
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

/* line 227, ../src/scss/forms.scss */
.uneditable-textarea {
    width: auto;
    height: auto;
}

/* line 232, ../src/scss/forms.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

/* line 236, ../src/scss/forms.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

/* line 240, ../src/scss/forms.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.placeholder {
    color: #999999;
}

/* line 244, ../src/scss/forms.scss */
.radio,
.checkbox {
}

/* line 249, ../src/scss/forms.scss */
.lt-ie9 .radio,
.lt-ie9 .checkbox {
    min-height: 0;
    padding-left: 0;
}

/* line 254, ../src/scss/forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

/* line 259, ../src/scss/forms.scss */
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: top;
}

    /* line 266, ../src/scss/forms.scss */
    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

/* line 274, ../src/scss/forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input {
    outline: none;
}

    /* line 281, ../src/scss/forms.scss */
    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    input[type="radio"][readonly],
    input[type="checkbox"][readonly] {
        background-color: transparent;
    }

    /* line 286, ../src/scss/forms.scss */
    input:focus:invalid,
    textarea:focus:invalid,
    select:focus:invalid {
        color: #b94a48;
        border-color: #ee5f5b;
    }

        /* line 292, ../src/scss/forms.scss */
        input:focus:invalid:focus,
        textarea:focus:invalid:focus,
        select:focus:invalid:focus {
            border-color: #e9322d;
            -webkit-box-shadow: 0 0 6px #f8b9b7;
            -moz-box-shadow: 0 0 6px #f8b9b7;
            box-shadow: 0 0 6px #f8b9b7;
        }

.required-field {
    color: #c8223e;
    margin-left: 89%;
    font-family: helvetica;
    font-size: 12px;
}

table.recaptchatable {
    float: right;
    margin-bottom: 10px !important;
}

@media (max-width: 444px) {
    #recaptcha_area * {
        width: auto !important;
    }

    #recaptcha_area a > img {
        display: none;
    }
}



/* line 299, ../src/scss/forms.scss */
.btn {
    display: inline-block;
    *border-bottom: 0 none #b3b3b3;
    display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    **border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

    /* line 344, ../src/scss/forms.scss */
    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    /* line 350, ../src/scss/forms.scss */
    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    /* line 353, ../src/scss/forms.scss */
    .btn:first-child {
        *margin-left: 0;
    }

    /* line 357, ../src/scss/forms.scss */
    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    /* line 366, ../src/scss/forms.scss */
    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    /* line 372, ../src/scss/forms.scss */
    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    /* line 380, ../src/scss/forms.scss */
    .btn.disabled,
    .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* line 393, ../src/scss/forms.scss */
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}


    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

/* line 403, ../src/scss/forms.scss */
.radio.inline, .checkbox.inline {
    padding-bottom: 15px;
    vertical-align: top;
    padding-top: 0;
}

/* line 406, ../src/scss/forms.scss */
label.required {
    font-size: 13px;
    font-weight: 700;
}

/* line 407, ../src/scss/forms.scss */
label.error {
    color: #b94a48;
}
    /* line 408, ../src/scss/forms.scss */
    label.error a {
        color: #b94a48 !important;
    }

/* line 412, ../src/scss/forms.scss */
input.error, select.error {
    border-color: #b94a48 !important;
}

/* line 414, ../src/scss/forms.scss */
fieldset {
}

/* line 420, ../src/scss/forms.scss */
.with-pre {
    position: relative;
}
    /* line 422, ../src/scss/forms.scss */
    .with-pre span.pre {
        position: absolute;
        left: 1px;
        top: 1px;
        background: #eee;
        z-index: 1;
        padding: 0 10px;
        text-align: center;
        border-right: 1px solid #ccc;
        height: 28px;
        line-height: 28px;
    }
    /* line 433, ../src/scss/forms.scss */
    .with-pre input {
        padding-left: 40px;
    }

/* line 435, ../src/scss/forms.scss */
.with-post {
    position: relative;
}
    /* line 437, ../src/scss/forms.scss */
    .with-post span.post {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #eee;
        z-index: 1;
        padding: 0 10px;
        text-align: center;
        border-left: 1px solid #ccc;
        height: 28px;
        line-height: 28px;
    }
    /* line 448, ../src/scss/forms.scss */
    .with-post input {
        padding-right: 80px;
    }

body {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    background: #fff;
}

body, label,
input,
button,
select,
textarea {
    font-family: "GibsonRegular", "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "GibsonSemiBold", "GibsonRegular", "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
}

.large-60 {
    width: 42% !important;
}

p {
    margin: 4px 0 15px;
    font-size: 13px;
    color: #000;
    line-height: 21px;
}

/* line 32, ../src/scss/typography.scss */
small {
    font-size: 85%;
}

/* line 35, ../src/scss/typography.scss */
strong {
    font-weight: bold;
}

/* line 38, ../src/scss/typography.scss */
em {
    font-style: italic;
}

/* line 41, ../src/scss/typography.scss */
cite {
    font-style: normal;
}

/* line 44, ../src/scss/typography.scss */
a {
    color: #000;
    text-decoration: none;
}

    /* line 48, ../src/scss/typography.scss */
    a:hover {
        color: #005580;
        text-decoration: underline;
    }


h1, h2, h3, h4, h5, h6, h7 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
    color: #000;
    text-rendering: optimizelegibility;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-weight: normal;
        line-height: 1;
    }

h1 {
    font-size: 28px;
    color: #021a32;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 18px;
    color: #ab1a2d;
}

h5 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

h6 {
    font-size: 16px;
    color: #ab1a2d;
    font-weight: bold;
    margin: 0;
}

h7 {
    font-size: 20px;
    color: #064170;
    text-transform: uppercase;
}


h1 small {
    font-size: 20px;
}

h2 small {
    font-size: 17px;
}

h3 small {
    font-size: 15px;
}

h4 small {
    font-size: 14px;
}

h1 {
    /*color: #000;
    font-weight: 700;
    font-size: 13px;*/
    line-height: 1;
}

/* line 114, ../src/scss/typography.scss */
ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

    /* line 121, ../src/scss/typography.scss */
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

/* line 124, ../src/scss/typography.scss */
li {
    line-height: 20px;
}

/* line 127, ../src/scss/typography.scss */
dl {
    margin-bottom: 20px;
}

/* line 131, ../src/scss/typography.scss */
dt,
dd {
    line-height: 20px;
}

/* line 134, ../src/scss/typography.scss */
dt {
    font-weight: bold;
}

/* line 137, ../src/scss/typography.scss */
dd {
    margin-left: 10px;
}

/* line 140, ../src/scss/typography.scss */
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

/* line 147, ../src/scss/typography.scss */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

/* line 151, ../src/scss/typography.scss */
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/* line 155, ../src/scss/typography.scss */
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

    /* line 160, ../src/scss/typography.scss */
    blockquote p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
    }

    /* line 166, ../src/scss/typography.scss */
    blockquote small {
        display: block;
        line-height: 20px;
        color: #999999;
    }

        /* line 171, ../src/scss/typography.scss */
        blockquote small:before {
            content: '\2014 \00A0';
        }

    /* line 177, ../src/scss/typography.scss */
    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
    }

/* line 180, ../src/scss/typography.scss */
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

/* line 187, ../src/scss/typography.scss */
code,
pre {
    padding: 0 3px 2px;
    font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

/* line 196, ../src/scss/typography.scss */
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}

/* line 203, ../src/scss/typography.scss */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    /* line 220, ../src/scss/typography.scss */
    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }


/* Flexbox */
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media (max-width:500px) {
    .careers .inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    #career-highlights-wrapper {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .career-highlights-container {
        right: -19%;
        position: relative;
    }
}

@media (max-width:400px) {
    .career-highlights-container {
        right: -10%;
    }
}

.flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
}

.flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex-item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex-item:nth-child(4) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/

@-moz-document url-prefix() {
    .flex-container {
        width: 100%;
        -moz-box-sizing: border-box;
    }
}

/*lists*/
/* line 231, ../src/scss/typography.scss */
nav ul, nav ol {
    list-style: none;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonRegular';
    src: url("../fonts/Gibson-Regular.otf");
    src: url('../fonts/Gibson-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gibson-Regular.woff') format('woff'), url('../fonts/Gibson-Regular.ttf') format('truetype'), url('../fonts/Gibson-Regular.svg#Gibson-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonSemiBold';
    src: url("../fonts/Gibson-SemiBold.otf");
    src: url('../fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gibson-SemiBold.woff') format('woff'), url('../fonts/Gibson-SemiBold.ttf') format('truetype'), url('../fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* line 237, ../src/scss/typography.scss */
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    /* line 238, ../src/scss/typography.scss */
    [class^="icon-"]:before, [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

/* line 239, ../src/scss/typography.scss */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* line 240, ../src/scss/typography.scss */
a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}

/* line 241, ../src/scss/typography.scss */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    /* line 241, ../src/scss/typography.scss */
    [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

/* line 242, ../src/scss/typography.scss */
.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    /* line 242, ../src/scss/typography.scss */
    .icons-ul > li {
        position: relative;
    }

    /* line 243, ../src/scss/typography.scss */
    .icons-ul .icon-li {
        position: absolute;
        left: -2.14286em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

/* line 244, ../src/scss/typography.scss */
[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none;
}

/* line 245, ../src/scss/typography.scss */
.icon-muted {
    color: #eeeeee;
}

/* line 246, ../src/scss/typography.scss */
.icon-light {
    color: #ffffff;
}

/* line 247, ../src/scss/typography.scss */
.icon-dark {
    color: #333333;
}

/* line 248, ../src/scss/typography.scss */
.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

/* line 249, ../src/scss/typography.scss */
.icon-2x {
    font-size: 2em;
}

    /* line 249, ../src/scss/typography.scss */
    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

/* line 250, ../src/scss/typography.scss */
.icon-3x {
    font-size: 3em;
}

    /* line 250, ../src/scss/typography.scss */
    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

/* line 251, ../src/scss/typography.scss */
.icon-4x {
    font-size: 4em;
}

    /* line 251, ../src/scss/typography.scss */
    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

/* line 252, ../src/scss/typography.scss */
.icon-5x {
    font-size: 5em;
}

    /* line 252, ../src/scss/typography.scss */
    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

/* line 253, ../src/scss/typography.scss */
.pull-right {
    float: right;
}

/* line 254, ../src/scss/typography.scss */
.pull-left {
    float: left;
}

/* line 255, ../src/scss/typography.scss */
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em;
}

/* line 256, ../src/scss/typography.scss */
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em;
}

/* line 257, ../src/scss/typography.scss */
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* line 258, ../src/scss/typography.scss */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

/* line 259, ../src/scss/typography.scss */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

/* line 260, ../src/scss/typography.scss */
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

/* line 261, ../src/scss/typography.scss */
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

/* line 262, ../src/scss/typography.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

/* line 263, ../src/scss/typography.scss */
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

/* line 264, ../src/scss/typography.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

/* line 265, ../src/scss/typography.scss */
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    /* line 265, ../src/scss/typography.scss */
    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    /* line 266, ../src/scss/typography.scss */
    .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    /* line 267, ../src/scss/typography.scss */
    .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }

/* line 268, ../src/scss/typography.scss */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit;
}

/* line 269, ../src/scss/typography.scss */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    /* line 269, ../src/scss/typography.scss */
    .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    /* line 270, ../src/scss/typography.scss */
    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }

/* line 271, ../src/scss/typography.scss */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* line 272, ../src/scss/typography.scss */
a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    /* line 273, ../src/scss/typography.scss */
    0% {
        -moz-transform: rotate(0deg);
    }
    /* line 273, ../src/scss/typography.scss */
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    /* line 273, ../src/scss/typography.scss */
    0% {
        -webkit-transform: rotate(0deg);
    }
    /* line 273, ../src/scss/typography.scss */
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    /* line 273, ../src/scss/typography.scss */
    0% {
        -o-transform: rotate(0deg);
    }
    /* line 273, ../src/scss/typography.scss */
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    /* line 273, ../src/scss/typography.scss */
    0% {
        -ms-transform: rotate(0deg);
    }
    /* line 273, ../src/scss/typography.scss */
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    /* line 273, ../src/scss/typography.scss */
    0% {
        transform: rotate(0deg);
    }
    /* line 273, ../src/scss/typography.scss */
    100% {
        transform: rotate(359deg);
    }
}

/* line 273, ../src/scss/typography.scss */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 274, ../src/scss/typography.scss */
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 275, ../src/scss/typography.scss */
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 276, ../src/scss/typography.scss */
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* line 277, ../src/scss/typography.scss */
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* line 278, ../src/scss/typography.scss */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

/* line 279, ../src/scss/typography.scss */
.icon-glass:before {
    content: "\f000";
}

/* line 280, ../src/scss/typography.scss */
.icon-music:before {
    content: "\f001";
}

/* line 281, ../src/scss/typography.scss */
.icon-search:before {
    content: "\f002";
}

/* line 282, ../src/scss/typography.scss */
.icon-envelope-alt:before {
    content: "\f003";
}

/* line 283, ../src/scss/typography.scss */
.icon-heart:before {
    content: "\f004";
}

/* line 284, ../src/scss/typography.scss */
.icon-star:before {
    content: "\f005";
}

/* line 285, ../src/scss/typography.scss */
.icon-star-empty:before {
    content: "\f006";
}

/* line 286, ../src/scss/typography.scss */
.icon-user:before {
    content: "\f007";
}

/* line 287, ../src/scss/typography.scss */
.icon-film:before {
    content: "\f008";
}

/* line 288, ../src/scss/typography.scss */
.icon-th-large:before {
    content: "\f009";
}

/* line 289, ../src/scss/typography.scss */
.icon-th:before {
    content: "\f00a";
}

/* line 290, ../src/scss/typography.scss */
.icon-th-list:before {
    content: "\f00b";
}

/* line 291, ../src/scss/typography.scss */
.icon-ok:before {
    content: "\f00c";
}

/* line 292, ../src/scss/typography.scss */
.icon-remove:before {
    content: "\f00d";
}

/* line 293, ../src/scss/typography.scss */
.icon-zoom-in:before {
    content: "\f00e";
}

/* line 294, ../src/scss/typography.scss */
.icon-zoom-out:before {
    content: "\f010";
}

/* line 295, ../src/scss/typography.scss */
.icon-power-off:before, .icon-off:before {
    content: "\f011";
}

/* line 296, ../src/scss/typography.scss */
.icon-signal:before {
    content: "\f012";
}

/* line 297, ../src/scss/typography.scss */
.icon-gear:before, .icon-cog:before {
    content: "\f013";
}

/* line 298, ../src/scss/typography.scss */
.icon-trash:before {
    content: "\f014";
}

/* line 299, ../src/scss/typography.scss */
.icon-home:before {
    content: "\f015";
}

/* line 300, ../src/scss/typography.scss */
.icon-file-alt:before {
    content: "\f016";
}

/* line 301, ../src/scss/typography.scss */
.icon-time:before {
    content: "\f017";
}

/* line 302, ../src/scss/typography.scss */
.icon-road:before {
    content: "\f018";
}

/* line 303, ../src/scss/typography.scss */
.icon-download-alt:before {
    content: "\f019";
}

/* line 304, ../src/scss/typography.scss */
.icon-download:before {
    content: "\f01a";
}

/* line 305, ../src/scss/typography.scss */
.icon-upload:before {
    content: "\f01b";
}

/* line 306, ../src/scss/typography.scss */
.icon-inbox:before {
    content: "\f01c";
}

/* line 307, ../src/scss/typography.scss */
.icon-play-circle:before {
    content: "\f01d";
}

/* line 308, ../src/scss/typography.scss */
.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e";
}

/* line 309, ../src/scss/typography.scss */
.icon-refresh:before {
    content: "\f021";
}

/* line 310, ../src/scss/typography.scss */
.icon-list-alt:before {
    content: "\f022";
}

/* line 311, ../src/scss/typography.scss */
.icon-lock:before {
    content: "\f023";
}

/* line 312, ../src/scss/typography.scss */
.icon-flag:before {
    content: "\f024";
}

/* line 313, ../src/scss/typography.scss */
.icon-headphones:before {
    content: "\f025";
}

/* line 314, ../src/scss/typography.scss */
.icon-volume-off:before {
    content: "\f026";
}

/* line 315, ../src/scss/typography.scss */
.icon-volume-down:before {
    content: "\f027";
}

/* line 316, ../src/scss/typography.scss */
.icon-volume-up:before {
    content: "\f028";
}

/* line 317, ../src/scss/typography.scss */
.icon-qrcode:before {
    content: "\f029";
}

/* line 318, ../src/scss/typography.scss */
.icon-barcode:before {
    content: "\f02a";
}

/* line 319, ../src/scss/typography.scss */
.icon-tag:before {
    content: "\f02b";
}

/* line 320, ../src/scss/typography.scss */
.icon-tags:before {
    content: "\f02c";
}

/* line 321, ../src/scss/typography.scss */
.icon-book:before {
    content: "\f02d";
}

/* line 322, ../src/scss/typography.scss */
.icon-bookmark:before {
    content: "\f02e";
}

/* line 323, ../src/scss/typography.scss */
.icon-print:before {
    content: "\f02f";
}

/* line 324, ../src/scss/typography.scss */
.icon-camera:before {
    content: "\f030";
}

/* line 325, ../src/scss/typography.scss */
.icon-font:before {
    content: "\f031";
}

/* line 326, ../src/scss/typography.scss */
.icon-bold:before {
    content: "\f032";
}

/* line 327, ../src/scss/typography.scss */
.icon-italic:before {
    content: "\f033";
}

/* line 328, ../src/scss/typography.scss */
.icon-text-height:before {
    content: "\f034";
}

/* line 329, ../src/scss/typography.scss */
.icon-text-width:before {
    content: "\f035";
}

/* line 330, ../src/scss/typography.scss */
.icon-align-left:before {
    content: "\f036";
}

/* line 331, ../src/scss/typography.scss */
.icon-align-center:before {
    content: "\f037";
}

/* line 332, ../src/scss/typography.scss */
.icon-align-right:before {
    content: "\f038";
}

/* line 333, ../src/scss/typography.scss */
.icon-align-justify:before {
    content: "\f039";
}

/* line 334, ../src/scss/typography.scss */
.icon-list:before {
    content: "\f03a";
}

/* line 335, ../src/scss/typography.scss */
.icon-indent-left:before {
    content: "\f03b";
}

/* line 336, ../src/scss/typography.scss */
.icon-indent-right:before {
    content: "\f03c";
}

/* line 337, ../src/scss/typography.scss */
.icon-facetime-video:before {
    content: "\f03d";
}

/* line 338, ../src/scss/typography.scss */
.icon-picture:before {
    content: "\f03e";
}

/* line 339, ../src/scss/typography.scss */
.icon-pencil:before {
    content: "\f040";
}

/* line 340, ../src/scss/typography.scss */
.icon-map-marker:before {
    content: "\f041";
}

/* line 341, ../src/scss/typography.scss */
.icon-adjust:before {
    content: "\f042";
}

/* line 342, ../src/scss/typography.scss */
.icon-tint:before {
    content: "\f043";
}

/* line 343, ../src/scss/typography.scss */
.icon-edit:before {
    content: "\f044";
}

/* line 344, ../src/scss/typography.scss */
.icon-share:before {
    content: "\f045";
}

/* line 345, ../src/scss/typography.scss */
.icon-check:before {
    content: "\f046";
}

/* line 346, ../src/scss/typography.scss */
.icon-move:before {
    content: "\f047";
}

/* line 347, ../src/scss/typography.scss */
.icon-step-backward:before {
    content: "\f048";
}

/* line 348, ../src/scss/typography.scss */
.icon-fast-backward:before {
    content: "\f049";
}

/* line 349, ../src/scss/typography.scss */
.icon-backward:before {
    content: "\f04a";
}

/* line 350, ../src/scss/typography.scss */
.icon-play:before {
    content: "\f04b";
}

/* line 351, ../src/scss/typography.scss */
.icon-pause:before {
    content: "\f04c";
}

/* line 352, ../src/scss/typography.scss */
.icon-stop:before {
    content: "\f04d";
}

/* line 353, ../src/scss/typography.scss */
.icon-forward:before {
    content: "\f04e";
}

/* line 354, ../src/scss/typography.scss */
.icon-fast-forward:before {
    content: "\f050";
}

/* line 355, ../src/scss/typography.scss */
.icon-step-forward:before {
    content: "\f051";
}

/* line 356, ../src/scss/typography.scss */
.icon-eject:before {
    content: "\f052";
}

/* line 357, ../src/scss/typography.scss */
.icon-chevron-left:before {
    content: "\f053";
}

/* line 358, ../src/scss/typography.scss */
.icon-chevron-right:before {
    content: "\f054";
}

/* line 359, ../src/scss/typography.scss */
.icon-plus-sign:before {
    content: "\f055";
}

/* line 360, ../src/scss/typography.scss */
.icon-minus-sign:before {
    content: "\f056";
}

/* line 361, ../src/scss/typography.scss */
.icon-remove-sign:before {
    content: "\f057";
}

/* line 362, ../src/scss/typography.scss */
.icon-ok-sign:before {
    content: "\f058";
}

/* line 363, ../src/scss/typography.scss */
.icon-question-sign:before {
    content: "\f059";
}

/* line 364, ../src/scss/typography.scss */
.icon-info-sign:before {
    content: "\f05a";
}

/* line 365, ../src/scss/typography.scss */
.icon-screenshot:before {
    content: "\f05b";
}

/* line 366, ../src/scss/typography.scss */
.icon-remove-circle:before {
    content: "\f05c";
}

/* line 367, ../src/scss/typography.scss */
.icon-ok-circle:before {
    content: "\f05d";
}

/* line 368, ../src/scss/typography.scss */
.icon-ban-circle:before {
    content: "\f05e";
}

/* line 369, ../src/scss/typography.scss */
.icon-arrow-left:before {
    content: "\f060";
}

/* line 370, ../src/scss/typography.scss */
.icon-arrow-right:before {
    content: "\f061";
}

/* line 371, ../src/scss/typography.scss */
.icon-arrow-up:before {
    content: "\f062";
}

/* line 372, ../src/scss/typography.scss */
.icon-arrow-down:before {
    content: "\f063";
}

/* line 373, ../src/scss/typography.scss */
.icon-mail-forward:before, .icon-share-alt:before {
    content: "\f064";
}

/* line 374, ../src/scss/typography.scss */
.icon-resize-full:before {
    content: "\f065";
}

/* line 375, ../src/scss/typography.scss */
.icon-resize-small:before {
    content: "\f066";
}

/* line 376, ../src/scss/typography.scss */
.icon-plus:before {
    content: "\f067";
}

/* line 377, ../src/scss/typography.scss */
.icon-minus:before {
    content: "\f068";
}

/* line 378, ../src/scss/typography.scss */
.icon-asterisk:before {
    content: "\f069";
}

/* line 379, ../src/scss/typography.scss */
.icon-exclamation-sign:before {
    content: "\f06a";
}

/* line 380, ../src/scss/typography.scss */
.icon-gift:before {
    content: "\f06b";
}

/* line 381, ../src/scss/typography.scss */
.icon-leaf:before {
    content: "\f06c";
}

/* line 382, ../src/scss/typography.scss */
.icon-fire:before {
    content: "\f06d";
}

/* line 383, ../src/scss/typography.scss */
.icon-eye-open:before {
    content: "\f06e";
}

/* line 384, ../src/scss/typography.scss */
.icon-eye-close:before {
    content: "\f070";
}

/* line 385, ../src/scss/typography.scss */
.icon-warning-sign:before {
    content: "\f071";
}

/* line 386, ../src/scss/typography.scss */
.icon-plane:before {
    content: "\f072";
}

/* line 387, ../src/scss/typography.scss */
.icon-calendar:before {
    content: "\f073";
}

/* line 388, ../src/scss/typography.scss */
.icon-random:before {
    content: "\f074";
}

/* line 389, ../src/scss/typography.scss */
.icon-comment:before {
    content: "\f075";
}

/* line 390, ../src/scss/typography.scss */
.icon-magnet:before {
    content: "\f076";
}

/* line 391, ../src/scss/typography.scss */
.icon-chevron-up:before {
    content: "\f077";
}

/* line 392, ../src/scss/typography.scss */
.icon-chevron-down:before {
    content: "\f078";
}

/* line 393, ../src/scss/typography.scss */
.icon-retweet:before {
    content: "\f079";
}

/* line 394, ../src/scss/typography.scss */
.icon-shopping-cart:before {
    content: "\f07a";
}

/* line 395, ../src/scss/typography.scss */
.icon-folder-close:before {
    content: "\f07b";
}

/* line 396, ../src/scss/typography.scss */
.icon-folder-open:before {
    content: "\f07c";
}

/* line 397, ../src/scss/typography.scss */
.icon-resize-vertical:before {
    content: "\f07d";
}

/* line 398, ../src/scss/typography.scss */
.icon-resize-horizontal:before {
    content: "\f07e";
}

/* line 399, ../src/scss/typography.scss */
.icon-bar-chart:before {
    content: "\f080";
}

/* line 400, ../src/scss/typography.scss */
.icon-twitter-sign:before {
    content: "\f081";
}

/* line 401, ../src/scss/typography.scss */
.icon-facebook-sign:before {
    content: "\f082";
}

/* line 402, ../src/scss/typography.scss */
.icon-camera-retro:before {
    content: "\f083";
}

/* line 403, ../src/scss/typography.scss */
.icon-key:before {
    content: "\f084";
}

/* line 404, ../src/scss/typography.scss */
.icon-gears:before, .icon-cogs:before {
    content: "\f085";
}

/* line 405, ../src/scss/typography.scss */
.icon-comments:before {
    content: "\f086";
}

/* line 406, ../src/scss/typography.scss */
.icon-thumbs-up-alt:before {
    content: "\f087";
}

/* line 407, ../src/scss/typography.scss */
.icon-thumbs-down-alt:before {
    content: "\f088";
}

/* line 408, ../src/scss/typography.scss */
.icon-star-half:before {
    content: "\f089";
}

/* line 409, ../src/scss/typography.scss */
.icon-heart-empty:before {
    content: "\f08a";
}

/* line 410, ../src/scss/typography.scss */
.icon-signout:before {
    content: "\f08b";
}

/* line 411, ../src/scss/typography.scss */
.icon-linkedin-sign:before {
    content: "\f08c";
}

/* line 412, ../src/scss/typography.scss */
.icon-pushpin:before {
    content: "\f08d";
}

/* line 413, ../src/scss/typography.scss */
.icon-external-link:before {
    content: "\f08e";
}

/* line 414, ../src/scss/typography.scss */
.icon-signin:before {
    content: "\f090";
}

/* line 415, ../src/scss/typography.scss */
.icon-trophy:before {
    content: "\f091";
}

/* line 416, ../src/scss/typography.scss */
.icon-github-sign:before {
    content: "\f092";
}

/* line 417, ../src/scss/typography.scss */
.icon-upload-alt:before {
    content: "\f093";
}

/* line 418, ../src/scss/typography.scss */
.icon-lemon:before {
    content: "\f094";
}

/* line 419, ../src/scss/typography.scss */
.icon-phone:before {
    content: "\f095";
}

/* line 420, ../src/scss/typography.scss */
.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096";
}

/* line 421, ../src/scss/typography.scss */
.icon-bookmark-empty:before {
    content: "\f097";
}

/* line 422, ../src/scss/typography.scss */
.icon-phone-sign:before {
    content: "\f098";
}

/* line 423, ../src/scss/typography.scss */
.icon-twitter:before {
    content: "\f099";
}

/* line 424, ../src/scss/typography.scss */
.icon-facebook:before {
    content: "\f09a";
}

/* line 425, ../src/scss/typography.scss */
.icon-github:before {
    content: "\f09b";
}

/* line 426, ../src/scss/typography.scss */
.icon-unlock:before {
    content: "\f09c";
}

/* line 427, ../src/scss/typography.scss */
.icon-credit-card:before {
    content: "\f09d";
}

/* line 428, ../src/scss/typography.scss */
.icon-rss:before {
    content: "\f09e";
    color: #fff;
    background: #ccc;
    outline: none;
    display: block;
    height: 17px;
    width: 18px;
    padding: 4px 0px 2px 5px;
}

@media only screen and (max-width:767px) {
    .icon-rss:before {
        padding: 4px 2px 2px 2px;
    }
}

/* line 429, ../src/scss/typography.scss */
.icon-hdd:before {
    content: "\f0a0";
}

/* line 430, ../src/scss/typography.scss */
.icon-bullhorn:before {
    content: "\f0a1";
}

/* line 431, ../src/scss/typography.scss */
.icon-bell:before {
    content: "\f0a2";
}

/* line 432, ../src/scss/typography.scss */
.icon-certificate:before {
    content: "\f0a3";
}

/* line 433, ../src/scss/typography.scss */
.icon-hand-right:before {
    content: "\f0a4";
}

/* line 434, ../src/scss/typography.scss */
.icon-hand-left:before {
    content: "\f0a5";
}

/* line 435, ../src/scss/typography.scss */
.icon-hand-up:before {
    content: "\f0a6";
}

/* line 436, ../src/scss/typography.scss */
.icon-hand-down:before {
    content: "\f0a7";
}

/* line 437, ../src/scss/typography.scss */
.icon-circle-arrow-left:before {
    content: "\f0a8";
}

/* line 438, ../src/scss/typography.scss */
.icon-circle-arrow-right:before {
    content: "\f0a9";
}

/* line 439, ../src/scss/typography.scss */
.icon-circle-arrow-up:before {
    content: "\f0aa";
}

/* line 440, ../src/scss/typography.scss */
.icon-circle-arrow-down:before {
    content: "\f0ab";
}

/* line 441, ../src/scss/typography.scss */
.icon-globe:before {
    content: "\f0ac";
}

/* line 442, ../src/scss/typography.scss */
.icon-wrench:before {
    content: "\f0ad";
}

/* line 443, ../src/scss/typography.scss */
.icon-tasks:before {
    content: "\f0ae";
}

/* line 444, ../src/scss/typography.scss */
.icon-filter:before {
    content: "\f0b0";
}

/* line 445, ../src/scss/typography.scss */
.icon-briefcase:before {
    content: "\f0b1";
}

/* line 446, ../src/scss/typography.scss */
.icon-fullscreen:before {
    content: "\f0b2";
}

/* line 447, ../src/scss/typography.scss */
.icon-group:before {
    content: "\f0c0";
}

/* line 448, ../src/scss/typography.scss */
.icon-link:before {
    content: "\f0c1";
}

/* line 449, ../src/scss/typography.scss */
.icon-cloud:before {
    content: "\f0c2";
}

/* line 450, ../src/scss/typography.scss */
.icon-beaker:before {
    content: "\f0c3";
}

/* line 451, ../src/scss/typography.scss */
.icon-cut:before {
    content: "\f0c4";
}

/* line 452, ../src/scss/typography.scss */
.icon-copy:before {
    content: "\f0c5";
}

/* line 453, ../src/scss/typography.scss */
.icon-paperclip:before, .icon-paper-clip:before {
    content: "\f0c6";
}

/* line 454, ../src/scss/typography.scss */
.icon-save:before {
    content: "\f0c7";
}

/* line 455, ../src/scss/typography.scss */
.icon-sign-blank:before {
    content: "\f0c8";
}

/* line 456, ../src/scss/typography.scss */
.icon-reorder:before {
    content: "\f0c9";
}

/* line 457, ../src/scss/typography.scss */
.icon-list-ul:before {
    content: "\f0ca";
}

/* line 458, ../src/scss/typography.scss */
.icon-list-ol:before {
    content: "\f0cb";
}

/* line 459, ../src/scss/typography.scss */
.icon-strikethrough:before {
    content: "\f0cc";
}

/* line 460, ../src/scss/typography.scss */
.icon-underline:before {
    content: "\f0cd";
}

/* line 461, ../src/scss/typography.scss */
.icon-table:before {
    content: "\f0ce";
}

/* line 462, ../src/scss/typography.scss */
.icon-magic:before {
    content: "\f0d0";
}

/* line 463, ../src/scss/typography.scss */
.icon-truck:before {
    content: "\f0d1";
}

/* line 464, ../src/scss/typography.scss */
.icon-pinterest:before {
    content: "\f0d2";
}

/* line 465, ../src/scss/typography.scss */
.icon-pinterest-sign:before {
    content: "\f0d3";
}

/* line 466, ../src/scss/typography.scss */
.icon-google-plus-sign:before {
    content: "\f0d4";
}

/* line 467, ../src/scss/typography.scss */
.icon-google-plus:before {
    content: "\f0d5";
}

/* line 468, ../src/scss/typography.scss */
.icon-money:before {
    content: "\f0d6";
}

/* line 469, ../src/scss/typography.scss */
.icon-caret-down:before {
    content: "\f0d7";
}

/* line 470, ../src/scss/typography.scss */
.icon-caret-up:before {
    content: "\f0d8";
}

/* line 471, ../src/scss/typography.scss */
.icon-caret-left:before {
    content: "\f0d9";
}

/* line 472, ../src/scss/typography.scss */
.icon-caret-right:before {
    content: "\f0da";
}

/* line 473, ../src/scss/typography.scss */
.icon-columns:before {
    content: "\f0db";
}

/* line 474, ../src/scss/typography.scss */
.icon-sort:before {
    content: "\f0dc";
}

/* line 475, ../src/scss/typography.scss */
.icon-sort-down:before {
    content: "\f0dd";
}

/* line 476, ../src/scss/typography.scss */
.icon-sort-up:before {
    content: "\f0de";
}

/* line 477, ../src/scss/typography.scss */
.icon-envelope:before {
    content: "\f0e0";
}

/* line 478, ../src/scss/typography.scss */
.icon-linkedin:before {
    content: "\f0e1";
}

/* line 479, ../src/scss/typography.scss */
.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2";
}

/* line 480, ../src/scss/typography.scss */
.icon-legal:before {
    content: "\f0e3";
}

/* line 481, ../src/scss/typography.scss */
.icon-dashboard:before {
    content: "\f0e4";
}

/* line 482, ../src/scss/typography.scss */
.icon-comment-alt:before {
    content: "\f0e5";
}

/* line 483, ../src/scss/typography.scss */
.icon-comments-alt:before {
    content: "\f0e6";
}

/* line 484, ../src/scss/typography.scss */
.icon-bolt:before {
    content: "\f0e7";
}

/* line 485, ../src/scss/typography.scss */
.icon-sitemap:before {
    content: "\f0e8";
}

/* line 486, ../src/scss/typography.scss */
.icon-umbrella:before {
    content: "\f0e9";
}

/* line 487, ../src/scss/typography.scss */
.icon-paste:before {
    content: "\f0ea";
}

/* line 488, ../src/scss/typography.scss */
.icon-lightbulb:before {
    content: "\f0eb";
}

/* line 489, ../src/scss/typography.scss */
.icon-exchange:before {
    content: "\f0ec";
}

/* line 490, ../src/scss/typography.scss */
.icon-cloud-download:before {
    content: "\f0ed";
}

/* line 491, ../src/scss/typography.scss */
.icon-cloud-upload:before {
    content: "\f0ee";
}

/* line 492, ../src/scss/typography.scss */
.icon-user-md:before {
    content: "\f0f0";
}

/* line 493, ../src/scss/typography.scss */
.icon-stethoscope:before {
    content: "\f0f1";
}

/* line 494, ../src/scss/typography.scss */
.icon-suitcase:before {
    content: "\f0f2";
}

/* line 495, ../src/scss/typography.scss */
.icon-bell-alt:before {
    content: "\f0f3";
}

/* line 496, ../src/scss/typography.scss */
.icon-coffee:before {
    content: "\f0f4";
}

/* line 497, ../src/scss/typography.scss */
.icon-food:before {
    content: "\f0f5";
}

/* line 498, ../src/scss/typography.scss */
.icon-file-text-alt:before {
    content: "\f0f6";
}

/* line 499, ../src/scss/typography.scss */
.icon-building:before {
    content: "\f0f7";
}

/* line 500, ../src/scss/typography.scss */
.icon-hospital:before {
    content: "\f0f8";
}

/* line 501, ../src/scss/typography.scss */
.icon-ambulance:before {
    content: "\f0f9";
}

/* line 502, ../src/scss/typography.scss */
.icon-medkit:before {
    content: "\f0fa";
}

/* line 503, ../src/scss/typography.scss */
.icon-fighter-jet:before {
    content: "\f0fb";
}

/* line 504, ../src/scss/typography.scss */
.icon-beer:before {
    content: "\f0fc";
}

/* line 505, ../src/scss/typography.scss */
.icon-h-sign:before {
    content: "\f0fd";
}

/* line 506, ../src/scss/typography.scss */
.icon-plus-sign-alt:before {
    content: "\f0fe";
}

/* line 507, ../src/scss/typography.scss */
.icon-double-angle-left:before {
    content: "\f100";
}

/* line 508, ../src/scss/typography.scss */
.icon-double-angle-right:before {
    content: "\f101";
}

/* line 509, ../src/scss/typography.scss */
.icon-double-angle-up:before {
    content: "\f102";
}

/* line 510, ../src/scss/typography.scss */
.icon-double-angle-down:before {
    content: "\f103";
}

/* line 511, ../src/scss/typography.scss */
.icon-angle-left:before {
    content: "\f104";
}

/* line 512, ../src/scss/typography.scss */
.icon-angle-right:before {
    content: "\f105";
}

/* line 513, ../src/scss/typography.scss */
.icon-angle-up:before {
    content: "\f106";
}

/* line 514, ../src/scss/typography.scss */
.icon-angle-down:before {
    content: "\f107";
}

/* line 515, ../src/scss/typography.scss */
.icon-desktop:before {
    content: "\f108";
}

/* line 516, ../src/scss/typography.scss */
.icon-laptop:before {
    content: "\f109";
}

/* line 517, ../src/scss/typography.scss */
.icon-tablet:before {
    content: "\f10a";
}

/* line 518, ../src/scss/typography.scss */
.icon-mobile-phone:before {
    content: "\f10b";
}

/* line 519, ../src/scss/typography.scss */
.icon-circle-blank:before {
    content: "\f10c";
}

/* line 520, ../src/scss/typography.scss */
.icon-quote-left:before {
    content: "\f10d";
}

/* line 521, ../src/scss/typography.scss */
.icon-quote-right:before {
    content: "\f10e";
}

/* line 522, ../src/scss/typography.scss */
.icon-spinner:before {
    content: "\f110";
}

/* line 523, ../src/scss/typography.scss */
.icon-circle:before {
    content: "\f111";
}

/* line 524, ../src/scss/typography.scss */
.icon-mail-reply:before, .icon-reply:before {
    content: "\f112";
}

/* line 525, ../src/scss/typography.scss */
.icon-github-alt:before {
    content: "\f113";
}

/* line 526, ../src/scss/typography.scss */
.icon-folder-close-alt:before {
    content: "\f114";
}

/* line 527, ../src/scss/typography.scss */
.icon-folder-open-alt:before {
    content: "\f115";
}

/* line 528, ../src/scss/typography.scss */
.icon-expand-alt:before {
    content: "\f116";
}

/* line 529, ../src/scss/typography.scss */
.icon-collapse-alt:before {
    content: "\f117";
}

/* line 530, ../src/scss/typography.scss */
.icon-smile:before {
    content: "\f118";
}

/* line 531, ../src/scss/typography.scss */
.icon-frown:before {
    content: "\f119";
}

/* line 532, ../src/scss/typography.scss */
.icon-meh:before {
    content: "\f11a";
}

/* line 533, ../src/scss/typography.scss */
.icon-gamepad:before {
    content: "\f11b";
}

/* line 534, ../src/scss/typography.scss */
.icon-keyboard:before {
    content: "\f11c";
}

/* line 535, ../src/scss/typography.scss */
.icon-flag-alt:before {
    content: "\f11d";
}

/* line 536, ../src/scss/typography.scss */
.icon-flag-checkered:before {
    content: "\f11e";
}

/* line 537, ../src/scss/typography.scss */
.icon-terminal:before {
    content: "\f120";
}

/* line 538, ../src/scss/typography.scss */
.icon-code:before {
    content: "\f121";
}

/* line 539, ../src/scss/typography.scss */
.icon-reply-all:before {
    content: "\f122";
}

/* line 540, ../src/scss/typography.scss */
.icon-mail-reply-all:before {
    content: "\f122";
}

/* line 541, ../src/scss/typography.scss */
.icon-star-half-full:before, .icon-star-half-empty:before {
    content: "\f123";
}

/* line 542, ../src/scss/typography.scss */
.icon-location-arrow:before {
    content: "\f124";
}

/* line 543, ../src/scss/typography.scss */
.icon-crop:before {
    content: "\f125";
}

/* line 544, ../src/scss/typography.scss */
.icon-code-fork:before {
    content: "\f126";
}

/* line 545, ../src/scss/typography.scss */
.icon-unlink:before {
    content: "\f127";
}

/* line 546, ../src/scss/typography.scss */
.icon-question:before {
    content: "\f128";
}

/* line 547, ../src/scss/typography.scss */
.icon-info:before {
    content: "\f129";
}

/* line 548, ../src/scss/typography.scss */
.icon-exclamation:before {
    content: "\f12a";
}

/* line 549, ../src/scss/typography.scss */
.icon-superscript:before {
    content: "\f12b";
}

/* line 550, ../src/scss/typography.scss */
.icon-subscript:before {
    content: "\f12c";
}

/* line 551, ../src/scss/typography.scss */
.icon-eraser:before {
    content: "\f12d";
}

/* line 552, ../src/scss/typography.scss */
.icon-puzzle-piece:before {
    content: "\f12e";
}

/* line 553, ../src/scss/typography.scss */
.icon-microphone:before {
    content: "\f130";
}

/* line 554, ../src/scss/typography.scss */
.icon-microphone-off:before {
    content: "\f131";
}

/* line 555, ../src/scss/typography.scss */
.icon-shield:before {
    content: "\f132";
}

/* line 556, ../src/scss/typography.scss */
.icon-calendar-empty:before {
    content: "\f133";
}

/* line 557, ../src/scss/typography.scss */
.icon-fire-extinguisher:before {
    content: "\f134";
}

/* line 558, ../src/scss/typography.scss */
.icon-rocket:before {
    content: "\f135";
}

/* line 559, ../src/scss/typography.scss */
.icon-maxcdn:before {
    content: "\f136";
}

/* line 560, ../src/scss/typography.scss */
.icon-chevron-sign-left:before {
    content: "\f137";
}

/* line 561, ../src/scss/typography.scss */
.icon-chevron-sign-right:before {
    content: "\f138";
}

/* line 562, ../src/scss/typography.scss */
.icon-chevron-sign-up:before {
    content: "\f139";
}

/* line 563, ../src/scss/typography.scss */
.icon-chevron-sign-down:before {
    content: "\f13a";
}

/* line 564, ../src/scss/typography.scss */
.icon-html5:before {
    content: "\f13b";
}

/* line 565, ../src/scss/typography.scss */
.icon-css3:before {
    content: "\f13c";
}

/* line 566, ../src/scss/typography.scss */
.icon-anchor:before {
    content: "\f13d";
}

/* line 567, ../src/scss/typography.scss */
.icon-unlock-alt:before {
    content: "\f13e";
}

/* line 568, ../src/scss/typography.scss */
.icon-bullseye:before {
    content: "\f140";
}

/* line 569, ../src/scss/typography.scss */
.icon-ellipsis-horizontal:before {
    content: "\f141";
}

/* line 570, ../src/scss/typography.scss */
.icon-ellipsis-vertical:before {
    content: "\f142";
}

/* line 571, ../src/scss/typography.scss */
.icon-rss-sign:before {
    content: "\f143";
}

/* line 572, ../src/scss/typography.scss */
.icon-play-sign:before {
    content: "\f144";
}

/* line 573, ../src/scss/typography.scss */
.icon-ticket:before {
    content: "\f145";
}

/* line 574, ../src/scss/typography.scss */
.icon-minus-sign-alt:before {
    content: "\f146";
}

/* line 575, ../src/scss/typography.scss */
.icon-check-minus:before {
    content: "\f147";
}

/* line 576, ../src/scss/typography.scss */
.icon-level-up:before {
    content: "\f148";
}

/* line 577, ../src/scss/typography.scss */
.icon-level-down:before {
    content: "\f149";
}

/* line 578, ../src/scss/typography.scss */
.icon-check-sign:before {
    content: "\f14a";
}

/* line 579, ../src/scss/typography.scss */
.icon-edit-sign:before {
    content: "\f14b";
}

/* line 580, ../src/scss/typography.scss */
.icon-external-link-sign:before {
    content: "\f14c";
}

/* line 581, ../src/scss/typography.scss */
.icon-share-sign:before {
    content: "\f14d";
}

/* line 582, ../src/scss/typography.scss */
.icon-compass:before {
    content: "\f14e";
}

/* line 583, ../src/scss/typography.scss */
.icon-collapse:before {
    content: "\f150";
}

/* line 584, ../src/scss/typography.scss */
.icon-collapse-top:before {
    content: "\f151";
}

/* line 585, ../src/scss/typography.scss */
.icon-expand:before {
    content: "\f152";
}

/* line 586, ../src/scss/typography.scss */
.icon-euro:before, .icon-eur:before {
    content: "\f153";
}

/* line 587, ../src/scss/typography.scss */
.icon-gbp:before {
    content: "\f154";
}

/* line 588, ../src/scss/typography.scss */
.icon-dollar:before, .icon-usd:before {
    content: "\f155";
}

/* line 589, ../src/scss/typography.scss */
.icon-rupee:before, .icon-inr:before {
    content: "\f156";
}

/* line 590, ../src/scss/typography.scss */
.icon-yen:before, .icon-jpy:before {
    content: "\f157";
}

/* line 591, ../src/scss/typography.scss */
.icon-renminbi:before, .icon-cny:before {
    content: "\f158";
}

/* line 592, ../src/scss/typography.scss */
.icon-won:before, .icon-krw:before {
    content: "\f159";
}

/* line 593, ../src/scss/typography.scss */
.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a";
}

/* line 594, ../src/scss/typography.scss */
.icon-file:before {
    content: "\f15b";
}

/* line 595, ../src/scss/typography.scss */
.icon-file-text:before {
    content: "\f15c";
}

/* line 596, ../src/scss/typography.scss */
.icon-sort-by-alphabet:before {
    content: "\f15d";
}

/* line 597, ../src/scss/typography.scss */
.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

/* line 598, ../src/scss/typography.scss */
.icon-sort-by-attributes:before {
    content: "\f160";
}

/* line 599, ../src/scss/typography.scss */
.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

/* line 600, ../src/scss/typography.scss */
.icon-sort-by-order:before {
    content: "\f162";
}

/* line 601, ../src/scss/typography.scss */
.icon-sort-by-order-alt:before {
    content: "\f163";
}

/* line 602, ../src/scss/typography.scss */
.icon-thumbs-up:before {
    content: "\f164";
}

/* line 603, ../src/scss/typography.scss */
.icon-thumbs-down:before {
    content: "\f165";
}

/* line 604, ../src/scss/typography.scss */
.icon-youtube-sign:before {
    content: "\f166";
}

/* line 605, ../src/scss/typography.scss */
.icon-youtube:before {
    content: "\f167";
}

/* line 606, ../src/scss/typography.scss */
.icon-xing:before {
    content: "\f168";
}

/* line 607, ../src/scss/typography.scss */
.icon-xing-sign:before {
    content: "\f169";
}

/* line 608, ../src/scss/typography.scss */
.icon-youtube-play:before {
    content: "\f16a";
}

/* line 609, ../src/scss/typography.scss */
.icon-dropbox:before {
    content: "\f16b";
}

/* line 610, ../src/scss/typography.scss */
.icon-stackexchange:before {
    content: "\f16c";
}

/* line 611, ../src/scss/typography.scss */
.icon-instagram:before {
    content: "\f16d";
}

/* line 612, ../src/scss/typography.scss */
.icon-flickr:before {
    content: "\f16e";
}

/* line 613, ../src/scss/typography.scss */
.icon-adn:before {
    content: "\f170";
}

/* line 614, ../src/scss/typography.scss */
.icon-bitbucket:before {
    content: "\f171";
}

/* line 615, ../src/scss/typography.scss */
.icon-bitbucket-sign:before {
    content: "\f172";
}

/* line 616, ../src/scss/typography.scss */
.icon-tumblr:before {
    content: "\f173";
}

/* line 617, ../src/scss/typography.scss */
.icon-tumblr-sign:before {
    content: "\f174";
}

/* line 618, ../src/scss/typography.scss */
.icon-long-arrow-down:before {
    content: "\f175";
}

/* line 619, ../src/scss/typography.scss */
.icon-long-arrow-up:before {
    content: "\f176";
}

/* line 620, ../src/scss/typography.scss */
.icon-long-arrow-left:before {
    content: "\f177";
}

/* line 621, ../src/scss/typography.scss */
.icon-long-arrow-right:before {
    content: "\f178";
}

/* line 622, ../src/scss/typography.scss */
.icon-apple:before {
    content: "\f179";
}

/* line 623, ../src/scss/typography.scss */
.icon-windows:before {
    content: "\f17a";
}

/* line 624, ../src/scss/typography.scss */
.icon-android:before {
    content: "\f17b";
}

/* line 625, ../src/scss/typography.scss */
.icon-linux:before {
    content: "\f17c";
}

/* line 626, ../src/scss/typography.scss */
.icon-dribbble:before {
    content: "\f17d";
}

/* line 627, ../src/scss/typography.scss */
.icon-skype:before {
    content: "\f17e";
}

/* line 628, ../src/scss/typography.scss */
.icon-foursquare:before {
    content: "\f180";
}

/* line 629, ../src/scss/typography.scss */
.icon-trello:before {
    content: "\f181";
}

/* line 630, ../src/scss/typography.scss */
.icon-female:before {
    content: "\f182";
}

/* line 631, ../src/scss/typography.scss */
.icon-male:before {
    content: "\f183";
}

/* line 632, ../src/scss/typography.scss */
.icon-gittip:before {
    content: "\f184";
}

/* line 633, ../src/scss/typography.scss */
.icon-sun:before {
    content: "\f185";
}

/* line 634, ../src/scss/typography.scss */
.icon-moon:before {
    content: "\f186";
}

/* line 635, ../src/scss/typography.scss */
.icon-archive:before {
    content: "\f187";
}

/* line 636, ../src/scss/typography.scss */
.icon-bug:before {
    content: "\f188";
}

/* line 637, ../src/scss/typography.scss */
.icon-vk:before {
    content: "\f189";
}

/* line 638, ../src/scss/typography.scss */
.icon-weibo:before {
    content: "\f18a";
}

/* line 639, ../src/scss/typography.scss */
.icon-renren:before {
    content: "\f18b";
}

/*media queries for breakpoint*/
/*
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, ../src/scss/libs/popover.scss */
.clearfix {
    *zoom: 1;
}

    /* line 14, ../src/scss/libs/popover.scss */
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    /* line 19, ../src/scss/libs/popover.scss */
    .clearfix:after {
        clear: both;
    }

/* line 22, ../src/scss/libs/popover.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 29, ../src/scss/libs/popover.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 37, ../src/scss/libs/popover.scss */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 450px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    /* line 60, ../src/scss/libs/popover.scss */
    .popover.top {
        margin-top: -10px;
    }

    /* line 63, ../src/scss/libs/popover.scss */
    .popover.right {
        margin-left: 10px;
    }

    /* line 66, ../src/scss/libs/popover.scss */
    .popover.bottom {
        margin-top: 10px;
    }

    /* line 69, ../src/scss/libs/popover.scss */
    .popover.left {
        margin-left: -10px;
    }

/* line 72, ../src/scss/libs/popover.scss */
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    /* line 84, ../src/scss/libs/popover.scss */
    .popover-title:empty {
        display: none;
    }

/* line 87, ../src/scss/libs/popover.scss */
.popover-content {
    padding: 9px 14px;
}

/* line 91, ../src/scss/libs/popover.scss */
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 99, ../src/scss/libs/popover.scss */
.popover .arrow {
    border-width: 11px;
}

    /* line 102, ../src/scss/libs/popover.scss */
    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

/* line 106, ../src/scss/libs/popover.scss */
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    /* line 114, ../src/scss/libs/popover.scss */
    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

/* line 120, ../src/scss/libs/popover.scss */
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    /* line 128, ../src/scss/libs/popover.scss */
    .popover.right .arrow:after {
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

/* line 134, ../src/scss/libs/popover.scss */
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    /* line 142, ../src/scss/libs/popover.scss */
    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

/* line 148, ../src/scss/libs/popover.scss */
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    /* line 156, ../src/scss/libs/popover.scss */
    .popover.left .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

/* line 1, ../src/scss/libs/jquery-jvectormap.scss */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

/* line 15, ../src/scss/libs/jquery-jvectormap.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

/* line 32, ../src/scss/libs/jquery-jvectormap.scss */
.jvectormap-zoomin {
    top: 10px;
}

/* line 36, ../src/scss/libs/jquery-jvectormap.scss */
.jvectormap-zoomout {
    top: 30px;
}

/* line 15, ../src/components/grid-f4/style.scss */
.columns,
.columns:before,
.columns:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/box-sizing.htc);
}

/* Grid HTML Classes */
/* line 129, ../src/components/grid-f4/style.scss */
.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 940px;
    width: 100%;
    zoom: 1;
}
    /* line 55, ../src/scss/utility.scss */
    .row:before, .row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    /* line 61, ../src/scss/utility.scss */
    .row:after {
        clear: both;
    }
    /* line 134, ../src/components/grid-f4/style.scss */
    .row.collapse .column,
    .row.collapse .columns {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
    /* line 137, ../src/components/grid-f4/style.scss */
    .row .row {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        width: auto;
        zoom: 1;
    }
        /* line 55, ../src/scss/utility.scss */
        .row .row:before, .row .row:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
            padding-bottom: 4px;
        }
        /* line 61, ../src/scss/utility.scss */
        .row .row:after {
            clear: both;
        }
        /* line 138, ../src/components/grid-f4/style.scss */
        .row .row.collapse {
            margin-left: 0;
            margin-right: 0;
            max-width: none;
            width: auto;
            zoom: 1;
        }
            /* line 55, ../src/scss/utility.scss */
            .row .row.collapse:before, .row .row.collapse:after {
                content: "\0020";
                display: block;
                height: 0;
                overflow: hidden;
            }
            /* line 61, ../src/scss/utility.scss */
            .row .row.collapse:after {
                clear: both;
            }

/* line 143, ../src/components/grid-f4/style.scss */
.column,
.columns {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    /*  position: relative;*/
}

.large-24.medium-24.columns {
    position: relative;
}

.flag-title {
    display: none;
}

@media only screen {
    /* line 148, ../src/components/grid-f4/style.scss */
    .small-1 {
        width: 4.16667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-2 {
        width: 8.33333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-3 {
        width: 12.5%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-4 {
        width: 16.66667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-5 {
        width: 20.83333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-6 {
        width: 25%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-7 {
        width: 29.16667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-8 {
        width: 33.33333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-9 {
        width: 37.5%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-10 {
        width: 41.66667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-11 {
        width: 45.83333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-12 {
        width: 50%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-13 {
        width: 54.16667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-14 {
        width: 58.33333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-15 {
        width: 62.5%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-16 {
        width: 66.66667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-17 {
        width: 70.83333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-18 {
        width: 75%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-19 {
        width: 79.16667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-20 {
        width: 83.33333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-21 {
        width: 87.5%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-22 {
        width: 91.66667%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-23 {
        width: 95.83333%;
    }

    /* line 148, ../src/components/grid-f4/style.scss */
    .small-24 {
        width: 100%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-0 {
        margin-left: 0%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-1 {
        margin-left: 4.16667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-2 {
        margin-left: 8.33333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-3 {
        margin-left: 12.5%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-4 {
        margin-left: 16.66667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-5 {
        margin-left: 20.83333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-6 {
        margin-left: 25%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-7 {
        margin-left: 29.16667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-8 {
        margin-left: 33.33333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-9 {
        margin-left: 37.5%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-10 {
        margin-left: 41.66667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-11 {
        margin-left: 45.83333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-12 {
        margin-left: 50%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-13 {
        margin-left: 54.16667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-14 {
        margin-left: 58.33333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-15 {
        margin-left: 62.5%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-16 {
        margin-left: 66.66667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-17 {
        margin-left: 70.83333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-18 {
        margin-left: 75%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-19 {
        margin-left: 79.16667%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-20 {
        margin-left: 83.33333%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-21 {
        margin-left: 87.5%;
    }

    /* line 152, ../src/components/grid-f4/style.scss */
    .small-offset-22 {
        margin-left: 91.66667%;
    }

    /* line 155, ../src/components/grid-f4/style.scss */
    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    /* line 156, ../src/components/grid-f4/style.scss */
    [class*="column"] + [class*="column"].end {
        float: left;
    }

    /* line 159, ../src/components/grid-f4/style.scss */
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}

@media only screen and (min-width: 767px) {
    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-1 {
        width: 4.16667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-2 {
        width: 8.33333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-3 {
        width: 12.5%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-4 {
        width: 16.66667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-5 {
        width: 20.83333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-6 {
        width: 25%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-7 {
        width: 29.16667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-8 {
        width: 33.33333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-9 {
        width: 37.5%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-10 {
        width: 41.66667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-11 {
        width: 45.83333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-12 {
        width: 50%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-13 {
        width: 54.16667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-14 {
        width: 58.33333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-15 {
        width: 62.5%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-16 {
        width: 66.66667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-17 {
        width: 70.83333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-18 {
        width: 73%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-19 {
        width: 79.16667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-20 {
        width: 83.33333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-21 {
        width: 87.5%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-22 {
        width: 91.66667%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-23 {
        width: 95.83333%;
    }

    /* line 165, ../src/components/grid-f4/style.scss */
    .medium-24 {
        width: 100%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-0 {
        margin-left: 0%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-1 {
        margin-left: 4.16667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-2 {
        margin-left: 8.33333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-3 {
        margin-left: 12.5%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-4 {
        margin-left: 16.66667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-5 {
        margin-left: 20.83333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-6 {
        margin-left: 25%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-7 {
        margin-left: 29.16667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-8 {
        margin-left: 33.33333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-9 {
        margin-left: 37.5%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-10 {
        margin-left: 41.66667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-11 {
        margin-left: 45.83333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-12 {
        margin-left: 50%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-13 {
        margin-left: 54.16667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-14 {
        margin-left: 58.33333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-15 {
        margin-left: 62.5%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-16 {
        margin-left: 66.66667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-17 {
        margin-left: 70.83333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-18 {
        margin-left: 75%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-19 {
        margin-left: 79.16667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-20 {
        margin-left: 83.33333%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-21 {
        margin-left: 87.5%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-22 {
        margin-left: 91.66667%;
    }

    /* line 169, ../src/components/grid-f4/style.scss */
    .medium-offset-23 {
        margin-left: 95.83333%;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-1 {
        left: 4.16667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-2 {
        left: 8.33333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-3 {
        left: 12.5%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-3 {
        right: 12.5%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-4 {
        left: 16.66667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-5 {
        left: 20.83333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-6 {
        left: 25%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-6 {
        right: 25%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-7 {
        left: 29.16667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-8 {
        left: 33.33333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-9 {
        left: 37.5%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-9 {
        right: 37.5%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-10 {
        left: 41.66667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-11 {
        left: 45.83333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-12 {
        left: 50%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-12 {
        right: 50%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-13 {
        left: 54.16667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-14 {
        left: 58.33333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-15 {
        left: 62.5%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-15 {
        right: 62.5%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-16 {
        left: 66.66667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-17 {
        left: 70.83333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-18 {
        left: 75%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-18 {
        right: 75%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-19 {
        left: 79.16667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-20 {
        left: 83.33333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-21 {
        left: 87.5%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-21 {
        right: 87.5%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-22 {
        left: 91.66667%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    /* line 173, ../src/components/grid-f4/style.scss */
    .medium-push-23 {
        left: 95.83333%;
        right: auto;
    }

    /* line 174, ../src/components/grid-f4/style.scss */
    .medium-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    /* line 178, ../src/components/grid-f4/style.scss */
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    /* line 181, ../src/components/grid-f4/style.scss */
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }
}
/* line 190, ../src/components/grid-f4/style.scss */
.lt-ie9 .row {
    width: 1000px;
}
    /* line 191, ../src/components/grid-f4/style.scss */
    .lt-ie9 .row .row {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        width: auto;
        zoom: 1;
    }
        /* line 55, ../src/scss/utility.scss */
        .lt-ie9 .row .row:before, .lt-ie9 .row .row:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }
        /* line 61, ../src/scss/utility.scss */
        .lt-ie9 .row .row:after {
            clear: both;
        }
        /* line 192, ../src/components/grid-f4/style.scss */
        .lt-ie9 .row .row.collapse {
            margin-left: 0;
            margin-right: 0;
            max-width: none;
            width: auto;
            zoom: 1;
        }
            /* line 55, ../src/scss/utility.scss */
            .lt-ie9 .row .row.collapse:before, .lt-ie9 .row .row.collapse:after {
                content: "\0020";
                display: block;
                height: 0;
                overflow: hidden;
            }
            /* line 61, ../src/scss/utility.scss */
            .lt-ie9 .row .row.collapse:after {
                clear: both;
            }
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-1 {
    width: 4.16667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-2 {
    width: 8.33333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-3 {
    width: 12.5%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-4 {
    width: 16.66667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-5 {
    width: 20.83333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-6 {
    width: 25%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-7 {
    width: 45.16667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-8 {
    width: 33.33333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-9 {
    width: 37.5%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-10 {
    width: 41.66667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-11 {
    width: 45.83333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-12 {
    width: 50%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-13 {
    width: 54.16667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-14 {
    width: 58.33333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-15 {
    width: 62.5%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-16 {
    width: 66.66667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-17 {
    width: 70.83333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-18 {
    width: 75%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-19 {
    width: 79.16667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-20 {
    width: 83.33333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-21 {
    width: 87.5%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-22 {
    width: 91.66667%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-23 {
    width: 95.83333%;
}
/* line 196, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-24 {
    width: 100%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-0 {
    margin-left: 0%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-1 {
    margin-left: 4.16667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-2 {
    margin-left: 8.33333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-3 {
    margin-left: 12.5%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-4 {
    margin-left: 16.66667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-5 {
    margin-left: 20.83333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-6 {
    margin-left: 25%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-7 {
    margin-left: 29.16667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-8 {
    margin-left: 33.33333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-9 {
    margin-left: 37.5%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-10 {
    margin-left: 41.66667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-11 {
    margin-left: 45.83333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-12 {
    margin-left: 50%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-13 {
    margin-left: 54.16667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-14 {
    margin-left: 58.33333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-15 {
    margin-left: 62.5%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-16 {
    margin-left: 66.66667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-17 {
    margin-left: 70.83333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-18 {
    margin-left: 75%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-19 {
    margin-left: 79.16667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-20 {
    margin-left: 83.33333%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-21 {
    margin-left: 87.5%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-22 {
    margin-left: 91.66667%;
}
/* line 200, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-offset-23 {
    margin-left: 95.83333%;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-1 {
    left: 4.16667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-1 {
    right: 4.16667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-2 {
    left: 8.33333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-2 {
    right: 8.33333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-3 {
    left: 12.5%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-3 {
    right: 12.5%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-4 {
    left: 16.66667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-4 {
    right: 16.66667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-5 {
    left: 20.83333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-5 {
    right: 20.83333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-6 {
    left: 25%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-6 {
    right: 25%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-7 {
    left: 29.16667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-7 {
    right: 29.16667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-8 {
    left: 33.33333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-8 {
    right: 33.33333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-9 {
    left: 37.5%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-9 {
    right: 37.5%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-10 {
    left: 41.66667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-10 {
    right: 41.66667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-11 {
    left: 45.83333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-11 {
    right: 45.83333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-12 {
    left: 50%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-12 {
    right: 50%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-13 {
    left: 54.16667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-13 {
    right: 54.16667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-14 {
    left: 58.33333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-14 {
    right: 58.33333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-15 {
    left: 62.5%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-15 {
    right: 62.5%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-16 {
    left: 66.66667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-16 {
    right: 66.66667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-17 {
    left: 70.83333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-17 {
    right: 70.83333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-18 {
    left: 75%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-18 {
    right: 75%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-19 {
    left: 79.16667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-19 {
    right: 79.16667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-20 {
    left: 83.33333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-20 {
    right: 83.33333%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-21 {
    left: 87.5%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-21 {
    right: 87.5%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-22 {
    left: 91.66667%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-22 {
    right: 91.66667%;
    left: auto;
}
/* line 204, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-push-23 {
    left: 95.83333%;
    right: auto;
}
/* line 205, ../src/components/grid-f4/style.scss */
.lt-ie9 .large-pull-23 {
    right: 95.83333%;
    left: auto;
}
/* line 209, ../src/components/grid-f4/style.scss */
.lt-ie9 .column.large-centered,
.lt-ie9 .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}
/* line 212, ../src/components/grid-f4/style.scss */
.lt-ie9 .column.large-uncentered,
.lt-ie9 .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
}

.lt-ie9 .form-main-content .columns {
    float: right;
}

    .lt-ie9 .form-main-content .columns:first-child {
        float: left;
    }

@media only screen and (min-width: 900px) {
    /* line 223, ../src/components/grid-f4/style.scss */
    .large-1 {
        width: 4.16667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-2 {
        width: 8.33333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-3 {
        width: 12.5%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-4 {
        width: 16.66667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-5 {
        width: 20.83333%;
    }

        .large-5.medium-5.columns {
            padding-right: 2%;
            width: 20%;
        }
    /* line 223, ../src/components/grid-f4/style.scss */
    .large-6 {
        width: 25%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-7.columns {
        width: 46%;
    }

        .large-7.columns.social {
            width: 50%;
            padding-left: 15px;
        }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-8 {
        width: 33.33333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-9 {
        width: 37.5%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-10 {
        width: 41.66667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-11 {
        width: 45.83333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-12 {
        width: 50%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-13 {
        width: 54.16667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-14 {
        width: 58.33333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-15 {
        width: 62.5%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-16 {
        width: 66.66667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-17 {
        width: 70.83333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-18 {
        width: 75%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-19 {
        width: 79.16667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-20 {
        width: 83.33333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-21 {
        width: 87.5%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-22 {
        width: 91.66667%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-23 {
        width: 95.83333%;
    }

    /* line 223, ../src/components/grid-f4/style.scss */
    .large-24 {
        width: 100%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-0 {
        margin-left: 0%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-1 {
        margin-left: 4.16667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-2 {
        margin-left: 8.33333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-3 {
        margin-left: 12.5%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-4 {
        margin-left: 16.66667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-5 {
        margin-left: 20.83333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-6 {
        margin-left: 25%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-7 {
        margin-left: 29.16667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-8 {
        margin-left: 33.33333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-9 {
        margin-left: 37.5%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-10 {
        margin-left: 41.66667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-11 {
        margin-left: 45.83333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-12 {
        margin-left: 50%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-13 {
        margin-left: 54.16667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-14 {
        margin-left: 58.33333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-15 {
        margin-left: 62.5%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-16 {
        margin-left: 66.66667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-17 {
        margin-left: 70.83333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-18 {
        margin-left: 75%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-19 {
        margin-left: 79.16667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-20 {
        margin-left: 83.33333%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-21 {
        margin-left: 87.5%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-22 {
        margin-left: 91.66667%;
    }

    /* line 227, ../src/components/grid-f4/style.scss */
    .large-offset-23 {
        margin-left: 95.83333%;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-1 {
        left: 4.16667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-2 {
        left: 8.33333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-3 {
        left: 12.5%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-3 {
        right: 12.5%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-4 {
        left: 16.66667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-5 {
        left: 20.83333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-6 {
        left: 25%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-6 {
        right: 25%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-7 {
        left: 29.16667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-8 {
        left: 33.33333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-9 {
        left: 37.5%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-9 {
        right: 37.5%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-10 {
        left: 41.66667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-11 {
        left: 45.83333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-12 {
        left: 50%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-12 {
        right: 50%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-13 {
        left: 54.16667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-14 {
        left: 58.33333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-15 {
        left: 62.5%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-15 {
        right: 62.5%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-16 {
        left: 66.66667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-17 {
        left: 70.83333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-18 {
        left: 75%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-18 {
        right: 75%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-19 {
        left: 79.16667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-20 {
        left: 83.33333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-21 {
        left: 87.5%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-21 {
        right: 87.5%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-22 {
        left: 91.66667%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    /* line 231, ../src/components/grid-f4/style.scss */
    .large-push-23 {
        left: 95.83333%;
        right: auto;
    }

    /* line 232, ../src/components/grid-f4/style.scss */
    .large-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    /* line 236, ../src/components/grid-f4/style.scss */
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    /* line 239, ../src/components/grid-f4/style.scss */
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }
}

.signup-button, .button {
    background: #AB1A2D;
    border-radius: 14px 0 11px 0;
    border: none;
    color: #fff !important;
    cursor: pointer;
    padding: 10px 20px 8px;
    margin: 16px -16px -16px;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    .button.altbutton {
        border-radius: 5px;
        margin: 1em 0;
    }

.inner .signup-button a {
    text-decoration: none;
    text-transform: uppercase;
}

    .inner .signup-button a:hover {
        text-decoration: underline;
    }

.location-detail p {
    line-height: 21px;
}

.location-name {
    font-weight: 700;
    font-size: 13px;
}

/* bing map */
.tooltip {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #838383;
    display: block;
    overflow: hidden;
    padding: 4px;
    min-width: 250px;
}

    .tooltip > div {
        float: left;
        padding: 4px;
    }

    .tooltip .h3 {
        font-weight: bold;
    }

.leadership-listing {
    margin: 0 -15px;
}

    .leadership-listing p {
        padding-bottom: 20px;
    }

.large-18 .signup-button {
    float: right;
    margin-right: 14px;
    margin-top: 0;
    margin: 0 21px 0 0;
}

.event-period {
    font-size: 20px;
    color: #336666;
}

.updates {
    padding-top: 20px;
    font-weight: 700;
    font-size: 13px;
}

.signup-button.tell-us {
    margin-right: 16px;
}

.input-box .input-text, .inner .row .input-text {
    border: none;
    padding: 1px 2%;
    width: 96%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    background: #efefef;
    height: 30px;
    line-height: 19px;
    margin-bottom: 10px;
    text-indent: 10px;
    position: relative;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

.lt-ie9 .inner .input-text {
    padding: 7px 5px 0;
}

.lt-ie9 .inner select {
    padding-left: 8px;
}

.c-in02-search input {
    border: none;
    padding: 1px 4%;
    width: 96%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    background: #efefef;
    height: 30px;
    line-height: 19px;
    margin-bottom: 10px;
    position: relative;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

.input-box.requiredfield {
    display: none;
}

.input-textarea {
    border: none;
    padding: 10px 2%;
    width: 96%;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    background: #efefef;
    line-height: 19px;
    margin-bottom: 10px;
    text-indent: 10px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

.signup-button a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
}

    .signup-button a:hover {
        text-decoration: underline;
    }

.right-rail .promo-box, .left-rail .promo-box, .right-rail .promo-box-no-border, .left-rail .promo-box-no-border {
    min-height: 10px;
    padding-top: 15px;
    padding-bottom: 35px;
}

.press-releases-description {
    float: left;
    text-align: left;
    margin-left: 10px;
    width: 57%;
}

.press-releases-description, .sign-up-description {
    margin-left: 0;
    width: 100%;
}

.sign-up-description {
    margin-top: 20px;
}

.title-name {
    color: #4A5B69;
    display: inline-block;
    font-size: 13px;
    padding-bottom: 10px;
}

.banner-area {
    max-width: 1024px;
    margin: 0 auto;
}

.tab-title {
    background: #d0d3d4;
    cursor: pointer;
    float: left;
    font-size: 13px;
    padding: 5px 0 5px 5%;
    text-align: left;
    width: 48%;
}

    .tab-title.active {
        background: none;
    }

.insight-area {
    margin: 0 -15px 15px;
}

@media (max-width:380px) {
    .home .promo-box .insight .read-more a {
        display: inline-block;
    }
}

.read-more a, .read-more a {
    color: #021a32;
    font-size: 13px;
    margin: 0 5px !important;
    text-decoration: underline;
    font-weight: 700;
}
/* line 15, ../src/components/g-eu01/style.scss */
.js .eu-cookie-notification {
    display: block;
}

@media (max-width: 767px) {
    /* line 2, ../src/components/g-h01/style.scss */
    .home header#main-header {
        position: relative;
        background: #fff;
    }

    .copyright a {
        text-decoration: underline;
    }
}

/* line 13, ../src/components/g-h01/style.scss */
header#main-header {
    height: 25px;
    position: relative;
}

@media (max-width: 767px) {
    /* line 13, ../src/components/g-h01/style.scss */
    header#main-header {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        background: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 1);
    }
}
/* line 30, ../src/components/g-h01/style.scss */
header#main-header .row {
    overflow: visible;
}

/* line 34, ../src/components/g-h01/style.scss */
.print-logo {
    display: none;
}

/* line 37, ../src/components/g-h01/style.scss */
.logo {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 70;
}

.logo {
    width: 23.405%;
}

@media (max-width: 930px) {
    .logo {
        width: 18.5%;
    }
}

@media (max-width: 767px) {
    .logo {
        position: relative;
        left: auto;
        width: 160px;
        margin: 0 auto;
        top: -47px;
    }
}

/* line 45, ../src/components/g-h01/style.scss */
.logo a {
    display: block;
}

@media (max-width: 767px) {
    /* line 45, ../src/components/g-h01/style.scss */
    .logo a {
        height: auto;
        width: 160px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    /* line 63, ../src/components/g-h01/style.scss */
    nav#global-nav1 {
        top: 0;
        width: 100%;
        right: 0 !important;
        padding-top: 10px;
    }
}

nav#global-nav1 {
    z-index: 1;
    font-size: 13px;
    color: #656e76;
}

@media (max-width: 767px) {
    .logo a {
        padding: 0;
    }
}

.localize .flag-sprite {
    display: inline-block;
    height: 11px;
    width: 16px;
    margin: 0px 8px 0 0;
    position: relative;
    top: 2px;
    background-size: cover;
    behavior: url(/_res/ags/allegisgroups/css/backgroundsize.min.htc);
    -ms-behavior: url(/_res/ags/allegisgroups/css/backgroundsize.min.htc);
}
    /* 
@media (max-width: 767px) {
  line 223, ../src/components/g-h01/style.scss 
  nav#main-nav {
    top: 60px;
  }
}*/


    .localize .flag-sprite.ad {
        background-image: url(../img/flags/ad.png);
    }

    .localize .flag-sprite.ae {
        background-image: url(../img/flags/ae.png);
    }

    .localize .flag-sprite.af {
        background-image: url(../img/flags/af.png);
    }

    .localize .flag-sprite.ag {
        background-image: url(../img/flags/ag.png);
    }

    .localize .flag-sprite.ai {
        background-image: url(../img/flags/ai.png);
    }

    .localize .flag-sprite.al {
        background-image: url(../img/flags/al.png);
    }

    .localize .flag-sprite.am {
        background-image: url(../img/flags/am.png);
    }

    .localize .flag-sprite.ao {
        background-image: url(../img/flags/ao.png);
    }

    .localize .flag-sprite.aq {
        background-image: url(../img/flags/aq.png);
    }

    .localize .flag-sprite.ar {
        background-image: url(../img/flags/ar.png);
    }

    .localize .flag-sprite.as {
        background-image: url(../img/flags/as.png);
    }

    .localize .flag-sprite.at {
        background-image: url(../img/flags/at.png);
    }

    .localize .flag-sprite.au {
        background-image: url(../img/flags/au.png);
    }

    .localize .flag-sprite.aw {
        background-image: url(../img/flags/aw.png);
    }

    .localize .flag-sprite.ax {
        background-image: url(../img/flags/ax.png);
    }

    .localize .flag-sprite.az {
        background-image: url(../img/flags/az.png);
    }

    .localize .flag-sprite.ba {
        background-image: url(../img/flags/ba.png);
    }

    .localize .flag-sprite.bb {
        background-image: url(../img/flags/bb.png);
    }

    .localize .flag-sprite.bd {
        background-image: url(../img/flags/bd.png);
    }

    .localize .flag-sprite.be {
        background-image: url(../img/flags/be.png);
    }

    .localize .flag-sprite.bf {
        background-image: url(../img/flags/bf.png);
    }

    .localize .flag-sprite.bg {
        background-image: url(../img/flags/bg.png);
    }

    .localize .flag-sprite.bh {
        background-image: url(../img/flags/bh.png);
    }

    .localize .flag-sprite.bi {
        background-image: url(../img/flags/bi.png);
    }

    .localize .flag-sprite.bj {
        background-image: url(../img/flags/bj.png);
    }

    .localize .flag-sprite.bl {
        background-image: url(../img/flags/bl.png);
    }

    .localize .flag-sprite.bm {
        background-image: url(../img/flags/bm.png);
    }

    .localize .flag-sprite.bn {
        background-image: url(../img/flags/bn.png);
    }

    .localize .flag-sprite.bo {
        background-image: url(../img/flags/bo.png);
    }

    .localize .flag-sprite.bq {
        background-image: url(../img/flags/bq.png);
    }

    .localize .flag-sprite.br {
        background-image: url(../img/flags/br.png);
    }

    .localize .flag-sprite.bs {
        background-image: url(../img/flags/bs.png);
    }

    .localize .flag-sprite.bt {
        background-image: url(../img/flags/bt.png);
    }

    .localize .flag-sprite.bv {
        background-image: url(../img/flags/bv.png);
    }

    .localize .flag-sprite.bw {
        background-image: url(../img/flags/bw.png);
    }

    .localize .flag-sprite.by {
        background-image: url(../img/flags/by.png);
    }

    .localize .flag-sprite.bz {
        background-image: url(../img/flags/bz.png);
    }

    .localize .flag-sprite.ca {
        background-image: url(../img/flags/ca.png);
    }

    .localize .flag-sprite.cc {
        background-image: url(../img/flags/cc.png);
    }

    .localize .flag-sprite.cd {
        background-image: url(../img/flags/cd.png);
    }

    .localize .flag-sprite.cf {
        background-image: url(../img/flags/cf.png);
    }

    .localize .flag-sprite.cg {
        background-image: url(../img/flags/cg.png);
    }

    .localize .flag-sprite.ch {
        background-image: url(../img/flags/ch.png);
    }

    .localize .flag-sprite.ci {
        background-image: url(../img/flags/ci.png);
    }

    .localize .flag-sprite.ck {
        background-image: url(../img/flags/ck.png);
    }

    .localize .flag-sprite.cl {
        background-image: url(../img/flags/cl.png);
    }

    .localize .flag-sprite.cm {
        background-image: url(../img/flags/cm.png);
    }

    .localize .flag-sprite.cn {
        background-image: url(../img/flags/cn.png);
    }

    .localize .flag-sprite.co {
        background-image: url(../img/flags/co.png);
    }

    .localize .flag-sprite.cr {
        background-image: url(../img/flags/cr.png);
    }

    .localize .flag-sprite.cu {
        background-image: url(../img/flags/cu.png);
    }

    .localize .flag-sprite.cv {
        background-image: url(../img/flags/cv.png);
    }

    .localize .flag-sprite.cw {
        background-image: url(../img/flags/cw.png);
    }

    .localize .flag-sprite.cx {
        background-image: url(../img/flags/cx.png);
    }

    .localize .flag-sprite.cy {
        background-image: url(../img/flags/cy.png);
    }

    .localize .flag-sprite.cz {
        background-image: url(../img/flags/cz.png);
    }

    .localize .flag-sprite.de {
        background-image: url(../img/flags/de.png);
    }

    .localize .flag-sprite.dj {
        background-image: url(../img/flags/dj.png);
    }

    .localize .flag-sprite.dk {
        background-image: url(../img/flags/dk.png);
    }

    .localize .flag-sprite.dm {
        background-image: url(../img/flags/dm.png);
    }

    .localize .flag-sprite.do {
        background-image: url(../img/flags/do.png);
    }

    .localize .flag-sprite.dz {
        background-image: url(../img/flags/dz.png);
    }

    .localize .flag-sprite.ec {
        background-image: url(../img/flags/ec.png);
    }

    .localize .flag-sprite.ee {
        background-image: url(../img/flags/ee.png);
    }

    .localize .flag-sprite.eg {
        background-image: url(../img/flags/eg.png);
    }

    .localize .flag-sprite.eh {
        background-image: url(../img/flags/eh.png);
    }

    .localize .flag-sprite.er {
        background-image: url(../img/flags/er.png);
    }

    .localize .flag-sprite.es {
        background-image: url(../img/flags/es.png);
    }

    .localize .flag-sprite.et {
        background-image: url(../img/flags/et.png);
    }

    .localize .flag-sprite.fi {
        background-image: url(../img/flags/fi.png);
    }

    .localize .flag-sprite.fj {
        background-image: url(../img/flags/fj.png);
    }

    .localize .flag-sprite.fk {
        background-image: url(../img/flags/fk.png);
    }

    .localize .flag-sprite.fm {
        background-image: url(../img/flags/fm.png);
    }

    .localize .flag-sprite.fo {
        background-image: url(../img/flags/fo.png);
    }

    .localize .flag-sprite.fr {
        background-image: url(../img/flags/fr.png);
    }

    .localize .flag-sprite.ga {
        background-image: url(../img/flags/ga.png);
    }

    .localize .flag-sprite.gb {
        background-image: url(../img/flags/gb.png);
    }

    .localize .flag-sprite.gd {
        background-image: url(../img/flags/gd.png);
    }

    .localize .flag-sprite.ge {
        background-image: url(../img/flags/ge.png);
    }

    .localize .flag-sprite.gf {
        background-image: url(../img/flags/gf.png);
    }

    .localize .flag-sprite.gg {
        background-image: url(../img/flags/gg.png);
    }

    .localize .flag-sprite.gh {
        background-image: url(../img/flags/gh.png);
    }

    .localize .flag-sprite.gi {
        background-image: url(../img/flags/gi.png);
    }

    .localize .flag-sprite.gl {
        background-image: url(../img/flags/gl.png);
    }

    .localize .flag-sprite.gm {
        background-image: url(../img/flags/gm.png);
    }

    .localize .flag-sprite.gn {
        background-image: url(../img/flags/gn.png);
    }

    .localize .flag-sprite.gp {
        background-image: url(../img/flags/gp.png);
    }

    .localize .flag-sprite.gq {
        background-image: url(../img/flags/gq.png);
    }

    .localize .flag-sprite.gr {
        background-image: url(../img/flags/gr.png);
    }

    .localize .flag-sprite.gs {
        background-image: url(../img/flags/gs.png);
    }

    .localize .flag-sprite.gt {
        background-image: url(../img/flags/gt.png);
    }

    .localize .flag-sprite.gu {
        background-image: url(../img/flags/gu.png);
    }

    .localize .flag-sprite.gw {
        background-image: url(../img/flags/gw.png);
    }

    .localize .flag-sprite.gy {
        background-image: url(../img/flags/gy.png);
    }

    .localize .flag-sprite.hk {
        background-image: url(../img/flags/hk.png);
    }

    .localize .flag-sprite.hm {
        background-image: url(../img/flags/hm.png);
    }

    .localize .flag-sprite.hn {
        background-image: url(../img/flags/hn.png);
    }

    .localize .flag-sprite.hr {
        background-image: url(../img/flags/hr.png);
    }

    .localize .flag-sprite.ht {
        background-image: url(../img/flags/ht.png);
    }

    .localize .flag-sprite.hu {
        background-image: url(../img/flags/hu.png);
    }

    .localize .flag-sprite.id {
        background-image: url(../img/flags/id.png);
    }

    .localize .flag-sprite.ie {
        background-image: url(../img/flags/ie.png);
    }

    .localize .flag-sprite.il {
        background-image: url(../img/flags/il.png);
    }

    .localize .flag-sprite.im {
        background-image: url(../img/flags/im.png);
    }

    .localize .flag-sprite.in {
        background-image: url(../img/flags/in.png);
    }

    .localize .flag-sprite.io {
        background-image: url(../img/flags/io.png);
    }

    .localize .flag-sprite.iq {
        background-image: url(../img/flags/iq.png);
    }

    .localize .flag-sprite.ir {
        background-image: url(../img/flags/ir.png);
    }

    .localize .flag-sprite.is {
        background-image: url(../img/flags/is.png);
    }

    .localize .flag-sprite.it {
        background-image: url(../img/flags/it.png);
    }

    .localize .flag-sprite.je {
        background-image: url(../img/flags/je.png);
    }

    .localize .flag-sprite.jm {
        background-image: url(../img/flags/jm.png);
    }

    .localize .flag-sprite.jo {
        background-image: url(../img/flags/jo.png);
    }

    .localize .flag-sprite.jp {
        background-image: url(../img/flags/jp.png);
    }

    .localize .flag-sprite.ke {
        background-image: url(../img/flags/ke.png);
    }

    .localize .flag-sprite.kg {
        background-image: url(../img/flags/kg.png);
    }

    .localize .flag-sprite.kh {
        background-image: url(../img/flags/kh.png);
    }

    .localize .flag-sprite.ki {
        background-image: url(../img/flags/ki.png);
    }

    .localize .flag-sprite.km {
        background-image: url(../img/flags/km.png);
    }

    .localize .flag-sprite.kn {
        background-image: url(../img/flags/kn.png);
    }

    .localize .flag-sprite.kp {
        background-image: url(../img/flags/kp.png);
    }

    .localize .flag-sprite.kr {
        background-image: url(../img/flags/kr.png);
    }

    .localize .flag-sprite.kw {
        background-image: url(../img/flags/kw.png);
    }

    .localize .flag-sprite.ky {
        background-image: url(../img/flags/ky.png);
    }

    .localize .flag-sprite.kz {
        background-image: url(../img/flags/kz.png);
    }

    .localize .flag-sprite.la {
        background-image: url(../img/flags/la.png);
    }

    .localize .flag-sprite.lb {
        background-image: url(../img/flags/lb.png);
    }

    .localize .flag-sprite.lc {
        background-image: url(../img/flags/lc.png);
    }

    .localize .flag-sprite.li {
        background-image: url(../img/flags/li.png);
    }

    .localize .flag-sprite.lk {
        background-image: url(../img/flags/lk.png);
    }

    .localize .flag-sprite.lr {
        background-image: url(../img/flags/lr.png);
    }

    .localize .flag-sprite.ls {
        background-image: url(../img/flags/ls.png);
    }

    .localize .flag-sprite.lt {
        background-image: url(../img/flags/lt.png);
    }

    .localize .flag-sprite.lu {
        background-image: url(../img/flags/lu.png);
    }

    .localize .flag-sprite.lv {
        background-image: url(../img/flags/lv.png);
    }

    .localize .flag-sprite.ly {
        background-image: url(../img/flags/ly.png);
    }

    .localize .flag-sprite.ma {
        background-image: url(../img/flags/ma.png);
    }

    .localize .flag-sprite.mc {
        background-image: url(../img/flags/mc.png);
    }

    .localize .flag-sprite.md {
        background-image: url(../img/flags/md.png);
    }

    .localize .flag-sprite.me {
        background-image: url(../img/flags/me.png);
    }

    .localize .flag-sprite.mf {
        background-image: url(../img/flags/mf.png);
    }

    .localize .flag-sprite.mg {
        background-image: url(../img/flags/mg.png);
    }

    .localize .flag-sprite.mh {
        background-image: url(../img/flags/mh.png);
    }

    .localize .flag-sprite.mk {
        background-image: url(../img/flags/mk.png);
    }

    .localize .flag-sprite.ml {
        background-image: url(../img/flags/ml.png);
    }

    .localize .flag-sprite.mm {
        background-image: url(../img/flags/mm.png);
    }

    .localize .flag-sprite.mn {
        background-image: url(../img/flags/mn.png);
    }

    .localize .flag-sprite.mo {
        background-image: url(../img/flags/mo.png);
    }

    .localize .flag-sprite.mp {
        background-image: url(../img/flags/mp.png);
    }

    .localize .flag-sprite.mq {
        background-image: url(../img/flags/mq.png);
    }

    .localize .flag-sprite.mr {
        background-image: url(../img/flags/mr.png);
    }

    .localize .flag-sprite.ms {
        background-image: url(../img/flags/ms.png);
    }

    .localize .flag-sprite.mt {
        background-image: url(../img/flags/mt.png);
    }

    .localize .flag-sprite.mu {
        background-image: url(../img/flags/mu.png);
    }

    .localize .flag-sprite.mv {
        background-image: url(../img/flags/mv.png);
    }

    .localize .flag-sprite.mw {
        background-image: url(../img/flags/mw.png);
    }

    .localize .flag-sprite.mx {
        background-image: url(../img/flags/mx.png);
    }

    .localize .flag-sprite.my {
        background-image: url(../img/flags/my.png);
    }

    .localize .flag-sprite.mz {
        background-image: url(../img/flags/mz.png);
    }

    .localize .flag-sprite.na {
        background-image: url(../img/flags/na.png);
    }

    .localize .flag-sprite.nc {
        background-image: url(../img/flags/nc.png);
    }

    .localize .flag-sprite.ne {
        background-image: url(../img/flags/ne.png);
    }

    .localize .flag-sprite.nf {
        background-image: url(../img/flags/nf.png);
    }

    .localize .flag-sprite.ng {
        background-image: url(../img/flags/ng.png);
    }

    .localize .flag-sprite.ni {
        background-image: url(../img/flags/ni.png);
    }

    .localize .flag-sprite.nl {
        background-image: url(../img/flags/nl.png);
    }

    .localize .flag-sprite.no {
        background-image: url(../img/flags/no.png);
    }

    .localize .flag-sprite.np {
        background-image: url(../img/flags/np.png);
    }

    .localize .flag-sprite.nr {
        background-image: url(../img/flags/nr.png);
    }

    .localize .flag-sprite.nu {
        background-image: url(../img/flags/nu.png);
    }

    .localize .flag-sprite.nz {
        background-image: url(../img/flags/nz.png);
    }

    .localize .flag-sprite.om {
        background-image: url(../img/flags/om.png);
    }

    .localize .flag-sprite.pa {
        background-image: url(../img/flags/pa.png);
    }

    .localize .flag-sprite.pe {
        background-image: url(../img/flags/pe.png);
    }

    .localize .flag-sprite.pf {
        background-image: url(../img/flags/pf.png);
    }

    .localize .flag-sprite.pg {
        background-image: url(../img/flags/pg.png);
    }

    .localize .flag-sprite.ph {
        background-image: url(../img/flags/ph.png);
    }

    .localize .flag-sprite.pk {
        background-image: url(../img/flags/pk.png);
    }

    .localize .flag-sprite.pl {
        background-image: url(../img/flags/pl.png);
    }

    .localize .flag-sprite.pm {
        background-image: url(../img/flags/pm.png);
    }

    .localize .flag-sprite.pn {
        background-image: url(../img/flags/pn.png);
    }

    .localize .flag-sprite.pr {
        background-image: url(../img/flags/pr.png);
    }

    .localize .flag-sprite.ps {
        background-image: url(../img/flags/ps.png);
    }

    .localize .flag-sprite.pt {
        background-image: url(../img/flags/pt.png);
    }

    .localize .flag-sprite.pw {
        background-image: url(../img/flags/pw.png);
    }

    .localize .flag-sprite.py {
        background-image: url(../img/flags/py.png);
    }

    .localize .flag-sprite.qa {
        background-image: url(../img/flags/qa.png);
    }

    .localize .flag-sprite.re {
        background-image: url(../img/flags/re.png);
    }

    .localize .flag-sprite.ro {
        background-image: url(../img/flags/ro.png);
    }

    .localize .flag-sprite.rs {
        background-image: url(../img/flags/rs.png);
    }

    .localize .flag-sprite.ru {
        background-image: url(../img/flags/ru.png);
    }

    .localize .flag-sprite.rw {
        background-image: url(../img/flags/rw.png);
    }

    .localize .flag-sprite.sa {
        background-image: url(../img/flags/sa.png);
    }

    .localize .flag-sprite.sb {
        background-image: url(../img/flags/sb.png);
    }

    .localize .flag-sprite.sc {
        background-image: url(../img/flags/sc.png);
    }

    .localize .flag-sprite.sd {
        background-image: url(../img/flags/sd.png);
    }

    .localize .flag-sprite.se {
        background-image: url(../img/flags/se.png);
    }

    .localize .flag-sprite.sg {
        background-image: url(../img/flags/sg.png);
    }

    .localize .flag-sprite.sh {
        background-image: url(../img/flags/sh.png);
    }

    .localize .flag-sprite.si {
        background-image: url(../img/flags/si.png);
    }

    .localize .flag-sprite.sj {
        background-image: url(../img/flags/sj.png);
    }

    .localize .flag-sprite.sk {
        background-image: url(../img/flags/sk.png);
    }

    .localize .flag-sprite.sl {
        background-image: url(../img/flags/sl.png);
    }

    .localize .flag-sprite.sm {
        background-image: url(../img/flags/sm.png);
    }

    .localize .flag-sprite.sn {
        background-image: url(../img/flags/sn.png);
    }

    .localize .flag-sprite.so {
        background-image: url(../img/flags/so.png);
    }

    .localize .flag-sprite.sr {
        background-image: url(../img/flags/sr.png);
    }

    .localize .flag-sprite.ss {
        background-image: url(../img/flags/ss.png);
    }

    .localize .flag-sprite.st {
        background-image: url(../img/flags/st.png);
    }

    .localize .flag-sprite.sv {
        background-image: url(../img/flags/sv.png);
    }

    .localize .flag-sprite.sx {
        background-image: url(../img/flags/sx.png);
    }

    .localize .flag-sprite.sy {
        background-image: url(../img/flags/sy.png);
    }

    .localize .flag-sprite.sz {
        background-image: url(../img/flags/sz.png);
    }

    .localize .flag-sprite.tc {
        background-image: url(../img/flags/tc.png);
    }

    .localize .flag-sprite.td {
        background-image: url(../img/flags/td.png);
    }

    .localize .flag-sprite.tf {
        background-image: url(../img/flags/tf.png);
    }

    .localize .flag-sprite.tg {
        background-image: url(../img/flags/tg.png);
    }

    .localize .flag-sprite.th {
        background-image: url(../img/flags/th.png);
    }

    .localize .flag-sprite.tj {
        background-image: url(../img/flags/tj.png);
    }

    .localize .flag-sprite.tk {
        background-image: url(../img/flags/tk.png);
    }

    .localize .flag-sprite.tl {
        background-image: url(../img/flags/tl.png);
    }

    .localize .flag-sprite.tm {
        background-image: url(../img/flags/tm.png);
    }

    .localize .flag-sprite.tn {
        background-image: url(../img/flags/tn.png);
    }

    .localize .flag-sprite.to {
        background-image: url(../img/flags/to.png);
    }

    .localize .flag-sprite.tr {
        background-image: url(../img/flags/tr.png);
    }

    .localize .flag-sprite.tt {
        background-image: url(../img/flags/tt.png);
    }

    .localize .flag-sprite.tv {
        background-image: url(../img/flags/tv.png);
    }

    .localize .flag-sprite.tw {
        background-image: url(../img/flags/tw.png);
    }

    .localize .flag-sprite.tz {
        background-image: url(../img/flags/tz.png);
    }

    .localize .flag-sprite.ua {
        background-image: url(../img/flags/ua.png);
    }

    .localize .flag-sprite.ug {
        background-image: url(../img/flags/ug.png);
    }

    .localize .flag-sprite.um {
        background-image: url(../img/flags/um.png);
    }

    .localize .flag-sprite.us {
        background-image: url(../img/flags/us.png);
    }

    .localize .flag-sprite.uy {
        background-image: url(../img/flags/uy.png);
    }

    .localize .flag-sprite.uz {
        background-image: url(../img/flags/uz.png);
    }

    .localize .flag-sprite.va {
        background-image: url(../img/flags/va.png);
    }

    .localize .flag-sprite.vc {
        background-image: url(../img/flags/vc.png);
    }

    .localize .flag-sprite.ve {
        background-image: url(../img/flags/ve.png);
    }

    .localize .flag-sprite.vg {
        background-image: url(../img/flags/vg.png);
    }

    .localize .flag-sprite.vi {
        background-image: url(../img/flags/vi.png);
    }

    .localize .flag-sprite.vn {
        background-image: url(../img/flags/vn.png);
    }

    .localize .flag-sprite.vu {
        background-image: url(../img/flags/vu.png);
    }

    .localize .flag-sprite.wf {
        background-image: url(../img/flags/wf.png);
    }

    .localize .flag-sprite.ws {
        background-image: url(../img/flags/ws.png);
    }

    .localize .flag-sprite.ye {
        background-image: url(../img/flags/ye.png);
    }

    .localize .flag-sprite.yt {
        background-image: url(../img/flags/yt.png);
    }

    .localize .flag-sprite.za {
        background-image: url(../img/flags/za.png);
    }

    .localize .flag-sprite.zm {
        background-image: url(../img/flags/zm.png);
    }

    .localize .flag-sprite.zw {
        background-image: url(../img/flags/zw.png);
    }



@media (max-width: 767px) {
    /* line 230, ../src/components/g-h01/style.scss */
    div.main-nav-wrap {
        position: relative;
    }

    .nav-open.oldAndroid nav#main-nav {
        height: auto;
        position: relative;
        float: right;
    }
}

.menu-title {
    display: none;
}

@media (max-width: 767px) {
    .nav-open nav#main-nav {
        left: 0;
    }

    nav#main-nav {
        width: 80%;
        min-width: 300px;
        z-index: 1001;
        position: absolute;
        height: 100%;
        min-height: 500px;
        left: -200%;
        margin-top: -75px;
        -webkit-box-shadow: 9px 0 18px -8px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 9px 0 18px -8px rgba(0, 0, 0, 0.5);
        box-shadow: 9px 0 18px -8px rgba(0, 0, 0, 0.5);
        -webkit-transition-property: left;
        -moz-transition-property: left;
        -o-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .menu-title {
        display: block;
        background: #9E0E26;
    }
}
/* line 259, ../src/components/g-h01/style.scss */
nav#main-nav ul {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

    /* line 264, ../src/components/g-h01/style.scss */
    nav#main-nav ul > li:after {
        content: '';
        height: 22px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border: 1px solid rgb(255,255,255)\9;
        position: absolute;
        top: 13px;
        border-width: 0 1px;
        right: 0;
        border-right-color: rgba(6, 65, 112, 0.3);
        border-right-color: rgb(180, 198, 212)\9;
    }

    nav#main-nav ul > li.last:after {
        border: 0;
    }

@media (max-width: 767px) {
    /* line 264, ../src/components/g-h01/style.scss */
    nav#main-nav ul {
        text-align: left;
    }

        nav#main-nav ul > li:after {
            display: none;
        }

        nav#main-nav ul > li ul {
            /*display: none;*/
        }

        nav#main-nav ul > li:hover ul {
            display: block;
        }
}
/* line 277, ../src/components/g-h01/style.scss */
nav#main-nav ul > li.active-path {
}
/* line 279, ../src/components/g-h01/style.scss */

nav#main-nav ul li {
    position: relative;
    padding: 0;
    text-transform: uppercase;
}
/*ie8 inline block bug*/
.lt-ie9 nav#main-nav ul li {
    margin-right: 1px;
}

.lt-ie8 .col-main-imagecontainer img {
    width: 200px;
}

.lt-ie8 .inner .contact {
    height: 12px;
}

.lt-ie9 .inner .contact {
    height: 20px;
}

.contact-us .large-11.medium-11.columns {
    margin-right: 28px\9;
}

nav#main-nav ul li i {
    position: absolute;
    right: 6px;
    top: 12px;
    color: #fff;
}
/* ie8 overflow slider bug */
.lt-ie9 body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    nav#main-nav ul li {
        display: block;
    }

        nav#main-nav ul li i {
            display: none;
        }
}
/* line 290, ../src/components/g-h01/style.scss */
nav#main-nav ul li a {
    display: block;
    height: 41px;
    line-height: 42px;
    color: #000;
    padding: 0 35px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

html[lang="fr-be"] nav#main-nav ul li a,
html[lang="fr-fr"] nav#main-nav ul li a {
    text-transform: none;
}

#top-nav {
    margin: 20px 0 0;
}

    #top-nav a:hover {
        color: #000;
    }

    #top-nav li.localize {
        position: relative;
    }

        #top-nav li.localize > span {
            color: #000;
        }

        #top-nav li.localize span:hover {
            cursor: pointer;
        }

        #top-nav li.localize ul {
            margin: 0;
            padding: .5em;
            left: -999em;
            position: absolute;
            min-width: 225px;
            max-width: 250px;
            background: #fff;
            border: 1px solid #a9abac;
            border-width: 4px 1px 1px;
            z-index: 80;
        }

@media (min-width: 768px) {
    #top-nav li.localize ul {
        border-radius: 0 0 .5em .5em;
    }
}

@media (max-width: 767px) {
    #top-nav li.localize > span {
        display: none;
    }

    #top-nav li.localize ul {
        margin-top: -75px;
        right: -200%;
        left: auto;
        width: 60%;
        z-index: 1001;
        overflow: auto;
        -webkit-box-shadow: 9px 0 18px -8px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 9px 0 18px -8px rgba(0, 0, 0, 0.5);
        box-shadow: 9px 0 18px -8px rgba(0, 0, 0, 0.5);
        -webkit-transition-property: right;
        -moz-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .global-nav-open #top-nav li.localize > ul {
        right: 0%;
    }

    form {
        overflow: hidden;
    }
}


@media (min-width: 768px) {
    #top-nav li.localize:hover ul {
        left: -15%;
    }
}

.lt-ie9 #top-nav li.localize:hover ul {
    left: -15%;
}

#top-nav li.localize ul li {
    margin: 0;
}

    #top-nav li.localize ul li a {
        padding: .25em .75em;
        display: block;
        border-top: 1px dotted #d4d5d6;
    }

        #top-nav li.localize ul li a:first-child {
            border-top: 0;
        }

nav#main-nav ul li > a {
    border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
    nav#main-nav ul li > a {
        border-bottom: none;
    }
}

nav#main-nav ul li > a:hover, nav#main-nav ul li.active-path > a {
    border-bottom: 4px solid #ab192d;
    text-decoration: none;
    color: #000;
}

@media (max-width: 767px) {
    nav#main-nav ul li > a:hover, nav#main-nav ul li.active-path > a {
        border-bottom: none;
    }
}

nav#main-nav ul > li.active-path.menu-title {
    display: none;
    border: none;
    text-align: center;
}

    nav#main-nav ul > li.active-path.menu-title a {
        font-size: 20px;
        color: #fff;
    }

nav#main-nav ul > li.active-path, nav#main-nav ul > li:hover {
    color: #000;
}

@media (max-width: 1000px) {
    /* line 290, ../src/components/g-h01/style.scss */
    nav#main-nav ul li a {
        padding: 0 25px;
    }
}

@media (max-width: 860px) {
    /* line 290, ../src/components/g-h01/style.scss */
    nav#main-nav ul li a {
        padding: 0 21px;
    }
}

@media (max-width: 767px) {
    /* line 290, ../src/components/g-h01/style.scss */
    nav#main-nav ul li a {
        padding: 0 20px;
    }

    nav#main-nav ul > li.active-path.menu-title {
        display: block;
    }

    #global-nav1 #top-nav {
        margin: 0;
        float: none !important;
    }

    #top-nav {
        margin: 0;
    }

    #global-nav1 #top-nav > li:not(.localize) {
        display: none;
    }

    nav#main-nav ul > li a {
        color: #000;
    }

    nav#main-nav ul > li > a, nav#main-nav ul > li a {
        color: #fff;
    }

    nav#main-nav ul > li.odd, nav#main-nav ul > li.even {
        background: #9e0e26;
    }

        nav#main-nav ul > li.odd a, nav#main-nav ul > li.even a {
            color: #fff;
        }
}
/* line 313, ../src/components/g-h01/style.scss */
nav#main-nav ul li ul {
    position: absolute;
    left: -999em;
    top: 45px;
    width: 100%;
    z-index: 9999;
    background: rgba(196, 18, 48, 0.90);
    background: #c41230\0;
    border-top: 2px solid #fff;
    border-radius: 0 0 12px 12px;
    /*behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);*/
}

html[lang="nl-be"] nav#main-nav ul li ul,
html[lang="nl-nl"] nav#main-nav ul li ul {
    min-width: 250px;
}

@media (max-width: 767px) {
    nav#main-nav ul li ul {
        z-index: auto;
    }
}

nav#main-nav ul li ul li a, nav#main-nav ul li ul li a:hover {
    border: 0;
}

nav#main-nav ul li ul li {
    text-align: left;
}

nav#main-nav ul li ul.larger {
    width: 220px;
}

nav#main-nav ul li ul.largest {
    width: 240px;
}

nav#main-nav ul li ul.nav-column2 {
    width: 500px;
    padding: 10px 0 0;
}

@media (max-width: 767px) {
    nav#main-nav ul li ul.nav-column2 {
        width: auto;
    }
}

nav#main-nav ul li ul.nav-column2 ol {
    padding: 0;
    margin: 0;
    float: left;
    width: 250px;
}

.lt-ie9 nav#main-nav ul li ul.nav-column2 ol {
    width: 249px;
}

@media (max-width: 767px) {
    nav#main-nav ul li ul.nav-column2 ol {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /* line 313, ../src/components/g-h01/style.scss */
    nav#main-nav ul li ul {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        padding: 0;
        background: rgba(196, 18, 48, 0.90);
    }

        nav#main-nav ul li ul a {
            color: #000;
        }

        nav#main-nav ul li ul.nav-column2 ol {
            float: none;
        }
}
/* line 322, ../src/components/g-h01/style.scss */
nav#main-nav ul li ul > li:after {
    display: none;
}
/* line 325, ../src/components/g-h01/style.scss */
nav#main-nav ul li ul li {
    text-transform: none;
}
    /* line 327, ../src/components/g-h01/style.scss */
    nav#main-nav ul li ul li a {
        font-size: 13px;
        padding: 6px 20px 6px 20px;
        line-height: 16px;
        height: auto;
    }

nav#main-nav ul li ol li a {
    padding-left: 35px;
}

nav#main-nav ul li ul li a.title {
    font-weight: 700;
    padding-left: 20px;
}

/* line 333, ../src/components/g-h01/style.scss */
nav#main-nav ul li ul li a:hover {
    background: #ab192d;
    text-decoration: none;
}
/* line 339, ../src/components/g-h01/style.scss */
nav#main-nav ul li ul li ul {
    top: 0;
}

@media (max-width: 767px) {
    /* line 342, ../src/components/g-h01/style.scss */
    nav#main-nav ul li ul li ul li a {
        padding: 10px 30px;
    }

    nav#main-nav ul li ul li a:hover {
        background: #9e0e26;
        color: #fff;
    }
}
/* line 351, ../src/components/g-h01/style.scss */
nav#main-nav ul li ul li:hover ul {
    left: auto;
    right: -200px;
}

@media (max-width: 767px) {
    /* line 351, ../src/components/g-h01/style.scss */
    nav#main-nav ul li ul li:hover ul {
        right: auto;
    }
}
/* line 368, ../src/components/g-h01/style.scss */
nav#main-nav ul li:hover > ul,
nav#main-nav ul li.touched > ul {
    left: 0;
}

nav#main-nav ul li.last:hover > ul {
    left: auto;
    right: 0;
}
/* line 378, ../src/components/g-h01/style.scss */
#search {
    position: relative;
    overflow: hidden;
}

    #search label {
        position: absolute;
        left: -500px;
    }

#search, .search-keyword {
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    background: #efefef;
    height: 32px;
    padding-top: 4px;
    margin: 10px 0 4px 5px;
    *behavior: url(../js/box-sizing.htc);
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

@media (max-width: 860px) {
    #search, .search-keyword {
        margin-left: 0;
        width: 135px;
    }
}

@media (max-width: 767px) {
    /* line 378, ../src/components/g-h01/style.scss */
    #search {
        width: 96%;
        margin: 0 auto;
        position: relative;
    }

    #global-nav1 .inline.left {
        float: none !important;
    }

        #global-nav1 .inline.left li {
            display: block;
        }
}
/* line 398, ../src/components/g-h01/style.scss */
#search input[type=text] {
    border: none;
    background: none;
    margin-left: 10px;
    width: 190px;
}

html[lang="fr-be"] #search input[type=text] {
    width: 170px;
}

.eu-cookie-notification .close-cookie {
    display: block;
}

@media (max-width: 960px) {
    #search input[type=text] {
        width: 72%;
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    /* line 398, ../src/components/g-h01/style.scss */
    #search input[type=text] {
        width: 91%;
        height: 28px;
    }

    .eu-cookie-notification .close-cookie {
        display: none;
    }
}

@media (max-width: 520px) {
    /* line 398, ../src/components/g-h01/style.scss */
    #search input[type=text] {
        width: 86%;
        height: 28px;
    }
}

@media (max-width: 360px) {
    /* line 398, ../src/components/g-h01/style.scss */
    #search input[type=text] {
        width: 85%;
        height: 28px;
    }
}
/* line 412, ../src/components/g-h01/style.scss */
#search input[type=image] {
    margin-right: 3px;
}

@media (max-width: 767px) {
    /* line 412, ../src/components/g-h01/style.scss */
    #search input[type=image] {
        position: absolute;
        right: 5px;
        top: 4px;
    }
}

/* line 2, ../src/components/g-f01/style.scss */
#main-footer {
    background: #415464;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    /* line 2, ../src/components/g-f01/style.scss */
    #main-footer {
        padding-top: 0;
    }
}
/* line 7, ../src/components/g-f01/style.scss */
#main-footer h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
/* line 13, ../src/components/g-f01/style.scss */
#main-footer .block {
    padding: 20px 10px 60px 5px;
}

@media (max-width: 767px) {
    /* line 13, ../src/components/g-f01/style.scss */
    #main-footer .block {
        padding: 20px;
    }
}
/* line 19, ../src/components/g-f01/style.scss */
#main-footer .block.companies a {
    display: block;
    text-align: center;
}
/* line 24, ../src/components/g-f01/style.scss */
#main-footer .block.companies {
    padding: 0 20px;
    margin: 30px 20px;
    border: 1px dotted #064170;
    border-width: 0 1px;
}

@media (max-width: 767px) {
    /* line 24, ../src/components/g-f01/style.scss */
    #main-footer .block.companies {
        border: none;
        margin: 0;
        padding: 20px;
    }
}
/* line 36, ../src/components/g-f01/style.scss */
#main-footer nav {
    font-size: 11px;
    color: #333;
}

@media (max-width: 767px) {
    /* line 44, ../src/components/g-f01/style.scss */
    #main-footer nav li {
        margin-bottom: 10px;
    }
}
/* line 50, ../src/components/g-f01/style.scss */
#main-footer nav a {
    color: #fff;
    display: block;
    font-size: 15px;
}

@media (max-width: 767px) {
    /* line 50, ../src/components/g-f01/style.scss */
    #main-footer nav a {
        padding: 0;
        border: none;
    }
}
/* line 55, ../src/components/g-f01/style.scss */
#main-footer nav li:first-child {
    border-left: none;
}
/* line 57, ../src/components/g-f01/style.scss */
#main-footer .shadow {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    top: -20px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.footer-links-container ul {
    float: left;
}

@media (max-width: 767px) {
    /* line 57, ../src/components/g-f01/style.scss */
    #main-footer .shadow {
        display: none;
    }

    .footer-links-container ul {
        margin: 0 25px 10px 0;
    }
}

/* line 70, ../src/components/g-f01/style.scss */
ul.row li {
    list-style: none;
}

@media (max-width: 767px) {
    /* line 74, ../src/components/g-f01/style.scss */
    /* line 77, ../src/components/g-f01/style.scss */
    ul.social > li {
        margin: 0 10px;
    }

    #main-footer .block nav li a {
        margin: 0 5px 10px 0;
    }

    .copyright {
        float: left;
        padding: 0 0 20px 20px;
    }

    #main-footer .block {
        padding-top: 0;
    }

        #main-footer .block > h2 {
            margin-bottom: 0;
        }
}
/* line 79, ../src/components/g-f01/style.scss */
#main-footer ul.social > li {
    display: inline-block;
    margin-right: 0;
    padding: 0;
}
/* line 81, ../src/components/g-f01/style.scss */
ul.social > li a {
    text-indent: -999em;
    display: block;
    height: 27px;
    width: 26px;
    background: url(../img/social-sprite.png);
}
    /* line 85, ../src/components/g-f01/style.scss */
    ul.social > li a.fb {
        background-position: 0px 0px;
    }

.footer-links-container h2 {
    color: #ffffff !important;
}

/* line 87, ../src/components/g-f01/style.scss */
ul.social > li a.tw {
    background-position: -39px 0px;
}

/* line 89, ../src/components/g-f01/style.scss */
ul.social > li a.li {
    background-position: -75px 0px;
}
/* line 91, ../src/components/g-f01/style.scss*/
ul.social > li a.gp {
    background-position: -112px 0px;
}

/* line 93, ../src/components/g-f01/style.scss */
ul.social > li a.yt {
    background-position: -151px 0px;
}

ul.social > li a.social-icon {
    background-position: -188px 0px;
}


/*.wrapper-breadcrumbs-social > div,*/ .breadcrumbs-wrapper {
    float: left !important;
}

.social-networks {
    float: right !important;
}

.social-btn-bar {
    text-align: center;
}

    .social-btn-bar > div, .btns-utility > div {
        float: left;
        margin-right: 14px;
    }

    .social-btn-bar .btns-utility {
        float: right;
    }

        .social-btn-bar .btns-utility div {
            margin: 0 0 0 3px;
        }

    .social-btn-bar .ss-twitter {
        margin: 0;
    }

        .social-btn-bar .ss-twitter > iframe {
            width: 95px !important;
        }

    .social-btn-bar #divLinkedin .IN-right {
        margin-right: 0 !important;
    }

/* line 98, ../src/components/g-f01/style.scss */
#nav-main-button, #global-nav-button {
    display: none;
    /*position: fixed;
  top: 10px;
  */
    background: #f4f4f4;
    height: 38px;
    width: 44px;
    z-index: 1000;
    color: #808080;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

@media (max-width: 767px) {
    /* line 98, ../src/components/g-f01/style.scss */
    #nav-main-button img {
        margin-top: 4px;
    }

    #nav-main-button, #global-nav-button {
        display: block;
        z-index: 1001;
    }
}

/* line 118, ../src/components/g-f01/style.scss */
.nav-open #nav-main-button,
.global-nav-open #global-nav-button {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.25);
}

/* line 122, ../src/components/g-f01/style.scss */
#nav-main-button {
    margin-left: 20px;
    margin-top: 10px;
}

/* line 125, ../src/components/g-f01/style.scss */
#global-nav-button {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

span#global-nav-button:after {
    content: "\f124";
    font-family: FontAwesome;
}

@media (min-width: 768px) {
    #global-nav-button {
        display: none;
    }

    span#global-nav-button:after {
        content: "";
    }
}

.lt-ie9 #global-nav-button {
    display: none;
}

.lt-ie9 span#global-nav-button:after {
    content: "";
}

/* line 1, ../src/components/hero/style.scss */
section#hero {
    /*min-height: 675px;*/
    border-bottom: 1px solid #fff;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.desc-box {
    color: #666;
    font-size: 18px;
    margin: auto;
    text-align: left;
    line-height: normal;
}

    .desc-box p {
        font-size: 18px;
    }

@media (max-width: 767px) {
    /* line 1, ../src/components/hero/style.scss */
    section#hero {
        padding-top: 27px;
    }

    .desc-box {
        padding: 10px 0;
        width: 96%;
    }

    .home section#hero {
        padding-top: 0px;
    }

    #nav-main-button {
        height: 38px;
        padding-top: 2px;
    }
}
/* line 15, ../src/components/hero/style.scss */
section#hero .background {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -800px;
    height: 100%;
    width: 1600px;
}
    /* line 22, ../src/components/hero/style.scss */
    section#hero .background img {
        height: 100%;
    }
/* line 27, ../src/components/hero/style.scss */
section#hero h1 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
    margin: 100px 0;
}

@media (max-width: 767px) {
    /* line 27, ../src/components/hero/style.scss */
    section#hero h1 {
        margin: 20px;
    }
}
/* line 37, ../src/components/hero/style.scss */
section#hero h1 em {
    font-style: normal;
    font-size: 44px;
}
/* line 41, ../src/components/hero/style.scss */
section#hero h1 sup {
    position: relative;
    top: -20px;
    left: -3px;
    font-size: 15px;
    font-family: sans-serif;
}
/* line 49, ../src/components/hero/style.scss */
section#hero .callout {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/box-sizing.htc);
}

@media (max-width: 767px) {
    /* line 49, ../src/components/hero/style.scss */
    section#hero .callout {
        padding: 0;
        margin: 20px;
    }
}
/* line 59, ../src/components/hero/style.scss */
section#hero .callout h2 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    position: relative;
    z-index: 5;
}
    /* line 70, ../src/components/hero/style.scss */
    section#hero .callout h2 .orange {
        color: #f4733c;
    }
    /* line 73, ../src/components/hero/style.scss */
    section#hero .callout h2 .green {
        color: #63a342;
    }
/* line 77, ../src/components/hero/style.scss */
section#hero .callout .callout-content {
    position: relative;
    z-index: 5;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 20px 30px;
}
/* line 83, ../src/components/hero/style.scss */
section#hero .callout.looking-job {
    z-index: 6;
}
    /* line 85, ../src/components/hero/style.scss */
    section#hero .callout.looking-job h2 {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    /* line 88, ../src/components/hero/style.scss */
    section#hero .callout.looking-job .callout-content {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    /* line 110, ../src/components/hero/style.scss */
    section#hero .callout.looking-job .fake-select.open li ul {
        bottom: auto;
        top: 30px;
    }
/* line 119, ../src/components/hero/style.scss */
section#hero .callout.looking-hire h2 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 122, ../src/components/hero/style.scss */
section#hero .callout.looking-hire .callout-content {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 144, ../src/components/hero/style.scss */
section#hero .callout.looking-hire .fake-select.open li ul {
    bottom: auto;
    top: 30px;
}
/* line 153, ../src/components/hero/style.scss */
.home .promo-box {
    margin: 0 5px 20px;
}

.promo-box {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 3px solid #000;
    margin: 0 0 20px;
    padding: 0px 15px 15px;
    overflow: hidden;
    -moz-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2) inset;
    border-radius: 0 0 8px 8px;
}

.promo-box-no-border {
    background: #fff;
    margin: 0 0 20px;
    padding: 0px 15px 15px;
    overflow: hidden;
}

.lt-ie9 .left-rail .promo-box {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: url(/_res/ags/allegisgroups/img/col-bg-196.jpg) no-repeat bottom;
    width: 196px;
}

.lt-ie9 .right-rail .promo-box-inner {
    background: url(/_res/ags/allegisgroups/img/col-bg-235-interior.jpg) repeat-y 0 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 1px 20px;
}

.lt-ie9 .right-rail .promo-box.blog {
    padding: 0;
    width: 235px;
}

.lt-ie9 .right-rail .promo-box {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: url(/_res/ags/allegisgroups/img/col-bg-235.jpg) no-repeat bottom;
    width: 205px;
}

    .lt-ie9 .right-rail .promo-box nav {
        z-index: 1;
        position: relative;
    }

.lt-ie9 .whitepaper-outer {
    background: url(/_res/ags/allegisgroups/img/col-bg-235-inner.png) repeat-y 0 0;
}

.lt-ie9 .home .large-8 .promo-box {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: url(/_res/ags/allegisgroups/img/col-bg-303.jpg) no-repeat bottom;
    width: 273px;
}

.lt-ie9 .home .promo-box.newsletter-signup-container {
    z-index: -1;
}

.lt-ie9 .home .large-16 .promo-box {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: url(/_res/ags/allegisgroups/img/col-bg-617.jpg) no-repeat bottom;
    width: 587px;
}

.lt-ie9 .large-13 .promo-box {
    background: url(/_res/ags/allegisgroups/img/col-bg-483.jpg) no-repeat bottom;
    border-width: 3px 0 0;
}

.lt-ie9 .large-13 .promo-box-inner {
    background: url(/_res/ags/allegisgroups/img/col-bg-483-inner.jpg) repeat-y 0 0;
    margin-bottom: 13px;
}

.lt-ie9 .accordion dd {
    border: 1px solid #d3d3d3;
    border-width: 1px 0 0;
}

    .lt-ie9 .accordion dd:first-child {
        border: none;
    }

.promo-box .leadership-listing span {
    padding-left: 25px;
}

.promo-box span a, .promo-box-no-border span a {
    color: #021a32;
    text-decoration: underline;
    margin: 0;
}

@media (min-width: 769px) {
    .home .promo-box {
        min-height: 249px;
    }
}

.lt-ie9 .home .promo-box {
    min-height: 249px;
}

.home .find-local-office img {
    margin-top: 10px;
}

.home .promo-box.promo-box-min.newsletter-signup-container {
    padding: 10px 15px 0;
}

.home .promo-box.promo-box-min.newsletter-signup-container, .home .promo-box.find-local-office {
    overflow: initial;
}

.home .promo-box.promo-box-min nav#right-nav, .promo-box.newsletter-signup #right-nav {
    font-size: 0%;
    line-height: normal;
}

.promo-box.newsletter-signup {
    padding: 0;
}

.home .promo-box .description {
    width: auto;
    margin: 0 0 10px;
}

.home .blog-image {
    width: 35%;
    padding: 0 .75em .25em 0;
}

    .home .blog-image img {
        margin: 0 10px 0 0;
    }

h4.promo-box-title a {
    font-size: 18px;
    color: #021a32;
    font-weight: normal;
    font-weight: 500;
}

h6.promo-box-title a {
    font-size: 16px;
    font-weight: 700;
    color: #021a32;
}

.signup-button.left {
    margin: 0;
}

.red-color {
    color: #9e0e26;
}

.event-listing {
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
}

h6.promo-box-title {
    padding-top: 20px;
}

.box-title {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 12px;
    text-align: left;
    color: #000;
    font-weight: 500;
}

.home .box-title {
    font-size: 16px;
    font-weight: bold;
}

/* line 161, ../src/components/hero/style.scss */
section#hero .promo-box.job-search {
    margin-left: 0;
}

@media (max-width: 767px) {
    /* line 161, ../src/components/hero/style.scss */
    section#hero .promo-box.job-search {
        margin: 0 20px 20px;
    }
}
/* line 166, ../src/components/hero/style.scss */
section#hero .promo-box.job-search .search-contain {
    padding-right: 40px;
    position: relative;
    margin: 0 0 10px;
}
    /* line 170, ../src/components/hero/style.scss */
    section#hero .promo-box.job-search .search-contain input[type=image] {
        position: absolute;
        right: 0;
        top: 0;
    }
/* line 175, ../src/components/hero/style.scss */
section#hero .promo-box.info-tabs {
    border-color: #0a4f88;
    position: relative;
    padding: 39px 0 0;
    min-height: 201px;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* line 175, ../src/components/hero/style.scss */
    section#hero .promo-box.info-tabs {
        margin: 0 20px 20px;
    }
}
/* line 184, ../src/components/hero/style.scss */
section#hero .promo-box.info-tabs h2 {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px 0 10px 15px;
    cursor: pointer;
}
    /* line 195, ../src/components/hero/style.scss */
    section#hero .promo-box.info-tabs h2:first-child {
        right: auto;
        left: 0;
    }
    /* line 200, ../src/components/hero/style.scss */
    section#hero .promo-box.info-tabs h2.active {
        cursor: default;
    }
/* line 208, ../src/components/hero/style.scss */
section#hero .promo-box.info-tabs .tab-content {
    background: #fff;
    padding: 15px;
    display: none;
    opacity: 0;
    position: relative;
    z-index: 2;
}
    /* line 216, ../src/components/hero/style.scss */
    section#hero .promo-box.info-tabs .tab-content.active {
        display: block;
        opacity: 1;
    }
/* line 221, ../src/components/hero/style.scss */
section#hero .promo-box.highlights {
    border-color: #5a9940;
    margin-right: 0;
}

@media (max-width: 767px) {
    /* line 221, ../src/components/hero/style.scss */
    section#hero .promo-box.highlights {
        margin: 0 20px 20px;
    }
}
/* line 228, ../src/components/hero/style.scss */
section#hero .promo-box h2 {
    color: #0a4f88;
    font-size: 16px;
    text-transform: uppercase;
}
/* line 233, ../src/components/hero/style.scss */
section#hero .promo-box h3 {
    font-size: 12px;
    line-height: 1;
    margin: 0;
}
    /* line 237, ../src/components/hero/style.scss */
    section#hero .promo-box h3 a {
        color: #5a9940;
        font-weight: bold;
    }
/* line 243, ../src/components/hero/style.scss */
section#hero .promo-box p {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.3;
}
/* line 248, ../src/components/hero/style.scss */
section#hero .promo-box .meta {
    display: block;
    color: #aaa;
    font-size: 11px;
    margin: 2px 0 0;
    line-height: 1;
}

/* line 259, ../src/components/hero/style.scss */
.lt-ie9 section#hero .promo-box.info-tabs h2 {
    background: #ddd;
}
    /* line 260, ../src/components/hero/style.scss */
    .lt-ie9 section#hero .promo-box.info-tabs h2.active {
        background: #fff;
    }

/* line 262, ../src/components/hero/style.scss */
.shadow-contain {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 40px;
}

    /* line 271, ../src/components/hero/style.scss */
    .shadow-contain.right {
        left: auto;
        right: 0;
    }

/* line 276, ../src/components/hero/style.scss */
.accent:before, .accent:after {
    position: absolute;
    z-index: -1;
    content: "";
}

/* line 282, ../src/components/hero/style.scss */
.accent {
    margin: 0;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200px;
}

/* line 291, ../src/components/hero/style.scss */
.right .accent {
    left: auto;
    right: -200px;
}

/* line 296, ../src/components/hero/style.scss */
.accent:before,
.accent:after {
    top: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 20%/100%;
    -webkit-border-radius: 20%/100%;
    border-radius: 20%/100%;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15);
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

/* line 305, ../src/components/hero/style.scss */
.accent:before {
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
}

/* ---- Left Nav ---- */
/* line 2, ../src/components/g-n01/style.scss */
@media (max-width: 767px) {
    /* line 2, ../src/components/g-n01/style.scss */
    .left-rail {
        display: none;
    }
}
/* line 7, ../src/components/g-n01/style.scss */
#left-nav {
    padding-bottom: 20px;
}

    #left-nav a:active, #left-nav a:focus {
        outline: 0;
    }

    /* line 8, ../src/components/g-n01/style.scss */
    #left-nav ul, #left-nav li, #right-nav ul, #right-nav li {
        list-style: none;
        margin: 0 0 3px;
        padding: 0;
        zoom: 1;
        font-size: 13px;
        line-height: 17px;
    }
        /* line 16, ../src/components/g-n01/style.scss */
        #left-nav ul li a, #right-nav ul li a {
            font-weight: normal;
            display: block;
            font-size: 12px;
            text-decoration: none;
            text-align: left;
            padding: 4px 5px 4px 0;
            color: #000;
        }

#right-nav li {
    margin-bottom: 8px;
}
/* line 24, ../src/components/g-n01/style.scss */

/* line 29, ../src/components/g-n01/style.scss */
#left-nav li {
    margin: 0;
}

#left-nav ul li.active-trail > a {
    background:;
}

#left-nav ul li a.active {
    background: #CCC9C9;
}

/* line 31, ../src/components/g-n01/style.scss */
#left-nav ul li.active-trail a {
    font-weight: bold;
}
/* line 35, ../src/components/g-n01/style.scss */
#left-nav ul li.active-trail ul {
    padding: 0;
    margin: 0;
}
    /* line 38, ../src/components/g-n01/style.scss */
    #left-nav ul li.active-trail ul li.active-trail {
        background: none;
    }

        #left-nav ul li.active-trail ul li.active-trail a.active-trail {
            font-weight: bold;
        }
        /* line 43, ../src/components/g-n01/style.scss */
        #left-nav ul li.active-trail ul li.active-trail ul li a {
            background: #CCC9C9;
            color: #fff;
        }
            /* line 46, ../src/components/g-n01/style.scss */
            #left-nav ul li.active-trail ul li.active-trail ul li a:hover {
                color: #19467f;
            }
        /* line 52, ../src/components/g-n01/style.scss */
        #left-nav ul li.active-trail ul li.active-trail ul li.active-trail a {
            background: #b7b4b4;
        }
    /* line 61, ../src/components/g-n01/style.scss */
    #left-nav ul li.active-trail ul li a {
        font-size: 11px;
        font-weight: normal;
        padding: 5px 10px 2px 0px;
    }
        /* line 65, ../src/components/g-n01/style.scss */
        #left-nav ul li.active-trail ul li a:hover {
        }

/* ---- Breadcrumbs ---- */
/* line 3, ../src/components/g-bc01/style.scss */
#breadcrumbs, #breadcrumbs li, #breadcrumbs li a {
    margin: 0;
    padding: 0;
    color: #999;
    list-style: none;
    font-weight: normal;
    font-size: 13px;
}

@media (max-width: 767px) {
    /* line 3, ../src/components/g-bc01/style.scss */
    #breadcrumbs, #breadcrumbs li, #breadcrumbs li a {
        font-size: 12px;
    }
}

/* line 14, ../src/components/g-bc01/style.scss */
#breadcrumbs {
    height: 23px;
}

@media (max-width: 767px) {
    /* line 14, ../src/components/g-bc01/style.scss */
    #breadcrumbs {
        zoom: 1;
        height: auto;
        float: none;
        display: block;
    }
        /* line 55, ../src/scss/utility.scss */

        #breadcrumbs:before, #breadcrumbs:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }
        /* line 61, ../src/scss/utility.scss */
        #breadcrumbs:after {
            clear: both;
        }
}

/* line 23, ../src/components/g-bc01/style.scss */
#breadcrumbs li {
    float: left;
    background: transparent url(../img/breadcrumb.gif) 0 5px no-repeat;
    padding: 0 7px 0 9px;
}

    /* line 28, ../src/components/g-bc01/style.scss */
    #breadcrumbs li.fc {
        background: transparent none;
        padding-left: 0;
    }

    /* line 32, ../src/components/g-bc01/style.scss */
    #breadcrumbs li a {
        text-decoration: underline;
    }

        /* line 35, ../src/components/g-bc01/style.scss */
        #breadcrumbs li a:hover {
            color: #705b48;
            text-decoration: none;
        }

/* line 1, ../src/components/c-in02/style.scss */
.c-in02-search {
    zoom: 1;
    padding: 7px 12px;
    position: relative;
}
    /* line 55, ../src/scss/utility.scss */
    .c-in02-search:before, .c-in02-search:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

.results-view-sitemap {
    margin: 0 0 0 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
}

/* line 61, ../src/scss/utility.scss */
.c-in02-search:after {
    clear: both;
}

@media (max-width: 525px) {
    /* line 1, ../src/components/c-in02/style.scss */
    .c-in02-search {
        padding-right: 125px;
    }
}
/* line 18, ../src/components/c-in02/style.scss */
.c-in02-search label {
    display: inline-block;
    font-weight: 15px;
    color: #999;
    vertical-align: top;
    padding: 5px 5px 0 0;
}

@media (max-width: 525px) {
    /* line 18, ../src/components/c-in02/style.scss */
    .c-in02-search label {
        display: none;
    }
}
/* line 28, ../src/components/c-in02/style.scss */
.c-in02-search input[type=search] {
    width: 35%;
    margin-bottom: 0;
}

.account-search input {
    width: 40%;
    display: inline-block;
}

@media (max-width: 820px) {
    /* line 28, ../src/components/c-in02/style.scss */
    .c-in02-search input[type=search] {
        width: 35%;
    }
}

@media (max-width: 525px) {
    /* line 28, ../src/components/c-in02/style.scss */
    .c-in02-search input[type=search] {
        width: 100%;
    }
}
/* line 39, ../src/components/c-in02/style.scss */
.c-in02-search ul.inline {
    float: right;
}
/* line 42, ../src/components/c-in02/style.scss */
.c-in02-search .search-button {
    border-right: 1px solid #000;
    padding: 0 5px 0 30px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

@media (max-width: 525px) {
    /* line 42, ../src/components/c-in02/style.scss */
    .c-in02-search .search-button {
        position: absolute;
        right: 8px;
        top: 6px;
    }
}
/* line 50, ../src/components/c-in02/style.scss */
.c-in02-search .site-map {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 0 5px;
    font-size: 12px;
}

@media (max-width: 525px) {
    /* line 50, ../src/components/c-in02/style.scss */
    .c-in02-search .site-map {
        display: none;
    }
}

/* line 1, ../src/components/c-in03/style.scss */
.search-results-info {
    padding: 10px 0;
    margin-top: 20px;
}

    .search-results-info span {
        font-size: 12px;
    }

.search-results-next {
    font-weight: 700;
    font-size: 13px;
}

/* line 5, ../src/components/c-in03/style.scss */
.search-results-info .inline {
    float: right;
}

/*
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, ../src/components/modal/style.scss */
.clearfix {
    *zoom: 1;
}

    /* line 14, ../src/components/modal/style.scss */
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    /* line 19, ../src/components/modal/style.scss */
    .clearfix:after {
        clear: both;
    }

/* line 22, ../src/components/modal/style.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 29, ../src/components/modal/style.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 37, ../src/components/modal/style.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    /* line 46, ../src/components/modal/style.scss */
    .modal-backdrop.fade {
        opacity: 0;
    }

        /* line 50, ../src/components/modal/style.scss */
        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.55;
            filter: alpha(opacity=80);
        }

/* line 54, ../src/components/modal/style.scss */
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

@media (max-width: 561px) {
    /* line 54, ../src/components/modal/style.scss */
    .modal {
        margin-left: -47%;
        max-width: 94%;
    }
}
/* line 81, ../src/components/modal/style.scss */
.modal .btn.btn-primary, .modal a.btn.btn-primary {
    background-image: none;
    background-color: #65a947;
    color: #fff;
    border: none;
    -webkit-box-shadow: inset -1px -1px 0 #61a244;
    -moz-box-shadow: inset -1px -1px 0 #61a244;
    box-shadow: inset -1px -1px 0 #61a244;
    text-shadow: none;
}
    /* line 89, ../src/components/modal/style.scss */
    .modal .btn.btn-primary:hover, .modal a.btn.btn-primary:hover {
        background-color: #5d9c41;
    }

/* line 94, ../src/components/modal/style.scss */
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

    /* line 101, ../src/components/modal/style.scss */
    .modal.fade.in {
        top: 10%;
    }

/* line 104, ../src/components/modal/style.scss */
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    /* line 108, ../src/components/modal/style.scss */
    .modal-header .close {
        margin-top: 2px;
        top: 0px;
        right: 0px;
    }

    /* line 113, ../src/components/modal/style.scss */
    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

/* line 117, ../src/components/modal/style.scss */
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

/* line 123, ../src/components/modal/style.scss */
.modal-form {
    margin-bottom: 0;
}

/* line 126, ../src/components/modal/style.scss */
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    /* line 141, ../src/components/modal/style.scss */
    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    /* line 146, ../src/components/modal/style.scss */
    .modal-footer:after {
        clear: both;
    }

    /* line 149, ../src/components/modal/style.scss */
    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    /* line 153, ../src/components/modal/style.scss */
    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    /* line 156, ../src/components/modal/style.scss */
    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

/* line 1, ../src/components/g-st01/style.scss */
#share {
    float: right;
    margin: 0;
    padding: 0;
}

#shares li span {
    height: 32px;
    width: 32px;
    display: inline-block;
}

#shares .linkedin {
    background: url(../img/linkedin_32.png);
}

#shares .facebook {
    background: url(../img/facebook_32.png);
}

#shares .googleplus {
    background: url(../img/googleplus_32.png);
}

#shares .twitter {
    background: url(../img/twitter_32.png);
}

#shares .email {
    background: url(../img/email_32.png);
}

#share a {
    display: block;
    overflow: hidden;
}

#share img {
    display: block;
}

@media (max-width: 767px) {
    /* line 1, ../src/components/g-st01/style.scss */
    #share {
        zoom: 1;
        float: none;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
        /* line 55, ../src/scss/utility.scss */
        #share:before, #share:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }
        /* line 61, ../src/scss/utility.scss */
        #share:after {
            clear: both;
        }
        /* line 11, ../src/components/g-st01/style.scss */
        #share .icon-print {
            display: none;
        }
}
/* line 15, ../src/components/g-st01/style.scss */
#share li {
    display: inline-block;
    margin: 0;
}
    /* line 18, ../src/components/g-st01/style.scss */
    #share li a {
        text-decoration: none;
        font-size: 16px;
    }
        /* line 22, ../src/components/g-st01/style.scss */
        #share li a:hover {
            color: #00315e;
        }

@media (max-width: 767px) {
    /* line 18, ../src/components/g-st01/style.scss */
    #share li a {
        margin: 0 5px;
    }

    .icon-rss:before {
        padding: 4px 2px 2px;
    }
}

}

/* line 35, ../src/scss/style.scss */
section#main-content {
    min-height: 100px;
    padding: 15px 10px;
}

.interior section#main-content {
    padding-top: 0;
}

@media (max-width: 767px) {
    /* line 35, ../src/scss/style.scss */
    section#main-content {
        padding-top: 15px;
    }
}

/* line 115, ../src/scss/style.scss */
ul.fake-select {
    padding: 0;
    margin: 0;
}
    /* line 117, ../src/scss/style.scss */
    ul.fake-select li {
        display: block;
        cursor: pointer;
        position: relative;
        border: 1px solid #bcbcbc;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        color: #333;
        text-transform: uppercase;
        font-size: 11px;
        background: #fafafa url(../img/bg-select-1.png) 100% 0 no-repeat;
        -webkit-box-shadow: inset -1px -1px 0px white;
        -moz-box-shadow: inset -1px -1px 0px white;
        box-shadow: inset -1px -1px 0px white;
    }
        /* line 129, ../src/scss/style.scss */
        ul.fake-select li ul {
            margin: 0;
            position: absolute;
            display: none;
            left: -999em;
            top: 0;
            width: 100%;
            border: 1px solid #bcbcbc;
            z-index: 100;
        }
            /* line 137, ../src/scss/style.scss */
            ul.fake-select li ul li {
                border: none;
                height: auto;
                line-height: 1.2;
                text-transform: none;
                background: #fff;
                padding: 0;
            }
                /* line 144, ../src/scss/style.scss */
                ul.fake-select li ul li a {
                    display: block;
                    padding: 10px;
                }
                    /* line 147, ../src/scss/style.scss */
                    ul.fake-select li ul li a:hover {
                        background: #f1f1f1;
                        text-decoration: none;
                    }
        /* line 154, ../src/scss/style.scss */
        ul.fake-select li:hover {
            background-position: 100% -40px;
        }
    /* line 158, ../src/scss/style.scss */
    ul.fake-select.open li ul {
        left: -1px;
        top: 30px;
        display: block;
        overflow: auto;
        max-height: 210px;
    }

#main-footer ul.fake-select.open li ul {
    top: auto;
    bottom: 30px;
}
/* line 164, ../src/scss/style.scss */
.inner {
    padding: 10px 12px;
}
    /* line 166, ../src/scss/style.scss */
    .inner a, #main-content a {
        color: #021a32;
        text-decoration: underline;
    }
        /* line 170, ../src/scss/style.scss */
        .inner a:hover, #main-content a:hover {
            text-decoration: none;
        }
        /* line 175, ../src/scss/style.scss */
        .inner a.btn {
            color: #19466B;
            text-decoration: none;
        }

/* line 180, ../src/scss/style.scss */
.large-18 .inner {
    padding-left: 0;
}

@media (max-width: 767px) {
    /* line 180, ../src/scss/style.scss */
    .large-18 .inner {
        padding-left: 20px;
    }
}

/* line 186, ../src/scss/style.scss */
.left-rail {
    padding-right: 1px;
}

    .left-rail .promo-box {
        padding: 15px 0 0 0;
    }

        .left-rail .promo-box #left-nav ul li a {
            padding-left: 15px;
            font-size: 13px;
        }

        .left-rail .promo-box #left-nav ul ul li a {
            padding-left: 25px;
        }

@media (max-width: 767px) {
    /* line 186, ../src/scss/style.scss */
    .left-rail {
        min-height: 0;
        background: none;
        padding: 0;
    }
}

/* line 196, ../src/scss/style.scss */
.right-rail {
    padding: 0;
}

@media (max-width: 767px) {
    /* line 196, ../src/scss/style.scss */
    .right-rail {
        min-height: 0;
        background: none;
        padding: 0;
    }
}
/* line 205, ../src/scss/style.scss */
.right-rail aside {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    /* line 205, ../src/scss/style.scss */
    .right-rail aside {
        padding: 0 20px;
    }
}
/* line 210, ../src/scss/style.scss */
.right-rail aside h1, .right-rail aside h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #19467F;
}
/* line 216, ../src/scss/style.scss */
.right-rail aside > a {
    display: block;
}
/* line 218, ../src/scss/style.scss */
.right-rail aside a h1, .right-rail aside a h2 {
    text-transform: uppercase;
    font-size: 14px;
}
    /* line 222, ../src/scss/style.scss */
    .right-rail aside a h1.blue, .right-rail aside a h2.blue {
        color: #19467F;
    }

.right-rail h1.green, .right-rail h2.green, .right-rail .green {
    color: #69913B;
}
/* line 229, ../src/scss/style.scss */
.right-rail aside a p {
    color: #666;
}
/* line 232, ../src/scss/style.scss */
.right-rail aside a span.more {
    color: #557F96;
    text-decoration: underline;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin-right: 15px;
    position: relative;
}

    .right-rail aside a span.more.green {
        color: #69913B;
    }
    /* line 238, ../src/scss/style.scss */
    .right-rail aside a span.more:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        right: -15px;
        top: 1px;
        color: #999;
        font-size: 11px;
    }
/* line 243, ../src/scss/style.scss */
.right-rail aside a:hover {
    text-decoration: none;
}
    /* line 245, ../src/scss/style.scss */
    .right-rail aside a:hover h1, .right-rail aside a:hover h2, .right-rail aside a:hover p {
        text-decoration: none;
    }
    /* line 246, ../src/scss/style.scss */
    .right-rail aside a:hover span.more {
        color: #19466B;
        font-weight: bold;
        text-decoration: underline;
    }

        .right-rail aside a:hover span.more.green {
            color: #69913B;
        }

/* line 255, ../src/scss/style.scss */
aside.calculator a.btn {
    margin-top: 20px;
}

/* line 265, ../src/scss/style.scss */
#sharethis {
    float: right;
    margin: 3px 0;
    font-size: 14px;
    cursor: pointer;
}

/* line 273, ../src/scss/style.scss */
span.sharethis {
    font-size: 10px !important;
    color: #696969;
}

/* line 279, ../src/scss/style.scss */
.print {
    display: inline-block;
    float: right;
    margin: 3px 0 0 7px;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 1000px) {
    /* line 279, ../src/scss/style.scss */
    .print {
        display: none;
    }
}

/* line 289, ../src/scss/style.scss */
.listing {
    list-style: none;
    margin: 0 0 20px;
}

.leadership-listing .listing li {
    margin: 0;
}
/* line 292, ../src/scss/style.scss */
.listing li {
    list-style: none;
    margin: 30px 0 0;
}

.events-listing .listing li {
    margin: 0;
    overflow: hidden;
}

.listing li p {
    margin-bottom: 0;
}

/* line 296, ../src/scss/style.scss */
#main-content .listing h2 a {
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.article-title {
    display: block;
}

    .article-title a {
        text-transform: none;
        font-size: 16px;
        text-decoration: none;
        font-weight: 700;
    }

p.feature-desc {
    font-size: 18px;
    color: #666;
    line-height: 23px;
    padding-top: 10px;
}
/* line 305, ../src/scss/style.scss */
.events-listing h2.toggle {
    padding: 10px 0;
    cursor: pointer;
    margin: 0;
}

.ajax-load {
    background: transparent url('/_res/ags/allegisgroups/img/ajax-loader.gif') no-repeat center center;
    height: 215px;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #d0d3d4;
}

#main-content .accordion dd > a, .inner .accordion-navigation > a, .accordion dd > a {
    color: #000;
    padding: 16px;
    padding: 1rem;
    display: block;
    font-size: 13px;
    font-size: .813rem;
    text-decoration: none;
    font-weight: 900;
}

    .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #d0d3d4;
    }

.accordion .accordion-navigation > .content, .accordion dd > .content {
    display: none;
    padding: 11px 17px;
    padding: 0.9375em 1.4167rem;
}

    .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
    }

.accordion .accordion-navigation .icon-caret-down {
    display: block;
    line-height: 20px;
}

    .accordion .accordion-navigation .icon-caret-down:before {
        display: block;
        float: left;
        padding: 0 10px 0 0;
        font-family: FontAwesome;
        font-size: 25px;
        color: #323e48;
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
    }

.accordion .accordion-navigation.active .icon-caret-down:before {
    color: #c41230;
    padding: 0 0 0 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}
/*.lt-ie9 .accordion .accordion-navigation.active > a:before {padding:0 10px 0 0;}*/
.lt-ie9 .accordion .accordion-navigation.active i:before {
    content: "\f0d8";
    padding: 0 10px 0 0;
}

.accordion dd {
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
}

.promo-box.accordion-wrapper {
    padding: 0;
}

#main-content .inner .accordion .article-title a {
    text-decoration: none;
}

.article-new {
    text-transform: uppercase;
    color: #4a5b69;
}

/* line 321, ../src/scss/style.scss */
a[rel=tel] {
    border-bottom: 0;
    color: #666;
    text-decoration: none;
    font-weight: 400;
}

@media (max-width: 767px) {
    /* line 321, ../src/scss/style.scss */
    a[rel=tel] {
        color: #69913B;
        font-weight: bold;
        text-decoration: underline;
        display: block;
        margin-top: 15px;
    }
}

/* line 331, ../src/scss/style.scss */
aside.media-contact {
    padding: 0 20px;
}

@media (max-width: 767px) {
    /* line 331, ../src/scss/style.scss */
    aside.media-contact {
        padding: 0;
    }
}
/* line 336, ../src/scss/style.scss */
aside.media-contact h1 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

/* line 344, ../src/scss/style.scss */
.press-release-listing li {
    margin: 0 0 20px;
}
/* line 347, ../src/scss/style.scss */
.press-release-listing h2 {
    margin-top: 0;
    line-height: 1;
}
    /* line 351, ../src/scss/style.scss */
    .press-release-listing h2 a {
        font-size: 12px;
        color: #639EC7;
    }
        /* line 355, ../src/scss/style.scss */
        .press-release-listing h2 a:hover {
            color: #3185B8;
        }

/* line 361, ../src/scss/style.scss */
.leadership-listing li {
    position: relative;
}
    /* line 363, ../src/scss/style.scss */
    .leadership-listing li:after {
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #333;
        margin: 0;
        position: absolute;
        left: 10px;
        top: 15px;
    }

.insight-area .tab-title {
    padding-left: 2%;
    color: #000;
}

    .insight-area .tab-title.active {
        color: #323e48;
    }

/* line 376, ../src/scss/style.scss */
.leadership-listing li h2.toggle {
    color: #19466B;
    font-size: 15px;
    background: none;
    padding: 10px 30px 10px 10px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin: 0;
    zoom: 1;
}

.leadership-listing li.open h2.toggle {
    background: #d0d3d4;
}
/* line 385, ../src/scss/style.scss */
.leadership-listing li h2.toggle:hover {
    background: #eeeff1;
}
/* line 55, ../src/scss/utility.scss */
.leadership-listing li h2.toggle:before, .leadership-listing li h2.toggle:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 61, ../src/scss/utility.scss */
.leadership-listing li h2.toggle:after {
    clear: both;
}
/* line 389, ../src/scss/style.scss */
.leadership-listing li h2.toggle span {
    display: block;
    float: left;
}
    /* line 390, ../src/scss/style.scss */
    .leadership-listing li h2.toggle span.name {
        width: auto;
        border-right: 1px solid #999;
        padding-right: 15px;
        color: #000;
        font-weight: 700;
        font-size: 13px;
    }
    /* line 393, ../src/scss/style.scss */
    .leadership-listing li h2.toggle span.title {
        width: 52%;
        padding-left: 3%;
        font-size: 12px;
        color: #333;
    }
/* line 403, ../src/scss/style.scss */
.leadership-listing li img {
    margin: 8px 20px 4px 0;
}
/* line 406, ../src/scss/style.scss */
.leadership-listing li .toggled {
    padding: 15px;
    overflow: hidden;
}
/* line 413, ../src/scss/style.scss */
.leadership-listing li:last-child {
    border-bottom: 1px solid #ccc;
}
/* line 417, ../src/scss/style.scss */
.leadership-listing li.open:after {
    border-bottom: 12px solid #993333;
    border-top-width: 0px;
}

/* line 429, ../src/scss/style.scss */
.search-results-listing {
    list-style-type: decimal;
    padding-left: 20px;
}
    /* line 432, ../src/scss/style.scss */
    .search-results-listing li {
        list-style-type: decimal;
        line-height: 1.3em;
    }
        /* line 435, ../src/scss/style.scss */
        .search-results-listing li h3 {
            font-weight: 700;
            font-size: 13px;
            margin: 0;
        }
            /* line 439, ../src/scss/style.scss */
            .search-results-listing li h3 a {
                color: #021a32;
            }
        /* line 443, ../src/scss/style.scss */
        .search-results-listing li p {
            line-height: 1.5em;
        }

/* line 448, ../src/scss/style.scss */
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    font-size: 14px;
}
    /* line 455, ../src/scss/style.scss */
    .alert.alert-error {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

/* line 461, ../src/scss/style.scss */
.shadow {
    position: relative;
    height: 20px;
    top: -10px;
    margin: 0 0 30px;
    border-radius: 0 0 50% 50%/0 0 20px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}
    /* line 468, ../src/scss/style.scss */
    .shadow:after {
        display: block;
        content: '';
        position: relative;
        z-index: 1;
        padding: 10px;
        background: #fff;
    }

/* line 477, ../src/scss/style.scss */
.jvectormap-label {
    z-index: 10;
}

    /* line 478, ../src/scss/style.scss */
    .jvectormap-label.hide {
        display: none !important;
        visibility: hidden !important;
    }

/* line 479, ../src/scss/style.scss */
/*.jvectormap-zoomin, .jvectormap-zoomout {
  display: none;
}*/

/* line 480, ../src/scss/style.scss */
.popover-placeholder {
    width: 1px;
}

/* line 482, ../src/scss/style.scss */
.popover-content img.left {
    margin: 7px 10px 30px 0;
}

/* line 486, ../src/scss/style.scss */
.popup-content {
    line-height: 1.1;
}
    /* line 488, ../src/scss/style.scss */
    .popup-content img.left {
        margin: 7px 30px 50px 0;
    }

/* line 493, ../src/scss/style.scss */
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    /* line 505, ../src/scss/style.scss */
    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

/* line 513, ../src/scss/style.scss */
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: relative;
    top: -5px;
    right: -5px;
}

/* line 524, ../src/scss/style.scss */
.popup-content {
    display: none;
}

@media (max-width: 767px) {
    /* line 524, ../src/scss/style.scss */
    .popup-content {
        display: block;
    }
}

/* line 531, ../src/scss/style.scss */
.map-container {
    position: relative;
}

/* line 534, ../src/scss/style.scss */
#map-disabled {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    /* line 534, ../src/scss/style.scss */
    #map-disabled {
        display: none;
    }
}

/* line 543, ../src/scss/style.scss */
#map {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    /* line 543, ../src/scss/style.scss */
    #map {
        display: none;
    }
}

@media print {
    /* line 2, ../src/scss/print.scss */
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -ms-filter: none !important;
        filter: none !important;
        box-shadow: none !important;
        border: none !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    iframe {
        display: none !important;
    }

    /* line 14, ../src/scss/print.scss */
    div.insert-class-name {
        display: none;
    }

    /* line 19, ../src/scss/print.scss */
    a,
    a:visited {
        color: #333 !important;
        text-decoration: none;
    }

        /* line 23, ../src/scss/print.scss */
        a[href]:after {
            display: block;
            content: " (link: " attr(href) ")";
        }

    /* line 27, ../src/scss/print.scss */
    abbr[title]:after {
        display: block;
        content: " (link: " attr(title) ")";
    }

    /* line 38, ../src/scss/print.scss */
    pre,
    blockquote {
        page-break-inside: avoid;
    }

    /* line 41, ../src/scss/print.scss */
    thead {
        display: table-header-group;
    }

    /* line 45, ../src/scss/print.scss */
    tr, img {
        page-break-inside: avoid;
    }

    /* line 53, ../src/scss/print.scss */
    p, h2, h3, h4, h5, h6 {
        orphans: 3;
        widows: 3;
    }

    /* line 61, ../src/scss/print.scss */
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    /* line 64, ../src/scss/print.scss */
    ul {
        padding: 0;
    }

    /* line 65, ../src/scss/print.scss */
    body {
        padding: 1em;
    }

    /* line 66, ../src/scss/print.scss */
    .print-logo {
        margin: 10px auto 40px;
        max-width: 1000px;
        font-size: 40px;
        display: block;
        line-height: 1.4em;
    }
        /* line 72, ../src/scss/print.scss */
        .print-logo small {
            display: block;
            font-size: 20px;
        }

    /*hide for print*/
    /* line 79, ../src/scss/print.scss */
    .eu-cookie-notification, .logo, #global-nav, #search,
    .responsive-image + img, #main-nav, #left-nav, #share,
    #breadcrumbs, aside.calculator, .shadow, #hero .background,
    .shadow-contain, #nav-main-button, #global-nav-button {
        display: none !important;
    }

    /*adjustments*/
    /* line 82, ../src/scss/print.scss */
    section#main-content {
        padding: 0 !important;
    }

    /* line 83, ../src/scss/print.scss */
    .column, .columns {
        float: none;
    }

    /* line 84, ../src/scss/print.scss */
    header#main-header {
        height: auto !important;
    }

    /* line 85, ../src/scss/print.scss */
    .inner, .right-rail, .left-rail {
        padding: 0 !important;
        margin: 0 !important;
        min-height: 0 !important;
    }

    /* line 86, ../src/scss/print.scss */
    aside, footer, header, nav {
        padding: 0 !important;
        display: block;
    }

    /* line 87, ../src/scss/print.scss */
    .companies ul {
        list-style: none;
    }

    /* line 88, ../src/scss/print.scss */
    .right-rail aside a span.more {
        display: block;
        text-align: left !important;
    }

    /* line 89, ../src/scss/print.scss */
    #main-footer .block.companies {
        padding: 0;
        margin: 0 0 20px;
    }

        /* line 90, ../src/scss/print.scss */
        #main-footer .block.companies a {
            text-align: left !important;
        }

        /* line 91, ../src/scss/print.scss */
        #main-footer .block.companies li {
            width: auto;
            margin-right: 50px;
        }

    /* line 92, ../src/scss/print.scss */
    ul.fake-select li {
        font-size: 14px;
        height: auto !important;
        padding: 0 !important;
    }

        /* line 93, ../src/scss/print.scss */
        ul.fake-select li a {
            padding: 0 !important;
        }

        /* line 94, ../src/scss/print.scss */
        ul.fake-select li ul {
            position: relative !important;
            left: auto !important;
            bottom: auto !important;
            top: auto !important;
            width: auto !important;
        }

            /* line 96, ../src/scss/print.scss */
            ul.fake-select li ul li a {
                padding: 0 !important;
                margin: 0 0 10px;
            }

    /* line 97, ../src/scss/print.scss */
    section#hero {
        padding: 0 !important;
    }
        /* line 99, ../src/scss/print.scss */
        section#hero h1, section#hero h1 em {
            font-size: 30px;
            text-align: left;
            margin: 0 0 20px;
        }
        /* line 100, ../src/scss/print.scss */
        section#hero .callout {
            margin: 0 0 20px !important;
            padding: 0 !important;
        }
            /* line 102, ../src/scss/print.scss */
            section#hero .callout h2 {
                text-align: left;
                font-size: 20px;
            }
            /* line 106, ../src/scss/print.scss */
            section#hero .callout .callout-content {
                padding: 0;
            }
        /* line 110, ../src/scss/print.scss */
        section#hero .promo-box {
            padding: 0 !important;
            margin: 0 0 20px !important;
        }
            /* line 113, ../src/scss/print.scss */
            section#hero .promo-box.job-search {
                display: none;
            }
            /* line 114, ../src/scss/print.scss */
            section#hero .promo-box h2 {
                font-size: 20px;
            }
            /* line 115, ../src/scss/print.scss */
            section#hero .promo-box hr {
                display: none;
            }

    /* line 118, ../src/scss/print.scss */
    .home aside.partners .read-more {
        display: none;
    }

    /* line 119, ../src/scss/print.scss */
    .home aside.partners .toggled {
        max-height: 1000px;
    }

    /* line 120, ../src/scss/print.scss */
    .home aside.careers img {
        display: none;
    }

    /* line 121, ../src/scss/print.scss */
    .home aside.careers .read-more {
        text-align: left;
    }
        /* line 121, ../src/scss/print.scss */
        .home aside.careers .read-more a {
            text-decoration: none;
            padding: 0;
            line-height: 1.2em;
        }

    /* line 122, ../src/scss/print.scss */
    section#hero .promo-box.info-tabs {
        padding: 0;
    }
        /* line 124, ../src/scss/print.scss */
        section#hero .promo-box.info-tabs h2 {
            width: auto !important;
            position: relative;
            text-align: left;
        }
        /* line 125, ../src/scss/print.scss */
        section#hero .promo-box.info-tabs .tab-content {
            display: block;
            padding: 0 !important;
            opacity: 1;
        }

    /* line 128, ../src/scss/print.scss */
    #main-footer nav ul {
        text-align: left !important;
        padding: 0 !important;
    }
        /* line 131, ../src/scss/print.scss */
        #main-footer nav ul li {
            display: block !important;
            padding: 0 !important;
            margin: 0 0 10px;
        }
            /* line 132, ../src/scss/print.scss */
            #main-footer nav ul li a {
                padding: 0 !important;
            }

    /* line 135, ../src/scss/print.scss */
    #main-footer .block {
        padding: 0 !important;
        margin-bottom: 20px;
    }

    /* line 136, ../src/scss/print.scss */
    ul.social {
        text-align: left;
    }

        /* line 137, ../src/scss/print.scss */
        ul.social > li {
            display: block;
            margin: 0 0 10px;
        }
            /* line 139, ../src/scss/print.scss */
            ul.social > li a {
                text-indent: 0;
                height: auto;
                width: auto;
            }
}

#contact-form-ini {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #contact-form-ini li {
        float: left;
        width: 33%;
    }

@media only screen and (max-width: 767px) {
    #contact-form-ini li {
        float: none;
        width: 85%;
        padding: 5%;
    }
}

#contact-form-ini a {
    background: none repeat scroll 0 0 #1ABDDC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 10px;
    padding: 10% 5%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

#contact-modal.modal {
    position: absolute;
    left: 65%;
}

@media (min-width: 769px) {
    #contact-modal.modal {
        margin-left: -200px;
    }

    .right-rail #contact-modal.modal {
        left: -150% !important;
    }
}

.lt-ie9 .right-rail #contact-modal.modal {
    left: -100% !important;
}

@media (max-width: 767px) {
    #contact-modal {
        left: 0;
    }
}

#contact-modal.modal.fade.in {
    top: 0%;
}

.modal-body {
    max-height: 100%;
}

.modal-body {
}

/* Forms in Modals */
.modal label {
    margin: 0;
    font-size: 12px;
}

.modal hr {
    margin: 10px 0;
}

.modal input, .modal select {
    margin-bottom: 5px;
}

.modal fieldset {
    padding: 5px 20px;
}

.form-note, .form-required-msg {
    font-size: 10px;
    margin: 0;
}

.form-required-msg {
    display: block;
    float: right;
}

.modal label.error {
    font-size: 10px;
    line-height: normal;
}

.modal-wide {
    width: 800px;
}

@media (max-width: 767px) {
    .modal-wide {
        width: 100%;
    }
}


section#hero .promo-box.highlights a {
    display: block;
    text-align: center;
}


.search-results-listing li b {
    background: #ffff00;
    border-radius: 3px;
    margin: 0 3px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

/* divisions */
.aero-divisions h3 {
    border: 1px solid #7FA35A;
    background: #93B173;
    color: #fff;
    padding: 9px 0 9px 14px;
    font-size: 1.9em;
    margin: 10px 0 0;
}

.aero-divisions .col1 h3 {
    background: #bbcea7; /* Old browsers */
    background: -moz-linear-gradient(top, #bbcea7 0%, #7fa35a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbcea7), color-stop(100%,#7fa35a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbcea7 0%,#7fa35a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbcea7 0%,#7fa35a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbcea7 0%,#7fa35a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbcea7 0%,#7fa35a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcea7', endColorstr='#7fa35a',GradientType=0 ); /* IE6-9 */
}

.aero-divisions .col2 h3 {
    border-color: #486C89;
    background: #91a6b8; /* Old browsers */
    background: -moz-linear-gradient(top, #91a6b8 0%, #486c89 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91a6b8), color-stop(100%,#486c89)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #91a6b8 0%,#486c89 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #91a6b8 0%,#486c89 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #91a6b8 0%,#486c89 100%); /* IE10+ */
    background: linear-gradient(to bottom, #91a6b8 0%,#486c89 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a6b8', endColorstr='#486c89',GradientType=0 ); /* IE6-9 */
}

.aero-divisions .col1 a, .aero-divisions .col2 a {
    display: block;
    margin: 5px 0 10px;
    font-size: 1.4em;
    font-weight: normal;
    text-decoration: none;
}

.aero-divisions .col2 a {
    color: #19466B;
}

.aero-divisions.twocolsub div div {
    margin: 0 0 25px;
    padding: 10px 15px 60px;
    box-shadow: 10px 12px 25px -9px #838383;
    -webkit-box-shadow: 10px 12px 25px -9px #838383;
    -moz-box-shadow: 10px 12px 25px -9px #838383;
}

.aero-divisions.twocolsub p.subbtn {
}

    .aero-divisions.twocolsub p.subbtn a {
        background: #FDFDFD;
        margin: 0;
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 20px;
        float: right;
        font-size: .975em;
        text-transform: uppercase;
        text-align: center;
        box-shadow: 1px 1px 10px 0px #ccc;
        -webkit-box-shadow: 1px 1px 10px 0px #ccc;
        -moz-box-shadow: 1px 1px 10px 0px #ccc;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

.lt-ie9 .aero-divisions .col1 {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .aero-divisions.twocolsub div div {
        padding: 10px 15px;
    }

    .aero-divisions.twocolsub p.subbtn a {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
}

/*Sitecore fix. MIght need to be more specific*/
iframe[allowtransparentcy] {
    position: relative;
    z-index: 10000;
}


/*responsive brightcove video*/
.responsive-brightcove-video-wrap {
    width: 100%;
}

.responsive-brightcove-video {
    position: relative;
    padding-top: 1px;
    padding-bottom: 56.25%;
    height: 0;
}

* html .responsive-brightcove-video {
    margin-bottom: 45px;
    margin-top: 0;
    width: 100%;
    height: 100%;
}

    .responsive-brightcove-video div,
    .responsive-brightcove-video embed,
    .responsive-brightcove-video object,
    /*Site map*/
    .sitemap-level-1, .sitemap-level-1 li, .sitemap-level-2, .sitemap-level-2 li, .sitemap-level-3 {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 20px;
    }

        .sitemap-level-1 li a, .sitemap-level-2 li a, .sitemap-level-3 li a {
            text-decoration: none;
            color: #000;
            font-weight: normal;
        }

        .sitemap-level-1 li a {
            font-size: 18px;
        }

.Highlight-Embed .BrightcoveExperience {
    position: inherit;
    width: 230px;
    height: 129px;
}

.sitemap-level-1 li a {
    font-size: 18px;
}

.BrightcoveExperience {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sitemap-level-1 li a.title {
    font-size: 18px;
}

.sitemap-level-2 li a, .sitemap-level-3 li a {
    font-size: 13px;
    padding: 4px 17px 4px 0;
}

.sitemap-level-1 li.sitemap-level-11 {
    margin-bottom: 30px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 2%;
}

.inner.solution-inquiry .row {
    width: 46%;
    float: left;
    margin: 0 20px 0 0;
}

    .inner.solution-inquiry .row label {
        font-size: 13px;
        margin-bottom: 5px;
    }

.inner.solution-inquiry .large-12 {
    width: 100%;
}

.inner.solution-inquiry fieldset {
    border: 0;
    background: none;
    padding: 0 10px 0 0;
}

.inner.solution-inquiry label.required, .inner.solution-inquiry label.required-text, .inner.solution-inquiry .large-12.medium-12.columns label {
    font-weight: normal;
    font-weight: 700;
    font-size: 13px;
}

.inner.solution-inquiry .required-field {
    margin-left: 83%;
}

.inner.solution-inquiry label.required-text:after {
    content: '*';
    color: red;
}

.inner.solution-inquiry .checkbox {
    min-height: 10px;
    margin-right: 5px;
}

.inner.solution-inquiry .row .input-text {
    margin-bottom: 20px;
}

.inner.solution-inquiry .row textarea.input-text {
    width: 95%;
    height: 150px;
}

.inner.solution-inquiry .row.medium-24 {
    width: 100%;
}

.inner.solution-inquiry .row .signup-button input {
    border: 0;
    background: none;
    color: #fff;
    padding-right: 0;
}

.inner.solution-inquiry .row .signup-button {
    width: 72px;
    margin-right: -10px;
}

.inner.solution-inquiry .row.btn-section {
    margin-right: 0;
    padding-right: 0;
    width: 97%;
}

    .inner.solution-inquiry .row.btn-section .signup-button {
        padding: 7px 20px;
    }

.inner.solution-inquiry .row.medium-24 {
    padding-top: 20px;
}

.inner select.input-text {
    width: 99% !important;
    padding: 6px 4% !important;
    text-overflow: inherit;
}

.inner.locations ul {
    margin-left: 0;
}

.inner.locations .promo-box .title {
    font-weight: 900;
    font-size: 16px;
}

.inner.locations #regionlocations li {
    list-style-type: none;
    padding-left: 10px;
}

    .inner.locations #regionlocations li a, .inner.location #regionlocations li a:hover {
        color: #000;
        font-size: 13px;
        text-decoration: none;
        font-weight: normal;
    }

        .inner.locations #regionlocations li a:hover {
            text-decoration: underline;
        }

        .inner.locations #regionlocations li a.title, .inner.locations #regionlocations li.title a {
            font-size: 16px;
            padding: 16px 0 5px 0;
            display: block;
            font-weight: 900;
        }

    .inner.locations #regionlocations li.title {
        padding: 0;
    }

.inner.locations .row.promo-box {
    padding-top: 0;
    min-height: inherit;
}

.events-listing .label-region {
    display: block;
    margin: 1em 0 0;
    padding: 0;
    font-size: 27px;
    border-radius: 4px;
    font-weight: normal;
}

.event-list-container .label-filters {
    display: block;
    font-size: 16px;
    padding: 0 0 0 5%;
}

.event-utilities {
    background: #ededed;
    border-radius: 5px;
    padding: 14px 16px;
    overflow: hidden;
}

    .event-utilities .filter {
        color: #646464;
        font-size: 15px;
        font-weight: 600;
    }

.event-utility-toggle {
    float: right;
    font-size: 19px;
    padding: 0 0 0 5px;
    cursor: pointer;
}

    .event-utility-toggle .inactive {
        opacity: .2;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20) !important;
    }

.lt-ie9 .event-utility-toggle .inactive {
    color: #e6d6d8 !important;
}

.event-utility-toggle .list-view {
    position: relative;
    top: 2px;
}

.events-listing {
    color: #666;
}

    .events-listing h2 {
        margin: 0;
    }

        .events-listing h2.event-title {
            color: #495a69;
            font-size: 20px;
            text-decoration: none;
            padding-bottom: 0;
        }

    .events-listing .event-details {
        color: #333;
        font-size: 12px;
        display: block;
    }

    .events-listing h2.event-subtitle a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
        font-weight: 900;
    }

#main-content .events-listing h2 a:hover {
    text-decoration: underline;
}

.inner .events-listing li {
    padding: 15px 18px;
    border-top: 1px solid #ccc;
    font-size: 16px;
}

.events-listing li:first-child {
    border: 0;
}

.events-listing li:nth-child(2n) {
    background: #f4f4f4;
}

.events-listing a.read-more {
    color: #bb4555;
    font-weight: 700;
    font-size: 13px;
    float: right;
}

.events-listing p {
    font-size: 12px;
}

.events-listing .event-address {
    padding: 0 0 5px;
    font-size: 13px;
}

.events-listing .button {
    margin: 10px 0;
    float: left;
    display: block;
}

@media (max-width: 470px) {
    .event-utility-toggle > a {
        margin: 0 0 0 10px;
    }
}
/*sm calendar, date picker*/
.events-cal-date-picker {
    margin: 1em auto;
    overflow: hidden;
    padding: 0 3%;
    min-width: 226px;
    max-width: 226px;
}

#main-content .events-cal-date-picker a {
    text-decoration: none;
    color: #999;
}

.events-cal-date-picker .day, .events-cal-date-picker .header-day {
    height: 28px;
    width: 28px;
    margin: 1px;
    float: left;
    text-align: center;
    padding: 0;
}

.events-cal-date-picker .header-day {
    height: 20px;
    padding: 7px 0 0;
    font-size: 15px;
}

.events-cal-date-picker .clndr-grid {
    clear: both;
    overflow: hidden;
    padding: 0 3% 3%;
    border: 1px solid #ccc;
    border-radius: 0 0 6px 6px;
}

.events-cal-date-picker .clndr-controls {
    background: #676767; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3Njc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTk1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #676767 0%, #959595 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#959595)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #676767 0%,#959595 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #676767 0%,#959595 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #676767 0%,#959595 100%); /* IE10+ */
    background: linear-gradient(to bottom, #676767 0%,#959595 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#959595',GradientType=0 ); /* IE6-8 */
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    padding: 2% 2% 1%;
}

    .events-cal-date-picker .clndr-controls div {
        float: left;
        cursor: pointer;
        color: #fff;
    }

    .events-cal-date-picker .clndr-controls .month {
        font-size: 15px;
        padding: 1% 1% 1% 4%;
        width: 50%;
    }

    .events-cal-date-picker .clndr-controls .clndr-today-button {
        text-align: right;
        width: 22%;
        padding: 1% 3% 1% 1%;
    }

    .events-cal-date-picker .clndr-controls .clndr-next-button {
        float: right;
        border-left: 1px solid #9b9b9b;
        padding: 1px 0 3px 10px;
    }

    .events-cal-date-picker .clndr-controls .clndr-previous-button {
        border-right: 1px solid #9b9b9b;
        padding: 1px 10px 3px 0;
    }

.events-cal-date-picker .event {
    background: #ccc9c9;
}

.events-cal-date-picker .today {
    background: #021a32;
    color: #fff;
}

#main-content .events-cal-date-picker .today a {
    color: #fff;
}

.events-cal-date-picker .day a {
    padding: 8px 0;
    display: block;
}

.events-cal-date-picker .adjacent-month {
    background: #fafafa;
}

.events-cal-date-picker .clndr-button {
    font-size: 27px;
    color: #fff;
}

.event-filter {
    list-style-type: none;
    margin: 15px 0;
}

#main-content .event-filter li {
    margin: 0 0 5px 10px;
}

    #main-content .event-filter li a {
        background: #787272;
        display: block;
        padding: 10px;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
    }

        #main-content .event-filter li a.active {
            background: #021a32;
        }

        #main-content .event-filter li a:hover {
            background: #a7a3a3;
        }

.event-filter i {
    padding: 0 5px 0 0;
}

.event-filter li a:after {
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    opacity: .5;
}

#event-regions li a:after {
    content: "\f041";
}

#event-types li a:after {
    content: "\f133";
}

#event-calendar-fullscreen.inactive, .event-list-container.inactive {
    display: none;
}

.calendar-fullscreen .inactive {
    display: none !important;
}

@media (max-width:767px) {
    .event-list.flex-item:nth-child(2) {
        order: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
    }

    .event-list.flex-item:nth-child(1) {
        order: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
    }

    .filter-container {
        background: #999;
        float: left;
        position: relative;
        margin: 0 7% 3%;
        width: 86%;
    }

        .filter-container ul {
            display: none;
            width: 100%;
            position: absolute;
            z-index: 10;
            margin: 0 0 5px;
            box-shadow: 2px 3px 4px #333;
        }

            .filter-container ul#event-regions {
                z-index: 11;
            }

    #main-content .filter-container li {
        margin: 0;
    }

        #main-content .filter-container li a {
            border-radius: 0;
        }

    .event-list-container .label-filters {
        cursor: pointer;
        padding: 4%;
        color: #fff;
    }

    .label-filters:after {
        font-family: FontAwesome;
        font-size: 15px;
        content: "\f078";
        padding: 0 0 0 .25em;
        font-weight: normal;
        float: right;
    }
}



/* full screen calendar */
.events-cal .clndr .clndr-controls {
    background: #5C5454;
    border-radius: 5px 5px 0 0;
    display: block;
    display: inline-block;
    width: 99%;
}

    .events-cal .clndr .clndr-controls .clndr-next-button,
    .events-cal .clndr .clndr-controls .clndr-previous-button,
    .events-cal .clndr .clndr-controls .clndr-select-button {
        background: #021a32;
        border-radius: 55%;
        float: left;
        margin: 5px 10px 0;
        padding: 2px 7px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
    }

        .events-cal .clndr .clndr-controls .clndr-previous-button:hover, .events-cal .clndr .clndr-controls .clndr-next-button:hover {
            background-color: #f4f4f4;
            color: #021a32;
        }

    .events-cal .clndr .clndr-controls .month {
        padding: 10px 8%;
        width: 61%;
        float: left;
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

    .events-cal .clndr .clndr-controls .clndr-next-button {
        float: right;
        cursor: pointer;
    }

        .events-cal .clndr .clndr-controls .clndr-next-button:hover {
            background: #f4f4f4;
        }

    .events-cal .clndr .clndr-controls .clndr-select-button {
        background: #fff;
        color: #021a32;
        padding: 0 4px;
        float: none;
    }
/*<div class="clndr-select-button fa">&#xf107;</div> 6mos  fw, 6mos back?*/

.events-cal .clndr .clndr-grid {
    text-align: right;
    display: inline-block;
    width: 100%;
}

    .events-cal .clndr .clndr-grid .header-day {
        float: left;
        width: 25px;
        height: 25px;
    }

    .events-cal .clndr .clndr-grid .day {
        float: left;
        width: 25px;
        height: 25px;
    }

        .events-cal .clndr .clndr-grid .day.event {
            background-color: #CCC9C9;
        }

        .events-cal .clndr .clndr-grid .day.today {
            background: #021a32;
            color: #fff;
        }

    .events-cal .clndr .clndr-grid .empty,
    .events-cal .clndr .clndr-grid .adjacent-month {
        float: left;
        width: 25px;
        height: 25px;
        background: #FAFAFA;
    }

.events-cal .clndr .clndr-today-button {
    background: #ccc;
    margin: 5px;
    padding: .4% 1%;
    width: 7%;
    float: left;
    color: #555;
    border-radius: 4px;
    border: 1px solid #838383;
    text-align: center;
    cursor: pointer;
}

    .events-cal .clndr .clndr-today-button:hover {
        background-color: #ddd;
    }

.events-cal {
    max-width: 750px;
    min-width: 415px;
    margin: 10px auto;
}

    .events-cal .clndr .clndr-grid .header-day,
    .events-cal .clndr .clndr-grid .day {
        float: left;
        width: 14%;
        height: 125px;
        border: 1px solid #fff;
        border-width: 1px 0 0 1px;
    }

#events-cal-mobi-picker {
    display: none;
}

@media (max-width: 715px) {
    .events-cal .clndr .clndr-controls .month {
        width: 50%;
    }
}

@media (max-width: 470px) {
    #event-calendar-fullscreen {
        display: none;
    }

    #events-cal-mobi-picker {
        display: block;
    }
}

.events-cal .clndr .clndr-grid .header-day {
    text-align: center;
    height: auto;
}

.lt-ie9 .events-cal .clndr .clndr-grid .header-day {
    height: 20px;
}

.day {
    background: #ECEAEA;
}

.single-event {
    font-size: 11px;
    text-align: left;
    margin: 0 0 3%;
    padding: 0 5%;
}

.single-event, #main-content .single-event a {
    color: #021a32;
    text-decoration: none;
}

    #main-content .single-event a:hover {
        color: #333;
    }

.day.today .single-event, #main-content .day.today .single-event a {
    color: #fff;
}

.cal-view-all {
    background: #fff;
    display: block;
    text-align: center;
    margin: 3px;
    padding: 2px;
    border: 1px solid #989797;
    border-width: 0 1px 1px 0;
    font-size: 10px;
    color: #021a32;
}

.multi-day-event {
    width: 493%;
    background: #fff;
    position: relative;
    box-shadow: 1px 1px 1px #999;
}

.row .Posted-date {
    color: #61707c;
    font-size: 13px;
}

.tag-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view-more {
    padding: 20px 0;
    clear: both;
    font-weight: 700;
    font-size: 13px;
}

#main-footer nav ul {
    margin: 0 35px 0 0;
}

#main-footer .block nav, #main-footer .block nav li {
    padding-left: 0;
    margin-left: 0;
}

.copyright p {
    margin: 0;
    color: #fff;
}

.copyright, .copyright a {
    color: #fff;
    padding-left: 10px;
}

    .copyright, .copyright a {
        font-size: 13px;
    }

        .copyright a {
            padding: 5px 5px 0 0;
        }

        .copyright > span {
            display: block;
        }

.sub-text-one {
    float: left;
    font-size: 13px;
    width: 95%;
}

.country-flag {
    display: block;
    padding: 10px 24px 15px 0;
    overflow: hidden;
    text-align: right;
}

.big-red {
    color: #ab192d;
    font-size: 28px;
    font-weight: 300;
}

.little-red {
    color: #ab192d;
    font-size: 16px;
    font-weight: 600;
}

.col-main-imagecontainer {
    display: inline;
    padding: 0;
    text-align: left;
}

.inner img.first {
    padding-right: 2px;
}

.contact-bg {
    float: left;
    width: 100%;
    background: #000000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: -o-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: -ms-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: linear-gradient(to right, #000000 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
    display: block;
    margin-top: 28px;
    margin-bottom: 140px;
    height: 1px;
    line-height: 2px;
    font-weight: 700;
    font-size: 13px;
}

.inner .contact:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: -o-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: -ms-linear-gradient(left, #000000 0%,#ffffff 100%);
    background: linear-gradient(to right, #000000 0%,#ffffff 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );*/
    content: " ";
    display: block;
    height: 1px;
    margin-top: 28px;
}

.inner .contact a {
    padding: 10px 0 10px;
    display: block;
    background: #fff\9;
    margin: 1px 0 0\9;
}

.inner .contact {
    margin-bottom: 40px;
}

/*---Right Nav pt12---*/
.case-study p {
    margin: 5px 0;
}

.c-in02-search > input[type="image"] {
    display: none;
}

#right-nav .input-checkbox {
    float: left;
    margin-top: 10px;
}

#right-nav .input-box > label {
    display: block;
    float: left;
    font-weight: bold;
    padding-left: 5px;
    margin-top: 7px;
}

.checkbox-title {
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}

.search-results-pagination span {
    float: left;
    line-height: 20px;
}

.search-results-pagination .inline a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.search-results-pagination .inline .active {
    font-weight: bold;
}

.search-results-pagination .inline a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.promo-box .cat-box li {
    list-style: none;
    margin-left: -20px;
}

.promo-box .cat-box h3, .archi-box h3, .syndi-box h3, .tag-box h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.promo-box .archi-box li {
    list-style: none;
    margin: 0 0 5px;
    font-size: 13px;
    cursor: pointer;
}

.archi-box .archive-inner {
    display: block;
}

.archi-box .toggle-block {
    display: none;
    padding: 5px 0 5px 0;
}

.promo-box .archi-box .toggle-tab {
    background: url(../img/plus.gif) no-repeat;
    display: block;
    height: auto;
    margin-right: 10px;
    padding-left: 20px;
    margin-bottom: 2px;
}

.archi-box > ul {
    margin-left: 0px;
}

.promo-box .archi-box .toggle-tab.active-tab {
    background: url(../img/minus.gif) no-repeat;
    display: block;
    height: 100%;
    margin-right: 10px;
    padding-left: 20px;
}

.promo-box .syndi-box li {
    list-style: none;
    line-height: 37px;
    margin-left: 28px;
}

.promo-box .syndi-box span.sq-box {
    background: url(../img/box.jpg)no-repeat 0px 0px;
    display: block;
    width: 37px;
    height: 37px;
    margin-left: -20px;
    float: left;
}

.promo-box .tag-box {
    clear: both;
    line-height: 22px;
}

    .promo-box .tag-box span.normal-tag {
        font-size: 13px;
        font-weight: normal;
        margin: 0px 1px;
    }

    .promo-box .tag-box span.big-tag {
        font-size: 26px;
        font-weight: normal;
        margin: 0px 1px;
    }

.search-account ul {
    margin-left: 0;
}

.search-account li {
    display: inline-block;
    list-style: none outside none;
}

.search-account .input-text.account {
    width: 300px;
    vertical-align: baseline;
    font-size: 13px;
    background: none;
    box-shadow: none;
}

.input-box.search-keyword {
    margin-right: 13px;
    padding-top: 2px;
}

.search-account .account-sub-title {
    text-align: left;
    padding-right: 10px;
    font-size: 13px;
}

.search-account .signup-button {
    width: 60px !important;
    line-height: 12px;
    text-transform: uppercase;
    float: none;
    margin-bottom: 0;
}

    .search-account .signup-button a {
        text-decoration: none;
    }

.search-account {
    background: url(../img/horizontal-bar.jpg) no-repeat 0px 0px;
    background-position: bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.promo-box, .promo-box-no-border {
    position: relative;
}

    .promo-box .signup-button {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 12px;
        font-weight: 700;
    }

.flex-control-nav {
    position: relative;
    bottom: -4px;
    text-align: right;
}

.flex-control-paging li a {
    color: transparent;
    border-radius: 50%;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    .flex-control-paging li a.flex-active {
        background: #ab192d;
    }

.procurement-solutions-section .large-13.medium-6.columns {
    width: auto;
}

.spacer-bottom {
    padding-bottom: 70px;
}

.location .large-11.columns, .location .large-13.columns {
    width: 47%;
    float: left;
    padding-right: 10px;
}

.inner.blog .large-8.medium-18.columns {
    width: 34%;
    margin-right: 10px;
}

.inner.blog .listing li {
    clear: both;
    overflow: hidden;
}

.lt-ie9 .inner.blog .listing li .columns:first-child {
    margin-right: 10px;
}

.blog-details-image img {
    max-width: 300px;
    width: auto;
}

@media (max-width: 390px) {
    .blog-details-image img {
        padding: 0 !important;
    }
}

.blog-details-content {
    line-height: 21px;
    font-size: 13px;
    clear: both;
    padding: 1% 0 0;
}

.contact-bg {
    margin: 10px 0;
}

.checkbox-title {
    float: left;
    width: 85%;
    line-height: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

.promo-box.job-search input[type="checkbox"] {
    width: 18px !important;
    float: left;
}

.signup-button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.btn-common {
    text-transform: uppercase;
}

.search-btn {
    display: none;
}

#caseStudiesContent {
    display: none;
}

nav#main-nav ul li:hover ol a, nav#main-nav ul li:hover ul a, #main-nav ul li.touched ul a, nav#main-nav ul li.touched ol a {
    color: #fff;
}

nav#main-nav ul li.last-row a:hover {
    border-radius: 0 0 12px 12px;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

nav#main-nav ul li.first-row-r a, nav#main-nav ul li.first-row-l a {
    padding-bottom: 8px;
}

    nav#main-nav ul li.first-row-r a:hover {
        border-radius: 0 0 0 12px;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    nav#main-nav ul li.first-row-l a:hover {
        border-radius: 0 0 0 12px;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

.subhead {
    font-size: 16px;
    font-weight: 900;
}

.more, .get-directions {
    font-weight: 700;
    font-size: 13px;
}

.toggle.event-title {
    font-size: 20px;
    color: #495A69;
}

.event-name-address {
    font-weight: 600;
    font-size: 13px;
}

.get-driving-directions, .view-map {
    font-weight: 600;
    font-size: 12px;
}

.c-in02-search.account-search lable, .c-in02-search label {
    font-size: 13px;
}

.search-results-listing p span, .search-results-pagination {
    font-weight: 700;
    font-size: 13px;
}

#left-nav ul li a:hover {
    color: #000;
    font-size: 13px;
}

.left-rail .promo-box #left-nav ul li a:hover {
    font-size: 13px;
    background: #eee;
}

.map {
    width: 99%;
    height: 417px;
    margin: 20px 0 26px 0;
}

#myMap {
    width: 100%;
    height: 100%;
    position: relative;
}

.learn-more-link {
    display: none;
}

.read-more-link.btn {
    display: none;
}

.inner li {
    font-size: 13px;
}

@media (min-width: 798px) {
    .sidebar-active, .sidebar-active a {
        background: transparent;
        font-weight: normal !important;
    }
}

@media (max-width: 767px) {
    .large-8.medium-12.columns.insight-block, .large-8.large-push-8.medium-12.columns {
        width: 100%;
    }

    .eu-cookie-notification p {
        width: 99%;
    }

    .home .promo-box {
        min-height: 80px;
    }

        .home .promo-box.promo-box-min {
            min-height: 215px;
        }

    #main-footer .large-7.columns {
        width: 55%;
    }

    #main-footer .large-7.columns {
        width: 53%;
    }

        #main-footer .large-7.columns.social {
            width: 47%;
        }

    #main-footer nav ul {
        margin-right: 30px;
    }

    .eu-cookie-notification p {
        width: 100%;
    }

    #search {
        margin-left: 0;
    }
    /*#global-nav1 #top-nav{top:-40px; right:-87px;}*/
    #global-nav1 {
        width: 45%;
    }

        #global-nav1 .inline.right {
            float: right !important;
        }

    nav#main-nav ul li a {
        padding: 0 22px;
    }

    #search input[type="text"] {
        width: 278px;
    }

    .col-main-imagecontainer img {
        width: 190px;
    }

    .procurement-solutions-section .large-13.medium-6.columns {
        width: auto;
    }

    section#main-content {
        padding-left: 10px;
    }

    .large-60.columns img {
        width: auto;
    }

    .large-60.columns {
        margin-right: 10px;
    }

    .home .promo-box.promo-box-min {
        min-height: 225px;
    }

    section#main-content {
        padding: 0 10px 20px;
    }

    #main-header .large-24.medium-24.columns {
        height: 60px;
    }

    .inner .large-24.medium-24.columns {
        height: inherit;
    }
}

@media (max-width: 767px) {
    .promo-box find-local-office {
        position: relative;
    }

        .promo-box find-local-office .right.signup-button {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .c-in02-search > input[type="image"] {
        display: block;
        position: absolute;
        right: -7px;
        top: 48px;
    }

    .c-in02-search {
        padding: 15px 0;
        margin: 0px;
        position: relative;
    }

        .c-in02-search .site-map, .c-in02-search label {
            display: block;
            float: left;
        }

        .c-in02-search .search-button {
            position: relative;
            float: left;
            margin-top: 8px;
            margin-left: 0px;
            padding: 0px;
            color: #8c8c8c;
        }

        .c-in02-search .site-map {
            margin-top: 14px;
            color: #8c8c8c;
            border-left: 1px solid #8c8c8c;
        }

    .signup-button {
        margin: 23px -18px -15px;
    }

    .c-in02-search {
        position: relative;
    }

    .search-results-pagination span {
        font-size: 18px;
    }

    .search-results-pagination .inline > li {
        font-size: 18px;
    }

    .search-account .signup-button {
        display: none;
    }

    .eu-cookie-notification p {
        width: 95%;
    }

    .input-box.requiredfield {
        display: block;
    }

    .footer-links {
        padding-bottom: 40px;
    }

    #search input[type="text"] {
        width: 81%;
    }

    .country-flag img {
        width: 10%;
    }

    .feature-links img, #search {
        width: 100%;
    }

    #share li a {
        margin: 0;
    }

    .inner .contact {
        margin-bottom: 20px;
    }

        .contact a, .inner .contact a {
            font-weight: 700;
            font-size: 13px;
        }

    .leadership-listing li h2.toggle span.title {
        width: 100%;
        border-left: 1px solid #999;
        padding-left: 5px;
        margin-left: 25px;
    }

    .leadership-listing li h2.toggle span.name {
        border: 0;
    }

    #top-nav.right {
        float: none !important;
    }

    .contact.none {
        display: block !important;
        margin-top: 0;
    }

    .inner.solution-inquiry .row.btn-section {
        display: none;
    }

    .inner.solution-inquiry .row {
        width: 95%;
    }

    .inner.solution-inquiry .checkbox {
        min-height: 10px;
        margin-right: 5px;
        margin-top: 0;
    }

    .inner.solution-inquiry .row .input-text {
        margin-bottom: 0;
    }

    .inner .contact.comment-block {
        margin-bottom: 50px;
    }

    .contact new-company-link {
        margin-bottom: 35px;
    }

    .c-in02-search {
        background: none;
        border: 0;
        padding: 0 10px;
    }

        .c-in02-search label {
            font-size: 12px;
            width: 100%;
        }

        .c-in02-search a.btn {
            padding: 4px;
        }

        .c-in02-search input[type="search"] {
            width: 60%;
            -webkit-appearance: normal !important;
        }

    .results-view-sitemap {
        margin: 0;
        border: 0;
        padding: 6px 0 10px 10px;
        display: block;
    }

    .c-in02-search > input[type="image"] {
        width: auto;
        background: none;
        border: 0;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        top: 30px;
        right: 30px;
        padding: 3px 3%;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    .c-in02-search .search-button {
        font-size: 12px;
    }

    .c-in02-search .site-map {
        font-size: 12px;
        margin-left: 0;
        margin-top: 16px;
        padding: 0 0 0 5px;
    }

    .flag-title {
        display: block;
        padding-left: 10px;
    }

    .promo-box {
        position: relative;
    }

    .large-8.medium-12.columns.insight-block, .large-8.large-push-8.medium-12.columns {
        width: 100%;
    }

    #global-nav1 .inline.right {
        float: none !important;
    }

    .spacer-bottom {
        padding-bottom: 0;
    }

    .signup-button.left.register-btn {
        position: static;
        bottom: 4px;
        right: 3px;
    }

    .search-account .input-box.search-keyword .search-btn {
        display: block;
        position: absolute;
        right: 4px;
        top: 4px;
    }

    .search-account .input-box.search-keyword {
        position: relative;
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }

    .search-account {
        padding-bottom: 0px;
    }

    nav#main-nav ul li.last-row a:hover {
        border-radius: 0;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    nav#main-nav ul li.first-row-r a:hover {
        border-radius: 0;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    nav#main-nav ul li.first-row-l a:hover {
        border-radius: 0;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    header#main-header {
        z-index: 1000;
    }

    .inner {
        padding-top: 0;
    }

    .read-more-link.btn, .read-more-link.btn:hover {
        display: block;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        color: #021a32;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
    }
}

@media (max-width: 640px) {
    #main-header .large-24.medium-24.columns {
        height: 60px;
    }

    #nav-main-button img {
        margin-top: 6px;
    }

    .flex-control-nav {
        text-align: center;
    }

        .flex-control-nav li {
            margin: 0 4px;
        }

    section#main-content, .desc-box {
        padding-top: 0;
    }

    section#main-content {
        padding-left: 0;
    }

    .flex-direction-nav .flex-next {
        right: -8px;
    }

    .large-18 .inner {
        padding: 0 4px 0 5px;
    }

    .popup-content {
        display: none;
    }

    .row.location .large-11.columns img, .row.location .large-11.columns {
        width: 100%;
    }

    .account-search input {
        width: 96%;
    }

    .c-in02-search > input[type="image"] {
        right: 3px;
    }

    .c-in02-search .search-button {
        border: 0;
        padding: 0 10px 0 0;
        margin-top: 15px;
    }

    .contact-us .large-18 .signup-button {
        margin-bottom: 10px;
    }

    .required-field {
        margin-left: 79%;
    }

    .contact.new-company-link {
        margin-bottom: 45px;
    }

    .blog .view-more {
        padding-bottom: 10px;
    }

    .map-location {
        display: none;
    }

    nav#main-nav ul li ul {
        border-radius: 0 0 0 0;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    .signup-button.tell-us {
        margin-right: 6px;
    }

    nav#global-nav1 {
        margin-top: 5px;
    }

    .right-rail {
        margin: 0 8px;
    }

    .home section#hero {
        padding-bottom: 10px;
    }

    section#main-content {
        padding: 0 5px 20px;
    }

    .eu-cookie-notification span {
        display: inline-block;
        padding-right: 5px;
    }

    .learn-more-link {
        display: block;
    }

    .home section#hero {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    #share {
        padding-top: 24px !important;
    }

    #main-footer .large-7.columns.social, #main-footer .large-7.columns {
        width: 100%;
    }

    .copyright {
        font-size: 11px !important;
    }

    #breadcrumbs, #breadcrumbs li, #breadcrumbs li a {
        font-size: 13px;
    }

    .c-in02-search .search-button {
        margin-top: 10px !important;
        padding-right: 1px;
    }
}

@media (max-width: 360px) {
    .sitemap-level-1 li.sitemap-level-11 {
        width: 98%;
    }

    #share {
        padding-top: 24px !important;
    }

    #main-footer h2 {
        font-size: 16px;
    }

    #breadcrumbs, #breadcrumbs li, #breadcrumbs li a {
        font-size: 12px;
        line-height: 18px;
    }

    .col-main-imagecontainer img {
        width: 100%;
    }

    .c-in02-search > input[type="image"] {
        padding: 3px 5%;
    }

    .required-field {
        margin-left: 50%;
    }

    .blog-post .contact.comment-block {
        line-height: 13px;
    }
}

.wb-weight5 {
    font-size: 11px;
}

.wb-weight4 {
    font-size: 14px;
}

.wb-weight3 {
    font-size: 17px;
}

.wb-weight2 {
    font-size: 20px;
}

.wb-weight1 {
    font-size: 23px;
}

@media (max-width: 320px) {
    #share {
        padding-top: 24px !important;
    }
}

.inner .contact.comment-block {
    margin-bottom: 50px;
}

/* hide readmore link in featured links */
.noreadmore .more {
    display: none;
}
/* END: hide readmore link in featured links */

iframe {
    width: 100%;
}

#frame-newsletter {
    height: 260px;
}

.right-rail #frame-newsletter {
    height: 325px;
}

@media screen and (max-width:766px) and (min-width: 584px) {
    .right-rail #frame-newsletter {
        height: 295px;
    }
}

@media screen and (max-width: 583px) and (min-width: 360px) {
    .right-rail #frame-newsletter {
        height: 310px;
    }
}

@media screen and (max-width: 270px) {
    .right-rail #frame-newsletter {
        height: 340px;
    }
}

@media screen and (max-width: 861px) and (min-width: 767px) {
    .right-rail #frame-newsletter {
        height: 340px;
    }
}

.right-rail .promo-box.whitepaper, .right-rail .promo-box.newsletter-signup {
    padding: 15px 15px 0;
}

.right-rail #frame-whitepaper {
    height: 423px;
}

@media screen and (max-width: 928px) and (min-width: 767px) {
    .right-rail #frame-whitepaper {
        height: 438px;
    }
}

@media screen and (max-width: 270px) {
    .right-rail #frame-whitepaper {
        height: 438px;
    }
}

#frame-solution-inquiry {
    min-height: 900px;
}

#frame-contact {
    min-height: 800px;
}

/* HS Forms */
.hs-richtext {
    font-family: "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form .input select,
.hbspt-form .input textarea, .inner select, .inner textarea {
    background-color: #efefef;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2) inset;
    font-family: "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
    line-height: 19px;
    margin-bottom: 18px;
    padding: 1px 3px;
    text-indent: 10px;
    width: 96%;
    border: none;
}

.lt-ie9 .hbspt-form input[type="text"],
.lt-ie9 .hbspt-form input[type="email"],
.lt-ie9 .hbspt-form .input textarea {
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form .input select {
    height: 30px;
}

.hbspt-form .input textarea, .inner textarea {
    height: 150px;
    padding: 10px 5px 3px;
}

.hbspt-form .input select, .inner select {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    height: 18px !important;
    line-height: 19px;
    outline: 0 none;
    padding: 6px 4% 6px 0;
    width: 93%;
    width: 96% \9;
    padding-right: 5px \9;
}

.hs-form.stacked .field {
    margin-bottom: 0;
}

.hs-form .hs-input, .hs-form textarea.hs-input {
    max-width: inherit !important;
}

.inner .hs-form-field label {
    display: block;
    font-size: 13px;
    font-family: 'source_sans_prosemibold', "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
}

.hbspt-form select {
    color: #999;
}

    .hbspt-form select.hs-selected-dd {
        color: #000;
    }

.hs-form-checkbox label {
    font-weight: normal;
}

.right-rail .hs_firstname label,
.right-rail .hs_lastname label,
.right-rail .hs_email label,
.right-rail .hs_phone label,
.right-rail .hs_company label, .newsletter-signup-container .hs_firstname label,
.newsletter-signup-container .hs_lastname label,
.newsletter-signup-container .hs_email label,
.newsletter-signup-container .hs_phone label,
.newsletter-signup-container .hs_company label,
.right-rail .hs_country_drop_down label,
.newsletter-signup-container .hs_country_drop_down label {
}


.hbspt-form .inputs-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hs-form-booleancheckbox label {
    font-family: "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 15px;
    color: #333;
}

.hs_i_would_like_to_receive_updates {
    padding-top: 10px;
}

.hbspt-form .actions input[type="submit"] {
    background: #AB192E;
    border-radius: 14px 0 7px;
    color: #fff;
    cursor: pointer;
    float: right;
    margin: 0 -15px 0 0;
    padding: 10px 20px 8px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
    font-size: 12px;
    font-weight: normal;
    bottom: 0;
    right: 0;
    border: 0;
    -webkit-appearance: none;
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

    .hbspt-form .actions input[type="submit"]:hover {
        text-decoration: underline;
    }

.hs-form .hs-button {
    text-shadow: none !important;
}

    .hs-form .hs-button:hover, .hs-form .hs-button:focus, .hs-form .hs-button.hovered {
        box-shadow: none;
        border: 0;
    }

.hs-form-required {
    color: #FF0000;
}

.solution-inquiry .hs-form-booleancheckbox label {
    font-weight: normal;
}

.solution-inquiry .hs-form-field input {
    margin-top: 5px;
}

.solution-inquiry .hs_industry_agst2,
.solution-inquiry .hs_agst2_solution_of_interest_dd {
    float: left;
    width: 47%;
    padding: 0;
}

.solution-inquiry .hs_industry_agst2 {
    margin-right: 1%;
    padding-left: 2%;
}

.solution-inquiry select {
    width: 90%;
    text-indent: 0;
}

@media (max-width:470px) {
    .solution-inquiry .hs_industry_agst2,
    .solution-inquiry .hs_agst2_solution_of_interest_dd {
        width: 96%;
        padding: 0 15px;
    }

        .solution-inquiry .hs_industry_agst2 select,
        .solution-inquiry .hs_agst2_solution_of_interest_dd select {
        }
}

.agst2-sidebar-form .row-number-1, body.agst2-form .row-number-1 {
    display: none;
}

form.hs-custom-form .hs_submit {
    padding: 0;
}

.agst2-form form.hs-custom-form .hs_submit {
    padding: 0 30px;
}

.hs-content-name-agst2-form-newsletter-signup .hs_submit {
    margin: 15px 0 0;
}

.form-main-content .hbspt-form .actions input[type="submit"] {
    margin: 0 20px 20px;
}

.email-validation {
    display: none !important;
}

.hsformerror {
    z-index: 1000 !important;
}

.hbspt-form {
    position: relative;
}

.right-rail .hs-form.stacked {
    position: relative;
}

    .right-rail .hs-form.stacked .hsformerror {
        width: 95%;
        left: 0 !important;
        padding: 2px 11px 2px 8px;
    }

        .right-rail .hs-form.stacked .hsformerror p {
            font-size: 10px;
        }

.lt-ie9 .placeholdersjs {
    color: #999;
}

.lt-ie9 .hbspt-form input[type="text"] {
    height: auto;
    padding: 8px 3px !important;
}

.blog .listing li img {
    max-width: 150px;
    height: auto;
    width: 100%;
}

.lt-ie9 .blog .listing li img {
    max-height: 150px;
    height: 150px !important;
}

@media (max-width: 767px) {
    .blog .listing li img {
        max-width: 100%;
        height: auto;
    }

    .inner.blog .large-15.medium-18.columns {
        width: 62%;
    }
}


/* blog bio */
#author-bio {
    font-size: 13px;
    line-height: 21px;
    clear: right;
}

.blog-bio h1 {
    display: inline-block;
    left;
    margin-top: 20px;
}

.blog-bio p {
    clear: right;
}

.blog-author-pic {
    border: 4px solid #ccc;
    float: left;
    margin: 1em 1em .5em 0;
}

.lt-ie9 .blog-bio-lite .blog-author-pic {
    height: 50px !important;
}

.blog-bio-lite {
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin: 0 0 20px;
    padding: 10px 0;
    overflow: hidden;
    clear: both;
}

    .blog-bio-lite img.blog-author-pic {
        max-width: 50px;
        margin: .5em 1em .5em 0;
    }

    .blog-bio-lite em {
        display: block;
        overflow: hidden;
        padding: .5em 0 0;
        font-size: 12px;
    }

        .blog-bio-lite em a {
            font-style: normal;
        }

.blog-bio #connect-with-author {
    display: inline-block;
    float: right;
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
    margin: 20px 0 25px;
    overflow: hidden;
}

#connect-with-author strong {
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    float: left;
}

.blog-bio #connect-with-author strong {
    padding: 5px 5px 0;
}

.blog-bio-lite #connect-with-author {
    border-right: 1px solid #ccc;
    margin: 5px 0;
    padding: 4px 10px 4px 0;
    overflow: hidden;
    float: left;
}

    .blog-bio-lite #connect-with-author strong {
        padding: 5px 0 0;
    }

.bio-disqus {
    display: block;
    float: left;
    padding: 9px 0 0 10px;
}

#connect-with-author ul {
    list-style-type: none;
    margin: 0;
    float: left;
}

    #connect-with-author ul li {
        float: left;
        margin-left: 5px;
    }

        #connect-with-author ul li a {
            display: block;
            outline: none;
            width: 24px;
            height: 24px;
        }

            #connect-with-author ul li a:hover img {
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
                filter: gray; /* IE6-9 */
                -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
            }

@media (max-width: 767px) {
    .blog-bio #connect-with-author, .blog-bio h1 {
        float: none;
    }

    .blog-bio h1 {
        margin-bottom: .5em;
    }

    .blog-bio #connect-with-author {
        border: 0;
        margin: 0;
        padding: 0;
        display: block;
    }
}

#posts-by {
    clear: both;
    margin: 10px 0;
}

.blog-bio h2 {
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin: 0 0 10px;
    padding: 20px 28px;
    color: #666666;
    font-weight: 300;
    clear: both;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 30%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(30%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 30%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 30%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .blog-bio h2 strong {
        color: #021a32;
        font-weight: 300;
        word-wrap: break-word;
        word-break: break-word;
    }

ul.listing {
    margin: 0 0 20px;
    list-style-type: none;
}

    ul.listing li {
        border: 1px dotted #acacac;
        border-width: 1px 0 0;
        margin: 0;
        padding: 18px 95px 18px 0;
        clear: both;
        overflow: hidden;
    }

    ul.listing.white-papers li, ul.listing.case-studies li {
        padding-right: 0;
    }

    ul.listing li:first-child {
        border-top: 0;
    }

.listing img {
    float: left;
    padding: 0 1em .25em 0;
}

.listing .more {
    white-space: nowrap;
}

.listing-content:first-child {
    width: 90%;
}

.listing-image img {
    float: none;
    width: 100%;
    padding: 0;
}

.listing-image {
    float: left;
    width: 30%;
}

.listing-content {
    width: 65%;
    float: left;
    margin-left: 5%;
}

@media (max-width: 767px) {
    .blog-bio h2 {
        padding: 15px;
    }

    .blog ul.listing li {
        padding: 18px 0;
    }
}

@media (max-width: 420px) {
    .blog .listing img {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
}

#blog-article-pager {
    color: #871324;
    font-size: 19px;
    float: right;
    margin: 18px 0;
}

    #blog-article-pager a {
        text-decoration: none;
        background: #891424;
        color: #fff;
        border-radius: 50%;
        padding: 0 7px;
    }

/* Flexslider fix for less than IE8*/
.flex-control-paging li a {
    text-indent: 99999px;
}

#main-nav .large-24.medium-24.columns {
    height: auto;
}

/* Link Styling for IE8 */
a:active, a:visited, a:focus {
    border: none;
    outline: none;
}

@media (max-width: 767px) {
    #global-nav-row ul.inline > li, ol.inline > li {
        display: block;
    }

    #global-nav-row {
        margin-top: 15px;
    }
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

/* -- Careers -- */
body.careers .left-rail, body.careers .left-rail aside a {
    display: block !important;
}

    body.careers .left-rail aside {
        text-align: center;
    }

body.careers h1 {
    width: 100%;
}

.career-utilities a {
    display: block;
    background: #e5e5e5;
    border-radius: 5px;
    font-size: 20px;
    color: #333 !important;
    text-decoration: none !important;
    overflow: hidden;
}

    .career-utilities a span {
        display: block;
        float: left;
        padding: 2%;
    }

.career-utilities .btn-job-search-pre {
    background: #dadada;
    background-size: contain;
    padding: 2% 0;
    width: 100%;
    font-size: 18px;
}


.lt-ie9 .career-utilities .btn-job-search-pre {
    background: #dadada url(/_res/ags/allegisgroups/img/btn-accent-careers.jpg) no-repeat right center;
    width: 45%;
}

.career-utilities .btn-job-search-pre:before {
    font-family: FontAwesome;
    content: "\f002";
    float: left;
    padding: 0 3%;
}

.career-utilities span.btn-job-search {
    background: #ab192d;
    border-radius: 5px;
    margin: 1% 1% 1% 3%;
    padding: 1%;
    color: #fff;
    width: 45%;
    text-align: center;
    font-size: 16px;
    box-shadow: 2px 2px 0px #999;
}

    .career-utilities span.btn-job-search:after {
        font-family: FontAwesome;
        content: "\f101";
        font-size: 13px;
        padding: 0 3%;
    }

.career-utilities .btn-job-search:hover {
    background: #777;
}

@media(max-width:845px) {
    .career-utilities span.btn-job-search {
        width: 40%;
    }
}

@media(max-width:557px) {
    .career-utilities .btn-job-search-pre {
        background: none;
        text-align: center;
    }

        .career-utilities .btn-job-search-pre:before {
            float: none;
        }

    .career-utilities span.btn-job-search {
        width: 90%;
        padding: 2%;
    }

    .career-utilities a span {
        float: none;
    }

    .career-utilities a {
        padding: .5em;
    }
}

@media(min-width:558px) {
    .career-utilities .btn-job-search-pre {
        background: #dadada url(/_res/ags/allegisgroups/img/btn-accent-careers.jpg) no-repeat right center;
        width: 45%;
    }
}

.career-utilities {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100% !important;
}

.career-highlights-container .columns {
    padding: 0 0.25em;
}

.career-utilities .icon-muted {
    color: #848684;
}

.career-utilities legend {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 0;
}

.career-utilities input {
    font-size: 2em;
    border: none;
    background: none;
    margin-left: 10px;
    width: 90%;
}

.career-utilities .search-container,
.career-utilities .button-container {
    padding-top: 0.875em;
    padding-bottom: 0.825em;
}

.career-utilities .search-container {
    padding-left: 1em;
    border-radius: 5px;
    background: #ededed;
}

.career-utilities .arrow-container {
    display: none;
}

.career-utilities .button-container {
    padding-left: 1em;
    padding-right: 1em;
}

.career-utilities label > span:first-child,
.career-utilities button > span {
    position: absolute;
    z-index: -1;
}

.career-utilities button:hover > span {
    color: #fff;
}

.career-utilities button.btn {
    display: block;
    background: #AB1A2D;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 7px;
    border: 0;
    float: right;
    margin: 0;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.career-highlights-container {
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
    width: 220px;
}

@media(min-width:500px) {
    .career-highlights-container {
        -moz-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.5) inset;
        border: 1px solid #ccc;
        border-radius: 8px;
        overflow: hidden;
    }

    #career-highlights-wrapper {
        float: right;
        margin: 0 0 0 1.250em;
    }
}

#career-highlights-wrapper h2 {
    margin: 0 0 5%;
    padding: 0 0 0 5%;
    font-size: 14px;
    font-weight: bold;
}

@media(min-width:500px) {
    #career-highlights-wrapper h2 {
        display: none;
    }
}

.lt-ie9 #career-highlights-wrapper {
    float: right;
    margin: 0 0 0 1.250em;
}

    .lt-ie9 #career-highlights-wrapper h2 {
        display: none;
    }
/*responsive video*/
.career-highlights-video-modal-outer {
    width: 85%;
    margin: 0 auto;
}

.career-highlights-video-modal-inner {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

    .career-highlights-video-modal-inner .BrightcoveExperience {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media(max-width:768px) {
    .reveal-modal {
        padding: 3% !important;
    }

    .career-highlights-video-modal-outer {
        width: 100%;
    }

    .career-highlights-video-modal-inner {
        overflow: hidden;
    }

    .close-reveal-modal {
        top: -5px !important;
        right: 2px !important;
    }
}

.inline-video-outer {
    width: 100%;
}

.inline-video-inner {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

    .inline-video-inner .BrightcoveExperience {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media (max-width:500px) {
    .careers .slick-slide img {
        width: 220px !important;
    }
}

/* left rail nav hide from mobi*/
.careers .inner aside {
    display: none;
}

/* Careers Nav */
@media (max-width:767px) {
    .careers .left-rail .promo-box {
        box-shadow: none;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .careers .left-rail > .box-title {
        margin: 0;
        padding: 2%;
        background: #9f9f9f;
        color: #fff;
        cursor: pointer;
    }

        .careers .left-rail > .box-title:after {
            font-family: FontAwesome;
            content: "\f107";
            float: right;
            padding: 0 1% 0 0;
            -webkit-transition: .3s ease-in;
            -moz-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            -ms-transition: .3s ease-in;
            transition: .3s ease-in;
        }

        .careers .left-rail > .box-title.active-menu:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition: .3s ease-in;
            -moz-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            -ms-transition: .3s ease-in;
            transition: .3s ease-in;
        }

    .careers .left-rail #left-nav {
        padding-bottom: 0;
        background: #dedede;
    }

        .careers .left-rail #left-nav li {
            border-bottom: 1px solid #eee;
            border-top: 1px solid #bbb;
        }


    /* left rail */
    .careers .left-rail aside {
        display: none;
    }

    .careers .inner aside {
        display: block;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        float: left;
        margin: 0 0 0 2%;
    }
}

@media (max-width:500px) {
    .careers .inner aside {
        width: 100%;
        text-align: center;
    }
}

#main-content .career-highlights-container a, #main-content .career-highlights-container a:hover {
    color: #fff;
    text-decoration: none;
}
/*.career-highlights-container img {margin:0 auto;clear:both;display:block; max-width:96%; width:auto;padding:0 2% 0.75em 2%}*/

.lt-ie9 .career-utilities {
    margin-top: 2.5em;
}

.lt-ie9 .career-highlights-container {
    text-align: left;
}

.lt-ie9 .career-utilities {
    margin-bottom: 0;
}

    .lt-ie9 .career-utilities label {
        padding-top: 0;
    }

    .lt-ie9 .career-search-input select,
    .lt-ie9 .career-search-input input,
    .lt-ie9 .career-utilities button {
        background: #fff;
        position: relative;
        z-index: 100;
        behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
    }

    .lt-ie9 .career-utilities button {
        background-color: #AB1A2D;
    }

.lt-ie9 .career-search-input select,
.lt-ie9 .career-search-input input {
    margin-top: 0;
}

.lt-ie9 .career-utilities label > span:first-child,
.lt-ie9 .career-utilities button > span {
    display: none;
}

.lt-ie9 .career-highlights-container,
.lt-ie9 .career-utilities.row {
    behavior: url(/_res/ags/allegisgroups/css/pie/pie.htc);
}

.lt-ie9 .career-search-input input {
    padding-top: 6px;
    padding-bottom: 0;
}

.lt-ie9 .career-search-input select {
    padding-top: 8px;
    padding-bottom: 12px;
}

.lt-ie9 .career-utilities .button-container {
    background: #ededed;
}

.lt-ie9 .career-utilities .search-container {
    border-radius: 0 5px 5px 0;
    background: #DEDBDE;
}

.lt-ie9 .career-utilities button.btn {
    width: 90%;
    margin: 0 5px 2px 5px;
}

.lt-ie9 .career-utilities .arrow-container {
    background: #EFEFEF;
}

.lt-ie9 .career-utilities .search-container > input {
    width: 75%;
}

.lt-ie9 .career-utilities .arrow-container {
    display: block;
    background: #E7E7E7;
    height: 56px;
}

.embed-video-outer { /*mobile*/
    width: 100%;
}

@media(min-width:700px) {
    .embed-video-outer {
        width: 60%;
        float: right;
        margin: 0 0 .5em .5em;
    }
}

.lt-ie9 .embed-video-outer {
    width: 60%;
    float: right;
    margin: 0 0 .5em .5em;
}

.embed-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

    .embed-video .BrightcoveExperience {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.embed-video-outer .video-caption {
    background: #e5e5e5;
    padding: 2%;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
}

@media screen and (max-width:766px) {
    .career-highlights-container .columns {
        margin-bottom: 8px;
    }

    .career-utilities label {
        margin-bottom: 16px;
    }
}

@media screen and (min-width:767px) {
    .career-utilities .button-container {
        background: #E7E7E7;
        border-radius: 0 5px 5px 0;
    }

    .career-utilities .search-container {
        border-radius: 5px 0 0 5px;
        background: -moz-linear-gradient(left, #ededed 0%, #DEDBDE 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#DEDBDE));
        background: -webkit-linear-gradient(left, #ededed 0%,#d6d7d6 100%);
        background: -o-linear-gradient(left, #ededed 0%,#DEDBDE 100%);
        background: -ms-linear-gradient(left, #ededed 0%,#DEDBDE 100%);
        background: linear-gradient(to right, #ededed 0%,#DEDBDE 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#DEDBDE',GradientType=1 );
    }

    .career-utilities button.btn {
        width: 90%;
        margin: 0 5px 2px 5px;
    }

    .career-utilities .arrow-container {
        display: block;
        background: #E7E7E7;
        height: 56px;
    }
}

@media screen and (min-width:450px) and (max-width:766px) {
    .career-highlights-container {
        text-align: left;
    }

        .career-highlights-container img {
            float: left;
            margin-right: 1em;
        }
}

/* MAPS */
.locations-hotspots {
    position: relative;
    z-index: 5;
    max-width: 830px;
    max-height: 406px;
    margin: 0 auto;
}

#locations-image-map {
    background: #f7f7f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAG0lEQVQIW2N8//79fwY0wAgSFBQUZEQWp1AQAKO2E9KJWJ+GAAAAAElFTkSuQmCC);
    text-align: center;
    padding: 1em;
    margin: 1em 0 0;
}

.locations-hotspots a {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
    display: block;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 1.45em !important;
    position: absolute;
    text-decoration: none !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
    z-index: 10;
    zoom: 1;
}

    /* Plotted map points */
    .locations-hotspots a:hover, #locations-image-map .selected-hotspot-north-america a.north-america,
    #locations-image-map .selected-hotspot-latam a.latam,
    #locations-image-map .selected-hotspot-apac a.apac,
    #locations-image-map .selected-hotspot-emea a.emea {
        background-image: url(/_res/ags/allegisgroups/img/map-regions-over-wide.png);
        background-repeat: no-repeat;
    }

.locations-hotspots > a.north-america {
    height: 53%;
    width: 32%;
    top: 1.05%;
    left: .25%;
    padding: 18.25% 0 0 5.5%;
    text-transform: none;
}

    .locations-hotspots > a.north-america:hover, .selected-hotspot-north-america a.north-america {
        background-size: 500%;
    }

.locations-hotspots a.latam {
    height: 57%;
    width: 24%;
    top: 43.25%;
    left: 14%;
    padding: 12% 0 0 8%;
}

.locations-hotspots > a.latam:hover, .selected-hotspot-latam a.latam {
    background-position: 29.3% -5%;
    background-size: 669.34673%;
}

@media(max-width:900px) {
    .locations-hotspots > a.latam:hover, .selected-hotspot-latam a.latam {
        background-position: 29.25% -2%;
    }
}

.locations-hotspots > a.emea {
    height: 83%;
    width: 27%;
    top: 3.75%;
    left: 39.15%;
    padding: 25% 0 0;
}

    .locations-hotspots > a.emea:hover, .selected-hotspot-emea a.emea {
        background-position: 59.5% -7%;
        background-size: 594.6428%;
    }

.locations-hotspots > a.apac {
    height: 92%;
    width: 41%;
    top: 3.5%;
    left: 59.75%;
    padding: 16% 0 0 10%;
    text-align: left;
}

    .locations-hotspots > a.apac:hover, .selected-hotspot-apac a.apac {
        background-position: 100.75% 0%;
        background-size: 391.764705%;
    }

#locations-image-map img {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 830px;
}

@media screen and (min-width:767px) {
    #main-content .locations-phone a {
        cursor: text;
        color: #333;
        text-decoration: none;
    }
}

.lt-ie9 #main-content .locations-phone a {
    cursor: text;
    color: #333;
    text-decoration: none;
}

.lt-ie9 #locations-image-map img {
    width: auto;
}

.lt-ie9 .locations-hotspots > a {
    background-size: 100%;
}

    .lt-ie9 .locations-hotspots > a.north-america:hover, .lt-ie9 .selected-hotspot-north-america a.north-america {
        background-position: -.5% -3.25%;
    }

    .lt-ie9 .locations-hotspots > a.north-america {
        padding: 150px 0 0 80px;
        width: 33%;
        top: -.5%;
        left: 0;
        height: 51%;
    }

    .lt-ie9 .locations-hotspots > a.apac:hover, .lt-ie9 .selected-hotspot-apac a.apac {
        background-position: 101% 0;
    }

    .lt-ie9 .locations-hotspots > a.latam:hover, .lt-ie9 .selected-hotspot-latam a.latam {
        background-position: 29% -2%;
    }

    .lt-ie9 .locations-hotspots > a.latam, .lt-ie9 .selected-hotspot-latam a.latam {
        left: 13.5%;
        top: 44%;
    }

    .lt-ie9 .locations-hotspots > a.emea {
        width: 28%;
    }

    .lt-ie9 .locations-hotspots > a.emea, .lt-ie9 .selected-hotspot-emea a.emea {
        left: 38%;
        top: 4%;
    }

    .lt-ie9 .locations-hotspots > a.apac, .lt-ie9 .selected-hotspot-emea a.apac {
        left: 60%;
        top: 3%;
    }

    .lt-ie9 .locations-hotspots > a.latam {
        padding-left: 110px;
    }

    .lt-ie9 .locations-hotspots > a.emea:hover, .lt-ie9 .selected-hotspot-emea a.emea {
        background-position: 59% 0%;
    }

@media (max-width:768px) {
    .locations-hotspots > a {
        text-indent: -9999px;
    }
}


#regions-selectors {
    list-style-type: none;
    margin: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
}


    /* Arrow Indicator for selected regions */
    #regions-selectors.selected-north-america li#selector-north-america:after,
    #regions-selectors.selected-latam li#selector-latam:after,
    #regions-selectors.selected-emea li#selector-emea:after,
    #regions-selectors.selected-apac li#selector-apac:after,
    #regions-selectors.selected-all li#selector-all:after {
        display: block;
        content: " ";
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 13px solid #00AB8E;
        height: 0;
        width: 2px;
        margin: 0 auto;
    }

    /* Set borders to match selected region */
    #regions-selectors > li {
        border-bottom: 4px solid #fff;
    }

    #regions-selectors.selected-north-america li {
        border-color: #00AB8E;
    }

        #regions-selectors.selected-north-america li#selector-north-america:after {
            border-top-color: #00AB8E;
        }

    #regions-selectors.selected-latam li {
        border-color: #FF8200;
    }

        #regions-selectors.selected-latam li#selector-latam:after {
            border-top-color: #FF8200;
        }

    #regions-selectors.selected-emea li {
        border-color: #93328E;
    }

        #regions-selectors.selected-emea li#selector-emea:after {
            border-top-color: #93328E;
        }

    #regions-selectors.selected-apac li {
        border-color: #009CDE;
    }

        #regions-selectors.selected-apac li#selector-apac:after {
            border-top-color: #009CDE;
        }

    #regions-selectors.selected-all li {
        border-color: #777;
    }

        #regions-selectors.selected-all li#selector-all:after {
            border-top-color: #777;
        }

        /* Turn off border for selected region to align arrow/indicator */
        #regions-selectors.selected-north-america li#selector-north-america,
        #regions-selectors.selected-latam li#selector-latam,
        #regions-selectors.selected-emea li#selector-emea,
        #regions-selectors.selected-apac li#selector-apac,
        #regions-selectors.selected-all li#selector-all {
            border: none !important;
        }


    #regions-selectors > li {
        float: left;
        width: 20%;
        text-align: center;
    }

@media (max-width: 656px) {
    #regions-selectors li {
        float: none;
        width: 100%;
        text-align: left;
    }

    #regions-selectors > li {
        border-bottom: 1px solid #ccc !important;
    }
}

#regions-selectors > li > a {
    display: block;
    padding: 1em;
    color: #fff;
    font-size: 16px;
    background: #999;
    text-decoration: none;
}

.selected-north-america li#selector-north-america a {
    background: #00AB8E;
    border-bottom: 4px solid #00AB8E;
}

.selected-latam li#selector-latam a {
    background: #FF8200;
    border-bottom: 4px solid #FF8200;
}

.selected-emea li#selector-emea a {
    background: #93328E;
    border-bottom: 4px solid #93328E;
}

.selected-apac li#selector-apac a {
    background: #009CDE;
    border-bottom: 4px solid #009CDE;
}

.selected-all li#selector-all a {
    background: #777;
    border-bottom: 4px solid #777;
}

#regions {
    background: #efefef;
}

#regions-selectors .locations-content-holder {
    display: none;
}

#regions .locations-content-holder {
    clear: both;
    padding: 1em 2em 0;
}

@media (max-width:650px) {
    #regions .locations-content-holder {
        display: none;
    }
}

#regions .locations-content-holder > ul, #regions .locations-content-holder > div > ul {
    list-style-type: none;
    margin: .5em 0;
    overflow: hidden;
}

#regions .locations-content-holder ul > li {
    float: left;
    width: 33%;
    padding: 0 1%;
    margin: 0 0 1em;
    min-height: 185px;
    box-sizing: border-box;
    font-size: 14px;
}

@media (max-width: 650px) {
    #regions .locations-content-holder ul > li {
        float: left;
        width: 50%;
        min-height: 1em;
    }

    #regions-selectors .locations-content-holder.selected {
        display: block;
    }
}

@media (max-width: 525px) {
    #regions .locations-content-holder > ul > li {
        float: none;
        width: 100%;
    }
}

#regions h2 {
    display: none;
}

#regions .office-name {
    font-size: 15px;
    display: block;
    color: #00AB8E;
}

#latam .office-name {
    color: #FF8200;
}

#emea .office-name {
    color: #93328E;
}

#apac .office-name {
    color: #009CDE;
}

.loc-email a {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 12px;
}

#all-locations li > span, .selected-all .selected li > span {
    display: none;
}

#regions .locations-content-holder #all-locations strong, #all.selected li > strong {
    cursor: pointer;
}

#regions .locations-content-holder #all-locations ul > li {
    min-height: 10px;
}

#regions .locations-content-holder #all-locations strong:after, #all.selected li > strong:after {
    display: inline-block;
    padding: 5px;
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 11px;
    color: #777;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}

#regions .locations-content-holder #all-locations strong.open:after, #all.selected li > strong.open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
}

.lt-ie9 #regions .locations-content-holder #all-locations strong.open:after, .lt-ie9 #all.selected li > strong.open:after {
    content: "\f00d";
}


/* Slick slider */
@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-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-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -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;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    /*height: 20px;
    width: 20px;*/
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        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: -25px;
}

.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: "←";
}


/* vertical arrows */
.slick-vertical .slick-list {
    margin: 40px 0;
}

.slick-vertical .slick-prev {
    left: inherit;
    top: -40px;
    border-radius: 8px 8px 0 0;
}

.slick-vertical .slick-next {
    right: inherit;
    bottom: -40px;
    border-radius: 0 0 8px 8px;
    top: inherit;
}

.slick-vertical .slick-prev, .slick-vertical .slick-next {
    background: #999;
    width: 100%;
    height: 33px;
    margin: 0;
    box-shadow: 0px 0px 13px #999 inset;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

    .slick-vertical .slick-prev:before, .slick-vertical .slick-next:before {
        font-family: "FontAwesome";
        font-size:;
        color: #8d8d8d;
    }

    .slick-vertical .slick-prev:before {
        content: '\f106';
    }

    .slick-vertical .slick-next:before {
        content: '\f107';
    }


/* mobi arrows */
@media(max-width:500px) {
    #career-highlights-wrapper {
        background: #f2f2f2; /* Old browsers */
        background: -moz-linear-gradient(top, #f2f2f2 12%, #ffffff 52%, #ffffff 52%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#f2f2f2), color-stop(52%,#ffffff), color-stop(52%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f2f2 12%,#ffffff 52%,#ffffff 52%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f2f2f2 12%,#ffffff 52%,#ffffff 52%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f2f2f2 12%,#ffffff 52%,#ffffff 52%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f2f2f2 12%,#ffffff 52%,#ffffff 52%,#e8e8e8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    }

    .slick-prev, .slick-next {
        height: 100%;
        top: 0;
        width: 25px;
        margin: 0;
    }

    .slick-prev {
        left: -40px;
        box-shadow: 8px 0px 9px -6px #999;
    }

    .slick-next {
        right: -40px;
        box-shadow: -8px 0px 9px -6px #999;
    }

        .slick-prev:before, .slick-next:before {
            font-family: FontAwesome;
            text-shadow: 1px 1px 1px #fff;
            color: #999;
            background: #ccc;
            display: block;
            height: 108px;
            padding: 45px 0 0;
            box-sizing: border-box;
            opacity: 1 !important;
        }

    .slick-prev:before {
        content: "\f053";
        border-radius: 5px 0 0 5px;
    }

    .slick-next:before {
        content: "\f054";
        border-radius: 0 5px 5px 0;
    }

    #career-highlights-wrapper {
        border: 1px solid #ccc;
        border-width: 1px 0;
        padding: 3% 0 0;
        margin: 0 0 5%;
    }
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
}

    .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: 0;
            font-size: 0;
            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: 11px;
                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: #fff;
            opacity: 0.75;
        }

#career-highlights .slick-vertical .slick-slide {
    padding: 0 1.25em;
    min-height: 140px;
}

#career-highlights .caption {
    display: block;
    background: #999;
    color: #fff;
    padding: 2%;
    text-align: center;
}

.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0;
}

.reveal-modal, dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 1.875rem;
}

    .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
        min-width: 0;
    }

    .reveal-modal > :first-child, dialog > :first-child {
        margin-top: 0;
    }

    .reveal-modal > :last-child, dialog > :last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
        width: 80%;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
        top: 6.25rem;
    }
}

.reveal-modal.radius, dialog.radius {
    border-radius: 3px;
}

.reveal-modal.round, dialog.round {
    border-radius: 1000px;
}

.reveal-modal.collapse, dialog.collapse {
    padding: 0;
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
        width: 30%;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
        width: 40%;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
        width: 60%;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
        width: 70%;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
        width: 95%;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

dialog {
    display: none;
}

    dialog::backdrop, dialog + .backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: black;
        background: rgba(0, 0, 0, 0.45);
        z-index: auto;
        display: none;
        left: 0;
    }

    dialog[open] {
        display: block;
    }

@media print {
    dialog, .reveal-modal, dialog {
        display: none;
        background: white !important;
    }
}

.counters-container {
    text-align: center;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}

    .counters-container h2 {
        font-family: "GibsonRegular", "Source Sans Pro", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑","HiraMinProN-W3", sans-serif;
        font-size: 2.625rem;
        color: #585a58;
        margin-top: 0;
        text-transform: uppercase !important;
    }

    .counters-container ul {
        display: inline-block;
        margin: 0 auto;
        list-style-type: none;
    }

    .counters-container li {
        text-align: center;
        margin: 0;
        padding: .625rem;
        margin-bottom: 1.25rem;
    }

@media only screen and (min-width: 64.063em) {
    .counters-container li {
        display: inline-block;
        margin: 0;
    }
}

/*Leadership in numbers - counters*/
.counters-container span {
    display: inline;
    font-size: 3.75rem;
    font-weight: 700;
    color: #e17e19;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .counters-container span {
        font-size: 2.75rem;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .counters-container span {
        font-size: 71.68px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .counters-container span {
        font-size: 53.76px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .counters-container span {
        font-size: 33.6px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .counters-container span {
        font-size: 22.4px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .counters-container span {
        font-size: 39.76px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .counters-container span {
        font-size: 22.4px;
    }
}

.counters-container span.counter-description {
    color: #585a58;
    text-transform: uppercase;
    display: block;
    font-size: .9rem;
}

    .counters-container span.counter-description:before {
        content: " ";
        display: block;
        width: 10%;
        height: 2px;
        margin: 7px auto 15px;
        background-color: #585a58;
    }

.testimonials-container {
    text-align: center;
    background: url(/_res/ags/AllegisGroups/img/test-mobile.jpg);
    background-size: cover;
    border-bottom: 1px solid #ffffff;
}

@media only screen and (min-width: 40.063em) {
    .testimonials-container {
        background: url(/_res/ags/AllegisGroups/img/testimonial-bg.jpg);
        background-size: cover;
        border-bottom: 1px solid #ffffff;
    }
}

.testimonials-container h2 {
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 1.75rem !important;
    line-height: 0.85;
    padding: 2rem 4rem 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .testimonials-container h2 {
        padding-top: 3rem;
        font-size: 2.5rem !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .testimonials-container h2 {
        padding-top: 3rem;
        font-size: 2.5rem !important;
    }
}

.testimonials-content {
    margin-top: 1.875rem;
}

    .testimonials-content .slick-slide {
        padding: 1.25rem;
        padding-top: 0;
        text-align: center;
    }

@media only screen and (min-width: 40.063em) {
    .testimonials-content .slick-slide {
        padding-top: 4.0625rem;
    }
}

.testimonials-content .slick-slide .testimonial-image {
    display: inline-block;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    margin-top: 2rem;
}

@media only screen and (min-width: 40.063em) {
    .testimonials-content .slick-slide .testimonial-image {
        margin-top: 0;
    }
}

.testimonials-content .slick-slide .testimonial-image img {
    height: 9.375rem;
    width: 9.375rem;
    border-radius: 50%;
    border: 5px solid #fff;
}

@media only screen and (min-width: 64.063em) {
    .testimonials-content .slick-slide .testimonial-image img {
        height: 12.5rem;
        width: 12.5rem;
    }
}

.testimonials-content .slick-slide .testimonial-quote {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 1rem;
    text-align: left;
}

    .testimonials-content .slick-slide .testimonial-quote span:before, .testimonials-content .slick-slide .testimonial-quote span:after {
        display: inline-block;
        position: relative;
        font-family: inherit;
        font-size: 150%;
        line-height: .5;
        top: 7px;
    }

    .testimonials-content .slick-slide .testimonial-quote span:before {
        content: "\201C";
        left: -5px;
    }

    .testimonials-content .slick-slide .testimonial-quote span:after {
        content: "\201D";
        right: -5px;
        width: 5px;
        margin-right: -5px;
    }

.testimonials-content .slick-slide .attribute {
    text-align: right;
    margin: 2rem 0;
    text-transform: uppercase;
    font-size: 0.925rem;
    color: #fff;
}

    .testimonials-content .slick-slide .attribute span {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

@media only screen and (min-width: 40.063em) {
    .testimonials-content .slick-slide .attribute span {
        font-size: 1.25rem;
        font-weight: 700;
    }
}

.testimonials-content .slick-slide .attribute span:before, .testimonials-content .slick-slide .attribute span:after {
    content: '';
}

.testimonials-content .slick-dots {
    position: relative !important;
    bottom: auto;
    bottom: 30px;
    width: 100% !important;
}

@media only screen and (min-width: 40.063em) {
    .testimonials-content .slick-dots {
        padding: 2rem 0 0 0 !important;
    }
}

.testimonials-content .slick-dots li {
    display: inline-block;
    margin: 0 .1875rem 0 0;
}

    .testimonials-content .slick-dots li button {
        border: 2px solid #fff;
        border-radius: 10px;
        height: 15px;
        width: 15px;
    }

    .testimonials-content .slick-dots li.slick-active button {
        background: #fff !important;
    }

.testimonials-content .button {
    background: #fff;
    color: #021A32;
    border-radius: 3px;
}

.testimonials-content .slick-prev {
    left: 1.25rem;
}

    .testimonials-content .slick-prev:before {
        content: "\2039";
    }

.testimonials-content .slick-next {
    right: 1.25rem;
}

    .testimonials-content .slick-next:before {
        content: "\203A";
    }

.testimonials-content .slick-prev, .testimonials-content .slick-next {
    height: auto;
    width: auto;
    top: 25%;
}

    .testimonials-content .slick-prev:before, .testimonials-content .slick-next:before {
        font-family: Calibri,Arial,sans-serif;
        font-size: 4.6875rem;
    }

.generic-content-rtf h2.orange {
    color: #e17e19;
    font-size: 1.5rem;
}