/* -----------------------------------------------------------------------------

  CSS RESET
  
----------------------------------------------------------------------------- */
html, body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}
.desktophidden{
    display:none;
}

/* -----------------------------------------------------------------------------

  TYPOGRAPHY

----------------------------------------------------------------------------- */
html {
  font-family: "Lato", sans-serif;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.9em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

h2 {
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

h4 {
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

h6 {
  font-size: 0.75em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

p {
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 10px 0;
  font-family: "Lato", sans-serif;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #A98A2B;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
a:hover, a:visited:hover, a:hover:hover {
  color: #828282;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.uc {
  text-transform: uppercase;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: 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;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  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;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 820px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.gridWrap {
  overflow: hidden;
  /* safari and chrome */
  /* firefox */
  /* anyone brave enough to implement the ideal method */
}
.gridWrap .header-wrapper {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 1px 3px 5px #000;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  z-index: 500;
  border-top: 2px solid #ea2227;
}
.gridWrap .header-wrapper.active{
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.gridWrap .header-wrapper .logo-wrapper img {
  max-width: 100%;
  /*width:70px;*/
  height: auto;
  display: block;
}
@media (max-width: 580px) {
  .gridWrap .header-wrapper .logo-wrapper img {
    max-width: 115px;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper {
  text-align: right;
  margin-top: 35px;
   
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .mainnav-wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 580px) {
  .gridWrap .header-wrapper .mainnav-wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mainnav {
    display: none;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
@media (max-width: 925px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li {
     font-size: 14px;
  }
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li + li:before {
  content: "  ";
  margin: 0 15px;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li:last-of-type + li:before {
  display: none;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > a {
  text-decoration: none;
  color: #FFF;
  border-bottom: 2px solid transparent;
  padding: 0 0 5px;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > a:hover {
  color: #ea2227;
  border-bottom: 2px solid #ea2227;
  padding: 0;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li > a .fa {
  color: #ea2227;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li ul {
  position: absolute;
  top: 18px;
  right: -30px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  background: #ea2227;
  background: rgba(234, 34, 39, 0.8);
  z-index: 100;
  min-width: 135px;
  box-shadow: 2px 3px 4px 0px #9d0408;
  box-shadow: 2px 3px 4px 0px rgba(157, 4, 8, 0.21);
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li ul li {
  display: block;
  border-bottom: 2px solid #9d0408;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li ul li:last-of-type {
  border-bottom: none;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li ul li a {
  color: #fff;
  display: block;
  line-height: 1em;
  text-decoration: none;
  padding: 8px;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li ul li a:hover {
  background-color: rgba(167, 169, 172, 0.8);
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li:hover > a {
  color: #ea2227;
}
.gridWrap .header-wrapper .mainnav-wrapper .mainnav > ul > li:hover ul {
  right: -10px;
  top: 25px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.gridWrap .header-wrapper .mainnav-wrapper .mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .gridWrap .header-wrapper .mainnav-wrapper .mobile-nav {
    display: block;
    /*text-align: right;*/
  }
  
}
.gridWrap .header-wrapper .mainnav-wrapper .mobile-nav img {
  width: 100%;
  height: auto;
  max-width: 35px;
  margin: 0;
}
.gridWrap .header-clear {
  clear: both;
}
@media (max-width: 580px) {
  .gridWrap .header-clear {
    height: 92px;
  }
}
.gridWrap .hero-wrapper .rotator-wrapper {
  position: relative;
}
.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide {
  list-style: none;
}
.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}
.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide h1 {
	margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40%;
    right: 0;
    left: 0;
    color: #FFF;
    font-size: 26px;
    line-height: 95px;
    /*text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.75);*/
    font-weight: 400;
}
@media (max-width: 1000px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide h1 {
    font-size: 26px;
    line-height: 1;
    bottom: 30%;
  }
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide h1 {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide h1 {
    font-size: 18px;
  }
}
.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p {
    margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    color: #FFF;
    font-size: 66px;
    line-height: 95px;
    /*text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.75);*/
    font-weight: 600;
}
@media (max-width: 1325px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p {
    bottom: 52%;
  }
}
@media (max-width: 1000px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p {
    font-size: 46px;
    line-height: 1;
    bottom: 43%;
  }
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p {
    font-size: 24px;
    
  }
}
@media (max-width: 580px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p {
    font-size: 24px;
        bottom: 60%;
  }
}

.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide .innerslide {
    margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 35%;
    right: 0;
    left: 0;
    color: #FFF;
    font-size: 66px;
    line-height: 95px;
    /*text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.75);*/
    font-weight: 600;
    text-transform:uppercase;
}

@media (max-width: 1325px) {
    .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide .innerslide {
        bottom: 35%;
    }
}

@media (max-width: 1000px) {
    .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide .innerslide {
        font-size: 46px;
        line-height: 1;
        bottom: 35%;
    }
}

@media (max-width: 768px) {
    .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide .innerslide {
        font-size: 24px;
        bottom: 25%;
    }
}

@media (max-width: 580px) {
    .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide .innerslide {
        font-size: 24px;
        bottom: 40%;
    }
}

/*.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p a {
  padding: 4px 10px 5px;
  background-color: #ea2227;
  border: 4px solid #ea2227;
  color: #fff;
  font-size:24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: absolute;
    right: 40%;
    left: 40%;
    bottom: -200px;
}*/
.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .careers {
  padding: 4px 10px 5px;
  background-color: #ea2227;
  border: 4px solid #ea2227;
  color: #fff;
  font-size:24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: absolute;
    right: 50%;
    left: 35%;
    bottom: -130px;
    
}
.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .recruit {
  padding: 4px 10px 5px;
  background-color: #ea2227;
  border: 4px solid #ea2227;
  color: #fff;
  font-size:24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: absolute;
    right: 35%;
    left: 50%;
    bottom: -130px;
    margin-left:10px;
}
@media (max-width: 940px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .recruit {
    bottom: -120px;
    right: 30%;
    left: 50%;
  }
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .careers {
    bottom: -120px;
    right: 50%;
    left: 30%;
  }
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .recruit {
    bottom: -100px;
    font-size:18px;
    right: 30%;
    left: 50%;
  }
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .careers {
    bottom: -100px;
    font-size:18px;
    right: 50%;
    left: 30%;
  }
}
@media (max-width: 580px) {
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .recruit {
    bottom: -100px;
    font-size:16px;
    right: 10%;
    left: 50%;
  }
  .gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p .careers {
    bottom: -100px;
    font-size:16px;
    right: 50%;
    left: 10%;
  }
    .desktophidden {
        display: block;
    }
}

.gridWrap .hero-wrapper .rotator-wrapper .hero-slider .slide p a:hover {
  background-color: #ea2227;
  border: 4px solid #fff;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper {
    top: 35%;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
    width: 90%;
  }
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .right-arrow,
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .left-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.5);
  text-align:center;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .right-arrow a,
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .left-arrow a {
  display: block;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .arrows-l {
  position:absolute;
  z-index:-1;
  padding-top:6px;
  left:15px;
  font-weight: 700;
  font-size: 18px;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .arrows-r {
  position:absolute;
  z-index:-1;
  padding-top: 6px;
  right: 15px;
  font-weight: 700;
  font-size: 18px;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .right-arrow {
  right: 0;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .right-arrow a {
  text-align: center;
    font-weight: bold;
    color: #000;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .left-arrow {
  left: 0;
}
.gridWrap .hero-wrapper .rotator-wrapper .controls-wrapper .left-arrow a {
  text-align: center;
    font-weight: bold;
    color: #000;
}
.gridWrap .hero-wrapper .rotator-wrapper:hover .right-arrow {
  color:#b30b0b;
}
.gridWrap .hero-wrapper .rotator-wrapper:hover .left-arrow {
  color:#b30b0b;
}
.gridWrap .section-one-wrapper {
    /*padding: 90px 0px 90px 0px; (when have buckets)*/
    padding: 5px 0px 5px 0px;
    background-color: #000;
}
.gridWrap .innercopy p{
      font-size: 20px;
    font-weight: 300;
}
.gridWrap .innercopy h2 {
    text-transform:uppercase;
}
.gridWrap .innercopy ul {
    margin-left: 40px;
    padding-top: 20px;
}
.gridWrap .innercopy ul li {
    font-size: 20px;
    font-weight: 300;
}
.gridWrap .section-one-wrapper .section-one-header {
  text-align: center;
}
.gridWrap .section-one-wrapper .item-row .item-wrapper {
  position: relative;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.1);
  text-align:center;
}
@media (max-width: 767px) {
  .gridWrap .section-one-wrapper .item-row .item-wrapper {
    margin: 0 0 20px;
    background-color:#000;
  }
}
.gridWrap .section-one-wrapper .item-row .item-wrapper img {
  max-width: 100%;
  height: auto;
}
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details {
  width: 100%;
  background-color: #000;
  text-align: center;
  color:#FFF;
}
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details h3 {
  color: #FFF;
  font-size:30px;
  display: block;
  margin-bottom: 5px;
  font-weight:700;
}
@media (max-width: 580px) {
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details h3 {
    font-size: 24px;
    display: block;
}
}
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details .details p {
  font-size: 18px;
  line-height: 24px;
}
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details .details .bucket-cta{
  text-align:center;
  margin-top: 15px;
}
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details .details p a{
   padding: 4px 10px 5px;
  background-color: #b7b7b7;
  border: 4px solid #b7b7b7;
  color: #fff;
  font-size:24px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  margin: 10px 0 0 0;
}
.gridWrap .section-one-wrapper .item-row .item-wrapper .item-details .details p a:hover {
  background-color: #b7b7b7;
  border: 4px solid #ea2227;
  color:#000;
}

.gridWrap .ct-bar-wrapper {
  background-color: #FFF;
  padding: 55px 0 50px;
}
@media (max-width: 990px) {
.gridWrap .ct-bar-wrapper {
  }
}
.gridWrap .ct-bar-wrapper .ct-bar-content {
  text-align: center;
}
.gridWrap .ct-bar-wrapper .ct-bar-content img {
  height: auto;
  display: block;
  margin-top: 0px;
  float:left;
}
@media (max-width: 768px) {
.gridWrap .ct-bar-wrapper .ct-bar-content img {
  float:none;
  margin-left:auto;
  margin-right:auto;
}
}
.gridWrap .ct-bar-wrapper .ct-bar-content p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align:center;
}
.gridWrap .ct-bar-wrapper .ct-bar-content h1 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
  text-align:center;
}
.gridWrap .section-testimonials-wrapper {
  padding: 50px 0 100px 0;
  background-color: #ccc;
  background-image: url("../img/testimonials2-bg.jpg");
  background-position: top left;
  background-size: cover;
}
.gridWrap .section-testimonials-wrapper .section-testimonials-header {
  text-align: center;
}
    .gridWrap .section-testimonials-wrapper .section-testimonials-header h1 {
        position: relative;
        display: inline-block;
        color: #FFF;
        font-size: 42px;
        font-weight: 700;
    }
@media (max-width: 768px) {
  .gridWrap .section-testimonials-wrapper .section-testimonials-header h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 400px) {
  .gridWrap .section-testimonials-wrapper .section-testimonials-header h1 {
    font-size: 18px;
  }
}
/*.gridWrap .section-testimonials-wrapper .section-testimonials-header h1:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -55%;
    height: 2px;
    top: 15px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ea2227), to(transparent));
    background-image: -webkit-linear-gradient(left, #ea2227, transparent);
    background-image: -o-linear-gradient(left, #ea2227, transparent);
    width: 50%;
}
@media (max-width: 400px) {
  .gridWrap .section-testimonials-wrapper .section-testimonials-header h1:after {
    top: 7px;
  }
}
.gridWrap .section-testimonials-wrapper .section-testimonials-header h1:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -55%;
    height: 2px;
    top: 15px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ea2227), to(transparent));
    background-image: -webkit-linear-gradient(left, #ea2227, transparent);
    background-image: -o-linear-gradient(left, #ea2227, transparent);
    width: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 400px) {
  .gridWrap .section-testimonials-wrapper .section-testimonials-header h1:before {
    top: 7px;
  }
}*/
.gridWrap .section-testimonials-wrapper .testimonials-wrapper {
  max-width: 735px;
  margin: auto;
  color: #FFF; 
  
    /*background: rgba(255, 255, 255, 0.6);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#80e67e22', EndColorStr='#80e67e22')";
           filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#80e67e22', EndColorStr='#80e67e22');
           zoom: 1 !important;*/
    padding-top: 40px;
    padding-left:20px;
    padding-right:20px;
    /*box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.2);*/
}
@media (max-width: 768px) {
  .gridWrap .section-testimonials-wrapper .testimonials-wrapper {
    max-width: 580px;
  }
}
.gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li {
  font-size: 25px;
  list-style: none;
  text-align:center;
}
@media (max-width: 768px) {
  .gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li {
    font-size: 18px;
  }
}
.gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li img {
  position: relative;
  top: -10px;
  display: inline-block;
}
.gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li h4 {
  text-align: right;
  font-weight: 700;
  margin-right:10px;
}
@media (max-width: 768px) {
  .gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li h4 {
    font-size: 16px;
  }
}
.gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li p {
  text-align: right;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  margin-right:10px;
}
@media (max-width: 768px) {
  .gridWrap .section-testimonials-wrapper .testimonials-wrapper .testimonial-slider li p {
    font-size: 16px;
  }
}
.gridWrap .section-testimonials-wrapper .testimonials-wrapper .bx-controls .bx-pager-item a.bx-pager-link.active {
  background: #fff;
}
.gridWrap .section-testimonials-wrapper .testimonials-wrapper .bx-controls .bx-pager-item a.bx-pager-link:hover {
  background: #fff;
}
.gridWrap .section-three-wrapper .section-row {
  clear: both;
}
.gridWrap .section-three-wrapper .section-l-column,
.gridWrap .section-three-wrapper .section-r-column {
  width: 50%;
  display: inline-block;
  margin: 0;
  float: left;
  display: table;
}
@media (max-width: 768px) {
  .gridWrap .section-three-wrapper .section-l-column,
  .gridWrap .section-three-wrapper .section-r-column {
    float: none !important;
    width: 100%;
    display: table;
  }
}
.gridWrap .section-three-wrapper .section-l-column .l-content,
.gridWrap .section-three-wrapper .section-l-column .r-content,
.gridWrap .section-three-wrapper .section-r-column .l-content,
.gridWrap .section-three-wrapper .section-r-column .r-content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.gridWrap .section-three-wrapper .section-l-column .l-content hr,
.gridWrap .section-three-wrapper .section-l-column .r-content hr,
.gridWrap .section-three-wrapper .section-r-column .l-content hr,
.gridWrap .section-three-wrapper .section-r-column .r-content hr {
  border: 1px solid;
}
.gridWrap .section-three-wrapper .section-l-column .l-content img,
.gridWrap .section-three-wrapper .section-l-column .r-content img,
.gridWrap .section-three-wrapper .section-r-column .l-content img,
.gridWrap .section-three-wrapper .section-r-column .r-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.gridWrap .section-three-wrapper .section-l-column .l-content .content-header,
.gridWrap .section-three-wrapper .section-l-column .l-content .content-body,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-header,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-body,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-header,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-body,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-header,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-body {
  max-width: 450px;
  margin: auto;
}
.gridWrap .section-three-wrapper .section-l-column .l-content .content-header img,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-header img,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-header img,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-header img {
  width: 100%;
  margin: auto;
  display: block;
  max-width: 280px;
}
.gridWrap .section-three-wrapper .section-l-column .l-content .content-header h3,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-header h3,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-header h3,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-header h3 {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 375px) {
  .gridWrap .section-three-wrapper .section-l-column .l-content .content-header h3,
  .gridWrap .section-three-wrapper .section-l-column .r-content .content-header h3,
  .gridWrap .section-three-wrapper .section-r-column .l-content .content-header h3,
  .gridWrap .section-three-wrapper .section-r-column .r-content .content-header h3 {
    font-size: 24px;
  }
}
.gridWrap .section-three-wrapper .section-l-column .l-content .content-body p,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-body p,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-body p,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-body p {
  font-size: 20px;
  font-weight:300;
  margin: 10px 0;
}
@media (max-width: 580px) {
  .gridWrap .section-three-wrapper .section-l-column .l-content .content-body p,
  .gridWrap .section-three-wrapper .section-l-column .r-content .content-body p,
  .gridWrap .section-three-wrapper .section-r-column .l-content .content-body p,
  .gridWrap .section-three-wrapper .section-r-column .r-content .content-body p {
    font-size: 14px;
    padding: 0 20px;
  }
}
.gridWrap .section-three-wrapper .section-l-column .l-content .content-body p a,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-body p a,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-body p a,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-body p a {
  display: inline-block;
  margin: 10px 0 -10px 0;
  color: #ea2227;
  border: 3px solid #ea2227;
  padding: 3px 10px 0;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
.gridWrap .section-three-wrapper .section-l-column .l-content .content-body p a:hover,
.gridWrap .section-three-wrapper .section-l-column .r-content .content-body p a:hover,
.gridWrap .section-three-wrapper .section-r-column .l-content .content-body p a:hover,
.gridWrap .section-three-wrapper .section-r-column .r-content .content-body p a:hover {
  background: #ea2227;
  color: #fff;
  padding: 3px 20px 0;
}
.gridWrap .section-three-wrapper .section-r-column.first-row {
  background-image: url("../img/discover-redfox-career-nd.jpg");
  background-position: center;
  background-size: cover;
  min-height: 446px;
}
@media (max-width: 580px) {
  .gridWrap .section-three-wrapper .section-r-column.first-row {
    min-height: 200px;
  }
}
.gridWrap .section-three-wrapper .section-l-column.first-row {
  min-height: 350px;
}
.gridWrap .section-three-wrapper .section-l-column.first-row .l-content img {
  max-width: 350px;
}
.gridWrap .section-three-wrapper .section-r-column {
  float: right;
}
.gridWrap .section-three-wrapper .section-r-column.second-row {
  min-height: 350px;
}
.gridWrap .section-three-wrapper .section-l-column.second-row {
  /*background-image: url("../img/why-redfox-employment-staffing.jpg");
  background-position: center;
  background-size: cover;*/
  min-height: 446px;
}
@media (max-width: 580px) {
  .gridWrap .section-three-wrapper .section-l-column.second-row {
    min-height: 200px;
  }
}
.gridWrap .section-clear {
  clear: both;
}

.gridWrap .contact-us-wrapper {
  background-color: #000;
  /*padding: 55px 0 50px;*/
}
@media (max-width: 990px) {
.gridWrap .contact-us-wrapper {
  }
}
.gridWrap .contact-us-wrapper .contact-us-content {
  text-align: left;
}
@media (max-width: 768px) {
}
.gridWrap .contact-us-wrapper .contact-us-content p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align:left;
}
.gridWrap .contact-us-wrapper .contact-us-content p a{
  color: #FFF;
  text-decoration:underline;
}
.gridWrap .contact-us-wrapper .contact-us-content h1 {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
  text-align:left;
}

.location-map{
background-image: url("../img/location-map2.jpg");
  background-position: center;
  background-size: cover;
  min-height: 300px;
}


input{
width:100%;
margin:10px 0 10px 0;
}
select{
width:100%;
}
.gridWrap .footer-wrapper {
  color: #fff;
}
.gridWrap .footer-wrapper .footer-main {
  background-color: #818181;
  padding: 15px 0;
}
.gridWrap .footer-wrapper .footer-main .footer-contact {
  height: 100px;
  width: 100%;
  display: table;
}
@media (max-width: 768px) {
  .gridWrap .footer-wrapper .footer-main .footer-contact {
    max-width: 270px;
    margin: auto;
  }
}
.gridWrap .footer-wrapper .footer-main .footer-contact p {
  display: table-cell;
  vertical-align: middle;
}
.gridWrap .footer-wrapper .footer-main .footer-contact a {
  color: #fff;
}
.gridWrap .footer-wrapper .copyright {
  background-color: #b30b0b;
  padding: 8px 0;
  text-align:right;
}
.gridWrap .footer-wrapper .copyright h4 {
  font-size: 13px;
}
.gridWrap .footer-wrapper .copyright .connect {
  text-align:left;
}

.gridWrap .footer-wrapper .copyright h4 img {
  margin-left:15px;
}
@media (max-width: 768px) {
  .gridWrap .footer-wrapper .copyright h4 {
    text-align: center;
    font-size: 11px;
  }
}

/* -----------------------------------------------------------------------------
/*
/*  MOBILE NAV
/*
/*----------------------------------------------------------------------------- */
#mobileNavBtn {
  display: none;
  z-index: 1009;
}
#mobileNavBtn.lines-button {
  cursor: pointer;
  padding: 10.6666666667px 8px 16px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#mobileNavBtn.lines-button:hover {
  opacity: 1;
}
#mobileNavBtn.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
#mobileNavBtn.lines-button.minus.close .lines:before, #mobileNavBtn.lines-button.minus.close .lines:after {
  -webkit-transform: none;
          transform: none;
  width: 32px;
  top: 0;
}
#mobileNavBtn .lines {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: relative;
}
#mobileNavBtn .lines:before, #mobileNavBtn .lines:after {
  background: #fff;
  border-radius: 2.2857142857px;
  display: inline-block;
  height: 4.5714285714px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  width: 32px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 2.2857142857px center;
          transform-origin: 2.2857142857px center;
}
#mobileNavBtn .lines:before {
  top: 8px;
}
#mobileNavBtn .lines:after {
  top: -8px;
}
@media (max-width: 767px) {
  #mobileNavBtn {
    display: inline-block;
  }
}

#mobileNavigation {
  background: #ea2227;
  display: none;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -240px;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  width: 240px;
  z-index: 1009;
  overflow: scroll;
}
@media (min-width: 768px) {
  #mobileNavigation {
    display: none !important;
  }
}
#mobileNavigation div {
  position: relative;
  top: 150px;
  opacity: 0;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
#mobileNavigation .menu-title {
  padding: 10px 20px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNavigation .menu-title h2 {
  font-size: 24px;
  color: #fff;
}
#mobileNavigation .menu-title .mobileNav-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#mobileNavigation .menu-title .mobileNav-close-btn a {
  color: #fff;
  padding: 15px 20px 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  background: #a40d11;
}
#mobileNavigation.open {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#mobileNavigation.open div {
  top: 0px;
  opacity: 1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
#mobileNavigation ul {
  list-style: none;
}
#mobileNavigation ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 16px;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNavigation ul li.has-submenu {
  position: relative;
}
#mobileNavigation ul li.has-submenu ul {
  display: none;
}
#mobileNavigation ul li.has-submenu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border: 1px solid rgba(120, 120, 120, 0.2);
  height: 58px;
  width: 46px;
  cursor: pointer;
}
#mobileNavigation ul li.has-submenu .submenu-button:before {
  position: absolute;
  top: 25px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#mobileNavigation ul li.has-submenu .submenu-button:after {
  position: absolute;
  top: 28px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#mobileNavigation ul li.has-submenu.submenu-opened .submenu-button {
  background: #a7a9ac;
}
#mobileNavigation ul li.has-submenu.submenu-opened .submenu-button:before {
  display: none;
}
#mobileNavigation ul li.has-submenu.submenu-opened ul {
  display: block;
  background: #a7a9ac;
}
#mobileNavigation ul li.has-submenu.submenu-opened ul li a {
  font-size: 14px;
}
@media (max-width: 986px) {
  #mobileNavigation {
    display: inline-block;
  }
}

.siteWrapper {
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
.siteWrapper.shift {
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  pointer-events: none;
  overflow-y: hidden;
}
@media (min-width: 860px) {
  .siteWrapper.shift {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.mobileNav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
@media (min-width: 860px) {
  .mobileNav-overlay {
    display: none;
  }
}
.mobileNav-overlay.active {
  display: block;
}
@media (min-width: 860px) {
  .mobileNav-overlay.active {
    display: none;
  }
}
.applynow h2 a {
    display: inline-block;
    margin: 10px 0 -10px 0;
    color: #ea2227;
    border: 3px solid #ea2227;
    padding: 3px 10px 0;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

    .applynow h2 a:hover {
        background: #ea2227;
        color: #fff;
        padding: 3px 20px 0;
    }

/*# sourceMappingURL=base.css.map */