@charset "UTF-8";
/*
Theme Name: Neel Schaffer
Theme URI: http://madg.com/
Author: the Mad Genius team
Author URI: http://madg.com/
Description:
Version: 1.0
License: GNU General Public License
*/
/* = !CONTENTS
---------------------------------------------------------------- */
/*
*
* Based on the work of:
* Normalize - https://github.com/necolas/normalize.css
* Bootstrap Sass - http://github.com/twbs/bootstrap-sass
*
* NORMALIZE.............Normalize our defaults
* TYPOGRAPHY............Import brand font files
* BASE..................Base typography & standard html elements
* BUTTONS...............Choose a Button set
* ICONS.................Choose an Icon set
* CLEARS & HELPERS......Clears, Selection colors, Helpers
* GRID/COLUMN SYSTEM....Choose a Grid system
* HEADER................Site Header styles
* CONTENT...............Site Content area styles
* FOOTER................Site Footer styles
* SHAME.................IE and IE related fixes
* RESPONSIVE............Site Responsive overrides
* RESPONSIVE UTILITIES..Site Responsive Visibility
* PRINT.................Site Print overrides
*
*/
/* Declaration order
.selector {
  // Sass
  @extend
  @include

  // Positioning
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;

  // Display & Box Model
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 10px solid #333;
  margin: 10px;

  // Color
  background: #000;
  color: #fff
  
  // Text
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: right;

  // Other
  cursor: pointer;
}

Copy and Paste comments below if needed:
// Sass
// Positioning
// Display & Box Model
// Color
// Text
// Other

*/
/* Slick stuff */
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff url("images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("fonts/slick.eot"); src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { left: auto; right: -25px; }

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { left: -25px; right: auto; }

.slick-next:before { content: "→"; }

[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/* = !NORMALIZE
---------------------------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* = !TYPOGRAPHY
---------------------------------------------------------------- */
@font-face { font-family: 'outagecut'; src: url("fonts/outage/outage_cut-webfont.eot"); src: url("fonts/outage/outage_cut-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/outage/outage_cut-webfont.woff2") format("woff2"), url("fonts/outage/outage_cut-webfont.woff") format("woff"), url("fonts/outage/outage_cut-webfont.ttf") format("truetype"), url("fonts/outage/outage_cut-webfont.svg#outagecut") format("svg"); font-weight: normal; font-style: normal; }

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

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

html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.625; color: #333333; background-color: #fff; }

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

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

a:hover, a:focus { color: #002a4a; 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, img { 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: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; }

.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; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: #005596; }

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10px; }

.lead { margin-bottom: 20px; font-size: 18px; font-weight: 300; line-height: 1.4; }

@media (min-width: 769px) { .lead { font-size: 24px; } }

small, .small { font-size: 85%; }

cite { font-style: normal; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.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; }

.text-muted { color: #999999; }

.text-primary { color: #005596; }

.text-primary a { color: #005596; }

.text-primary a:hover { color: #003863; }

a.text-primary:hover { color: #003863; }

.text-secondary { color: #fba634; }

.text-secondary a { color: #fba634; }

.text-secondary a:hover { color: #f79005; }

a.text-secondary:hover { color: #f79005; }

.text-tertiary { color: #ff9200; }

.text-tertiary a { color: #ff9200; }

.text-tertiary a:hover { color: #cc7500; }

a.text-tertiary:hover { color: #cc7500; }

.text-quaternary { color: #e17422; }

.text-quaternary a { color: #e17422; }

.text-quaternary a:hover { color: #b75d19; }

a.text-quaternary:hover { color: #b75d19; }

.text-success { color: #3c763d; }

.text-success a { color: #3c763d; }

.text-success a:hover { color: #2b542c; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

.text-info a { color: #31708f; }

.text-info a:hover { color: #245269; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

.text-warning a { color: #8a6d3b; }

.text-warning a:hover { color: #66512c; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #a94442; }

.text-danger a { color: #a94442; }

.text-danger a:hover { color: #843534; }

a.text-danger:hover { color: #843534; }

.text-reverse, .whatwedo a, .whatwedo a:focus, .bg-primary { color: #fff; }

.bg-primary { background-color: #005596; }

a.bg-primary:hover { background-color: #003863; }

.bg-secondary { background-color: #fba634; }

a.bg-secondary:hover { background-color: #f79005; }

.bg-tertiary { background-color: #ff9200; }

a.bg-tertiary:hover { background-color: #cc7500; }

.bg-quaternary { background-color: #e17422; }

a.bg-quaternary:hover { background-color: #b75d19; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; }

ul, ol { margin-top: 0; margin-bottom: 10px; }

ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled, .list-inline { padding-left: 0; list-style: none; }

.list-inline { margin-left: -5px; }

.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 20px; }

dt, dd { line-height: 1.625; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }

.dl-horizontal dd:after { clear: both; }

@media (min-width: 769px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; }

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

blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.625; color: #999999; }

blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

blockquote:before, blockquote:after { content: ""; }

address { margin-bottom: 20px; font-style: normal; line-height: 1.625; }

table { background-color: transparent; }

th { text-align: left; }

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

.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-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { 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; }

@media screen and (max-width: 768px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; -webkit-overflow-scrolling: touch; }
  .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: 20px; font-size: 24px; line-height: inherit; color: #333333; 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: 34px; 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: #999999; opacity: 1; }

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }

textarea.form-control { height: auto; }

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

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; line-height: 1.625 \0; }

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; }

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 46px; }

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

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

.radio label, .checkbox label { 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 { 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; }

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

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

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

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

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

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

.has-feedback { position: relative; }

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

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

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

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

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { 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 { 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 { 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.sr-only ~ .form-control-feedback { top: 0; }

.form-control-static { margin-bottom: 0; }

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

@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 .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"] { float: none; 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: 27px; }

.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; }

.form-horizontal .form-control-static { padding-top: 7px; padding-bottom: 7px; }

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

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

/* = Horizontal Rules */
hr { margin: 10px 0; height: 2px; border: 0; color: #eeeeee; background-color: #eeeeee; clear: both; }

.thick { height: 3px; }

.thin { height: 1px; }

code { background-color: #f0ad4e; padding: 1px 3px; }

pre { background-color: #eeeeee; display: block; margin: 0 0 0.938em; padding: 8px; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; border-radius: 3px; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.15); }

blockquote { font-size: 2.5em; color: #005596; margin: 20px 0; padding: 0; border: none; line-height: 1.35em; }

.slick-arrow { z-index: 1; background: #ff9200; padding: 20px; margin-top: -20px; }

.slick-arrow.slick-prev { left: 0; }

.slick-arrow.slick-prev:before { content: '\f0d9'; font-family: 'FontAwesome'; font-size: 20px; line-height: 0; text-align: center; position: absolute; left: 40%; }

.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus { background: #005596; }

.slick-arrow.slick-next { right: 0; }

.slick-arrow.slick-next:before { content: '\f0da'; font-family: 'FontAwesome'; font-size: 20px; line-height: 0; text-align: center; position: absolute; right: 40%; }

.slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus { background: #005596; }

/* = !BUTTONS
---------------------------------------------------------------- */
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 16px; line-height: 1.625; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn:hover, .btn:focus { color: #333; text-decoration: none; }

.btn:active, .btn.active { outline: 0; background-image: none; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }

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

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }

.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #ff9200; border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #cc7500; border-color: #285e8e; }

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #ff9200; border-color: #357ebd; }

.btn-primary .badge { color: #ff9200; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; }

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

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }

.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }

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

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }

.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }

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

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }

.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; }

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

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }

.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-inverse { color: #fff; background-color: #222222; border-color: #161616; }

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

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

.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active { background-color: #222222; border-color: #161616; }

.btn-inverse .badge { color: #222222; background-color: #fff; }

.btn-link { color: #005596; font-weight: normal; cursor: pointer; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus { color: #002a4a; text-decoration: underline; background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; }

.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }

.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }

.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0; }

.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.btn { position: relative; }

.btn:hover { background: #ff9200; }

.btn-slashy { transition: all 0.4s ease-in-out; }

.btn-slashy.btn-sm:hover { padding-right: 35px; padding-left: 35px; }

.btn-slashy.btn-primary:before, .btn-slashy.btn-primary:after { background-color: #ff9200; }

.btn-slashy:hover { padding-left: 25px; padding-right: 25px; }

.btn-slashy:focus { background-color: #ff9200; }

.btn-slashy:before { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: #ff9200; position: absolute; left: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }

.btn-slashy:after { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: #ff9200; position: absolute; right: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }

.btn-slashy-inline { margin-left: 15px; }

.btn-slashy-inline:hover { margin-left: 0; }

/* = !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 { animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { 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
---------------------------------------------------------------- */
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; visibility: hidden !important; }

.affix { position: fixed; transform: translate3d(0, 0, 0); }

.vert:before, .vert:after, .vert-before:before, .vert-after:after, .vert-2x:before, .vert-2x:after { content: " "; display: table; height: 12px; }

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

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

@media (min-width: 769px) { .vert:before, .vert:after, .vert-before:before, .vert-after:after, .vert-2x:before, .vert-2x:after { height: 24px; }
  .vert-2x:before, .vert-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 { 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; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth { width: 100%; margin-bottom: 20px; }

.last { margin-right: 0 !important; clear: right; }

.link-tertiary { color: #ff9200; }

.relative { position: relative; }

.text-gray-light { color: #999999; }

.text-secondary { color: #fba634; }

.text-tertiary { color: #ff9200; }

.r-clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clear { display: none; }

.blue-gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01508c+0,0068b8+100 */ background: #005596; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #0068b8 0%, #005596 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-primary-alt', endColorstr='$brand-primary',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignleft { float: left; }

.alignright { float: right; }

/* = !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: 548px; } }

@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; }

.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%; }

@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%; } }

@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%; } }

@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%; } }

@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%; } }

@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%; } }

.row-flex.row:after, .row-flex.row:before { display: none; }

/* = PAGE BLOCKS/STRUCTURE
---------------------------------------------------------------- */
/* Mobile Menu/Search */
/* Mobile Menu */
.mobile-menu { background: #005596; position: fixed; top: 80px; right: -240px; width: 240px; height: 100%; z-index: 1000; }

.mobile-menu a { display: block; color: #fff; font-size: 16px; font-weight: 300; border-bottom: 1px solid #258ecd; padding: 15px; }

.mobile-menu a:hover { background: #258ecd; }

.mobile-menu a:active { background: #afdefa; color: #47a3da; }

.mobile-menu.mobile-menu-open { right: 0px; width: 100%; }

.mobile-menu .sub-menu { right: -240px; width: 240px; position: absolute; height: 100%; top: 0; padding: 0; list-style: none; background: #004c87; transition: all 0.3s ease; }

.mobile-menu .sub-menu.sub-menu-open { right: 0px; width: 100%; }

.mobile-menu .sub-menu-close a { padding: 10px 1em; background: #003863; font-size: 14px; }

.mobile-menu .sub-menu-close .fa { font-size: 12px; }

@media (min-width: 479px) { .mobile-menu.mobile-menu-open { width: 240px; }
  .mobile-menu .sub-menu.sub-menu-open { width: 240px; } }

/* Push classes applied to the body */
.mobile-menu-push { overflow-x: hidden; position: relative; left: 0; }

.mobile-menu-push-toleft { left: -240px; }

/* Gallery */
.gallery .slick-arrow { margin-top: -40px; }

.slick-slide:focus { outline: none; }

.slick-slide img { border: none !important; }

.slick-dots { bottom: 45px; }

.slick-dots li button:before { font-size: 12px; color: #ff9200; opacity: 1; }

.slick-dots li.slick-active button:before { color: white; opacity: 1; }

.home .slick-dots { bottom: -45px; }

.home .slick-dots li button:before { font-size: 6px; color: black; opacity: .25; }

.home .slick-dots li.slick-active button:before { color: #005596; opacity: 1; }

/* dark overlay on nav click */
.dark-overlay { background: black; height: 100%; width: 100%; position: fixed; display: none; z-index: 2; opacity: 0.3; }

/* Splitter */
.split-wrap { width: 100%; background: #005596; position: relative; color: white; margin-bottom: 5px; text-align: center; }

.split-wrap img { display: inline-block; }

.split-wrap h3 { font-weight: 700; font-size: 1.5em; color: white; margin: 0 0 10px; }

.split-wrap h3 a { color: white; }

.split-wrap h2 { color: white; margin: 0; }

.split-wrap .split-left { height: 100%; }

.split-wrap .split-left .split-content { position: relative; padding: 25px 15px; }

.split-wrap .split-left .split-content a[href^=tel] { color: #fff; }

.split-wrap .split-right { background-size: cover; }

/* Transitions */
.mobile-menu, .mobile-menu-push { transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-height: 26.375em) { .mobile-menu { font-size: 90%; width: 190px; right: -190px; }
  .mobile-menu-push-toleft { left: -190px; } }

/* Search */
html.search-open, body.search-open { height: 100%; }

body.search-open { overflow-x: hidden; overflow-y: scroll; }

.supersearch { width: 100%; min-height: 40px; background: #005596; position: absolute; z-index: 1000; top: -40px; right: 0; transform-origin: 100% 0; transition-property: min-height, width, top, right; transition-duration: 0.5s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.supersearch.open { min-height: 100%; top: 0px; right: 0px; }

.supersearch.open .search-form { width: 80%; transform: translate3d(0, 3em, 0); }

.search-form { width: 100%; height: 40px; margin: 0 auto; position: relative; transition-property: width, height, transform; transition-duration: 0.5s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.search-input { width: 100%; height: 100%; padding: 0 10% 0 10px; font-weight: 700; border: none; background: transparent; font-size: 0.8em; color: #fff; transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

.search-input::-ms-clear { /* remove cross in IE */ display: none; }

.supersearch.hideInput .search-input { color: transparent; transition: color 0.3s; }

.supersearch.open .search-input { font-size: 7em; }

/* placeholder */
.search-input::-webkit-input-placeholder { color: #fff; }

.search-input:-moz-placeholder { color: #fff; }

.search-input::-moz-placeholder { color: #fff; }

.search-input:-ms-input-placeholder { color: #fff; }

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder { color: transparent; }

input[type="search"] { /* reset normalize */ box-sizing: border-box; }

.search-input:focus, .search-submit:focus { outline: none; }

.search-submit { position: absolute; width: 80px; height: 80px; text-indent: 100px; overflow: hidden; right: 0; top: 50%; background: transparent url("images/magnifier.svg") no-repeat center center; background-size: 100%; border: none; pointer-events: none; transform-origin: 50% 50%; opacity: 0; transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1); }

.supersearch.open .search-submit { pointer-events: auto; opacity: 1; transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1); transition: opacity 0.3s, transform 0.3s; transition-delay: 0.5s; }

.search-close { width: 36px; height: 36px; position: absolute; right: 1em; top: 1em; overflow: hidden; text-indent: 100%; cursor: pointer; pointer-events: none; opacity: 0; transform: scale3d(0, 0, 1); }

.supersearch.open .search-close { opacity: 1; pointer-events: auto; transform: scale3d(1, 1, 1); transition: opacity 0.3s, transform 0.3s; transition-delay: 0.5s; }

.search-close::before, .search-close::after { content: ''; position: absolute; width: 2px; height: 100%; top: 0; left: 50%; border-radius: 3px; opacity: 0.2; background: #fff; }

.search-close:hover.search-close::before, .search-close:hover.search-close::after { opacity: 1; }

.search-close::before { transform: rotate(45deg); }

.search-close::after { transform: rotate(-45deg); }

.search-content { color: #333; margin-top: 4.5em; width: 100%; height: 0; overflow: hidden; padding: 0 10.5%; background: #005596; position: absolute; pointer-events: none; opacity: 0; }

.search-content a:hover { text-decoration: none; }

.search-content .disc-icons img { padding-top: 4px; padding-bottom: 5px; }

.supersearch.open .search-content { opacity: 1; height: auto; overflow: visible; /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */ pointer-events: auto; transition: opacity 0.3s 0.5s; }

.column { width: 100%; padding: 0; float: left; opacity: 0; transform: translateY(100px); transition: transform 0.5s, opacity 0.5s; }

.supersearch.open .column:first-child { transition-delay: 0.4s; }

.supersearch.open .column:nth-child(2) { transition-delay: 0.45s; }

.supersearch.open .column:nth-child(3) { transition-delay: 0.5s; }

.supersearch.open .column { opacity: 1; transform: translate3d(0, 0, 0); }

.column:nth-child(2) { margin: 0; }

.column h2 { font-size: 1em; letter-spacing: 1px; text-transform: uppercase; font-weight: 800; color: #fff; padding: 0.5em 0; }

.round { border-radius: 50%; }

.search-media-object { padding: 0.75em; display: block; margin: 0.3em 0; cursor: pointer; background: rgba(255, 255, 255, 0.05); }

.search-media-object:hover, .search-media-object:focus { background: rgba(255, 255, 255, 0.025); }

.search-media-object img { display: inline-block; width: 50px; margin: 0 10px 0 0; vertical-align: middle; }

.search-media-object h3 { vertical-align: middle; font-size: 0.85em; display: inline-block; font-weight: 700; margin: 0 0 0 0; width: calc(100% - 70px); color: #fff; }

.search-media-object:hover h3 { color: #ff9200; }

/* Overlay */
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0; pointer-events: none; transition: opacity 0.5s; transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.supersearch.open ~ .overlay { opacity: 1; }

@media screen and (max-width: 568px) { .search-input { padding: 0 25% 0 10px; }
  .supersearch.open .search-input { font-size: 16px; }
  .column { float: none; width: auto; padding: 0 0 2em; }
  .column:nth-child(2) { margin: 0; }
  .supersearch.open .search-submit { transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1); } }

@media screen and (min-width: 769px) { .column { width: 30%; padding: 0 0 6em; }
  .column:nth-child(2) { margin: 0 5%; } }

/* = !GLOBAL STYLES
---------------------------------------------------------------- */
.btn { border: none; }

.btn-sm { min-width: 85px; }

.sc { font-family: "outagecut", Helvetica, Arial, sans-serif; text-transform: lowercase; color: #8c8c8c; letter-spacing: 1px; padding: 0 0 10px; }

.hero-heading #breadcrumbs a { font-weight: bold; }

.project-select #breadcrumbs { margin-bottom: 30px; }

.sidebar { font-size: 0.9em; }

.sidebar .post-date { display: block; margin-bottom: 15px; }

.sidebar .subpage-nav { list-style: none; padding: 0; }

.sidebar .subpage-nav li { /*        margin-left: 12px;
*/ }

.sidebar .subpage-nav .current_page_ancestor, .sidebar .subpage-nav .current_page_item { font-weight: bold; font-size: 1.3em; }

.sidebar .subpage-nav.children li.current_page_item { font-size: 1em; }

.sidebar aside.widget ul { list-style: none; padding: 0; }

.page-content a, .entry-content a { text-decoration: underline; }

/* = !HEADER
---------------------------------------------------------------- */
.wrapper { position: relative; padding-top: 80px; }

.branding { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 80px; background: #fff; transition: height 0.5s ease; }

.logo { display: inline-block; width: 180px; transition: width 0.3s ease; }

.main-menu-wrapper { display: inline-block; margin-top: 27px; float: right; }

.main-menu-wrapper ul { display: inline-block; }

.main-menu-wrapper a { padding: 0 3px; font-size: 16px; font-weight: 700; color: #333333; text-decoration: none; }

.main-menu-wrapper a.current { color: #005596; }

.main-menu-wrapper a:hover { color: #fba634; }

.main-menu-wrapper img { display: inline-block; vertical-align: text-top; }

.main-menu > li > a:hover { color: #005596; }

.mega-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; overflow: hidden; padding-left: 3%; background: #005596; }

.mega-menu img { float: left; margin-right: 2%; position: relative; }

.mega-menu a { color: #fff; font-weight: normal; }

.mega-menu .sub-menu { vertical-align: top; width: 30%; padding: 32px 0; opacity: 0; transform: translateY(50px); transition: transform 0.45s, opacity 0.45s; }

.mega-menu .sub-menu li a { padding: 0 15px 0 0; }

.mega-menu .sub-menu li:first-child { padding: 0 20px 0 0; margin-bottom: 5px; }

.mega-menu .sub-menu li:first-child a { display: block; border-bottom: 1px solid #00477d; /* ghetto hack, see jquery*/ cursor: default; font-size: 21px; text-decoration: none; }

.mega-menu .sub-menu li:first-child a:hover { color: white; }

.mega-menu.active .sub-menu:first-child { transition-delay: 0.2s; }

.mega-menu.active .sub-menu:nth-child(2) { transition-delay: 0.25s; }

.mega-menu.active .sub-menu:nth-child(3) { transition-delay: 0.3s; }

.mega-menu.active .sub-menu { opacity: 1; transform: translate3d(0, 0, 0); }

.mega-menu .close { width: 36px; height: 36px; position: absolute; right: 1em; top: 1em; overflow: hidden; text-indent: 100%; cursor: pointer; pointer-events: none; opacity: 0; transform: scale3d(0, 0, 1); }

.mega-menu.active .close { opacity: 1; pointer-events: auto; transform: scale3d(1, 1, 1); transition: opacity 0.3s, transform 0.3s; transition-delay: 0.5s; }

.mega-menu .close::before, .mega-menu .close::after { content: ''; position: absolute; width: 2px; height: 100%; top: 0; left: 50%; border-radius: 3px; opacity: 0.2; background: #fff; }

.mega-menu .close:hover.close::before, .mega-menu .close:hover.close::after { opacity: 1; }

.mega-menu .close::before { transform: rotate(45deg); }

.mega-menu .close::after { transform: rotate(-45deg); }

/* = !CONTENT
---------------------------------------------------------------- */
.whatwedo { position: relative; overflow: hidden; height: 213px; border-top: 3px solid #fff; /*      background: rgba(13,104,179,1); background: -moz-linear-gradient(left, rgba(13,104,179,1) 0%, rgba(10,84,145,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13,104,179,1)), color-stop(100%, rgba(10,84,145,1))); background: -webkit-linear-gradient(left, rgba(13,104,179,1) 0%, rgba(10,84,145,1) 100%); background: -o-linear-gradient(left, rgba(13,104,179,1) 0%, rgba(10,84,145,1) 100%); background: -ms-linear-gradient(left, rgba(13,104,179,1) 0%, rgba(10,84,145,1) 100%); background: linear-gradient(to right, rgba(13,104,179,1) 0%, rgba(10,84,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d68b3', endColorstr='#0a5491', GradientType=1 ); */ }

.whatwedo .col-5th { height: 210px; display: inline-block; outline: none; }

.whatwedo .col-5th-content { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 0 15px; float: left; }

.whatwedo .col-5th-content img { width: 115px; outline: none; }

.whatwedo .divider { width: auto; height: 210px; float: left; }

.whatwedo h2 { font-size: 18px; }

.whatwedo a, .whatwedo a:focus { outline: none; }

.whatwedo img { display: inline-block; }

.hero-container { position: relative; background: #005596; }

.hero-container .hero-content { text-align: center; padding: 20px; }

.hero-container .hero-content h2 { color: #fff; font-size: 18px; font-family: "outagecut", Helvetica, Arial, sans-serif; }

.hero-container .hero-content p { font-size: 14px; }

.hero-container .hero-content .btn { position: relative; min-height: 40px; border: none; color: #fff; font-family: "outagecut", Helvetica, Arial, sans-serif; text-transform: lowercase; /*          &:before { display: block; content: " "; width: 20px; height: 40px; top: 0; background-color: #fa862e; position: absolute; left: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; } &:after { display: block; content: " "; width: 20px; height: 40px; top: 0; background-color: #fa862e; position: absolute; right: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }*/ }

.hero-container .hero-content .hero-line { display: none; }

.quotes .quote { outline: none; }

.quotes .quote h2 { font-size: 24px; margin: 0; }

.quotes .quote h3 { color: #999999; font-size: 16px; font-family: "outagecut", Helvetica, Arial, sans-serif; text-transform: lowercase; }

.quotes .quote img { display: inline-block; }

.featured-projects { position: relative; display: none; }

.featured-projects .projects-heading { position: absolute; top: 10%; left: 0; z-index: 1; }

.featured-projects .projects-heading h2 { position: relative; display: inline-block; float: left; padding: 22px 32px; margin: 0; color: #fff; background: #ff9200; font-family: "outagecut", Helvetica, Arial, sans-serif; }

.featured-projects .projects-heading h2:after { display: block; content: " "; width: 20px; height: 77px; top: 0; background-color: #ff9200; position: absolute; right: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: -1; }

.featured-projects .projects-heading .indicators { display: inline-block; margin-left: 13px; float: left; }

.featured-projects .projects-heading .indicator { display: inline-block; height: 77px; width: 25px; margin-left: 3px; cursor: pointer; background: #e17422; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); }

.featured-projects .projects-heading .indicator.active { background: #ff9200; }

.featured-projects .project { position: relative; }

.featured-projects .project-footer { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px 20px; width: 100%; background-color: rgba(0, 0, 0, 0.5); }

.featured-projects .project-footer a { color: #ff9200; font-weight: 600; }

.featured-projects .project-footer a.project-link { font-size: 1.5em; }

.featured-projects .project-footer p { width: 60%; }

.featured-projects .careers { position: absolute; top: 0; right: 0; width: 39.0625%; }

.featured-projects .careers .careers-copy { position: absolute; left: 75px; bottom: 15px; }

.featured-projects .careers .careers-copy h2 { font-family: "outagecut", Helvetica, Arial, sans-serif; text-transform: lowercase; }

.featured-projects .careers .careers-copy a { color: white; }

.page-item { margin-bottom: 40px; }

.mobile-projects-careers { padding: 25px 50px; color: white; }

.mobile-projects-careers h2 { font-family: "outagecut", Helvetica, Arial, sans-serif; color: white; }

.hero-inner { position: relative; }

.hero-inner img { width: 100%; }

.hero-inner .hero-heading { position: relative; width: 100%; top: 0; left: 0; padding: 15px 0; color: #fff; /* text-shadow: 2px 2px 5px #565656; */ }

.hero-inner .hero-heading h1 { color: #fff; font-family: "outagecut", Helvetica, Arial, sans-serif; font-size: 1.25em; margin: 0; }

.hero-inner .hero-heading p { margin: 0; }

.hero-inner .hero-heading a { color: #fff; font-weight: bold; text-decoration: none; }

.hero-inner .hero-heading.see-through { background: #005596; }

.hero-inner .hero-heading.reversed { background: transparent; color: #333333; text-shadow: none; border-top: 1px solid #eeeeee; position: relative; }

.hero-inner .hero-heading.reversed h1 { color: #005596; }

.hero-inner .hero-heading.reversed a { color: #005596; }

.hero-inner .hero-heading.reversed .lead { max-width: 1140px; margin-left: auto; margin-right: auto; color: #737373; }

.loading { display: none; }

.staff-directory .sort-alpha { margin: 0 0 25px; text-transform: uppercase; }

.staff-directory .sort-alpha li { margin: 0; padding: 5px; }

.staff-directory .sort-alpha a { color: #333333; display: block; background: #ddd; width: 25px; height: 25px; line-height: 25px; padding: 0; }

.staff-directory .sort-alpha a:hover, .staff-directory .sort-alpha a:focus { text-decoration: none; background: #eee; }

.staff-directory .staff { text-align: center; }

.staff-directory .staff-member { margin-bottom: 25px; }

.staff-directory .staff-member img { display: inline-block; }

.staff-directory .staff-member hr { width: 100px; height: 1px; margin: 15px auto; }

.staff-results { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.staff-results:before, .staff-results:after { display: none; }

.location-list { color: #fff; }

.location-list .tel { color: #fff; }

.location-list a { color: #ff9200; }

.location-list .city { margin: 15px 0; }

.location-list .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.subsidiary h2 { color: #005596; font-family: "outagecut", Helvetica, Arial, sans-serif; font-size: 2em; text-transform: uppercase; }

.subsidiary .sub { text-align: center; margin-bottom: 25px; }

.g-row { text-align: center; margin-bottom: 25px; }

.g-space { display: none; margin-bottom: 25px; }

.g-targets .g-target { display: none; }

.g-targets .g-target-open { padding: 60px 0; position: absolute; top: 0; left: 0; right: 0; }

.page-template-page-projects.slick-slider { margin-bottom: 0; }

.page-template-page-projects .hero-inner .hero-heading { position: relative; }

.project-list { position: relative; }

.project-list .project-select { padding: 0 0 35px; position: relative; width: 100%; }

.project-list .project-select .h4 { color: #fff; }

.project-list .project-select .hero-inner .hero-heading { background: none; }

.project-list .project-thumbnails { padding: 1px; }

.project-list .project-thumbnails ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }

.project-list .project-thumbnails li { position: relative; float: left; width: 50%; padding: 2px; }

.project-list .project-thumbnails li a:hover span { background: rgba(204, 117, 0, 0.8); min-height: 99%; }

.project-list .project-thumbnails li span { text-shadow: 1px 1px 2px #333333; font-size: 90%; position: absolute; bottom: 2px; left: 2px; right: 2px; transition: all 0.4s ease-in; background: rgba(0, 0, 0, 0.5); padding: 15px; min-height: 74px; }

.project-list .project-thumbnails a { display: block; color: #fff; }

.project-list .project-thumbnails a:hover, .project-list .project-thumbnails a:focus { text-decoration: none; }

.select { position: relative; text-align: left; cursor: pointer; background: #fff; }

.select .select-box { border: 1px solid #ddd; line-height: 50px; height: 50px; width: 100%; padding: 0 20px; }

.select .select-box .arrow { line-height: 50px; background: orange; text-align: center; color: #fff; width: 50px; height: 50px; position: absolute; top: 0; right: 0; }

.select .select-box .arrow:after { content: '\f0d8'; font-family: 'FontAwesome'; }

.select .select-box.active .arrow:after { content: '\f0d7'; }

.select .select-list { display: none; margin: 0; border-top: 1px solid #ddd; background: #fff; border: 1px solid #ddd; border-top: none; width: 100%; z-index: 100; max-height: 200px; overflow-y: scroll; }

.select .select-list li { text-indent: 20px; }

.select .select-list li li { text-indent: 40px; }

.select .select-list li > span { display: block; padding: 5px 0; }

.select .select-list span:hover, .select .select-list span:focus { background: #eee; }

.select .select-list li.selected > span { background: #eee; color: #ccc; cursor: auto; }

/*disciplines overview */
.disc-list { list-style: none; padding: 0; text-align: center; }

.disc-list li { margin: 10px; display: inline-block; }

/*blog */
.image-overlay { background: rgba(0, 0, 0, 0.3); height: 800px; position: absolute; z-index: 0; top: 0; width: 100%; }

.blog .hero-heading, .category .hero-heading, .archive .hero-heading { border-top: 1px solid #eeeeee; padding: 25px 0; }

.blog article, .category article, .archive article { border-bottom: 2px solid #eeeeee; padding: 50px 0; }

.blog article h2, .category article h2, .archive article h2 { margin: 0 0 15px; }

.blog article h2 a, .category article h2 a, .archive article h2 a { font-weight: bold; color: #333333; }

.blog article .entry-meta, .category article .entry-meta, .archive article .entry-meta { font-style: italic; color: #999999; }

.blog article .entry-meta a, .blog article .entry-meta .meta_date, .category article .entry-meta a, .category article .entry-meta .meta_date, .archive article .entry-meta a, .archive article .entry-meta .meta_date { font-style: normal; font-weight: bold; text-transform: uppercase; color: #005596; display: inline-block; }

.blog .sticky, .category .sticky, .archive .sticky { position: relative; overflow: hidden; background-size: cover; }

.blog .sticky article, .category .sticky article, .archive .sticky article { border: none; }

.blog .sticky article header, .category .sticky article header, .archive .sticky article header { padding: 15px; text-shadow: 2px 2px 4px #333333; z-index: 1; position: relative; }

.blog .sticky article header h2 a, .category .sticky article header h2 a, .archive .sticky article header h2 a { color: white; }

.blog .sticky article header .entry-meta, .category .sticky article header .entry-meta, .archive .sticky article header .entry-meta { color: white; }

.blog .sticky article header .entry-meta a, .blog .sticky article header .entry-meta .meta_date, .category .sticky article header .entry-meta a, .category .sticky article header .entry-meta .meta_date, .archive .sticky article header .entry-meta a, .archive .sticky article header .entry-meta .meta_date { color: white; }

.single article { padding: 0; border-bottom: 0; }

.single article .entry-meta { margin-bottom: 25px; font-style: italic; color: #999999; }

.single article .entry-meta a, .single article .entry-meta .meta_date { font-style: normal; font-weight: bold; text-transform: uppercase; color: #005596; display: inline-block; }

/* Contact Form for Staff and Project pages */
.toggleContactForm { cursor: pointer; color: #005596; text-decoration: underline; }

.single-project .toggleContactForm { text-decoration: none; }

.staff_contact_form { display: none; border: 2px solid #EEE; padding: 1em 2em; }

.staff_contact_form label { color: #005596; }

.staff_contact_form .ginput_container_textarea textarea { border: 1px solid #CCC; }

.staff_contact_form .gform_footer .gform_button.button { display: inline-block; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; white-space: nowrap; color: #fff; padding: 6px 12px; background-color: #ff9200; border: none; text-transform: capitalize; }

.single-project .staff_contact_form, .single-discipline .staff_contact_form { padding: 0.5em 1em; }

@media (min-width: 769px) and (max-width: 1200px) { .single-project .staff_contact_form div.ginput_complex.ginput_container.gf_name_has_2 span, .single-discipline .staff_contact_form div.ginput_complex.ginput_container.gf_name_has_2 span { width: 100%; } }

#gform_confirmation_wrapper_4.gform_confirmation_wrapper.staff_contact_form { display: block; margin-bottom: 1em; border: 2px solid #fba634; }

.pagination { text-align: center; }

.pagination .page-numbers { background: #eeeeee; padding: 5px 10px; margin: 0 15px; font-weight: bold; color: #333333; position: relative; }

.pagination .page-numbers:before { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: #eeeeee; position: absolute; left: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }

.pagination .page-numbers:after { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: #eeeeee; position: absolute; right: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }

.pagination .page-numbers.current { background: #ff9200; color: white; }

.pagination .page-numbers.current:before, .pagination .page-numbers.current:after { background: #ff9200; }

.pagination .page-numbers.prev, .pagination .page-numbers.next { background: none; font-weight: normal; }

.pagination .page-numbers.prev:before, .pagination .page-numbers.prev:after, .pagination .page-numbers.next:before, .pagination .page-numbers.next:after { display: none; }

.blog-archive ul { list-style: none; text-align: center; padding: 0; }

.blog-archive ul li { display: inline-block; margin: 0 15px 15px 15px; }

.blog-archive ul li a { background: #eeeeee; color: #333333; text-transform: uppercase; font-weight: bold; padding: 5px 10px; display: inline-block; position: relative; }

.blog-archive ul li a:before { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: #eeeeee; position: absolute; left: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }

.blog-archive ul li a:after { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: #eeeeee; position: absolute; right: -10px; transform: skewX(-10deg); -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); z-index: 1; }

/*Project Singles */
.project-staff { margin-bottom: 20px; }

.project-staff h3 { margin-top: 0; }

.project-staff ul { list-style: none; padding: 0; margin: 20px 0 20px 100px; }

.project-contact { position: relative; }

.project-contact img { position: absolute; top: 0; left: 0; max-width: 80px; }

.project-services { margin-top: 40px; }

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

.project-services ul li { margin-left: 12px; line-height: 1.25em; margin-bottom: 12px; }

.project-services h3 { font-size: 1.2em; font-weight: bold; color: #333333; }

.project-services h4 { color: white; background: #005596; font-size: 1em; padding: 12px 12px 12px 40px; position: relative; }

.project-services h4:after { display: block; content: " "; width: 20px; height: 100%; top: 0; background-color: white; position: absolute; right: -14px; transform: skewX(-16deg); -ms-transform: skewX(-16deg); -webkit-transform: skewX(-16deg); z-index: 1; }

.project-services h4 a { color: white; }

.project-services h4 img { position: absolute; top: 9px; left: 10px; max-width: 25px; }

.recent-projects { margin-bottom: 0; }

.recent-projects h2 { font-weight: 700; color: #333333; font-size: 1.25em; margin-left: 2%; }

.recent-project { padding: 2px; position: relative; }

.recent-project:focus { outline: none; }

.recent-project img:focus { outline: none; }

.recent-project a { color: white; }

.recent-project a:hover .recent-project-label { background: rgba(204, 117, 0, 0.8); min-height: 99%; }

.recent-project .recent-project-label { position: absolute; bottom: 2px; font-weight: 600; line-height: 1em; left: 2px; right: 2px; text-shadow: 1px 1px 2px #333333; transition: all 0.4s ease-in; padding: 15px; background: rgba(0, 0, 0, 0.5); min-height: 74px; }

/* office single */
.page-intro { font-size: 1em; color: #999999; line-height: 1.5em; padding: 0 0 15px; }

.state-offices h2 { font-weight: 700; margin: 0; }

.state-offices h4 { font-weight: 600; margin: 0; }

.gm-style { pointer-events: none; }

/* staff single */
.contact-info { list-style: none; text-align: left; margin: 20px 0 40px; padding: 0; }

.contact-info i { color: #999999; }

.contact-info li { display: inline-block; margin: 0 20px 10px 0; }

/* career openings */
.job-opening { border-bottom: 1px solid #eeeeee; padding: 15px 0; }

.job-opening h3 { font-weight: 700; font-size: 1.5em; }

.job-opening .apply { font-weight: 600; color: #ff9200; }

.career-sub { margin-bottom: 20px; }

/* Employee Spotlights Page */
.employee-testimonials .hero-heading { background-size: cover !important; }

.employee-testimonials .employee-spotlight-quote { width: 180px; position: absolute; bottom: -61px; left: 50%; margin-left: -90px; padding: 50px; }

.employee-testimonials .employee-spotlight-slider { margin: 60px 0 90px; }

.employee-testimonials .employee-spotlight-slider .slick-dots { bottom: -45px; }

.employee-testimonials .slick-arrow { top: 75px; left: -14px; }

.employee-testimonials .slick-arrow.slick-next { left: inherit; right: -14px; }

.employee-testimonials .employee-spotlight-slide img { display: inline-block; width: auto; margin-bottom: 30px; }

.employee-testimonials .employee-spotlight-slide.slick-slide p { max-width: 90%; margin: 0 auto; }

.employee-testimonials .employee-spotlight-slide h2 { font-family: "outagecut", Helvetica, Arial, sans-serif; font-size: 1.1em; text-transform: uppercase; color: white; }

.employee-testimonials .employee-spotlight-slide h3 { color: #ff9200; font-family: "outagecut", Helvetica, Arial, sans-serif; font-size: 1em; }

/* search results */
.search-results article { border-bottom: 1px solid #eeeeee; padding: 15px 0; }

.search-results article h3 { font-weight: 700; }

.search-results article .learn-more { font-weight: 600; color: #ff9200; }

/* disciplines */
.discipline-item { background: #005596; color: white; }

.discipline-item h3 a { color: white; }

/* = !FOOTER
---------------------------------------------------------------- */
.news { background-color: #0066b5; box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.news h2 { font-weight: 700; font-size: 1.5em; }

.news h2 a { color: white; }

.news strong { color: #003863; font-family: "outagecut", Helvetica, Arial, sans-serif; text-transform: lowercase; }

.news p { color: #fff; }

.news .news-slash { text-align: center; padding: 0; }

.news .news-slash img { display: inline-block; }

.colophon-bottom { background: #004c87 url("http://www.neel-schaffer.com/wp-content/uploads/2023/01/neel-schaffer-map-1.jpg") no-repeat top center; background-size: cover; }

.colophon-bottom h2 { margin-top: 50px; font-size: 16px; }

.colophon-bottom .btn { color: #fff; margin: 50px 0; background-color: #ff9200; border: none; font-family: "outagecut", Helvetica, Arial, sans-serif; text-transform: lowercase; }

.colophon-bottom .social li { padding: 0 10px; }

.copyright { margin-top: 100px; color: #fff; }

/* = !SHAME
---------------------------------------------------------------- */
.board-of-directors.staff-directory .staff-member { margin-bottom: 45px; }

@media (min-width: 930px) { .board-of-directors.staff-directory .staff-member { margin-bottom: 55px; } }

@media (min-width: 1200px) { .board-of-directors.staff-directory .staff-member { margin-bottom: 75px; } }

@media (min-width: 930px) { .boardOfDirectors-firstRow { margin: auto; } }

@media (min-width: 1200px) { .boardOfDirectors-firstRow { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; max-width: 100%; width: 100%; } }

/* = !RESPONSIVE
---------------------------------------------------------------- */
/* = Wide Mobile:479px. Inherits:Default */
@media (min-width: 479px) { /* Base & Helpers */
  .one_half, .one_third, .two_third, .three_fourth, .one_fourth { margin-right: 4%; float: left; line-height: 1.75; position: relative; }
  .one_half { width: 48%; }
  .one_third { width: 30.6666%; }
  .two_third { width: 65.3332%; }
  .one_fourth { width: 22%; }
  .three_fourth { width: 74%; }
  /* Structure */
  /* Header */
  /* Content */
  .project-list .project-thumbnails li { width: 33.33%; }
  /* Footer */ }

/* = XS Tablet:569px. Inherits:Default,Wide Mobile */
@media (min-width: 569px) { /* Base & Helpers */
  /* Structure */
  /* Header */
  /* Content */
  .blog .sticky article header { padding: 100px 15px; }
  .project-contact img { position: relative; }
  .project-contact ul { margin-left: 0; }
  /* Footer */ }

/* = SM Small Desktop:769px. Inherits:Default, Wide Mobile, Tablet */
@media (min-width: 769px) { /* Base & Helpers */
  .r-clear { display: none; }
  .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
  .mobile-projects-careers { display: none; }
  .featured-projects { display: block; }
  .split-wrap { height: 375px; width: 100%; background: #005596; overflow: hidden; position: relative; color: white; margin-bottom: 5px; text-align: left; }
  .split-wrap h3 { font-weight: 700; font-size: 1.5em; }
  .split-wrap h3 a { color: white; }
  .split-wrap .split-left { float: left; height: 100%; width: 45%; border-right: 5px solid white; position: relative; }
  .split-wrap .split-left:after { display: block; content: " "; width: 75px; height: 100%; top: 0; background-color: #005596; position: absolute; right: -40px; transform: skewX(-10deg); z-index: 1; border-right: 5px solid white; }
  .split-wrap .split-left .split-content { position: relative; top: 50%; transform: translateY(-50%); padding: 0 10%; }
  .split-wrap .split-right { float: right; width: 55%; height: 100%; background-size: cover; }
  /* Structure */
  .wrapper { padding-top: 90px; }
  .supersearch.open .search-form { height: 160px; }
  /* Header */
  .branding { height: 90px; }
  .logo { width: 250px; }
  .main-menu-wrapper { margin-top: 30px; }
  /* Content */
  .hero-container { position: relative; height: 0; padding-bottom: 39.6875%; }
  .hero-container .container-fluid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .hero-container .hero-content { position: absolute; text-align: left; top: 50%; right: 20px; transform: translateY(-50%); }
  .hero-container .hero-content h2 { font-size: 36px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); display: none; transition: all 0.4s ease-in-out; position: relative; }
  .hero-container .hero-content p { text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
  .hero-container .hero-content .btn { border: none; /*        background: $brand-quinary;
*/ }
  .hero-container .hero-content .hero-meta { display: none; }
  .project-list { height: 700px; margin-bottom: 2px; }
  .project-list .half { width: 50%; }
  .project-list .project-select { position: fixed; top: 102px; left: 0; height: 100%; width: 33%; }
  .project-list .project-thumbnails { height: 700px; position: absolute; top: -3px; right: 0; width: 67%; }
  .select-list { position: absolute; top: 50px; }
  .project-list .project-thumbnails li { width: 50%; }
  .page-intro { font-size: 2em; padding-bottom: 50px; }
  .employee-testimonials .employee-spotlight-slide.slick-slide p { max-width: 75%; }
  /* Footer */
  .colophon-bottom h2 { font-size: 48px; margin-top: 200px; } }

/* = MD Desktop. Inherits:Default, Wide Mobile, Tablet, Small Desktop */
@media (min-width: 992px) { /* Base & Helpers */
  .slick-arrow { padding: 30px 40px; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before { font-size: 40px; }
  /* Structure */
  /* Header */
  .hero-heading .hero-inner { background: none; }
  .wrapper { padding-top: 102px; }
  .branding { height: 102px; }
  .logo { width: auto; }
  .main-menu-wrapper { margin-top: 40px; }
  .main-menu-wrapper a { padding: 0 8px; font-size: 18px; }
  .mega-menu { padding-left: 0; }
  .mega-menu .sub-menu { width: 15%; }
  .mega-menu .sub-menu li a { font-size: 0.85em; }
  .mega-menu .sub-menu li:first-child a { font-size: 17px; }
  /* Content */
  .project-contact img { position: absolute; }
  .project-contact ul { margin-left: 100px; }
  .hero-content { line-height: 1.75em; }
  .hero-content p { margin-bottom: 25px; }
  .hero-inner.has-image { height: 0; padding-bottom: 31.25%; }
  .single-project .hero-inner.has-image { padding-bottom: 39.0625%; }
  .hero-inner .hero-heading { padding: 25px 0; position: relative; }
  .hero-inner .hero-heading.see-through { position: absolute; background: rgba(0, 85, 150, 0.8); }
  .hero-inner .hero-heading h1 { font-size: 2em; }
  .hero-container .hero-content h2 { font-size: 46px; }
  .hero-container .hero-content p { font-size: 18px; }
  .hero-container .hero-content .hero-line { display: block; position: absolute; top: 35%; left: -37.5%; width: 40%; }
  .whatwedo .col-5th-content { padding: 0 6px; }
  .quotes .quote h2 { font-size: 32px; line-height: 1.5; }
  .employee-testimonials .employee-spotlight-quote { width: auto; padding: 0px; }
  .employee-testimonials .slick-arrow { top: 50%; left: -24px; }
  .employee-testimonials .slick-arrow.slick-next { left: inherit; right: -24px; }
  /* Footer */ }

/* = LG Large:1200px+. Inherits:Default, Wide Mobile, Tablet, Small Desktop, Desktop */
@media (min-width: 1200px) { /* Base & Helpers */
  /* Structure */
  /* Header */
  .main-menu-wrapper a { padding: 0 15px; }
  .mega-menu .sub-menu { width: 20%; }
  .mega-menu .sub-menu li a { font-size: 1em; }
  .mega-menu .sub-menu li:first-child a { font-size: 21px; }
  /* Content */
  .hero-container .hero-content p { font-size: 24px; }
  .whatwedo { height: 253px; }
  .whatwedo .col-5th { height: 250px; }
  .whatwedo .col-5th-content { padding: 0 15px; }
  .whatwedo .col-5th-content img { width: auto; }
  .whatwedo .divider { height: 250px; }
  .quotes .quote h2 { font-size: 38px; }
  .project-list .project-thumbnails li { width: 33.33%; }
  .employee-testimonials .slick-arrow { top: 50%; left: -44px; }
  .employee-testimonials .slick-arrow.slick-next { left: inherit; right: -44px; }
  .employee-testimonials .employee-spotlight-slide.slick-slide p { max-width: 55%; }
  /* Footer */ }

/* = XLG Giant:1600px+. Inherits:Default, Wide Mobile, Tablet, Small Desktop, Desktop, Large */
@media (min-width: 1600px) { /* Base & Helpers */
  /* Structure */
  /* Header */
  /* Content */
  .hero-container .hero-content h2 { font-size: 60px; }
  .whatwedo { height: 353px; }
  .whatwedo .col-5th { height: 350px; }
  .whatwedo .col-5th-content { padding: 0 30px; }
  .whatwedo .col-5th-content img { width: auto; }
  .whatwedo .col-5th-content h2 { font-size: 24px; }
  .whatwedo .divider { height: 350px; }
  /* Footer */ }

/* = !RESPONSIVE UTILITIES
---------------------------------------------------------------- */
@-ms-viewport { width: device-width; }

.visible-xxs, .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xxs-block, .visible-xxs-inline, .visible-xxs-inline-block, .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: 568px) { .visible-xxs { display: block !important; }
  table.visible-xxs { display: table; }
  tr.visible-xxs { display: table-row !important; }
  th.visible-xxs, td.visible-xxs { display: table-cell !important; } }

@media (max-width: 568px) { .visible-xxs-block { display: block !important; } }

@media (max-width: 568px) { .visible-xxs-inline { display: inline !important; } }

@media (max-width: 568px) { .visible-xxs-inline-block { display: inline-block !important; } }

@media (max-width: 768px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  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; }
  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; }
  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; }
  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: 568px) { .hidden-xxs { display: none !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; }
  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; } }

@media (min-width: 1600px) { .hidden-xlg { display: none !important; } }

/* = !PRINT
---------------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
