@charset "UTF-8";

html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }
header.branding.container-fluid.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

.scrolled .main-nav.desktop {
    margin-top: 25px;
    margin-bottom: 25px;
}
.logoscroll ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.logoscroll p {
    width: 100px;
    margin: 0 auto;
    background: #DDD;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
}
.logoscroll ul li {
    position: relative;
    padding-left: 20px;
    width: 16%;
    text-align: center;
	float: left;
	padding: 10px;
	cursor: pointer;
}

.logoscroll ul li:before{
	display: none;
}

.logoscroll ul li strong{
	display: block;
}

.logoscroll {
    padding:0;
    float: left;
    width: 100%;
    text-align: center;
}
.logoscroll h3{
	font-weight: 600;
	color: #000;
	line-height: 20px;
}

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 24px; margin: 10px 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

/* = !TYPOGRAPHY
---------------------------------------------------------------- */
h1, .h1 { font-size: 26px; color: #080937; font-weight: 700; font-family: "Cairo", sans-serif; }

h1.section-heading { font-family: "Cairo", sans-serif; font-weight: 300; color: #080937; text-transform: uppercase; font-size: 4em; }

h2, .h2 { font-size: 1.9em; color: #080937; font-weight: 300; font-family: "Cairo", sans-serif; }

h3, .h3 { text-transform: uppercase; }

h4, .h4 { font-size: 1em; }

h5, .h5 { font-size: .83em; }

blockquote { background: url("images/quote-bg.svg") no-repeat top left; font-size: 2.5em; font-style: italic; line-height: 1.2em; background-size: 150px; padding: 50px 50px 50px 70px; background-position: 3px 10px; margin: 0; }

blockquote p:last-child { margin-bottom: 0; }

/* = !BASE
---------------------------------------------------------------- */
* { box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.625; color: #555555; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #e51937; text-decoration: none; }

a:hover, a:focus { color: #e51937; text-decoration: underline; }

a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive, .hero-image { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 6px; }

.img-thumbnail { padding: 4px; line-height: 1.625; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #e2e7ed; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

[role="button"] { cursor: pointer; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; }

pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 15px; line-height: 1.625; word-break: break-all; word-wrap: break-word; color: #4e4d4d; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; }

pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #b3b3b3; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 22px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.625; vertical-align: top; border-top: 1px solid #ddd; }

.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }



@media screen and (max-width: 768px) { .table-responsive { width: 100%; margin-bottom: 16.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 24px; line-height: inherit; color: #4e4d4d; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 16px; line-height: 1.625; color: #555555; }

.form-control { display: block; width: 100%; height: 36px; padding: 6px 12px; font-size: 16px; line-height: 1.625; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder { color: #b3b3b3; opacity: 1; }

.form-control:-ms-input-placeholder { color: #b3b3b3; }

.form-control::-webkit-input-placeholder { color: #b3b3b3; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #e2e7ed; opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] { line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] { line-height: 49px; } }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio label, .checkbox label { min-height: 22px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 38px; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

select.input-sm { height: 33px; line-height: 33px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 33px; padding: 5px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px; }

.form-group-sm select.form-control { height: 33px; line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 33px; min-height: 36px; padding: 6px 10px; font-size: 14px; line-height: 1.5; }

.input-lg { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px; }

select.input-lg { height: 49px; line-height: 49px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px; }

.form-group-lg select.form-control { height: 49px; line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 49px; min-height: 42px; padding: 11px 16px; font-size: 20px; line-height: 1.33; }

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 45px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 49px; height: 49px; line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 33px; height: 33px; line-height: 33px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #959595; }

@media (min-width: 769px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 29px; }

.form-horizontal .form-group { margin-left: -24px; margin-right: -24px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }

.form-horizontal .form-group:after { clear: both; }

@media (min-width: 769px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback { right: 24px; }

@media (min-width: 769px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; font-size: 20px; } }

@media (min-width: 769px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 14px; } }

.gform_wrapper ul { list-style: none; margin: 0; padding: 0; }

.gform_wrapper ul li { margin: 0; padding: 0; }

.gform_wrapper ul li input { border-radius: 6px; border: 1px solid #e2e7ed; }

.gform_wrapper ul li input[type="submit"] { border: none; }

table { width: 100%; background: #e2e7ed; border-spacing: 0; font-family: "Cairo", sans-serif; font-weight: normal; }

table thead { background: #080937; color: white; border-collapse: none; }

table thead tr th { padding: 10px; font-weight: 700; }

table tr td { border-top: 1px solid white; padding: 10px; }

img { max-width: 100%; }

/* = !BUTTONS
---------------------------------------------------------------- */
.btn-secondary { color: #fff; background-color: #080937; border-color: #003165; }

.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #00254b; border-color: black; }

.btn-secondary:hover { color: #fff; background-color: #00254b; border-color: #001327; }

.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle { color: #fff; background-color: #00254b; border-color: #001327; }

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus { color: #fff; background-color: #001327; border-color: black; }

.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle { background-image: none; }

.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active { background-color: #080937; border-color: #003165; }

.btn-secondary .badge { color: #080937; background-color: #fff; }

.button { background: url("../images/button-bg.svg") no-repeat top left #080937; background-size: 35px 35px; border-radius-webkit-border-radius: 12px; border-radius: 12px; border: none; color: white; text-align: center; font-family: "Cairo", sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1.2em; display: inline-block; padding: 11px 36px; cursor: pointer; transition: all .2s linear; }

.button:hover, .button:focus { color: white; background-size: 25px 25px; text-decoration: none; opacity: .9; }
.login_form .hero-copy {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}
.login_form .hero-copy .button{
	margin-top:10px;
}
/* = !ICONS
---------------------------------------------------------------- */
/*! Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("fonts/fontawesome-webfont.eot?v=4.2.0"); src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }

.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { -webkit-filter: none; filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before { content: ""; }

.fa-close:before { content: ""; }

.fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before { content: ""; }

.fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before { content: ""; }

.fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before { content: ""; }

.fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before { content: ""; }

.fa-image:before { content: ""; }

.fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before { content: ""; }

.fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before { content: ""; }

.fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before { content: ""; }

.fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before { content: ""; }

.fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before { content: ""; }

.fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before { content: ""; }

.fa-users:before { content: ""; }

.fa-chain:before { content: ""; }

.fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before { content: ""; }

.fa-scissors:before { content: ""; }

.fa-copy:before { content: ""; }

.fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before { content: ""; }

.fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before { content: ""; }

.fa-reorder:before { content: ""; }

.fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before { content: ""; }

.fa-sort:before { content: ""; }

.fa-sort-down:before { content: ""; }

.fa-sort-desc:before { content: ""; }

.fa-sort-up:before { content: ""; }

.fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before { content: ""; }

.fa-undo:before { content: ""; }

.fa-legal:before { content: ""; }

.fa-gavel:before { content: ""; }

.fa-dashboard:before { content: ""; }

.fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before { content: ""; }

.fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before { content: ""; }

.fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before { content: ""; }

.fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before { content: ""; }

.fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before { content: ""; }

.fa-reply-all:before { content: ""; }

.fa-star-half-empty:before { content: ""; }

.fa-star-half-full:before { content: ""; }

.fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before { content: ""; }

.fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before { content: ""; }

.fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before { content: ""; }

.fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before { content: ""; }

.fa-caret-square-o-right:before { content: ""; }

.fa-euro:before { content: ""; }

.fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before { content: ""; }

.fa-usd:before { content: ""; }

.fa-rupee:before { content: ""; }

.fa-inr:before { content: ""; }

.fa-cny:before { content: ""; }

.fa-rmb:before { content: ""; }

.fa-yen:before { content: ""; }

.fa-jpy:before { content: ""; }

.fa-ruble:before { content: ""; }

.fa-rouble:before { content: ""; }

.fa-rub:before { content: ""; }

.fa-won:before { content: ""; }

.fa-krw:before { content: ""; }

.fa-bitcoin:before { content: ""; }

.fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before { content: ""; }

.fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before { content: ""; }

.fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before { content: ""; }

.fa-bank:before { content: ""; }

.fa-university:before { content: ""; }

.fa-mortar-board:before { content: ""; }

.fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before { content: ""; }

.fa-car:before { content: ""; }

.fa-cab:before { content: ""; }

.fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before { content: ""; }

.fa-file-picture-o:before { content: ""; }

.fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before { content: ""; }

.fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before { content: ""; }

.fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before { content: ""; }

.fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before { content: ""; }

.fa-life-buoy:before { content: ""; }

.fa-life-saver:before { content: ""; }

.fa-support:before { content: ""; }

.fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before { content: ""; }

.fa-rebel:before { content: ""; }

.fa-ge:before { content: ""; }

.fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before { content: ""; }

.fa-weixin:before { content: ""; }

.fa-send:before { content: ""; }

.fa-paper-plane:before { content: ""; }

.fa-send-o:before { content: ""; }

.fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before { content: ""; }

.fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before { content: ""; }

.fa-sheqel:before { content: ""; }

.fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

/* = !CLEARS & !HELPERS
---------------------------------------------------------------- */
.vert:before, .vert:after, .vert-before:before, .vert-after:after, .vert-2x:before, .vert-2x:after, .vert-before-2x:before, .vert-after-2x:after { content: " "; display: table; height: 12px; }

.vert:after, .vert-after:after { clear: both; }

.vert-2x:before, .vert-2x:after, .vert-before-2x:before, .vert-after-2x:after { height: 24px; }

@media (min-width: 769px) { .vert:before, .vert:after, .vert-before:before, .vert-after:after { height: 24px; }
  .vert-2x:before, .vert-2x:after, .vert-before-2x:before, .vert-after-2x:after { height: 48px; } }

@media (min-width: 1200px) { .vert:before, .vert:after, .vert-before:before, .vert-after:after { height: 32px; }
  .vert-2x:before, .vert-2x:after, .vert-before-2x:before, .vert-after-2x:after { height: 64px; } }

.block { height: 100%; font-size: 0; }

.block:before { display: inline-block; height: 100%; vertical-align: middle; content: ''; }

.centered { display: inline-block; vertical-align: middle; font-size: 16px; }

.modal-open { overflow: hidden; }

.modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }

.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); transform: translate(0, -25%); transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal-dialog { position: relative; width: auto; margin: 10px; }

.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }

.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }

.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; }

.modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.42857; }

.modal-body { position: relative; padding: 15px; }

.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after { content: " "; display: table; }

.modal-footer:after { clear: both; }

.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 769px) { .modal-dialog { width: 600px; margin: 30px auto; }
  .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm { width: 300px; } }

@media (min-width: 992px) { .modal-lg { width: 900px; } }

.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Roboto", sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.625; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; opacity: 0; filter: alpha(opacity=0); }

.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }

.tooltip.top { margin-top: -3px; padding: 5px 0; }

.tooltip.right { margin-left: 3px; padding: 0 5px; }

.tooltip.bottom { margin-top: 3px; padding: 5px 0; }

.tooltip.left { margin-left: -3px; padding: 0 5px; }

.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; }

.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }

.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }

.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }

.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }

.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Roboto", sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.625; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 16px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title { margin: 0; padding: 8px 14px; font-size: 16px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }

.popover-content { padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.popover > .arrow { border-width: 11px; }

.popover > .arrow:after { border-width: 10px; content: ""; }

.popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }

.popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; }

.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; }

.popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }

.popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; }

.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; }

.carousel { position: relative; }

.carousel-inner { position: relative; overflow: hidden; width: 100%; }

.carousel-inner > .item { display: none; position: relative; transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }

.carousel-inner > .active { left: 0; }

.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }

.carousel-inner > .next { left: 100%; }

.carousel-inner > .prev { left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }

.carousel-inner > .active.left { left: -100%; }

.carousel-inner > .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right { left: auto; right: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; }

.carousel-control .icon-prev:before { content: '\2039'; }

.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }

