/*!
Theme Name: G&G Oil Company, Inc.
Theme URI: http://www.cskern.com/
Author: Jason Toomey
Author URI: http://www.cskern.com
Description: A responsive theme built for G&G Oil Company, Inc.
Tags: light, fluid-layout, responsive-layout, custom-menu, theme-options
Version: 1.0
*/
/* Grid Breakpoints */
/* Page Breakpoints */
/* Fonts */
/* Colors */
/* Wordpress */
/***** Project Specific Mixins *****/
/***** Device Media Queries *****/
/***** Prefixes *****/
/***** Useful Mixins *****/
/* Parent element needs position: relative */
/* Parent element needs position: relative */
@font-face {
  font-family: 'Stomp Zeros';
  src: url("./library/fonts/stomp_zeroes-webfont.woff2") format("woff2"), url("./library/fonts/stomp_zeroes-webfont.woff") format("woff"), url("./library/fonts/stomp_zeroes-webfont.ttf") format("truetype"), url("./library/fonts/stomp_zeroes-webfont.svg#stomp_zeroes") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-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: 540px) {
  .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: 540px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 540px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 540px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .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: 541px) and (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .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: 769px) and (max-width: 1030px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1031px) {
  .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: 1031px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1031px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1031px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 540px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1030px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1031px) {
  .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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 541px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 769px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1031px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

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

.col, .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: 541px) {
  .col, .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: 769px) {
  .col, .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: 1031px) {
  .col, .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%;
  }
}
.clearfix,
.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;
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "PT Sans", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1;
  background-color: #231f20;
}

/* Links */
a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: none;
}

a:hover {
  color: #15569D;
}

a:focus {
  text-decoration: underline;
}

/* Headings */
h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h1, h1 > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 38px;
  color: #15569D;
  text-decoration: none;
  text-transform: none;
}

h1 > a:hover {
  color: #ED1C24;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h2, h2 > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  color: #15569D;
  text-decoration: none;
  text-transform: none;
}

h2 > a:hover {
  color: #ED1C24;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h3, h3 > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #2E343A;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3 > a:hover {
  color: #15569D;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h4, h4 > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #2E343A;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 1px;
}

h4 > a:hover {
  color: #15569D;
}

h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h5, h5 > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #2E343A;
  text-decoration: none;
  text-transform: none;
}

h5 > a:hover {
  color: #15569D;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

h6, h6 > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #2E343A;
  text-decoration: none;
  text-transform: none;
}

h6 > a:hover {
  color: #15569D;
}

/* Paragraph */
p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #6D6E70;
  text-decoration: none;
  text-transform: none;
  line-height: 1.5;
}

p > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: none;
}
p > a:hover {
  color: #15569D;
}

/* Lists */
ol, ul {
  padding: 0;
  padding-left: 40px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol li, ul li {
  padding-left: 10px;
  margin-bottom: 0.5em;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #2E343A;
  text-decoration: none;
  text-transform: none;
}

/* Input Types */
input, input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='number'], textarea {
  padding: 0.3em;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 0px 0px 4px rgba(46, 52, 58, 0.1);
  width: 16em;
  max-width: 100%;
  background-color: #FFFFFF;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #231f20;
  text-decoration: none;
  text-transform: none;
  line-height: normal;
}
input:focus, input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='url']:focus, input[type='number']:focus, textarea:focus {
  border-color: #15569D;
}

input[type='number'] {
  width: 4em;
}

textarea {
  width: 24em;
  height: 6em;
}

input[type='submit'], input[type='button'], input[type='reset'], button {
  padding: 0.3em 0.7em 0.3em 0.7em;
  border: 1px solid transparent;
  width: auto;
  background-color: #ED1C24;
  color: #FFFFFF;
}
input[type='submit']:hover, input[type='button']:hover, input[type='reset']:hover, button:hover {
  background-color: #15569D;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  padding: 0.7em 1.0em;
  border: 1px solid #CCCCCC;
}
table td {
  padding: 0.7em 1.0em;
  border: 1px solid #CCCCCC;
}

/* Other */
hr {
  display: block;
}