.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }

.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }

.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn { text-shadow: none; }

@media screen and (min-width: 769px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; }
  .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; } }

.ivey-gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51937+0,080937+100 */ background: #e51937; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #e51937 25%, #080937 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51937', endColorstr='#080937',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }

.ivey-gradient__heading { color: white; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

@media (max-width: 769px) { .mobile-hide { }  }

@media (max-width: 769px) { .container-mobile { padding-left: 24px; padding-right: 24px; } }

@media (max-width: 569px) { .container-mobile { padding-left: 12px; padding-right: 12px; } }

/* = !GRID/COLUMN SYSTEM
---------------------------------------------------------------- */
.container, .container-fluid { padding-left: 12px; padding-right: 12px; margin-right: auto; margin-left: auto; }

.container:before, .container:after, .container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container:after, .container-fluid:after { clear: both; }

@media (min-width: 569px) { .container { width: 100%; } }

@media (min-width: 769px) { .container { width: 748px; } }

@media (min-width: 992px) { .container { width: 948px; } }

@media (min-width: 1200px) { .container { width: 1180px; } }

@media (min-width: 1600px) { .container { width: 1580px; } }

.row { margin-left: -12px; margin-right: -12px; }

.row:before, .row:after { content: " "; display: table; }

.row:after { clear: both; }

.row-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.row-flex.row:after, .row-flex.row:before { display: none; }

.xxs-1, .xs-1, .sm-1, .md-1, .lg-1, .xlg-1, .xxs-2, .xxs-3, .xxs-4, .xxs-5, .xxs-6, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12, .xlg-2, .xlg-3, .xlg-4, .xlg-5, .xlg-6, .xlg-7, .xlg-8, .xlg-9, .xlg-10, .xlg-11, .xlg-12, .xlg-13, .xlg-14, .xlg-15, .xlg-16 { position: relative; width: 100%; min-height: 1px; padding-left: 12px; padding-right: 12px; float: left; }

.xxs-1, .xxs-2, .xxs-3, .xxs-4, .xxs-5, .xxs-6 { padding-left: 12px; padding-right: 12px; }

.xxs-1 { width: 16.66667%; }

.xxs-2 { width: 33.33333%; }

.xxs-3 { width: 50%; }

.xxs-4 { width: 66.66667%; }

.xxs-5 { width: 83.33333%; }

.xxs-6 { width: 100%; }

.xxs-pull-0 { right: auto; }

.xxs-pull-1 { right: 16.66667%; }

.xxs-pull-2 { right: 33.33333%; }

.xxs-pull-3 { right: 50%; }

.xxs-pull-4 { right: 66.66667%; }

.xxs-pull-5 { right: 83.33333%; }

.xxs-pull-6 { right: 100%; }

.xxs-push-0 { left: auto; }

.xxs-push-1 { left: 16.66667%; }

.xxs-push-2 { left: 33.33333%; }

.xxs-push-3 { left: 50%; }

.xxs-push-4 { left: 66.66667%; }

.xxs-push-5 { left: 83.33333%; }

.xxs-push-6 { left: 100%; }

.xxs-offset-0 { margin-left: 0%; }

.xxs-offset-1 { margin-left: 16.66667%; }

.xxs-offset-2 { margin-left: 33.33333%; }

.xxs-offset-3 { margin-left: 50%; }

.xxs-offset-4 { margin-left: 66.66667%; }

.xxs-offset-5 { margin-left: 83.33333%; }

.xxs-offset-6 { margin-left: 100%; }

@media (min-width: 569px) { .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 { padding-left: 12px; padding-right: 12px; }
  .xs-1 { width: 8.33333%; }
  .xs-2 { width: 16.66667%; }
  .xs-3 { width: 25%; }
  .xs-4 { width: 33.33333%; }
  .xs-5 { width: 41.66667%; }
  .xs-6 { width: 50%; }
  .xs-7 { width: 58.33333%; }
  .xs-8 { width: 66.66667%; }
  .xs-9 { width: 75%; }
  .xs-10 { width: 83.33333%; }
  .xs-11 { width: 91.66667%; }
  .xs-12 { width: 100%; }
  .xs-pull-0 { right: auto; }
  .xs-pull-1 { right: 8.33333%; }
  .xs-pull-2 { right: 16.66667%; }
  .xs-pull-3 { right: 25%; }
  .xs-pull-4 { right: 33.33333%; }
  .xs-pull-5 { right: 41.66667%; }
  .xs-pull-6 { right: 50%; }
  .xs-pull-7 { right: 58.33333%; }
  .xs-pull-8 { right: 66.66667%; }
  .xs-pull-9 { right: 75%; }
  .xs-pull-10 { right: 83.33333%; }
  .xs-pull-11 { right: 91.66667%; }
  .xs-pull-12 { right: 100%; }
  .xs-push-0 { left: auto; }
  .xs-push-1 { left: 8.33333%; }
  .xs-push-2 { left: 16.66667%; }
  .xs-push-3 { left: 25%; }
  .xs-push-4 { left: 33.33333%; }
  .xs-push-5 { left: 41.66667%; }
  .xs-push-6 { left: 50%; }
  .xs-push-7 { left: 58.33333%; }
  .xs-push-8 { left: 66.66667%; }
  .xs-push-9 { left: 75%; }
  .xs-push-10 { left: 83.33333%; }
  .xs-push-11 { left: 91.66667%; }
  .xs-push-12 { left: 100%; }
  .xs-offset-0 { margin-left: 0%; }
  .xs-offset-1 { margin-left: 8.33333%; }
  .xs-offset-2 { margin-left: 16.66667%; }
  .xs-offset-3 { margin-left: 25%; }
  .xs-offset-4 { margin-left: 33.33333%; }
  .xs-offset-5 { margin-left: 41.66667%; }
  .xs-offset-6 { margin-left: 50%; }
  .xs-offset-7 { margin-left: 58.33333%; }
  .xs-offset-8 { margin-left: 66.66667%; }
  .xs-offset-9 { margin-left: 75%; }
  .xs-offset-10 { margin-left: 83.33333%; }
  .xs-offset-11 { margin-left: 91.66667%; }
  .xs-offset-12 { margin-left: 100%; } }

@media (min-width: 769px) { .container, .container-fluid { padding-left: 24px; padding-right: 24px; }
  .row { margin-left: -24px; margin-right: -24px; }
  .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 { padding-left: 24px; padding-right: 24px; }
  .sm-1 { width: 8.33333%; }
  .sm-2 { width: 16.66667%; }
  .sm-3 { width: 25%; }
  .sm-4 { width: 33.33333%; }
  .sm-5 { width: 41.66667%; }
  .sm-6 { width: 50%; }
  .sm-7 { width: 58.33333%; }
  .sm-8 { width: 66.66667%; }
  .sm-9 { width: 75%; }
  .sm-10 { width: 83.33333%; }
  .sm-11 { width: 91.66667%; }
  .sm-12 { width: 100%; }
  .sm-pull-0 { right: auto; }
  .sm-pull-1 { right: 8.33333%; }
  .sm-pull-2 { right: 16.66667%; }
  .sm-pull-3 { right: 25%; }
  .sm-pull-4 { right: 33.33333%; }
  .sm-pull-5 { right: 41.66667%; }
  .sm-pull-6 { right: 50%; }
  .sm-pull-7 { right: 58.33333%; }
  .sm-pull-8 { right: 66.66667%; }
  .sm-pull-9 { right: 75%; }
  .sm-pull-10 { right: 83.33333%; }
  .sm-pull-11 { right: 91.66667%; }
  .sm-pull-12 { right: 100%; }
  .sm-push-0 { left: auto; }
  .sm-push-1 { left: 8.33333%; }
  .sm-push-2 { left: 16.66667%; }
  .sm-push-3 { left: 25%; }
  .sm-push-4 { left: 33.33333%; }
  .sm-push-5 { left: 41.66667%; }
  .sm-push-6 { left: 50%; }
  .sm-push-7 { left: 58.33333%; }
  .sm-push-8 { left: 66.66667%; }
  .sm-push-9 { left: 75%; }
  .sm-push-10 { left: 83.33333%; }
  .sm-push-11 { left: 91.66667%; }
  .sm-push-12 { left: 100%; }
  .sm-offset-0 { margin-left: 0%; }
  .sm-offset-1 { margin-left: 8.33333%; }
  .sm-offset-2 { margin-left: 16.66667%; }
  .sm-offset-3 { margin-left: 25%; }
  .sm-offset-4 { margin-left: 33.33333%; }
  .sm-offset-5 { margin-left: 41.66667%; }
  .sm-offset-6 { margin-left: 50%; }
  .sm-offset-7 { margin-left: 58.33333%; }
  .sm-offset-8 { margin-left: 66.66667%; }
  .sm-offset-9 { margin-left: 75%; }
  .sm-offset-10 { margin-left: 83.33333%; }
  .sm-offset-11 { margin-left: 91.66667%; }
  .sm-offset-12 { margin-left: 100%; } }

@media (min-width: 992px) { .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12 { padding-left: 24px; padding-right: 24px; }
  .md-1 { width: 8.33333%; }
  .md-2 { width: 16.66667%; }
  .md-3 { width: 25%; }
  .md-4 { width: 33.33333%; }
  .md-5 { width: 41.66667%; }
  .md-6 { width: 50%; }
  .md-7 { width: 58.33333%; }
  .md-8 { width: 66.66667%; }
  .md-9 { width: 75%; }
  .md-10 { width: 83.33333%; }
  .md-11 { width: 91.66667%; }
  .md-12 { width: 100%; }
  .md-pull-0 { right: auto; }
  .md-pull-1 { right: 8.33333%; }
  .md-pull-2 { right: 16.66667%; }
  .md-pull-3 { right: 25%; }
  .md-pull-4 { right: 33.33333%; }
  .md-pull-5 { right: 41.66667%; }
  .md-pull-6 { right: 50%; }
  .md-pull-7 { right: 58.33333%; }
  .md-pull-8 { right: 66.66667%; }
  .md-pull-9 { right: 75%; }
  .md-pull-10 { right: 83.33333%; }
  .md-pull-11 { right: 91.66667%; }
  .md-pull-12 { right: 100%; }
  .md-push-0 { left: auto; }
  .md-push-1 { left: 8.33333%; }
  .md-push-2 { left: 16.66667%; }
  .md-push-3 { left: 25%; }
  .md-push-4 { left: 33.33333%; }
  .md-push-5 { left: 41.66667%; }
  .md-push-6 { left: 50%; }
  .md-push-7 { left: 58.33333%; }
  .md-push-8 { left: 66.66667%; }
  .md-push-9 { left: 75%; }
  .md-push-10 { left: 83.33333%; }
  .md-push-11 { left: 91.66667%; }
  .md-push-12 { left: 100%; }
  .md-offset-0 { margin-left: 0%; }
  .md-offset-1 { margin-left: 8.33333%; }
  .md-offset-2 { margin-left: 16.66667%; }
  .md-offset-3 { margin-left: 25%; }
  .md-offset-4 { margin-left: 33.33333%; }
  .md-offset-5 { margin-left: 41.66667%; }
  .md-offset-6 { margin-left: 50%; }
  .md-offset-7 { margin-left: 58.33333%; }
  .md-offset-8 { margin-left: 66.66667%; }
  .md-offset-9 { margin-left: 75%; }
  .md-offset-10 { margin-left: 83.33333%; }
  .md-offset-11 { margin-left: 91.66667%; }
  .md-offset-12 { margin-left: 100%; } }

@media (min-width: 1200px) { .container, .container-fluid { padding-left: 32px; padding-right: 32px; }
  .row { margin-left: -32px; margin-right: -32px; }
  .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12 { padding-left: 32px; padding-right: 32px; }
  .lg-1 { width: 8.33333%; }
  .lg-2 { width: 16.66667%; }
  .lg-3 { width: 25%; }
  .lg-4 { width: 33.33333%; }
  .lg-5 { width: 41.66667%; }
  .lg-6 { width: 50%; }
  .lg-7 { width: 58.33333%; }
  .lg-8 { width: 66.66667%; }
  .lg-9 { width: 75%; }
  .lg-10 { width: 83.33333%; }
  .lg-11 { width: 91.66667%; }
  .lg-12 { width: 100%; }
  .lg-pull-0 { right: auto; }
  .lg-pull-1 { right: 8.33333%; }
  .lg-pull-2 { right: 16.66667%; }
  .lg-pull-3 { right: 25%; }
  .lg-pull-4 { right: 33.33333%; }
  .lg-pull-5 { right: 41.66667%; }
  .lg-pull-6 { right: 50%; }
  .lg-pull-7 { right: 58.33333%; }
  .lg-pull-8 { right: 66.66667%; }
  .lg-pull-9 { right: 75%; }
  .lg-pull-10 { right: 83.33333%; }
  .lg-pull-11 { right: 91.66667%; }
  .lg-pull-12 { right: 100%; }
  .lg-push-0 { left: auto; }
  .lg-push-1 { left: 8.33333%; }
  .lg-push-2 { left: 16.66667%; }
  .lg-push-3 { left: 25%; }
  .lg-push-4 { left: 33.33333%; }
  .lg-push-5 { left: 41.66667%; }
  .lg-push-6 { left: 50%; }
  .lg-push-7 { left: 58.33333%; }
  .lg-push-8 { left: 66.66667%; }
  .lg-push-9 { left: 75%; }
  .lg-push-10 { left: 83.33333%; }
  .lg-push-11 { left: 91.66667%; }
  .lg-push-12 { left: 100%; }
  .lg-offset-0 { margin-left: 0%; }
  .lg-offset-1 { margin-left: 8.33333%; }
  .lg-offset-2 { margin-left: 16.66667%; }
  .lg-offset-3 { margin-left: 25%; }
  .lg-offset-4 { margin-left: 33.33333%; }
  .lg-offset-5 { margin-left: 41.66667%; }
  .lg-offset-6 { margin-left: 50%; }
  .lg-offset-7 { margin-left: 58.33333%; }
  .lg-offset-8 { margin-left: 66.66667%; }
  .lg-offset-9 { margin-left: 75%; }
  .lg-offset-10 { margin-left: 83.33333%; }
  .lg-offset-11 { margin-left: 91.66667%; }
  .lg-offset-12 { margin-left: 100%; } }

@media (min-width: 1600px) { .xlg-1, .xlg-2, .xlg-3, .xlg-4, .xlg-5, .xlg-6, .xlg-7, .xlg-8, .xlg-9, .xlg-10, .xlg-11, .xlg-12, .xlg-13, .xlg-14, .xlg-15, .xlg-16 { padding-left: 32px; padding-right: 32px; }
  .xlg-1 { width: 6.25%; }
  .xlg-2 { width: 12.5%; }
  .xlg-3 { width: 18.75%; }
  .xlg-4 { width: 25%; }
  .xlg-5 { width: 31.25%; }
  .xlg-6 { width: 37.5%; }
  .xlg-7 { width: 43.75%; }
  .xlg-8 { width: 50%; }
  .xlg-9 { width: 56.25%; }
  .xlg-10 { width: 62.5%; }
  .xlg-11 { width: 68.75%; }
  .xlg-12 { width: 75%; }
  .xlg-13 { width: 81.25%; }
  .xlg-14 { width: 87.5%; }
  .xlg-15 { width: 93.75%; }
  .xlg-16 { width: 100%; }
  .xlg-pull-0 { right: auto; }
  .xlg-pull-1 { right: 6.25%; }
  .xlg-pull-2 { right: 12.5%; }
  .xlg-pull-3 { right: 18.75%; }
  .xlg-pull-4 { right: 25%; }
  .xlg-pull-5 { right: 31.25%; }
  .xlg-pull-6 { right: 37.5%; }
  .xlg-pull-7 { right: 43.75%; }
  .xlg-pull-8 { right: 50%; }
  .xlg-pull-9 { right: 56.25%; }
  .xlg-pull-10 { right: 62.5%; }
  .xlg-pull-11 { right: 68.75%; }
  .xlg-pull-12 { right: 75%; }
  .xlg-pull-13 { right: 81.25%; }
  .xlg-pull-14 { right: 87.5%; }
  .xlg-pull-15 { right: 93.75%; }
  .xlg-pull-16 { right: 100%; }
  .xlg-push-0 { left: auto; }
  .xlg-push-1 { left: 6.25%; }
  .xlg-push-2 { left: 12.5%; }
  .xlg-push-3 { left: 18.75%; }
  .xlg-push-4 { left: 25%; }
  .xlg-push-5 { left: 31.25%; }
  .xlg-push-6 { left: 37.5%; }
  .xlg-push-7 { left: 43.75%; }
  .xlg-push-8 { left: 50%; }
  .xlg-push-9 { left: 56.25%; }
  .xlg-push-10 { left: 62.5%; }
  .xlg-push-11 { left: 68.75%; }
  .xlg-push-12 { left: 75%; }
  .xlg-push-13 { left: 81.25%; }
  .xlg-push-14 { left: 87.5%; }
  .xlg-push-15 { left: 93.75%; }
  .xlg-push-16 { left: 100%; }
  .xlg-offset-0 { margin-left: 0%; }
  .xlg-offset-1 { margin-left: 6.25%; }
  .xlg-offset-2 { margin-left: 12.5%; }
  .xlg-offset-3 { margin-left: 18.75%; }
  .xlg-offset-4 { margin-left: 25%; }
  .xlg-offset-5 { margin-left: 31.25%; }
  .xlg-offset-6 { margin-left: 37.5%; }
  .xlg-offset-7 { margin-left: 43.75%; }
  .xlg-offset-8 { margin-left: 50%; }
  .xlg-offset-9 { margin-left: 56.25%; }
  .xlg-offset-10 { margin-left: 62.5%; }
  .xlg-offset-11 { margin-left: 68.75%; }
  .xlg-offset-12 { margin-left: 75%; }
  .xlg-offset-13 { margin-left: 81.25%; }
  .xlg-offset-14 { margin-left: 87.5%; }
  .xlg-offset-15 { margin-left: 93.75%; }
  .xlg-offset-16 { margin-left: 100%; } }

/* = !STYLE-GUIDE
---------------------------------------------------------------- */
.style-guide .top-header { position: fixed; top: 0; left: 0; z-index: 1; }

.style-guide footer { position: fixed; bottom: 0; right: 0; z-index: 1; }

/* = PAGE BLOCKS/STRUCTURE
---------------------------------------------------------------- */
body { font-size: 14px; overflow-x: hidden; }

@media (min-width: 769px) { body { font-size: 14px; } }

/* = !HEADER
---------------------------------------------------------------- */
.branding { overflow-y: visible; background:#fbfbfb; }

.logo { margin: 0; width: auto; position: fixed; top: 0; left: 0; z-index: 1000; }

@media (max-width: 992px) { .logo { top: -20px; left: -20px; } }

@media (max-width: 992px) { .logo .top-logo-blank { height: auto; width: 150px; opacity: 1; top: -30px; left: -30px; overflow: hidden; } }

.logo .top-logo-words { position: fixed;top: 48px;    left: 120px;    max-width: 300px;}
.innerpage .logo .top-logo-words {
    max-width: 150px;
    top: 33px;
    left: 86px;
}
.innerpage h1.logo {
    max-width: 100px;
}
.innerpage .main-nav.desktop {
    margin-top: 12px;
}
.innerpage header.branding.container-fluid {
    position: fixed;
    z-index: 1;
    width: 100%;
	top: 0;
	left: 0;
}


@media (max-width: 992px) { .logo .top-logo-words { display: none; } }



@media (min-width: 992px) { .main-nav.desktop.pre-loader a { pointer-events: none; }
  .main-nav.desktop { float: right !important; margin-top:58px; margin-right: 0px; }
  .main-nav.desktop ul { font-size: 0; padding: 0; }
  .main-nav.desktop .highest-nav-ul { position: relative; display: inline-block; transition: background-color .2s ease-out; }
  .main-nav.desktop .highest-nav-ul.on {/* background-color: #e2e7ed;*/ }
  .main-nav.desktop .highest-nav-ul > li { display: inline-block; float: left;     position: relative;}
  .main-nav.desktop .highest-nav-ul > li > a { display: block; padding: 5px 28px; margin: 0; text-align: center; width: 100%; font-family: "Cairo", sans-serif; text-decoration: none; color: #555555; transition: background-color .2s ease-out; font-size: 20px; }
  .main-nav.desktop .highest-nav-ul > li.nav-active > a { background-color: #080937; color: #fff; }
  .main-nav.desktop .highest-nav-ul > li.nav-active.current-menu-parent > a { color: #02a4e7; }
  .main-nav.desktop .highest-nav-ul > li.current-menu-item > a { color: #e51937; }
  .main-nav.desktop .highest-nav-ul > li.current-menu-parent > a { color: #e51937; }
  .main-nav.desktop .sub-menu { display:none; position: absolute; left: 0;  background-color: transparent; transition: background-color .2s ease-out, opacity 0s ease-out .2s, max-height 0s ease-out .2s; z-index: 900; width: 300px; }
	.main-nav.desktop .sub-menu > li a{
		color: #FFF;
	}
.main-nav.desktop ul li:hover .sub-menu.keep-background {
   display: block;
}	
	
  .main-nav.desktop .sub-menu > li { display: inline-block; float: left; width:100%; }
  .main-nav.desktop .sub-menu > li:nth-child(3n+1) { clear: both; }
  .main-nav.desktop .sub-menu > li a { display: block; padding:10px; color: #FFF; width: 100%; margin: 0; text-align: left; text-decoration: none; color: #FFF; font-family: "Cairo", sans-serif; font-weight: bold; font-size: 16px; transition: color .2s ease-out; }
  .main-nav.desktop .sub-menu > li a:hover { color: #02a4e7 !important; }
	.main-nav.desktop .highest-nav-ul > li:hover a {
    background: #080937;
    color: #FFF;
}
	
	.main-nav.desktop ul li .sub-menu > li a:hovrt{
		color: #02a4e7;
	}
	
  .main-nav.desktop .nav-active .sub-menu { opacity: 1; max-height: 1000px; overflow: auto; background-color: #080937; transition: background-color .2s ease-out, opacity 0s ease-out 0s, max-height 0s ease-out 0s; width: 300px; }
  .main-nav.desktop .nav-active .sub-menu > li { display: block; }
  .main-nav.desktop .nav-active .sub-menu > li a { color: #fff; }
  .main-nav.desktop .nav-active .sub-menu > li a:hover { color: #02a4e7 !important; }
  .main-nav.desktop .sub-menu.keep-background { background-color: #080937 !important; }
  body.single-projects nav.main-nav.desktop ul > li a[href$="projects/"], body.single-projects nav.main-nav.desktop ul > li a[href$="projects"], body.tax-project_categories nav.main-nav.desktop ul > li a[href$="projects/"], body.tax-project_categories nav.main-nav.desktop ul > li a[href$="projects"] { color: #e51937; }
  body.single-post nav.main-nav.desktop li a[href$="about/"], body.single-post nav.main-nav.desktop li a[href$="about"] { color: #e51937; }
}

.mobile-nav-button { position: absolute; display: none; z-index: 900; top: 20px; right: 18px; width: 35px; height: 15px; cursor: pointer; }

@media (max-width: 992px) { .mobile-nav-button { display: block; } }

.mobile-nav-button span { display: block; position: absolute; background-color: #080937; width: 100%; height: 2px; transition: all 250ms ease-in-out; }

.mobile-nav-button span:first-child { top: -2px; }

.mobile-nav-button span:nth-child(2) { top: 3px; }

.mobile-nav-button span:last-child { bottom: -2px; }

.mobile-nav-button-inner { position: relative; height: 8px; }

.mobile-nav-button.active span:first-child { top: 3px; -webkit-transform: rotate(25deg); transform: rotate(25deg); }

.mobile-nav-button.active span:nth-child(2) { opacity: 0; }

.mobile-nav-button.active span:last-child { bottom: 3px; -webkit-transform: rotate(-25deg); transform: rotate(-25deg); }

@media (max-width: 992px) { .branding.mobile { padding: 0; margin: 0; }
  .main-nav.mobile { height: 0; opacity: 0; overflow: hidden; background-color: #e51937; padding: 0; margin: 48px 0 0 0; color: #fff; }
  .main-nav.mobile ul { list-style-type: none; margin: 0; padding: 0; color: #fff; }
  .main-nav.mobile li { margin: 0; padding: 0; color: #fff; background-color: #080937; }
  .main-nav.mobile a { display: block; color: #fff; text-decoration: none; font-size:18px; font-family: "Cairo", sans-serif; padding: 12px 0 12px 12px; border-top: 1px solid #fff; }
  .main-nav.mobile a:hover { background-color: #02a4e7; }
  .main-nav.mobile .sub-menu { height: 0; opacity: 0; overflow: hidden; }
  .main-nav.mobile .sub-menu a { padding: 10px 0 10px 24px; background-color: #080937; }
  .main-nav.mobile .sub-menu a:hover { background-color: #004b98; } }

/* = !CONTENT
---------------------------------------------------------------- */
.hero { padding:50px 0 0 83px; background:#fbfbfb; }

@media (min-width: 769px) and (max-width: 992px) { .hero { position: relative; padding: 100px 24px 0 24px; } }

@media (max-width: 769px) { .hero { padding: 30px 0 0 0; } }

@media (max-width: 769px) { .hero-image-container { position: relative; }
  .hero-image-container:after { content: " "; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(to top, #fff, transparent 20%); } }

.hero-image { margin: 0; float: right; width: 66%; }

@media (min-width: 769px) and (max-width: 992px) { .hero-image { position: absolute; float: none; bottom: 0; left: 34%; } }

@media (max-width: 769px) { .hero-image { float: none; width: 100%; } }

.hero-copy { float: left; width: 33%; padding-right: 5px; padding-bottom: 25px; }

@media (max-width: 769px) { .hero-copy { float: none; width: 100%; padding: 0; padding-bottom: 30px; } }

.hero-copy h2 { line-height: 1.25em; }

@media (max-width: 769px) { .hero-copy h2 { font-size: 1.7em; } }

.hero-copy .button { display: inline-block; margin: 25px 0 10px 0; padding: 11px 20px 11px 36px; }

.content ul { list-style: square url("images/li-bg.svg") inside; }

.red-child-uls ul { list-style-type: none; margin-top:0px; }

.red-child-uls ul li { position: relative; padding-left: 20px; }

.red-child-uls ul li:before { content: " "; position: absolute; display: block; top: 8px; left: 3px; height: 7px; width: 7px; background-color: #0086be; }

.red-child-uls ul ul { padding-left: 0; }

.red-child-uls ul ul li:before { background-color: #e2e7ed; }

div.page-loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999999; background: url("images/page-loader.gif") center no-repeat #fff; }

.grid { clear: both; overflow: auto; }

.grid-item { position: relative; float: left; width: calc(33.3% - 5px); height: 315px; margin-bottom: 5px; margin-right: 5px;  background:url("../images/service-bg.jpg") no-repeat center;     transition: all 0.5s; cursor: pointer; padding:40px; color: #fff; background-size: cover !important;}

.grid-item:nth-child(2){
		background:url("../images/DevOps-Transformation.jpg") no-repeat center top; 
}
.grid-item:nth-child(3){
	background:url("../images/DevSecOps-CloudSecurity.jpg") no-repeat center top; 
	
}
.grid-item:nth-child(4){
	background:url("../images/cloud-native.jpg") no-repeat center top; 
}
.grid-item:nth-child(5){
	background:url("../images/analytics.jpg") no-repeat center top;  
}
.grid-item:nth-child(6){
	background:url("../images/automation.jpg") no-repeat center top; 
}
.grid-item:hover{
	background: linear-gradient(to top left, #080937, #02a4e7) ;
}


.home-grid .grid-item img {
    max-width: 80px;
    margin-bottom: 10px;
}
.home-grid .grid-item h2{
	margin-bottom: 15px;
}

.contactmap{
	float: left;
	width: 65%;
	padding: 15px;
}
.contactaddress h3{
	margin: 0;
	color:#080937;
	font-size:16px;
}
.contactaddress h3 i {
    color: #02a4e7;
    text-align: center;
    font-size: 30px;
    padding-right: 9px;
    line-height: 28px;
    position: relative;
    top: 3px;
}
.contactaddress p{
	margin: 0 0 20px;
}
.contactaddress{
	float: left;
	width: 35%;
}
.contactaddress h3 i.fa.fa-envelope-o {
    font-size: 29px;
    top: 2px;
    padding-right: 5px;
}
.contactaddress h3 i.fa.fa-phone {
    font-size: 30px;
}
.contactaddress p {
    margin: 3px 0 20px;
    padding-left: 35px;
    line-height: 20px;
    font-size: 14px;
}
.contactadd {
	padding:30px 0;
}

@media (min-width: 769px) and (max-width: 992px) { .grid-item:nth-child(odd) { margin-right: 2px; width: calc(50% - 2px); }
  .grid-item:nth-child(2n) { margin-right: 0; margin-left: 3px; width: calc(50% - 3px); } }

@media (max-width: 769px) { .grid-item { display: block; margin: 0; margin-bottom: 5px; float: none; width: 100%; }
  .grid-item:nth-child(1), .grid-item:nth-child(2) { display: block; } }

@media (min-width: 992px) { .grid-item:nth-child(3n+1) { clear: both; }
  .grid-item:nth-child(3n) { margin-right: 0; }
  .grid-item:nth-child(3), .grid-item:nth-child(3n+6) { width: 33.3%; }
  .grid-item:nth-child(4), .grid-item:nth-child(3n+7) { width: calc(33.33% - 5px); }
  .grid-item:nth-child(6n+6) { width: 33.33%; }
  .grid-item:nth-child(6n+7) { width: calc(33% - 5px); } }

.grid-copy:first-child { }

@media (max-width: 769px) { .grid-copy { padding: inherit; padding-top: 20px; padding-bottom: 20px; } }

.grid-copy h2 { margin: 0 0 0 0; font-weight: bold; color: #fff; line-height: 1.28em; font-size: 26px; }

@media (max-width: 769px) { .grid-copy h2 { font-size: 19px; } }

.grid-copy p { margin: 20px 0 27px 0; }

.grid-copy a, .grid-copy a:visited, .grid-copy a:hover, .grid-copy a:active { display: inline-block; margin: 0; line-height: 1em; padding: 12px 20px; border: 1px solid #fff; border-radius: 10px; text-decoration: none; outline: none; transition: background-color 0.2s ease-out, border-color 0.2s ease-out; color: #fff; font-weight: bold; font-size: 1.2em; text-transform: uppercase; }

@media (max-width: 769px) { .grid-copy a, .grid-copy a:visited, .grid-copy a:hover, .grid-copy a:active { display: block; width: 100%; text-align: center; }
  .grid-copy a:not(:last-child), .grid-copy a:visited:not(:last-child), .grid-copy a:hover:not(:last-child), .grid-copy a:active:not(:last-child) { margin-bottom: 20px; } }

.grid-copy a:hover { background-color: rgba(255, 255, 255, 0.4); border-color: rgba(255, 255, 255, 0.4); }



@media (max-width: 769px) { .grid-copy a:last-child { display: block; } }

@media (min-width: 992px) { .home-grid .grid-item { display: none; }
  .home-grid .grid-item:nth-child(1), .home-grid .grid-item:nth-child(2), .home-grid .grid-item:nth-child(3), .home-grid .grid-item:nth-child(4), .home-grid .grid-item:nth-child(5), .home-grid .grid-item:nth-child(6), .home-grid .grid-item:nth-child(7) { display: block; }
  }

.testimonials-wrapper { background-image: url("../images/corner-building.png"); background-repeat: no-repeat; background-position: bottom right; background-size: auto; margin: 60px 0; }

@media (max-width: 769px) { .testimonials-wrapper { margin-top: -5px; background-image: none; background-color: #fff; } }

.testimonials { margin-left: 70px; padding: 0 0 100px 0; width: 50%; }

@media (max-width: 992px) { .testimonials { width: 80%; } }

@media (max-width: 769px) { .testimonials { margin: 0; padding: 0; width: 100%; } }

.testimonials .h4 { margin: 50px 70px; font-family: "Roboto", sans-serif; font-style: italic; color: #b3b3b3; }

@media (max-width: 769px) { .testimonials .h4 { margin: 0 0 40px 0; padding: inherit; padding-top: 25px; padding-bottom: 0; } }

@media (max-width: 769px) { .testimonials blockquote { margin: 0; padding: inherit; padding-bottom: 40px; background-image: none; font-size: 1.5em; } }

.blockquote-attribution { margin: 0 0 25px 70px; font-size: 1em; }

@media (max-width: 769px) { .blockquote-attribution { margin: 0 0 25px 0; padding: inherit; } }

.blockquote-attribution-divider { color: #e51937; }

.slick-dots { margin: 0 0 0 70px; padding: 0; }

@media (max-width: 769px) { .slick-dots { margin: 0; width: 100%; padding: inherit; padding-bottom: 25px; } }

.slick-dots li { list-style-type: none; display: inline-block; }

@media (max-width: 769px) { .slick-dots li { width: 33.33333%; } }

.slick-dots li button { margin-right: 8px; font-size: 0; line-height: 0; width: 50px; height: 2px; cursor: pointer; color: transparent; border: 0; outline: none; background: #e2e7ed; }

@media (max-width: 769px) { .slick-dots li button { display: block; width: calc(100% - 12px); background: #fff; } }

@media (max-width: 599px) {.grid-item{
	height: auto;
	text-align: center;
}
}

.slick-dots li.slick-active button { background: #02a4e7; }

.capabilities { position: relative; background-color: #e2e7ed; width: 100%; overflow-y: auto;  }

.capabilities .capability-label { position: absolute; top: 50px; }

.capabilities .capability-label .bar-one { display: block; width: 260px; height: 26px; margin-bottom: 26px; text-indent: 97px; background: linear-gradient(to right, #e51937 87px, #fff 87px); }

.capabilities .capability-label .bar-two { display: block; width: 200px; height: 26px; background: linear-gradient(to right, #080937 130px, #fff 130px); }

.capabilities .capability-images { margin: 0 60px 0 150px; float: left; }

.login_form {
    display: flex;
    flex-flow: wrap;
}
.formgroup input, .formgroup select, .formgroup focus, .formgroup focus, .formgroup textarea {
    border: 1px solid #080937;
    padding: 10px 15px;
    width: 100%;
    border-radius: 25px;
    height: 42px;
	outline: none;
	font-size:14px;
	background:#e2e7ed;
}
.formgroup.formgroupfull {
    flex: 0 0 100%;
    max-width: 100%;
}
.formgroup textarea{
	height:60px;
}
.formgroup {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}


.scrolling_logs .item-wrapper {
	position: relative;
	overflow: hidden;
	/* Change this to manipulate item-size */
	height: 156px;				
	text-align: justify;
}
.scrolling_logs .item-wrapper:after { 
	content:"";
	display: inline-block;
	width: 100%;
	height: 0;
}

.scrolling_logs .item {
	position: relative;
	display: inline-block;
	height: 100%;
	width: auto;
	border: 2px solid #fff;
}

.scrolling_logs .item img {
	height: 100%;
	width: auto;
}
.container-mobile1 {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    align-items: center;
    height: 72vh;
}

.container-mobile1 .hero-copy{
	width:100%;
}
.container-mobile1 .hero-copy h2 {
    line-height: 1.25em;
    margin-bottom: 10px;
}
.container-mobile1 .hero-copy .button{
	margin-top:10px;
	}

/* Just because ;) */
@media (max-width: 768px) {
	.scrolling_logs .item-wrapper {
		height: 140px;
	}
	.interior-section-name-mobile{
		display: none !important;
	}
	
	
	.contactaddress {
    float: left;
    width: 100%;
}

.contactmap {
    float: left;
    width: 100%;
    padding: 15px;
}
}


@media (max-width: 1120px) { .capabilities .capability-images { float: none; } }

.capabilities .capability-copy { float: left; width:44%; margin-bottom: 0px; }

@media (max-width: 1120px) { .capabilities .capability-copy { float: none; margin-left: 150px; } }

.capabilities .capability-copy h2, .testimonials h2, .news h2 { margin: 40px 0 20px 0; font-size: 30px; text-transform: uppercase; }

@media (max-width: 1120px) { .capabilities .capability-copy h2 { margin: 30px 0; } }

.capabilities .capability-copy p { margin-bottom: 30px; }

.capabilities-select { position: relative; margin: 0 0 30px 0; width: 400px; }

.capabilities-select select { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; position: relative; padding: 10px 15px; border: none; border: 1px solid #b3b3b3; border-radius: 10px; width: 100%; height: 48px; font-size: 16px; letter-spacing: 1px; font-family: "Roboto", sans-serif; color: #080937; line-height: 1.2em; background: transparent; }

.capabilities-select select:focus { outline: none; }

.capabilities-select:before { content: " "; display: block; position: absolute; top: 12px; right: 20px; border-left: 2px solid #080937; border-bottom: 2px solid #080937; height: 20px; width: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .capabilities-select:before { /* IE10+ CSS styles go here */ } }

select::-ms-expand { display: none; }

.news { position: relative; }

.news h3 { text-transform: none; }

@media (max-width: 769px) { .news h3 { font-size: 1.48em; line-height: 1.5em; } }

.news .h4 { margin: 100px 0 15px 0; color: #b3b3b3; font-style: italic; }

@media (max-width: 769px) { .news .h4 { margin: 20px 0 26px 0; } .capabilities .capability-copy {
    float: none;
    margin-left: 0;
    width: 100%;
}
	.container-mobile1 .hero-copy h2{
		font-size: 18px;
	}
	
	.capabilities .capability-copy h2, .testimonials h2, .news h2 {
    margin: 20px 0;
    font-size: 23px;
		    clear: left;
    width: 100%
}
	.capabilities .capability-copy{
		padding: 0 15px;
	}
	.scrolling_logs .item-wrapper{
		text-align: center;
	}
	.grid-copy:first-child{
		padding: 20px;
	}
	
	.capabilities .capability-images {
    float: none;
    margin: 0;
}
	.formgroup {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
}
}

.news .h4.view-all { color: #e51937; margin: 100px 0 0 0; padding: 0 32px 0 0; position: absolute; top: 0; right: 0; }

@media (max-width: 992px) { .news .h4.view-all { padding: 0 24px 0 0; } }

@media (max-width: 769px) { .news .h4.view-all { padding: 0 12px 0 0; } }

.news { margin-bottom: 60px; }

@media (max-width: 769px) { .news { margin-bottom: 10px; } }

.news .articles article { border-bottom: 1px solid #b3b3b3; padding-bottom: 30px; margin-bottom: 80px; width: calc(50% - 50px); float: left; }

.news .articles article:nth-child(2n+1) { clear: left; }

.news .articles article:nth-child(odd) { margin-right: 50px; }

.news .articles article:nth-child(even) { margin-left: 50px; }

.news .articles article h3 { margin-bottom: 20px; }

@media (max-width: 992px) { .news .articles article { float: none; width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 60px; }
  .news .articles article:nth-child(odd), .news .articles article:nth-child(even) { margin-left: 0; margin-right: 0; }
  .news .articles article:not(:last-child) { margin-bottom: 30px; } }

@media (max-width: 769px) { .news .articles article { padding-bottom: 15px; } }

.news .articles time { color: #080937; }

.contact { height: 150px; clear: both; background-image: url("images/contact-bg.png"); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #e2e7ed; }

@media (max-width: 992px) { .contact { height: auto; padding-bottom: 100px; background-image: url("images/contact-bg-mobile.png"); background-size: contain; padding-left: 24px; padding-right: 24px; } }

@media (max-width: 769px) { .contact { padding-left: 12px; padding-right: 12px; padding-bottom: 0px; } }

.contact h2 { display: block; float: left; margin: 50px 20px 0 75px; padding: 0; text-transform: uppercase; font-size: 3.4em; line-height: 1em; }

@media (max-width: 992px) { .contact h2 { float: none; margin: 0; padding: 25px 0 0 0; } }

@media (max-width: 769px) { .contact h2 { padding: 40px 0 30px 0; } }

.contact-info { display: block; float: left; margin: 17px 50px 0 20px; }

@media (max-width: 992px) { .contact-info { float: none; margin: 0; padding: 25px 0; } }

@media (max-width: 769px) { .contact-info { padding: 0 0 25px 0; } }

.contact-info ul { list-style-type: none; color: #080937; text-transform: none; font-size:16px; line-height: 1.4em; padding: 0; }

@media (max-width: 769px) { .contact-info ul { margin-top: 0; } }

.contact-info ul a, .contact-info ul a:visited, .contact-info ul a:hover, .contact-info ul a:active { color: #080937; text-decoration: none; }

.contact-info ul a:hover { text-decoration: underline; }

.contact .button { display: block; float: left; margin: 50px 0 0 0; }

@media (max-width: 992px) { .contact .button { float: none; margin: 0; } }

.interior-section-name-mobile { display: block; font-size: 24px; }

@media (min-width: 992px) { .interior-section-name-mobile { opacity: 0; height: 0; margin: 0; padding: 0; } }



img.top-logo-words1 {
    position: absolute;
    top: 34px;
    left: 90px;
    width: 150px;
}
.logo1 img.top-logo-blank {
    position: absolute;
    width: 100px !important;
    left: 0;
    top: 0;
}

.interior-hero { width: 66.66666%; position: relative; margin-top: 102px; background-repeat: no-repeat; background-size: cover; min-height:200px; background-position: center; }

.interior-hero:before, .interior-hero:after { content: " "; display: table; }

.interior-hero:after { clear: both; }

.interior-hero .h1 { margin: 0; padding: 0; color: #fff; }

.interior-hero .title { width: 100%; text-align: center; font-weight: 400; text-transform: uppercase; font-size: 50px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); text-align: center; font-weight: 400; text-transform: uppercase; font-size: 50px; line-height: 50px; }

.interior-hero .sub-nav { margin: 0 0 0 100%; padding:20px 60px; width: 50%;  background: red; background: linear-gradient(to top left, #080937, #02a4e7); list-style-type: none; min-height:200px; }

.interior-hero .sub-nav a { color: #fff; text-decoration: none; }

.interior-hero .sub-nav a:hover { color: #d9d9d9; text-decoration: none; }

.interior-hero .sub-nav li.current a { font-weight: 700; color:#080937; }

@media (max-width: 992px) { .interior-hero-mobile { width: 100%; min-height:0px; }
  .interior-hero-mobile .title { position: relative; top: auto; left: auto; -webkit-transform: none; transform: none; padding-top: 25px; padding-bottom: 25px; }
  .interior-hero-mobile .sub-nav { margin: 0; width: 100%; padding-top: 25px; padding-bottom: 25px; padding-left: 24px; padding-right: 24px; }
  
  .interior-hero .sub-nav { min-height:0px; }
  
  
   }

@media (max-width: 992px) and (max-width: 992px) { .interior-hero-mobile .sub-nav { opacity: 0; height: 0; padding: 0; margin: 0; overflow: hidden; } }

@media (max-width: 992px) and (max-width: 769px) { .interior-hero-mobile .sub-nav { padding-left: 12px; padding-right: 12px; } }

.interior-select { padding-bottom: 25px; }

@media (min-width: 992px) { .interior-select { display: none; } }

.interior-select:before { border-color: #fff; }

.interior-select select { color: #fff; border: 1px solid #fff; }

article.article > *:not(.article-gallery-slider) { max-width: 1200px; padding-left: 12px; padding-right: 12px; }

@media (min-width: 769px) { article.article > *:not(.article-gallery-slider) { margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; } }

@media (min-width: 992px) { article.article > *:not(.article-gallery-slider) {max-width: 1100px;
    width: 100%; } }

@media (min-width: 1200px) { article.article > *:not(.article-gallery-slider) { margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; } }

.interior-wrapper .article { margin-top: 40px; margin-bottom: 40px; }


.article p {
    padding: 0px;
    margin: 0px;
	font-size:14px;
}

.article h3 {
    padding: 0px;
    margin-bottom: 7px;
	font-size:18px;
	color:#0086be;
	text-transform:none;
	font-weight:600;
}

.article h2 {
    padding: 0px;
    margin-bottom: 0px;
	font-size:16px;
}

@media (max-width: 992px) { .interior-wrapper .article { margin-bottom: 30px; margin-top: 30px; } }

.interior-wrapper .article img { max-width: 100%; height: auto; }

.interior-wrapper .article blockquote { position: relative; background-position: 0 50px; padding-bottom: 20px; padding-top: 35px; background: none; }

.interior-wrapper .article blockquote:before { content: " "; position: absolute; height: 150px; width: 150px; top: 35px; left: -30px; background-image: url("../images/quote-bg.svg"); background-position: top left; background-repeat: no-repeat; background-size: 150px; }

.interior-wrapper .article h1 { margin-top: 40px; margin-bottom: 10px; }

.interior-wrapper .article h2 { position: relative; margin-top: 20px; margin-bottom: 5px; font-size:20px; color: #080937; font-weight: 300; font-family: "Cairo", sans-serif; text-transform: none; }

.interior-wrapper .article h2:after { content: " "; position: absolute; top: calc(100% + 0px); left: 0; width: 100%; height: 1px; background-image: linear-gradient(to right, transparent 12px, #e2e7ed 12px, #e2e7ed calc(100% - 12px), transparent calc(100% - 12px)); }

@media (min-width: 769px) { .interior-wrapper .article h2:after { background-image: linear-gradient(to right, transparent 24px, #e2e7ed 24px, #e2e7ed calc(100% - 24px), transparent calc(100% - 24px)); } }

@media (min-width: 992px) { .interior-wrapper .article h2:after { width: 948px; } }

@media (min-width: 992px) { .interior-wrapper .article h2:after { background-image: linear-gradient(to right, transparent 32px, #e2e7ed 32px, #e2e7ed calc(100% - 32px), transparent calc(100% - 32px)); } }

.interior-wrapper .article h2:first-child { margin-top: 0; }

.interior-wrapper .article h2.accordion-title:after { left: -30px; }

@media (max-width: 769px) { .interior-wrapper .article ol > li { margin-left: 12px; margin-right: 12px; } }

.article-gallery-slider .article-gallery-slide { position: relative; }

.article-gallery-slider .article-gallery-image { display: block; height: 300px; background-size: cover; background-position: center; background-repeat: no-repeat; width: calc(100% - 24px); margin-left: auto; margin-right: auto; }

@media (min-width: 769px) { .article-gallery-slider .article-gallery-image { width: calc(100% - 48px); height: 450px; margin-left: auto; margin-right: auto; } }

@media (min-width: 992px) { .article-gallery-slider .article-gallery-image { width: 884px; margin-left: auto; margin-right: auto; } }

@media (min-width: 1200px) { .article-gallery-slider .article-gallery-image { width: 884px; height: 663px; margin-left: auto; margin-right: auto; } }

.article-gallery-slider .caption { position: absolute; left: 50%; bottom: 150px; padding-left: 175px; padding-right: 15px; margin-left: -510px; margin-top: 0; margin-bottom: 0; line-height: 30px; background: linear-gradient(to right, #e51937 160px, #fff 160px); text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1058px) { .article-gallery-slider .caption { margin-left: -462px; } }

@media (min-width: 1200px) { .article-gallery-slider .caption { margin-left: -502px; } }

@media (max-width: 992px) { .article-gallery-slider .caption { margin-left: 0; left: 24px; } }

@media (max-width: 769px) { .article-gallery-slider .caption { bottom: 18px; left: 12px; width: calc(100% - 150px); line-height: 20px; padding-left: 15px; padding-top: 5px; padding-bottom: 5px; background: rgba(0, 0, 0, 0.6); font-size: 12px; color: #fff; } }

.article-gallery-slider .caption:after { content: " "; display: block; position: absolute; height: 30px; width: 210px; top: 60px; left: 60px; background: linear-gradient(to right, #080937 160px, #fff 160px); }

@media (min-width: 992px) and (max-width: 1058px) { .article-gallery-slider .caption:after { left: 20px; } }

@media (max-width: 992px) { .article-gallery-slider .caption:after { left: 0; } }

@media (max-width: 769px) { .article-gallery-slider .caption:after { display: none; } }

.article-gallery-slider .slick-next { position: absolute; bottom: 30px; right: calc(50% + 30px); height: 40px; width: 40px; border: none; background-color: #fff; }

.article-gallery-slider .slick-next:after { content: " "; position: absolute; height: 30px; width: 30px; top: 5px; right: 6px; background-image: url("images/icons/red-icons/arrow-right.svg"); background-size: 100%; background-repeat: no-repeat; background-position: center; }

@media (min-width: 1200px) { .article-gallery-slider .slick-next { margin-right: -442px; } }

@media (max-width: 1199px) { .article-gallery-slider .slick-next { margin-right: -450px; bottom: 20px; } }

@media (min-width: 992px) and (max-width: 1058px) { .article-gallery-slider .slick-next { margin-right: -450px; bottom: 20px; } }

@media (max-width: 992px) { .article-gallery-slider .slick-next { margin-right: 0; right: 44px; bottom: 20px; } }

@media (max-width: 769px) { .article-gallery-slider .slick-next { margin-right: 0; right: 32px; } }

.article-gallery-slider .slick-prev { position: absolute; bottom: 30px; right: calc(50% + 73px); z-index: 1; height: 40px; width: 40px; border: none; background-color: #fff; }

.article-gallery-slider .slick-prev:after { content: " "; position: absolute; height: 30px; width: 30px; top: 5px; right: 6px; background-image: url("images/icons/red-icons/arrow-left.svg"); background-size: 100%; background-repeat: no-repeat; background-position: center; }

@media (min-width: 1200px) { .article-gallery-slider .slick-prev { margin-right: -442px; } }

@media (max-width: 1199px) { .article-gallery-slider .slick-prev { margin-right: -450px; bottom: 20px; } }

@media (min-width: 992px) and (max-width: 1058px) { .article-gallery-slider .slick-prev { margin-right: -450px; bottom: 20px; } }

@media (max-width: 992px) { .article-gallery-slider .slick-prev { margin-right: 0; right: 87px; bottom: 20px; } }

@media (max-width: 769px) { .article-gallery-slider .slick-prev { margin-right: 0; right: 75px; } }

.blockquote-attribution-tinymce { display: block; margin-bottom: 50px; font-style: normal; font-size: 16px; }

.projects-single-wrapper { margin-top: 60px; }

.projects-single-hero { position: relative; display: block; height: 565px; }

@media (max-width: 992px) { .projects-single-hero { height: 701px; } }

@media (max-width: 769px) { .projects-single-hero { height: 436px; } }

.project-city { position: absolute; top: 250px; height: 20px; padding-top: 1px; padding-left: 95px; padding-right: 15px; background: linear-gradient(to right, #e51937 80px, #fff 80px); text-transform: uppercase; z-index: 2; font-weight: 700; font-size: 12px; }

@media (max-width: 992px) { .project-city { top: 386px; } }

@media (max-width: 769px) { .project-city { top: auto; bottom: 53px; padding-left: 33px; background: #fff; } }

.project-market { position: absolute; top: 283px; height: 20px; padding-top: 1px; padding-left: 85px; padding-right: 15px; background: linear-gradient(to right, #080937 60px, #fff 60px); text-transform: uppercase; z-index: 2; font-weight: 700; font-size: 12px; }

@media (max-width: 992px) { .project-market { top: 419px; } }

@media (max-width: 769px) { .project-market { top: auto; bottom: 20px; background: #fff; padding-left: 33px; } }

.project-market .project-market-icon { position: absolute; top: 4px; left: 58px; height: 12px; width: 30px; background-size: contain; background-position: center; background-repeat: no-repeat; }

@media (max-width: 769px) { .project-market .project-market-icon { left: 0; } }

.projects-single-hero-slider { position: relative; width: 70%; height: 565px; float: left; }

@media (max-width: 992px) { .projects-single-hero-slider { width: 100%; height: 701px; float: none; } }

@media (max-width: 769px) { .projects-single-hero-slider { height: 436px; } }

.projects-single-hero-slider .projects-single-hero-slide { position: relative; width: 100%; height: 565px; background-size: cover; background-repeat: no-repeat; background-position: center; }

@media (max-width: 992px) { .projects-single-hero-slider .projects-single-hero-slide { margin-top: 136px; } }

@media (max-width: 769px) { .projects-single-hero-slider .projects-single-hero-slide { height: 300px; } }

.projects-single-hero-slider img { width: 100%; }

.projects-single-hero-slider .slick-next { position: absolute; bottom: 20px; right: 20px; height: 40px; width: 40px; border: none; background-color: #fff; }

.projects-single-hero-slider .slick-next:after { content: " "; position: absolute; height: 30px; width: 30px; top: 5px; right: 6px; background-image: url("images/icons/red-icons/arrow-right.svg"); background-size: 100%; background-repeat: no-repeat; background-position: center; }

.projects-single-hero-slider .slick-prev { position: absolute; bottom: 20px; right: 63px; z-index: 1; height: 40px; width: 40px; border: none; background-color: #fff; }

.projects-single-hero-slider .slick-prev:after { content: " "; position: absolute; height: 30px; width: 30px; top: 5px; right: 6px; background-image: url("images/icons/red-icons/arrow-left.svg"); background-size: 100%; background-repeat: no-repeat; background-position: center; }

.projects-single-hero-title { position: relative; display: table; float: left; width: calc(30% - 5px); height: calc(50% - 2.5px); margin: 0 0 2.5px 5px; padding: 0 50px 0 50px; background: linear-gradient(to top left, #080937, #e51937); color: #fff; }

@media (max-width: 992px) { .projects-single-hero-title { width: 100%; height: 136px; float: none; margin: 0; position: absolute; top: 0; left: 0; padding: 25px; } }

.projects-single-hero-title span { display: table-cell; vertical-align: middle; text-align: center; }

.projects-single-hero-feature-image { display: block; float: left; width: calc(30% - 5px); height: calc(50% - 2.5px); margin: 2.5px 0 0 5px; background-size: cover; background-position: center; background-repeat: no-repeat; }

@media (max-width: 992px) { .projects-single-hero-feature-image { width: 100%; float: none; margin: 0; display: none; } }

.projects-single-content { clear: both; margin-top: 50px; margin-bottom: 50px; display: table; width: 100%; }

@media (max-width: 769px) { .projects-single-content { margin-top: 25px; margin-bottom: 25px; } }

.projects-single-content .project-summary { float: left; width: 43%; padding-right: 50px; margin-left: 8%; }

@media (max-width: 992px) { .projects-single-content .project-summary { float: none; width: 100%; margin: 0; padding-left: 24px; padding-right: 24px; } }

@media (max-width: 769px) { .projects-single-content .project-summary { padding-left: 12px; padding-right: 12px; } }

.projects-single-content .project-summary h2 { line-height: 1.2em; }

.projects-single-content .project-summary ul { padding-left: 0; }

.projects-single-content .project-capabilities { float: left; width: 19%; }

@media (max-width: 992px) { .projects-single-content .project-capabilities { float: none; width: 100%; padding-left: 24px; padding-right: 24px; } }

@media (max-width: 769px) { .projects-single-content .project-capabilities { padding-left: 12px; padding-right: 12px; } }

.projects-single-content .project-capabilities h2 { padding-top: 12px; margin-bottom: 0; font-size: 20px; font-family: "Roboto", sans-serif; color: #555555; font-weight: 700; }

@media (max-width: 992px) { .projects-single-content .project-capabilities h2 { text-transform: uppercase; padding-top: 0; margin: 16.38px 0; font-size: 1.17em; } }

.projects-single-content .project-capabilities ul { list-style-type: none; padding: 0; margin-top: 0; font-size: 18px; }

@media (max-width: 992px) { .projects-single-content .project-capabilities ul { list-style-type: disc; padding-left: 40px; } }

.projects-single-content .next-project { float: left; width: 30%; padding: 0 50px; text-align: center; }

@media (max-width: 992px) { .projects-single-content .next-project { float: none; width: 100%; padding-left: 24px; padding-right: 24px; } }

@media (max-width: 769px) { .projects-single-content .next-project { padding-left: 12px; padding-right: 12px; } }

.projects-single-content .next-project a { display: block; padding-top: 25px; text-transform: uppercase; font-size: 28px; }

.page-projects-content-wrapper { padding: 80px 80px 0 80px; margin-bottom: 50px; margin-right: auto; margin-left: auto; max-width: 1200px; }

.page-projects-content-wrapper:before, .page-projects-content-wrapper:after { content: " "; display: table; }

.page-projects-content-wrapper:after { clear: both; }

@media (max-width: 769px) { .page-projects-content-wrapper { padding: 80px 12px 0 12px; } }

.page-projects-content { float: left; width: 50%; padding-right: 80px; }

@media (max-width: 992px) { .page-projects-content { padding-right: 40px; } }

@media (max-width: 769px) { .page-projects-content { float: none; width: 100%; padding: 0; } }

.page-projects-content h1, .page-projects-content .h1 { margin-top: 0; }

.page-projects-categories { position: relative; float: left; width: 50%; padding-left: 80px; }

@media (max-width: 992px) { .page-projects-categories { padding-right: 40px; } }

@media (max-width: 769px) { .page-projects-categories { float: none; width: 100%; padding: 0; } }

.page-projects-categories p { color: #b3b3b3; font-size: 14px; margin-top: 8px; margin-bottom: 22px; }

@media (max-width: 769px) { .page-projects-categories p { margin-top: 22px; } }

.page-projects-categories .page-projects-categories-links a { position: relative; display: block; float: left; width: 50%; padding-bottom: 10px; padding-left: 26px; padding-right: 24px; text-transform: uppercase; font-weight: 700; font-size: 13px; font-family: "Cairo", sans-serif; }

.page-projects-categories .page-projects-categories-links a:nth-child(2n+1) { clear: both; }

.page-projects-categories .page-projects-categories-links a span.projects-page-market-icon { position: absolute; display: block; top: 3px; left: 0; height: 14px; width: 14px; background-size: contain; background-repeat: no-repeat; }

.page-projects-categories .page-projects-categories-links a.active-project-category { color: #b3b3b3; pointer-events: none; cursor: default; }

.projects-grid .grid-item { background-color: #555555; }

@media (max-width: 769px) { .projects-grid .grid-item { display: block; } }

.projects-grid .grid-item:before { content: ""; position: absolute; background-color: #555555; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 1; transition: opacity 1s ease; }

.projects-grid .grid-item.after-load { background-size: cover; transition: all .15s ease-in; }

.projects-grid .grid-item.after-load:hover { opacity: .8; }

.projects-grid .grid-item.after-load:before { opacity: 0; }

.projects-grid .grid-item-link { position: absolute; width: 100%; height: 315px; }

.projects-grid .grid-item-link-title { position: absolute; top: 240px; left: 0; line-height: 26px; padding: 0 37px 0 11px; background-color: #fff; color: #555555; }

.projects-grid .grid-item-link-title:hover { text-decoration: underline; }

.projects-grid .grid-item-link-icon { position: absolute; top: 0; left: calc(100% - 26px); display: block; width: 26px; height: 100%; background-size: 15px; background-position: 50%; background-repeat: no-repeat; background-color: #e51937; }

.archive-wrapper .news { margin-bottom: 0; }

.archive-hero { margin-top: 62px; margin-bottom: 50px; height: 335px; background-color: #e2e7ed; text-align: center; }

.archive-hero ul { list-style: none; margin: 0; padding: 0; }

@media (max-width: 769px) { .archive-hero { height: 200px; } }

.archive-hero h1, .archive-hero .h1 { padding-top: 75px; font-size: 50px; font-weight: 400; text-transform: uppercase; line-height: 1em; }

@media (max-width: 769px) { .archive-hero h1, .archive-hero .h1 { padding-top: 25px; margin-bottom: 0; } }

.archive-select { margin: 0 auto; }

.archive-select select { letter-spacing: 0; }

@media (max-width: 769px) { .archive-select { width: 100%; padding-left: 3%; padding-right: 3%; }
  .archive-select:before { right: calc(3% + 15px); } }

.older-newer-links { margin-bottom: 80px; }

@media (max-width: 992px) { .older-newer-links { margin-bottom: 70px; } }

.archive-hero.single-hero { background-repeat: no-repeat; background-size: cover; background-position: center; }

.archive-hero.single-hero h1, .archive-hero.single-hero .h1 { display: block; padding-top: 135px; color: white; }

@media (max-width: 769px) { .archive-hero.single-hero h1, .archive-hero.single-hero .h1 { padding-top: 60px; } }

div.single-article-date-inner { margin-bottom: 30px; padding-top: 0; padding-left: 0; padding-bottom: 30px; padding-right: 0; border-bottom: 1px solid #e2e7ed; color: #080937; }

.interior-wrapper .article.single > h1 { margin-bottom: 20px; }

@media (max-width: 769px) { .archive-hero.single-hero.careers-hero { height: 150px; } }

.archive-hero.single-hero.careers-hero .h1 { color: #080937; }

@media (max-width: 769px) { .archive-hero.single-hero.careers-hero .h1 { padding-top: 35px; } }

.interior-wrapper .article.careers-content { width: calc(45% - 25px); margin-left: 5%; margin-right: 25px; margin-top: 55px; margin-bottom: 100px; float: left; }

@media (max-width: 992px) { .interior-wrapper .article.careers-content { width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 0; float: none; } }

@media (min-width: 992px) { .interior-wrapper .article.careers-content h1, .interior-wrapper .article.careers-content h2, .interior-wrapper .article.careers-content h3, .interior-wrapper .article.careers-content h4, .interior-wrapper .article.careers-content h5, .interior-wrapper .article.careers-content h6, .interior-wrapper .article.careers-content > p:not(.caption), .interior-wrapper .article.careers-content blockquote, .interior-wrapper .article.careers-content ul, .interior-wrapper .article.careers-content img, .interior-wrapper .article.careers-content div.single-article-date, .interior-wrapper .article.careers-content div.fine-print { width: 100%; margin-left: 0; margin-right: 0; } }

.interior-wrapper .article.careers-content h2 { margin-bottom: 15px; font-weight: 700; }

.interior-wrapper .article.careers-content h2:after { display: none; }

.interior-wrapper .article.careers-content div.fine-print { margin-top: 60px; font-size: 14px; font-style: italic; }

.career-listings { float: left; list-style-type: none; width: calc(45% - 25px); margin: 55px 5% 100px 25px; padding: 0; }

@media (max-width: 992px) { .career-listings { width: 100%; margin-left: auto; margin-right: auto; margin-top: 41px; float: none; padding-left: 24px; padding-right: 24px; } }

@media (max-width: 769px) { .career-listings { max-width: 1200px; padding-left: 12px; padding-right: 12px; } }

.career-listings li { display: block; margin: 0 0 80px 0; border-bottom: 1px solid #e2e7ed; }

.career-listing-title { display: block; color: #e51937; }

.career-listing-location { display: block; margin: 15px 0 26px 0; color: #080937; }

.image-bottom img { width: 100%; }

.interior-wrapper .article.careers-content .single-career-h1 { font-weight: 400; text-transform: uppercase; font-size: 58px; line-height: 58px; }

@media (max-width: 992px) { .interior-wrapper .article.careers-content .single-career-h1 { font-size: 45px; line-height: 45px; margin-bottom: 30px; } }

.interior-wrapper .article.careers-content.single-career-content { width: calc(60% - 25px); }

.interior-wrapper .article.careers-content.single-career-content h1, .interior-wrapper .article.careers-content.single-career-content h2, .interior-wrapper .article.careers-content.single-career-content h3, .interior-wrapper .article.careers-content.single-career-content h4, .interior-wrapper .article.careers-content.single-career-content h5, .interior-wrapper .article.careers-content.single-career-content h6, .interior-wrapper .article.careers-content.single-career-content > p:not(.caption), .interior-wrapper .article.careers-content.single-career-content blockquote, .interior-wrapper .article.careers-content.single-career-content ul, .interior-wrapper .article.careers-content.single-career-content img, .interior-wrapper .article.careers-content.single-career-content div.single-article-date, .interior-wrapper .article.careers-content.single-career-content div.fine-print { width: 100%; }

@media (min-width: 992px) { .interior-wrapper .article.careers-content.single-career-content h1, .interior-wrapper .article.careers-content.single-career-content h2, .interior-wrapper .article.careers-content.single-career-content h3, .interior-wrapper .article.careers-content.single-career-content h4, .interior-wrapper .article.careers-content.single-career-content h5, .interior-wrapper .article.careers-content.single-career-content h6, .interior-wrapper .article.careers-content.single-career-content > p:not(.caption), .interior-wrapper .article.careers-content.single-career-content blockquote, .interior-wrapper .article.careers-content.single-career-content ul, .interior-wrapper .article.careers-content.single-career-content img, .interior-wrapper .article.careers-content.single-career-content div.single-article-date, .interior-wrapper .article.careers-content.single-career-content div.fine-print { width: 100%; } }

@media (max-width: 769px) {
	.container-mobile1{
		width: 100%;
	}
	
	
	.container-mobile1 {
    height: 100%;
}
	
	.interior-wrapper .article.careers-content.single-career-content { width: 100%; margin: 0; } }

@media (min-width: 769px) and (max-width: 992px) { .interior-wrapper .article.careers-content.single-career-content { width: calc(60% - 25px); float: left; margin-left: 5%; margin-right: 25px; margin-top: 55px; margin-bottom: 100px; } }

.interior-wrapper .article.careers-content.single-career-content ul { list-style-type: none; width: calc(100% - 28px); }

.interior-wrapper .article.careers-content.single-career-content ul li { position: relative; }

.career-listings.single-career-listings { width: calc(30% - 28px); margin-top: 135px; }

@media (max-width: 992px) { .career-listings.single-career-listings { float: left; margin: 135px 5% 100px 28px; padding: 0; } }

.older-newer-jobs a:nth-child(1) { margin-right: 10%; }

.older-newer-jobs a:nth-child(2) { margin-left: 10%; }

.single-career-apply { margin: 40px 0 0 0; }

.overview-menu .overview-menu-item-excerpt { color: #555555; }

.location { margin-bottom: 60px; }

.accordion-box h2.accordion-title { font-size: 1.5em; margin-bottom: 0; }

.accordion-title:before { display: none; }

.accordion-title { position: relative; padding-left: 30px; cursor: pointer; font-size: 0.8em; }

.accordion-plus, .accordion-minus { display: none; padding-right: 15px; position: absolute; font-size: 16px; top: 13px; left: 8px; color: #e51937; }

.accordion-plus.active, .accordion-minus.active { display: block; position: absolute; }

.accordion-content { overflow: hidden; }

/* = !FOOTER
---------------------------------------------------------------- */
.colophon { position: fixed; width: 220px; height: 220px; right: 0; bottom: 0; background: linear-gradient(135deg, transparent 50%, #080937 50%); z-index: 800; }

@media (max-width: 992px) { .colophon { display: none; } }

.colophon-inner { position: absolute; right: 15px; bottom: 22px; color: #fff; font-size: .90em; line-height: 1.8em; }

.colophon-inner ul { list-style-type: none; margin: 0; padding: 0; text-align: right; }

.colophon-inner li, .colophon-inner p { margin: 0; padding: 0; }

.colophon-inner a, .colophon-inner a:visited, .colophon-inner a:hover, .colophon-inner a:active { color: #fff; text-decoration: none; }

.colophon-inner a:hover { color: #d9d9d9; }

.social { text-align: right; }

.social li { display: inline-block; height: 20px; width: 20px; }

.social li img { max-width: 15px; }

.social li a:hover { opacity: .8; }

/* = !SHAME
---------------------------------------------------------------- */
/* = !RESPONSIVE UTILITIES
---------------------------------------------------------------- */
@-ms-viewport { width: device-width; }

.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 768px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }

@media (max-width: 768px) { .visible-xs-block { display: block !important; } }

@media (max-width: 768px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 768px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 769px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }

@media (min-width: 769px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 769px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 769px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }

@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 768px) { .hidden-xs { display: none !important; } }

@media (min-width: 769px) and (max-width: 991px) { .hidden-sm { display: none !important;  }  }

@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }

@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }

.visible-print-block { display: none !important; }

@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }

@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }

@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }

/* = !PRINT
---------------------------------------------------------------- */
.client_logo {
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
.client_logo ul {    
    padding: 0;
    list-style: none;
}
.client_logo ul li {
    width: 20%;
    float: left;
    min-height: 90px;
    line-height: 100px;
	    text-align: center;
}
.client_logo ul li img {
    max-width: 80%;
    border: 1px solid #ccc;
}

.client_logo ul li a{
	display: block;
}

.red-child-uls.trainingbox ul li {
  flex: 0 0 30.3%;
  position: relative;
  background: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 15px;
  padding: 0;
}
.trainingbox ul {
  display: flex;
  flex-flow: wrap;
}
.red-child-uls.trainingbox ul li:before{
  display: none;
}
.trainingbox ul ul{
  margin-bottom: 10px;
}
.despbox {
  padding: 0 15px 15px;
  text-align: left;
}
.article .despbox h3{
  text-align: left;
}
.red-child-uls ul .despbox ul{
  text-align: left;
}
.despbox a {
  border: 1px solid #080937;
  color: #080937;
  padding: 7px 10px;
  display: inline-block;
  text-decoration:none;
  transition:all 0.5s;
	margin-top:5px; 
	text-transform: uppercase;
}
.despbox a:hover{
  background-color: #080937;
  border-color:#080937 ;
  color: #FFF;
}
.red-child-uls.trainingbox ul ul li{
  flex: 0 0 100%;
  margin: 0;
  padding: 0 0 0 15px;
  box-shadow: none;
}
.red-child-uls.trainingbox ul ul li:before{
  display: block;
  background-color:#0086be;
}
article.article.red-child-uls.trainingbox {
  padding: 30px 0;
}
a.button.btnview {
  width: 100%;
}

.red-child-uls .accordionItemContent ul{
  margin: 0;
  padding: 0;
}

.article.trainingdesp .accordionItemContent h3 {
  margin: 0;
  font-size: 14px;
  color: #555;
	font-weight:500;
	font-family: "Roboto", sans-serif;
}
.red-child-uls.trainingdesp ul ul strong {
  line-height: 20px;
}
.article.trainingdesp h3 {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
}
.article.trainingdesp h3 a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #0086be;
  color: #0086be;
  padding: 3px 17px 3px 10px;
  position: relative;
  top: -5px;
  left: 15px;
}
.red-child-uls.trainingdesp ul li{
  padding: 0;
}
.red-child-uls.trainingdesp ul li::before{
  display: none;
}
.red-child-uls.trainingdesp ul li button, .article h2.accordionItemHeading, .red-child-uls.trainingdesp ul li.question {
  text-align: left;
  width: 100%;
  padding: 15px 15px 15px 45px;
  font-size: 16px;
  color: #080937;
  box-shadow: 0 2px 4px 2px #f3f3f3;
  background: #FFF;
  border: 1px solid #DDD;
  border-bottom: 1px solid transparent;
  outline: none;
  cursor: pointer;
  position: relative;
	font-weight:500;
}
.red-child-uls.trainingdesp ul ul li::before{
  display: block;
  background-color: #080937;
}
.red-child-uls.trainingdesp ul li button::before, .article h2.accordionItemHeading::before{
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/plus.jpg) no-repeat center;

}
article.article.red-child-uls.trainingdesp .accordionWrapper {
  overflow: hidden;
  margin-bottom: 50px;
}
.red-child-uls.trainingdesp ul li button.active::before, .article .open h2.accordionItemHeading:before{
  background: url(../images/min.jpg) no-repeat center;
}
.article.trainingdesp  h5{
  margin: 20px 0 10px;
  font-size: 16px;
}
.red-child-uls.trainingdesp ul ul li{
  padding-bottom: 10px;
  padding-left: 20px;
}
article.article.red-child-uls.trainingdesp .accordionWrapper .accordionItem:last-child h2.accordionItemHeading {
  border-bottom: 1px solid #DDD;
}
.article .bestsellers h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0086be;
  font-weight: 500;
}
.red-child-uls.trainingdesp .accordionItemContent ul li{
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.red-child-uls.trainingdesp .accordionItemContent ul li:before {
  content: " ";
  position: absolute;
  display: block;
  top: 8px;
  left: 3px;
  height: 7px;
  width: 7px;
  background-color: #0086be;
}

.accordionItem{
  float:left;
  display:block;
  width:100%;
}

.close .accordionItemContent{
  height:0px;
  transition:height 1s ease-out;
  -webkit-transform: scaleY(0);
-o-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
  float:left;
  display:block;
  
  
}
.accordionItemContent{
      padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0px 0px 10px 0px;
  overflow: hidden;

}

.open .accordionItemHeading{
  margin:0px;
  background-color: #bdc3c7;
  color: #7f8c8d;
}


.tabnewbox .question,
.tabnewbox .answer {
	list-style-type: none;
}

.tabnewbox .question {
	border-top: 1px solid grey;
	padding: 0.5em 1em 0.5em 3em;
	font-weight: bold;
	position: relative;
}
.red-child-uls .tabnewbox ul{
  margin: 0;
  padding: 0;
}
.tabnewbox ul:last-child {
	/*border-bottom: 1px solid grey;*/
}
.accordionItemContent ul {
  width: 50%;
  float: left;
}
.tabnewbox {
  padding-bottom: 50px;
}
.tabnewbox ul ul:last-child{
  border-bottom: none;
}

.tabnewbox .question:hover {
	cursor: pointer;
}

.tabnewbox .answer {
	display: none;
	padding: 1em 0.5em 2.5em;
}

.tabnewbox .expand-bar {
	position: absolute;
	top: 50%;
	left: 1em;
	transition: all 0.5s ease;
}

.tabnewbox .expand-bar,
.tabnewbox .expand-bar:after {
	width: 15px;
	height: 2px;
	background-color:#666;
}

.tabnewbox .expand-bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(90deg);
	transition: all 0.5s ease;
}

.tabnewbox .open {
	border-bottom: none;
}

.tabnewbox .open .expand-bar {
	transform: rotate(180deg);
}

.tabnewbox .open .expand-bar:after {
	transform: rotate(180deg);
}
.bredcombox ul li {
  display: inline-block;
  color: #FFF;
  padding-right: 10px;
}

.bredcombox ul li a{
  color: #0086be;
  text-decoration: none;
}

article.article.red-child-uls.trainingbox .bredcombox {
  position: relative;
  left: 0;
}
article.article.red-child-uls.trainingbox .bredcombox ul {
  display: block;
  margin: 0;
  padding: 0;
}
article.article.red-child-uls.trainingbox .bredcombox ul li {
  color: #000;
  width: auto;
  padding: 0 3px 0 0;
  box-shadow: none;
  margin: 0;
}

article.article.red-child-uls.trainingdesp .bredcombox ul  {
  margin-left:-36px;
}

article.article.red-child-uls.trainingdesp .bredcombox ul li {
  color: #000;
  width: auto;
  padding: 0 3px 0 0;
  box-shadow: none;
  margin: 0;
}


@media (max-width: 1024px) { 
.red-child-uls.trainingbox ul li{
  flex: 0 0 30.1%;
}
}

@media (max-width: 980px) { 
		.client_logo ul li {
       min-height: 90px;
    line-height: 90px;
}
.red-child-uls.trainingbox ul li{
  flex: 0 0 29%;
}
}
@media (max-width: 767px) { 
	.logoscroll ul li{
	width: 33.3%;
	} 
.client_logo ul li {
    min-height: 60px;
    line-height: 60px;
    width: 25%;
}	

}

@media (max-width: 767px) {
  .red-child-uls.trainingbox ul li {
    flex: 0 0 45%;
    margin: 15px 2%;
}
.accordionItemContent ul{
  width: 100%;
  float: none;
}
.innerpage header.branding.container-fluid{
  background: #FFF;
    min-height: 100px;
}
article.article.red-child-uls.trainingbox h1 {
  margin: 0;
}
 }

@media (max-width: 480px) { 
	.logoscroll ul li{
	width: 50%;
	} 
.client_logo ul li {
    min-height: 60px;
    line-height: 110px;
    width: 50%;
}	
.client_logo ul li img {
    max-width: 150px;
}	
.red-child-uls.trainingbox ul li {
  flex: 0 0 100%;
  margin: 15px 0;
}
}



input#captcha {
    width: 170px;
    position: relative;
    top: -14px;
    left: 19px;
}



.monitor h3 {
    padding: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #0086be;
    text-transform: none;
    font-weight: 500;
}


article.article.red-child-uls.trainingdesp {
    margin-top: 30px;
}