blockquote {
  margin: 2em;
  padding-left: 1em;
  padding-right: 1em;
  border-top: 1px solid #15569D;
  border-bottom: 1px solid #15569D;
}

pre {
  line-height: normal;
}

q {
  font-style: italic;
}

/* Mobile Font Sizes */
@media (max-width: 540px) {
  a {
    font-size: 16px;
  }

  h1, h1 > a {
    font-size: 32px;
  }

  h2, h2 > a {
    font-size: 24px;
  }

  h3, h3 > a, h4, h4 > a, h5, h5 > a, h6, h6 > a {
    font-size: 18px;
  }

  p, p > a {
    font-size: 16px;
  }

  li, li > a {
    font-size: 16px;
  }
}
#page {
  overflow: hidden;
  background-color: #FFFFFF;
}

.fixed-width {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
@media (max-width: 1400px) {
  .fixed-width {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1150px) {
  .fixed-width {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1030px) {
  .fixed-width {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 940px) {
  .fixed-width {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .fixed-width {
    width: auto;
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media (max-width: 540px) {
  .fixed-width {
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("./library/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("./library/images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("./library/images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 70;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("./library/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("./library/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -280px;
}

.sidr.left {
  left: -280px;
  right: auto;
}

#sidr-main-menu {
  background-color: #ED1C24;
  background-image: url("./library/images/background-lines.png");
  background-image: url("./library/images/background-lines.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-position: left top;
  background-repeat: repeat;
  box-shadow: inset 6px 0px 7px 0px rgba(0, 0, 0, 0.35);
}
#sidr-main-menu ul.main-menu {
  padding: 11px 0 11px 26px;
  margin: 0;
}
#sidr-main-menu ul.main-menu > li {
  padding: 11px 0 11px 0;
  margin: 0;
  list-style-type: none;
}
#sidr-main-menu ul.main-menu > li > a {
  font-family: "Ropa Sans", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
#sidr-main-menu ul.main-menu > li > a:hover {
  color: #FFFFFF;
}
#sidr-main-menu ul.main-menu > li > a:focus {
  text-decoration: underline;
}
#sidr-main-menu ul.main-menu > li.current-menu-item > a, #sidr-main-menu ul.main-menu > li.current-menu-ancestor > a {
  color: #FFDE17;
}
#sidr-main-menu ul.sub-menu {
  padding: 8px 0 0 14px;
  margin: 0;
}
#sidr-main-menu ul.sub-menu > li {
  padding: 8px 0 8px 0;
  margin: 0;
  list-style-type: none;
}
#sidr-main-menu ul.sub-menu > li:last-child {
  padding-bottom: 0;
}
#sidr-main-menu ul.sub-menu > li > a {
  font-family: "Ropa Sans", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #D1D3D4;
  text-decoration: none;
  text-transform: none;
}
#sidr-main-menu ul.sub-menu > li > a:hover {
  color: #FFFFFF;
}
#sidr-main-menu ul.sub-menu > li > a:focus {
  text-decoration: underline;
}
#sidr-main-menu ul.sub-menu > li.current-menu-item > a {
  color: #FFFFFF;
}

.header {
  /*
  position: fixed;
  z-index: 150;
  width: 100%;
  */
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 11px;
  background: white;
  background: -moz-linear-gradient(left, white 20%, #231f20 100%);
  background: -webkit-linear-gradient(left, white 20%, #231f20 100%);
  background: linear-gradient(to right, white 20%, #231f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#231f20',GradientType=1 );
}

.topbar {
  height: 150px;
  margin-top: 11px;
  background-color: #FFFFFF;
}
@media (max-width: 540px) {
  .topbar {
    height: 120px;
  }
}
.topbar .site-logo {
  padding: 0;
  margin: 0;
}
.topbar .site-logo a {
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 38px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
}
.topbar .site-logo a:hover {
  color: #15569D;
}
.topbar .site-logo img {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  width: auto;
  height: 112px;
  max-height: 100%;
  line-height: 56px;
}
@media (max-width: 540px) {
  .topbar .site-logo a {
    font-size: 32px;
  }
  .topbar .site-logo img {
    height: 90px;
    line-height: 45px;
  }
}
.topbar .contact-information {
  float: right;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 16px;
  border-right: 2px solid #BCBEC0;
  max-width: 300px;
}
.topbar .contact-information .text {
  display: block;
  padding-bottom: 1px;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #231f20;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  text-align: right;
}
.topbar .contact-information .phone-number {
  display: block;
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  color: #231f20;
  text-decoration: none;
  text-transform: none;
  line-height: 35px;
  text-align: right;
}
@media (max-width: 768px) {
  .topbar .contact-information .text {
    position: absolute;
    left: -99999px;
  }
  .topbar .contact-information .phone-number {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin-bottom: -50px;
    line-height: 50px;
    color: #FFFFFF;
  }
}

.bottombar {
  background-color: #15569D;
  background: -moz-linear-gradient(left, #004887 0%, #0065b2 100%);
  background: -webkit-linear-gradient(left, #004887 0%, #0065b2 100%);
  background: linear-gradient(to right, #004887 0%, #0065b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004887', endColorstr='#0065b2',GradientType=1 );
}
.bottombar .navbar ul.main-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.bottombar .navbar ul.main-menu > li {
  display: inline-block;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bottombar .navbar ul.main-menu > li:hover ul.sub-menu, .bottombar .navbar ul.main-menu > li:focus ul.sub-menu {
  left: auto;
}
.bottombar .navbar ul.main-menu > li:last-child a {
  border-right: 2px solid #1F79BE;
}
.bottombar .navbar ul.main-menu > li > a {
  display: block;
  padding: 6px 23px;
  margin: 10px 0;
  border-left: 2px solid #1F79BE;
  outline: 0;
  font-family: "Ropa Sans", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #D1D3D4;
  text-decoration: none;
  text-transform: uppercase;
}
.bottombar .navbar ul.main-menu > li > a:hover {
  color: #FFDE17;
}
.bottombar .navbar ul.main-menu > li > a:focus {
  text-decoration: underline;
}
.bottombar .navbar ul.main-menu > li.current-menu-item > a, .bottombar .navbar ul.main-menu > li.current-menu-ancestor > a {
  color: #FFDE17;
}
.bottombar .navbar ul.sub-menu {
  position: absolute;
  left: -99999px;
  z-index: 150;
  min-width: 240px;
  padding: 18px 23px;
  margin: 0;
  border-top: 7px solid #1F79BE;
  text-align: left;
  background-color: #15569D;
  background: -moz-linear-gradient(left, #004887 0%, #0065b2 100%);
  background: -webkit-linear-gradient(left, #004887 0%, #0065b2 100%);
  background: linear-gradient(to right, #004887 0%, #0065b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004887', endColorstr='#0065b2',GradientType=1 );
}
.bottombar .navbar ul.sub-menu > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bottombar .navbar ul.sub-menu > li > a {
  display: block;
  outline: 0;
  font-family: "Ropa Sans", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
}
.bottombar .navbar ul.sub-menu > li > a:hover {
  color: #FFDE17;
}
.bottombar .navbar ul.sub-menu > li > a:focus {
  text-decoration: underline;
}
.bottombar .navbar ul.sub-menu > li.current-menu-item > a {
  color: #FFDE17;
}
.bottombar .navbar ul.sub-menu.show {
  left: auto;
}
@media (max-width: 1030px) {
  .bottombar .navbar {
    position: absolute;
    left: -99999px;
  }
}
.bottombar .navbar-toggle {
  display: none;
  text-align: right;
}
.bottombar .navbar-toggle .fa {
  font-size: 40px;
  color: #FFDE17;
  line-height: 50px;
}
.bottombar .navbar-toggle .fa:hover {
  color: #FFFFFF;
}
@media (max-width: 1030px) {
  .bottombar .navbar-toggle {
    display: block;
  }
}

/* Home Page */
.top-banner {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.top-banner:before, .top-banner:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 7px;
  background-color: rgba(17, 17, 17, 0.16);
}
.top-banner:before {
  top: 0;
}
.top-banner:after {
  bottom: 0;
}
.top-banner ul.bxslider {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-banner ul.bxslider li.slide {
  position: relative;
  padding: 0;
  margin: 0;
}
.top-banner ul.bxslider li.slide img.slide-image {
  display: block;
  width: 100%;
  height: auto;
}
.top-banner ul.bxslider li.slide .slide-content {
  position: absolute;
  top: 24px;
  left: 26px;
  width: 420px;
  min-height: 180px;
  padding: 20px 25px;
  background-color: #2E343A;
  background-color: rgba(46, 52, 58, 0.85);
}
@media (max-width: 768px) {
  .top-banner ul.bxslider li.slide .slide-content {
    position: absolute;
    left: -99999px;
  }
}
.top-banner ul.bxslider li.slide .slide-content .slide-body {
  margin-bottom: 26px;
}
.top-banner ul.bxslider li.slide .slide-content .slide-body h3, .top-banner ul.bxslider li.slide .slide-content .slide-body h4, .top-banner ul.bxslider li.slide .slide-content .slide-body h5, .top-banner ul.bxslider li.slide .slide-content .slide-body h6, .top-banner ul.bxslider li.slide .slide-content .slide-body p {
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
}
.top-banner ul.bxslider li.slide .slide-content .slide-body p {
  text-transform: uppercase;
  line-height: 1.3;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 370px;
  text-align: right;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-link {
  display: inline-block;
  float: left;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-link a {
  font-weight: bold;
  font-size: 14px;
  color: #FFDE17;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-link a:before {
  content: '>>';
  padding-right: 4px;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #FFDE17;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 2px;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-pager {
  display: inline-block;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-pager:after {
  content: "";
  display: table;
  clear: both;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-pager .circle {
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border-radius: 7px;
  background-color: #707070;
}
.top-banner ul.bxslider li.slide .slide-content .slide-footer .slide-pager .active .circle {
  background-color: #FFDE17;
}

.front-page-content {
  background-color: #FFFFFF;
}
.front-page-content:before, .front-page-content:after {
  content: '';
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #9A9A9A;
  background: -moz-linear-gradient(top, #9A9A9A 0%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #9A9A9A 0%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #9A9A9A 0%, #CFCFCF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$border_start_color}', endColorstr='{$border_end_color}',GradientType=0 );
}
.front-page-content:before {
  left: 0;
}
.front-page-content:after {
  right: 0;
}
@media (max-width: 1030px) {
  .front-page-content .single-post {
    padding-bottom: 26px;
  }
}
.front-page-content .quick-links a {
  outline: 0;
  text-decoration: none;
}
.front-page-content .quick-links .link {
  display: table;
  position: relative;
  margin-bottom: 13px;
  border: 2px solid #B7B7B7;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 59px;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.95);
  background-image: url("./library/images/quick-link.png");
  background-image: url("./library/images/quick-link.png"), linear-gradient(to bottom, rgba(223, 223, 223, 0.95) 0%, rgba(242, 242, 242, 0.95) 18%, rgba(255, 255, 255, 0.95) 50%, rgba(242, 242, 242, 0.95) 82%, rgba(223, 223, 223, 0.95) 100%);
  background-repeat: no-repeat;
  background-position: left center;
  box-shadow: 0.4px 3px 4px 0px rgba(0, 0, 0, 0.13);
}
.front-page-content .quick-links .link .link-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
  padding-right: 30%;
  margin: 0;
  font-family: "Stomp Zeros", "Play", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #6D6E70;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 769px) and (max-width: 1030px) {
  .front-page-content .quick-links {
    float: right;
    width: 50%;
    padding-left: 54px;
  }
}
@media (max-width: 768px) {
  .front-page-content .quick-links {
    padding: 0 26px 44px 26px;
  }
  .front-page-content .quick-links .link {
    border-radius: 30px;
  }
}
@media (max-width: 420px) {
  .front-page-content .quick-links .link .link-title {
    padding-right: 0;
  }
}
.front-page-content .quote-box-wrap {
  position: relative;
  margin-top: 74px;
  padding-top: 8px;
  height: 366px;
}
@media (min-width: 769px) and (max-width: 1030px) {
  .front-page-content .quote-box-wrap {
    width: 50%;
    padding-left: 26px;
    margin-top: -8px;
  }
}
@media (max-width: 768px) {
  .front-page-content .quote-box-wrap {
    position: absolute;
    left: -99999px;
  }
}
.front-page-content .quote-box {
  padding: 16px;
  background-color: #A6A8AB;
}
.front-page-content .quote-box img.employee {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  margin-right: -25px;
}
.front-page-content .quote-box .quote {
  position: relative;
  z-index: 10;
  padding-right: 130px;
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.1;
}

.bottom-content {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 );
}
.bottom-content .bottom-banner {
  padding-bottom: 66px;
  background-color: #F2F2F2;
}
.bottom-content .bottom-banner:before, .bottom-content .bottom-banner:after {
  content: '';
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #CFCFCF;
  background: -moz-linear-gradient(top, #CFCFCF 0%, #F2F2F2 100%);
  background: -webkit-linear-gradient(top, #CFCFCF 0%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #CFCFCF 0%, #F2F2F2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$border_start_color}', endColorstr='{$border_end_color}',GradientType=0 );
}
.bottom-content .bottom-banner:before {
  left: 0;
}
.bottom-content .bottom-banner:after {
  right: 0;
}
.bottom-content .bottom-banner .entry-header .entry-content {
  margin-bottom: 0.4em;
}
.bottom-content .bottom-banner .entry-content {
  margin-left: 70px;
  margin-right: 70px;
}
.bottom-content .bottom-banner ul.bxslider {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.bottom-content .bottom-banner ul.bxslider:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-content .bottom-banner ul.bxslider li.slide {
  float: left;
  padding: 0;
  margin: 0;
}
.bottom-content .bottom-banner ul.bxslider li.slide img.slide-image {
  display: block;
  width: 100px;
  height: 100px;
}
.bottom-content .bottom-banner .bx-wrapper .bx-prev {
  left: 0;
  margin-left: -44px;
}
.bottom-content .bottom-banner .bx-wrapper .bx-next {
  right: 0;
  margin-right: -44px;
}

/* All Pages */
.home-content, .interior-content {
  background-color: #DFDFDF;
}
.home-content:after, .interior-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  margin-top: -40px;
  background-image: url("./library/images/background-lines.png");
  background-position: left top;
  background-repeat: repeat;
}
.home-content .striped-background, .interior-content .striped-background {
  background-image: url("./library/images/background-lines.png");
  background-image: url("./library/images/background-lines.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background-position: left top;
  background-repeat: repeat;
}
.home-content .striped-background.red, .interior-content .striped-background.red {
  background-color: #ED1C24;
}

.interior-content {
  position: relative;
}
.interior-content:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 7px;
  background-color: rgba(17, 17, 17, 0.16);
}
.interior-content .striped-background.red {
  padding-top: 7px;
}
.interior-content .white-background {
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
.interior-content .white-background:before, .interior-content .white-background:after {
  content: '';
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #9A9A9A;
  background: -moz-linear-gradient(top, #9A9A9A 0%, #D8D9D8 100%);
  background: -webkit-linear-gradient(top, #9A9A9A 0%, #D8D9D8 100%);
  background: linear-gradient(to bottom, #9A9A9A 0%, #D8D9D8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{$border_start_color}', endColorstr='{$border_end_color}',GradientType=0 );
}
.interior-content .white-background:before {
  left: 0;
}
.interior-content .white-background:after {
  right: 0;
}

.page-header {
  padding: 40px 26px 0px 26px;
}
.page-header .page-title {
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ED1C24;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

section.multiple-posts article.single-post {
  padding-top: 26px;
  padding-bottom: 26px;
}

article.single-post {
  padding: 0 26px 44px 26px;
}

.entry-header .entry-title, .entry-header .entry-title > a {
  font-size: 32px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header + .entry-meta {
  margin-top: -16px;
}

article.single-post > .entry-meta:first-child {
  margin-top: -16px;
}

.entry-meta .meta-value {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  color: #6D6E70;
  text-decoration: none;
  text-transform: none;
}

.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  clear: both;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content > ul, .entry-content > ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.entry-content ul li, .entry-content ol li {
  line-height: 1.5;
}
.entry-content p, .entry-content table, .entry-content dl, .entry-content pre, .entry-content blockquote {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.entry-content strong {
  color: #2E343A;
}
.entry-content .featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.entry-content .read-more a, .interior-sidebar .widget .read-more a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 2px;
}
.entry-content .read-more a:before, .interior-sidebar .widget .read-more a:before {
  content: '>>';
  padding-right: 4px;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 2px;
}
.entry-content .read-more a:hover, .interior-sidebar .widget .read-more a:hover {
  color: #15569D;
}
.entry-content .read-more a:hover:before, .interior-sidebar .widget .read-more a:hover:before {
  color: #15569D;
}

.post-thumbnail {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.interior-sidebar {
  padding: 44px 44px 0px 16px;
}
@media (max-width: 1030px) {
  .interior-sidebar {
    padding: 0 26px 44px 26px;
  }
}
.interior-sidebar .widget {
  margin-bottom: 26px;
}
.interior-sidebar .widget .title {
  border-bottom: 1px solid #6D6E70;
  margin-bottom: 8px;
}
.interior-sidebar .widget .title, .interior-sidebar .widget .title > a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #2E343A;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
}
.interior-sidebar .widget .title > a:hover {
  color: #15569D;
}
.interior-sidebar .widget ul {
  padding: 0;
  margin: 0;
}
.interior-sidebar .widget ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.interior-sidebar .widget ul li a {
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 2px;
}
.interior-sidebar .widget ul li a:hover {
  color: #15569D;
}
.interior-sidebar .widget ul li:before {
  content: '>>';
  padding-right: 4px;
  font-family: "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  color: #ED1C24;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 2px;
}
.interior-sidebar .widget h1, .interior-sidebar .widget h2, .interior-sidebar .widget h1 > a, .interior-sidebar .widget h2 > a {
  font-size: 18px;
  color: #ED1C24;
}
.interior-sidebar .widget h3, .interior-sidebar .widget h4, .interior-sidebar .widget h5, .interior-sidebar .widget h6, .interior-sidebar .widget h3 > a, .interior-sidebar .widget h4 > a, .interior-sidebar .widget h5 > a, .interior-sidebar .widget h6 > a {
  font-size: 16px;
  color: #15569D;
}
.interior-sidebar .widget h3 > a:hover, .interior-sidebar .widget h4 > a:hover, .interior-sidebar .widget h5 > a:hover, .interior-sidebar .widget h6 > a:hover {
  color: #ED1C24;
}
.interior-sidebar .widget p {
  margin-bottom: 0.6em;
}
.interior-sidebar .widget p, .interior-sidebar .widget p > a {
  font-size: 18px;
}
.interior-sidebar .widget div {
  margin-bottom: 20px;
}

.page-search {
  padding: 0 26px 0 26px;
}

.page-footer {
  padding: 26px 26px 44px 26px;
}

.searchform {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.searchform .search-field {
  margin-bottom: 10px;
}
.searchform .search-submit {
  margin-bottom: 10px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.pagination ul li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
.pagination ul li a {
  padding: 0.8em;
}
.pagination ul li span.current {
  padding: 0.8em;
}

.csk-staff-profile-image {
  float: left;
  padding: 0 1em 1em 0;
  text-align: left;
}
.csk-staff-profile-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 540px) {
  .csk-staff-profile-image {
    padding-left: 6px;
  }
  .csk-staff-profile-image img {
    width: 90px;
    height: auto;
  }
}

.csk-staff-profiles {
  padding-top: 13px;
  padding-bottom: 13px;
}
.csk-staff-profiles .single-profile {
  padding-top: 13px;
  padding-bottom: 13px;
}

.csk-staff-fields {
  margin-bottom: 1em;
}
.csk-staff-fields h1, .csk-staff-fields h2, .csk-staff-fields h3, .csk-staff-fields h4, .csk-staff-fields h5, .csk-staff-fields h6 {
  clear: none;
}
.csk-staff-fields .job_title {
  margin-bottom: 6px;
}
.csk-staff-fields .staff-field, .csk-staff-fields .staff-field > a {
  font-size: 16px;
  color: #2E343A;
  line-height: 1.2;
}
.csk-staff-fields .staff-field .fa, .csk-staff-fields .staff-field > a .fa {
  width: 16px;
  margin-right: 6px;
}
.csk-staff-fields .staff-field .label, .csk-staff-fields .staff-field > a .label {
  display: inline-block;
  width: 50px;
}
.csk-staff-fields .staff-field > a:hover {
  color: #15569D;
}
@media (max-width: 400px) {
  .csk-staff-fields .email {
    clear: both;
  }
}

.alignnone {
  display: block;
  margin: 0 0 0.8em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 0.8em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 0.8em 0;
}

a img.alignright {
  float: right;
  margin: 0 0 0.8em 1em;
}

a img.alignnone {
  display: block;
  margin: 0 0 0.8em 0;
}

a img.alignleft {
  float: left;
  margin: 0 1em 0.8em 0;
}

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

.wp-caption {
  max-width: 100%;
  margin: 2px 1em 4px 1em;
  text-align: center;
}

.wp-caption.alignnone {
  display: block;
  margin: 0 0 0.8em 0;
}

.wp-caption.alignleft {
  margin: 0 1em 0.8em 0;
}

.wp-caption.alignright {
  margin: 0 0 0.8em 1em;
}

.wp-caption img {
  border: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 2px 1em 4px 1em;
}
.wp-caption p.wp-caption-text a {
  font-size: 12px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #21759b;
  text-decoration: none;
  line-height: normal;
}

.footer {
  padding: 18px 0px 26px 0px;
  background-color: #231f20;
}
.footer .site-info {
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  padding-left: 26px;
}
@media (max-width: 540px) {
  .footer .site-info {
    width: 100%;
  }
}
.footer .site-info .site-logo a {
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #6D6E70;
  text-decoration: none;
  text-transform: none;
}
.footer .site-info .site-logo a:hover {
  color: #15569D;
}
.footer .site-info .site-logo img {
  line-height: 2;
}
.footer .site-info span, .footer .site-info a {
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  color: #6D6E70;
}
.footer .site-info a:hover {
  color: #15569D;
}
.footer .site-info .copyright {
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer .site-info .copyright span {
  font-size: 11px;
}
.footer .site-info span.separator:before {
  content: '|';
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
}
.footer .navbar {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
}
@media (max-width: 1030px) {
  .footer .navbar {
    position: absolute;
    left: -99999px;
  }
}
.footer .navbar ul.footer-menu {
  padding: 0;
  padding-left: 18px;
  margin: 0;
  border-left: 1px solid #6D6E70;
  list-style-type: none;
}
.footer .navbar ul.footer-menu > li {
  padding: 0;
  margin: 0;
}
.footer .navbar ul.footer-menu > li > a {
  font-family: "Play", "PT Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #D1D3D4;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
}
.footer .navbar ul.footer-menu > li > a:hover {
  color: #15569D;
}
.footer .navbar ul.footer-menu > li > a:focus {
  text-decoration: underline;
}
.footer .social-icons {
  position: absolute;
  top: 0;
  right: 26px;
}
@media (max-width: 420px) {
  .footer .social-icons {
    display: inline-block;
    position: relative;
    top: auto;
    left: 26px;
    right: auto;
  }
}
.footer .social-icons a {
  font-size: 24px;
  color: #D1D3D4;
  text-decoration: none;
}
.footer .social-icons a:hover {
  color: #15569D;
}
.footer .credit {
  padding-left: 26px;
  padding-right: 26px;
  margin-top: -88px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .credit {
    margin-top: 0;
    text-align: left;
  }
}
.footer .credit .iso {
  margin-top: 1em;
}
.footer .credit .iso span {
  display: block;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  color: #6D6E70;
}
.footer .credit .site-by {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #6D6E70;
  line-height: 62px;
}
.footer .credit svg {
  position: relative;
  top: 0.5em;
  width: 80px;
  height: 26px;
  fill: #6D6E70;
}
