/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong {
  font-weight: bold; }

dfn, em {
  font-style: italic; }

small {
  font-size: 75%; }

dd {
  margin: 0; }

/**
 * This is the most useful file in the framework.
 * Set up the variables for this skin here.
 * Feel free to add your own for use throughout.
 */
/* === TYPOGRAPHY === */
/* === COLOURS === */
/* === BREAKPOINTS === */
/* === GRID === */
/* === ELEMENTS === */
/**
 * A few mixins used by the framework
 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon, .social-media-links a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .icon-ul > li {
    position: relative; }

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

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

.icon-pull-left {
  float: left; }

.icon-pull-right {
  float: right; }

.icon.icon-pull-left, .social-media-links a.icon-pull-left:before {
  margin-right: .3em; }
.icon.icon-pull-right, .social-media-links a.icon-pull-right:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left, .social-media-links a.pull-left:before {
  margin-right: .3em; }
.icon.pull-right, .social-media-links a.pull-right:before {
  margin-left: .3em; }

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

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #fff; }

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

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-remove:before, .icon-close:before, .icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before, .icon-cog:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-rotate-right:before, .icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-dedent:before, .icon-outdent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-photo:before, .icon-image:before, .icon-picture-o:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before, .icon-pencil-square-o:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before, .icon-share:before {
  content: "\f064"; }

.icon-expand:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-warning:before, .icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart-o:before, .icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-square:before, .social-media-links .twitter a:before {
  content: "\f081"; }

.icon-facebook-square:before, .social-media-links .facebook a:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before, .icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before, .social-media-links .linkedin a:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-upload:before {
  content: "\f093"; }

.icon-lemon-o:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook-f:before, .icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-feed:before, .icon-rss:before {
  content: "\f09e"; }

.icon-hdd-o:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group:before, .icon-users:before {
  content: "\f0c0"; }

.icon-chain:before, .icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before, .icon-scissors:before {
  content: "\f0c4"; }

.icon-copy:before, .icon-files-o:before {
  content: "\f0c5"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-save:before, .icon-floppy-o:before {
  content: "\f0c7"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-navicon:before, .icon-reorder:before, .icon-bars:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-unsorted:before, .icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before, .icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-up:before, .icon-sort-asc:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before, .icon-gavel:before {
  content: "\f0e3"; }

.icon-dashboard:before, .icon-tachometer:before {
  content: "\f0e4"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-flash:before, .icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before, .icon-clipboard:before {
  content: "\f0ea"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-cutlery:before {
  content: "\f0f5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before, .icon-mobile:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before, .icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard-o:before {
  content: "\f11c"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-mail-reply-all:before, .icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before, .icon-chain-broken:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-rss-square:before, .social-media-links .feed a:before {
  content: "\f143"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-minus-square-o:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-external-link-square:before {
  content: "\f14c"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-toggle-down:before, .icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-toggle-up:before, .icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-toggle-right:before, .icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-euro:before, .icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before, .icon-usd:before {
  content: "\f155"; }

.icon-rupee:before, .icon-inr:before {
  content: "\f156"; }

.icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before {
  content: "\f157"; }

.icon-ruble:before, .icon-rouble:before, .icon-rub:before {
  content: "\f158"; }

.icon-won:before, .icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before, .icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-sort-amount-asc:before {
  content: "\f160"; }

.icon-sort-amount-desc:before {
  content: "\f161"; }

.icon-sort-numeric-asc:before {
  content: "\f162"; }

.icon-sort-numeric-desc:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before, .social-media-links .youtube a:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-instagram:before, .social-media-links .instagram a:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before, .icon-gratipay:before {
  content: "\f184"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-toggle-left:before, .icon-caret-square-o-left:before {
  content: "\f191"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-turkish-lira:before, .icon-try:before {
  content: "\f195"; }

.icon-plus-square-o:before {
  content: "\f196"; }

.icon-space-shuttle:before {
  content: "\f197"; }

.icon-slack:before {
  content: "\f198"; }

.icon-envelope-square:before {
  content: "\f199"; }

.icon-wordpress:before {
  content: "\f19a"; }

.icon-openid:before {
  content: "\f19b"; }

.icon-institution:before, .icon-bank:before, .icon-university:before {
  content: "\f19c"; }

.icon-mortar-board:before, .icon-graduation-cap:before {
  content: "\f19d"; }

.icon-yahoo:before {
  content: "\f19e"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-reddit:before {
  content: "\f1a1"; }

.icon-reddit-square:before {
  content: "\f1a2"; }

.icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.icon-stumbleupon:before {
  content: "\f1a4"; }

.icon-delicious:before {
  content: "\f1a5"; }

.icon-digg:before {
  content: "\f1a6"; }

.icon-pied-piper:before {
  content: "\f1a7"; }

.icon-pied-piper-alt:before {
  content: "\f1a8"; }

.icon-drupal:before {
  content: "\f1a9"; }

.icon-joomla:before {
  content: "\f1aa"; }

.icon-language:before {
  content: "\f1ab"; }

.icon-fax:before {
  content: "\f1ac"; }

.icon-building:before {
  content: "\f1ad"; }

.icon-child:before {
  content: "\f1ae"; }

.icon-paw:before {
  content: "\f1b0"; }

.icon-spoon:before {
  content: "\f1b1"; }

.icon-cube:before {
  content: "\f1b2"; }

.icon-cubes:before {
  content: "\f1b3"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-steam:before {
  content: "\f1b6"; }

.icon-steam-square:before {
  content: "\f1b7"; }

.icon-recycle:before {
  content: "\f1b8"; }

.icon-automobile:before, .icon-car:before {
  content: "\f1b9"; }

.icon-cab:before, .icon-taxi:before {
  content: "\f1ba"; }

.icon-tree:before {
  content: "\f1bb"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-deviantart:before {
  content: "\f1bd"; }

.icon-soundcloud:before {
  content: "\f1be"; }

.icon-database:before {
  content: "\f1c0"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-photo-o:before, .icon-file-picture-o:before, .icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-zip-o:before, .icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-sound-o:before, .icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before, .icon-file-video-o:before {
  content: "\f1c8"; }

.icon-file-code-o:before {
  content: "\f1c9"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-codepen:before {
  content: "\f1cb"; }

.icon-jsfiddle:before {
  content: "\f1cc"; }

.icon-life-bouy:before, .icon-life-buoy:before, .icon-life-saver:before, .icon-support:before, .icon-life-ring:before {
  content: "\f1cd"; }

.icon-circle-o-notch:before {
  content: "\f1ce"; }

.icon-ra:before, .icon-rebel:before {
  content: "\f1d0"; }

.icon-ge:before, .icon-empire:before {
  content: "\f1d1"; }

.icon-git-square:before {
  content: "\f1d2"; }

.icon-git:before {
  content: "\f1d3"; }

.icon-y-combinator-square:before, .icon-yc-square:before, .icon-hacker-news:before {
  content: "\f1d4"; }

.icon-tencent-weibo:before {
  content: "\f1d5"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-wechat:before, .icon-weixin:before {
  content: "\f1d7"; }

.icon-send:before, .icon-paper-plane:before {
  content: "\f1d8"; }

.icon-send-o:before, .icon-paper-plane-o:before {
  content: "\f1d9"; }

.icon-history:before {
  content: "\f1da"; }

.icon-circle-thin:before {
  content: "\f1db"; }

.icon-header:before {
  content: "\f1dc"; }

.icon-paragraph:before {
  content: "\f1dd"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-share-alt-square:before {
  content: "\f1e1"; }

.icon-bomb:before {
  content: "\f1e2"; }

.icon-soccer-ball-o:before, .icon-futbol-o:before {
  content: "\f1e3"; }

.icon-tty:before {
  content: "\f1e4"; }

.icon-binoculars:before {
  content: "\f1e5"; }

.icon-plug:before {
  content: "\f1e6"; }

.icon-slideshare:before {
  content: "\f1e7"; }

.icon-twitch:before {
  content: "\f1e8"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-newspaper-o:before {
  content: "\f1ea"; }

.icon-wifi:before {
  content: "\f1eb"; }

.icon-calculator:before {
  content: "\f1ec"; }

.icon-paypal:before {
  content: "\f1ed"; }

.icon-google-wallet:before {
  content: "\f1ee"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-bell-slash:before {
  content: "\f1f6"; }

.icon-bell-slash-o:before {
  content: "\f1f7"; }

.icon-trash:before {
  content: "\f1f8"; }

.icon-copyright:before {
  content: "\f1f9"; }

.icon-at:before {
  content: "\f1fa"; }

.icon-eyedropper:before {
  content: "\f1fb"; }

.icon-paint-brush:before {
  content: "\f1fc"; }

.icon-birthday-cake:before {
  content: "\f1fd"; }

.icon-area-chart:before {
  content: "\f1fe"; }

.icon-pie-chart:before {
  content: "\f200"; }

.icon-line-chart:before {
  content: "\f201"; }

.icon-lastfm:before {
  content: "\f202"; }

.icon-lastfm-square:before {
  content: "\f203"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-bicycle:before {
  content: "\f206"; }

.icon-bus:before {
  content: "\f207"; }

.icon-ioxhost:before {
  content: "\f208"; }

.icon-angellist:before {
  content: "\f209"; }

.icon-cc:before {
  content: "\f20a"; }

.icon-shekel:before, .icon-sheqel:before, .icon-ils:before {
  content: "\f20b"; }

.icon-meanpath:before {
  content: "\f20c"; }

.icon-buysellads:before {
  content: "\f20d"; }

.icon-connectdevelop:before {
  content: "\f20e"; }

.icon-dashcube:before {
  content: "\f210"; }

.icon-forumbee:before {
  content: "\f211"; }

.icon-leanpub:before {
  content: "\f212"; }

.icon-sellsy:before {
  content: "\f213"; }

.icon-shirtsinbulk:before {
  content: "\f214"; }

.icon-simplybuilt:before {
  content: "\f215"; }

.icon-skyatlas:before {
  content: "\f216"; }

.icon-cart-plus:before {
  content: "\f217"; }

.icon-cart-arrow-down:before {
  content: "\f218"; }

.icon-diamond:before {
  content: "\f219"; }

.icon-ship:before {
  content: "\f21a"; }

.icon-user-secret:before {
  content: "\f21b"; }

.icon-motorcycle:before {
  content: "\f21c"; }

.icon-street-view:before {
  content: "\f21d"; }

.icon-heartbeat:before {
  content: "\f21e"; }

.icon-venus:before {
  content: "\f221"; }

.icon-mars:before {
  content: "\f222"; }

.icon-mercury:before {
  content: "\f223"; }

.icon-intersex:before, .icon-transgender:before {
  content: "\f224"; }

.icon-transgender-alt:before {
  content: "\f225"; }

.icon-venus-double:before {
  content: "\f226"; }

.icon-mars-double:before {
  content: "\f227"; }

.icon-venus-mars:before {
  content: "\f228"; }

.icon-mars-stroke:before {
  content: "\f229"; }

.icon-mars-stroke-v:before {
  content: "\f22a"; }

.icon-mars-stroke-h:before {
  content: "\f22b"; }

.icon-neuter:before {
  content: "\f22c"; }

.icon-genderless:before {
  content: "\f22d"; }

.icon-facebook-official:before {
  content: "\f230"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-server:before {
  content: "\f233"; }

.icon-user-plus:before {
  content: "\f234"; }

.icon-user-times:before {
  content: "\f235"; }

.icon-hotel:before, .icon-bed:before {
  content: "\f236"; }

.icon-viacoin:before {
  content: "\f237"; }

.icon-train:before {
  content: "\f238"; }

.icon-subway:before {
  content: "\f239"; }

.icon-medium:before {
  content: "\f23a"; }

.icon-yc:before, .icon-y-combinator:before {
  content: "\f23b"; }

.icon-optin-monster:before {
  content: "\f23c"; }

.icon-opencart:before {
  content: "\f23d"; }

.icon-expeditedssl:before {
  content: "\f23e"; }

.icon-battery-4:before, .icon-battery-full:before {
  content: "\f240"; }

.icon-battery-3:before, .icon-battery-three-quarters:before {
  content: "\f241"; }

.icon-battery-2:before, .icon-battery-half:before {
  content: "\f242"; }

.icon-battery-1:before, .icon-battery-quarter:before {
  content: "\f243"; }

.icon-battery-0:before, .icon-battery-empty:before {
  content: "\f244"; }

.icon-mouse-pointer:before {
  content: "\f245"; }

.icon-i-cursor:before {
  content: "\f246"; }

.icon-object-group:before {
  content: "\f247"; }

.icon-object-ungroup:before {
  content: "\f248"; }

.icon-sticky-note:before {
  content: "\f249"; }

.icon-sticky-note-o:before {
  content: "\f24a"; }

.icon-cc-jcb:before {
  content: "\f24b"; }

.icon-cc-diners-club:before {
  content: "\f24c"; }

.icon-clone:before {
  content: "\f24d"; }

.icon-balance-scale:before {
  content: "\f24e"; }

.icon-hourglass-o:before {
  content: "\f250"; }

.icon-hourglass-1:before, .icon-hourglass-start:before {
  content: "\f251"; }

.icon-hourglass-2:before, .icon-hourglass-half:before {
  content: "\f252"; }

.icon-hourglass-3:before, .icon-hourglass-end:before {
  content: "\f253"; }

.icon-hourglass:before {
  content: "\f254"; }

.icon-hand-grab-o:before, .icon-hand-rock-o:before {
  content: "\f255"; }

.icon-hand-stop-o:before, .icon-hand-paper-o:before {
  content: "\f256"; }

.icon-hand-scissors-o:before {
  content: "\f257"; }

.icon-hand-lizard-o:before {
  content: "\f258"; }

.icon-hand-spock-o:before {
  content: "\f259"; }

.icon-hand-pointer-o:before {
  content: "\f25a"; }

.icon-hand-peace-o:before {
  content: "\f25b"; }

.icon-trademark:before {
  content: "\f25c"; }

.icon-registered:before {
  content: "\f25d"; }

.icon-creative-commons:before {
  content: "\f25e"; }

.icon-gg:before {
  content: "\f260"; }

.icon-gg-circle:before {
  content: "\f261"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-odnoklassniki:before {
  content: "\f263"; }

.icon-odnoklassniki-square:before {
  content: "\f264"; }

.icon-get-pocket:before {
  content: "\f265"; }

.icon-wikipedia-w:before {
  content: "\f266"; }

.icon-safari:before {
  content: "\f267"; }

.icon-chrome:before {
  content: "\f268"; }

.icon-firefox:before {
  content: "\f269"; }

.icon-opera:before {
  content: "\f26a"; }

.icon-internet-explorer:before {
  content: "\f26b"; }

.icon-tv:before, .icon-television:before {
  content: "\f26c"; }

.icon-contao:before {
  content: "\f26d"; }

.icon-500px:before {
  content: "\f26e"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-calendar-plus-o:before {
  content: "\f271"; }

.icon-calendar-minus-o:before {
  content: "\f272"; }

.icon-calendar-times-o:before {
  content: "\f273"; }

.icon-calendar-check-o:before {
  content: "\f274"; }

.icon-industry:before {
  content: "\f275"; }

.icon-map-pin:before {
  content: "\f276"; }

.icon-map-signs:before {
  content: "\f277"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-map:before {
  content: "\f279"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-houzz:before {
  content: "\f27c"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-black-tie:before {
  content: "\f27e"; }

.icon-fonticons:before {
  content: "\f280"; }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider/flexslider-icon.eot');
  src: url('../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider/flexslider-icon.woff') format('woff'), url('../fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #ffffff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #7c0404;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 45px;
  display: inline-block;
  content: '\f001';
  color: #7c0404; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Sizes are declared on their own here in extendable classes */
h1, .h1 {
  font-size: 48px;
  font-size: 4.8rem; }
  @media screen and (max-width: 939px) {
    h1, .h1 {
      font-size: 32px;
      font-size: 3.2rem; } }

h2, .h2 {
  font-size: 25.6px;
  font-size: 2.56rem; }
  @media screen and (max-width: 939px) {
    h2, .h2 {
      font-size: 27.2px;
      font-size: 2.72rem; } }

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

h4, .h4 {
  font-size: 19.2px;
  font-size: 1.92rem; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem; }

img {
  max-width: 100%;
  height: auto; }
  .lt-ie9 img {
    width: auto; }

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

.alignnone {
  margin: 0 0 22.4px 0; }

@media screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 22.4px 22.4px;
    max-width: 60%; }
  .alignleft {
    float: left;
    margin: 0 22.4px 22.4px 0;
    max-width: 60%; } }

.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    float: none;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0; }

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

input:invalid, button:invalid, a.button:invalid, select:invalid, textarea:invalid {
  box-shadow: none; }
input:focus, button:focus, a.button:focus, select:focus, textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
  box-shadow: none; }

button, input[type="reset"], input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border: 1px solid #c3c7ca;
  background: #f1f2f3;
  cursor: pointer;
  color: #252525;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 0.2em 1em;
  text-decoration: none;
  vertical-align: middle;
  width: auto; }
  button:hover, button:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active {
    background: #e3e5e7;
    border-color: #b5babe;
    text-decoration: none; }
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="file"] {
  width: 100%;
  display: block;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #c3c7ca;
  color: #252525;
  outline: 0;
  margin: 0;
  padding: 0.1em 0.5em;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22.4px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  vertical-align: middle; }

button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled], a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #AAA;
  cursor: default; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #AAA; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #AAA; }

input.placeholder_text, textarea.placeholder_text {
  color: #AAA; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size], select[multiple], select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select, select[size="0"], select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  max-width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

.media-img {
  margin-bottom: 14.784px; }

.media-body {
  overflow: hidden; }
  .media-body > :last-child {
    margin-bottom: 0; }
    .media-body > :last-child > :last-child {
      margin-bottom: 0; }
      .media-body > :last-child > :last-child > :last-child {
        margin-bottom: 0; }

.media, .xs-media, .s-media, .m-media, .l-media, .xl-media, .xxl-media {
  display: block; }

.media > .media-img {
  float: left;
  margin-right: 22.4px;
  max-width: 25%; }

@media screen and (min-width: 480px) {
  .xs-media > .media-img {
    float: left;
    margin-right: 22.4px;
    max-width: 25%; } }

@media screen and (min-width: 600px) {
  .s-media > .media-img {
    float: left;
    margin-right: 22.4px;
    max-width: 25%; } }

@media screen and (min-width: 768px) {
  .m-media > .media-img {
    float: left;
    margin-right: 22.4px;
    max-width: 25%; } }

@media screen and (min-width: 940px) {
  .l-media > .media-img {
    float: left;
    margin-right: 22.4px;
    max-width: 25%; } }

@media screen and (min-width: 1040px) {
  .xl-media > .media-img {
    float: left;
    margin-right: 22.4px;
    max-width: 25%; } }

@media screen and (min-width: 1300px) {
  .xxl-media > .media-img {
    float: left;
    margin-right: 22.4px;
    max-width: 25%; } }

/* 
<ul class="nav">
    <li><a>Link</a></li>
</ul>
*/
.nav > li, .pagination ol > li, .nav > li > a, .pagination ol > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/**
 * Grids are based on CSS Wizardry Grids, but have the option of using floated columns in
 * situations where you don't want to comment out whitespace (most of the time).
 
<div class="grid">
    <div class="col xs-one-half m-one-quarter">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
    <div class="col xs-one-half m-one-quarter xs-first m-not-first">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
</div>

 */
.grid, .gallery {
  margin-left: -22px;
  list-style: none;
  margin-bottom: 0;
  vertical-align: top; }
  .grid.tight, .tight.gallery {
    margin-left: -4px; }
    .grid.tight .col, .tight.gallery .col, .grid.tight .grid-item, .tight.gallery .grid-item, .grid.tight .main-col, .tight.gallery .main-col, .grid.tight .sidebar, .tight.gallery .sidebar, .grid.tight .gallery .gallery-item, .gallery .grid.tight .gallery-item, .tight.gallery .gallery-item, .grid.tight .grid-item, .tight.gallery .grid-item {
      padding-left: 4px;
      margin-bottom: 4px; }

.grid > .grid, .gallery > .grid, .grid > .gallery, .gallery > .gallery {
  margin-left: 0; }

.col, .grid-item, .main-col, .sidebar, .gallery .gallery-item {
  display: block;
  float: left;
  width: 100%;
  padding-left: 22px; }

.grid-item {
  float: none;
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 939px) {
  .grid, .gallery {
    margin-left: -36px; }
  .col, .grid-item, .main-col, .sidebar, .gallery .gallery-item, .grid-item {
    padding-left: 36px; } }

@media screen and (max-width: 599px) {
  .grid, .gallery {
    margin-left: -30px; }
  .col, .grid-item, .main-col, .sidebar, .gallery .gallery-item, .grid-item {
    padding-left: 30px; } }

.one-whole, .gallery.gallery-columns-1 .col, .gallery.gallery-columns-1 .grid-item, .gallery.gallery-columns-1 .main-col, .gallery.gallery-columns-1 .sidebar, .gallery.gallery-columns-1 .gallery-item {
  width: 100%; }

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths, .gallery.gallery-columns-2 .col, .gallery.gallery-columns-2 .grid-item, .gallery.gallery-columns-2 .main-col, .gallery.gallery-columns-2 .sidebar, .gallery.gallery-columns-2 .gallery-item {
  width: 50%; }

.one-third, .two-sixths, .four-twelfths, .gallery.gallery-columns-3 .col, .gallery.gallery-columns-3 .grid-item, .gallery.gallery-columns-3 .main-col, .gallery.gallery-columns-3 .sidebar, .gallery.gallery-columns-3 .gallery-item {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

.one-quarter, .two-eighths, .three-twelfths, .gallery.gallery-columns-4 .col, .gallery.gallery-columns-4 .grid-item, .gallery.gallery-columns-4 .main-col, .gallery.gallery-columns-4 .sidebar, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-7 .col, .gallery.gallery-columns-7 .grid-item, .gallery.gallery-columns-7 .main-col, .gallery.gallery-columns-7 .sidebar, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .col, .gallery.gallery-columns-8 .grid-item, .gallery.gallery-columns-8 .main-col, .gallery.gallery-columns-8 .sidebar, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .col, .gallery.gallery-columns-9 .grid-item, .gallery.gallery-columns-9 .main-col, .gallery.gallery-columns-9 .sidebar, .gallery.gallery-columns-9 .gallery-item {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

.one-fifth, .two-tenths, .gallery.gallery-columns-5 .col, .gallery.gallery-columns-5 .grid-item, .gallery.gallery-columns-5 .main-col, .gallery.gallery-columns-5 .sidebar, .gallery.gallery-columns-5 .gallery-item {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

.one-sixth, .two-twelfths, .gallery.gallery-columns-6 .col, .gallery.gallery-columns-6 .grid-item, .gallery.gallery-columns-6 .main-col, .gallery.gallery-columns-6 .sidebar, .gallery.gallery-columns-6 .gallery-item {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.first {
  clear: left; }

.not-first {
  clear: none; }

@media screen and (min-width: 480px) {
  .xs-one-whole {
    width: 100%; }
  .xs-one-half, .xs-two-quarters, .xs-three-sixths, .xs-four-eighths, .xs-five-tenths, .xs-six-twelfths {
    width: 50%; }
  .xs-one-third, .xs-two-sixths, .xs-four-twelfths {
    width: 33.333%; }
  .xs-two-thirds, .xs-four-sixths, .xs-eight-twelfths {
    width: 66.666%; }
  .xs-one-quarter, .xs-two-eighths, .xs-three-twelfths {
    width: 25%; }
  .xs-three-quarters, .xs-six-eighths, .xs-nine-twelfths {
    width: 75%; }
  .xs-one-fifth, .xs-two-tenths {
    width: 20%; }
  .xs-two-fifths, .xs-four-tenths {
    width: 40%; }
  .xs-three-fifths, .xs-six-tenths {
    width: 60%; }
  .xs-four-fifths, .xs-eight-tenths {
    width: 80%; }
  .xs-one-sixth, .xs-two-twelfths {
    width: 16.666%; }
  .xs-five-sixths, .xs-ten-twelfths {
    width: 83.333%; }
  .xs-one-eighth {
    width: 12.5%; }
  .xs-three-eighths {
    width: 37.5%; }
  .xs-five-eighths {
    width: 62.5%; }
  .xs-seven-eighths {
    width: 87.5%; }
  .xs-one-tenth {
    width: 10%; }
  .xs-three-tenths {
    width: 30%; }
  .xs-seven-tenths {
    width: 70%; }
  .xs-nine-tenths {
    width: 90%; }
  .xs-one-twelfth {
    width: 8.333%; }
  .xs-five-twelfths {
    width: 41.666%; }
  .xs-seven-twelfths {
    width: 58.333%; }
  .xs-eleven-twelfths {
    width: 91.666%; }
  .xs-first {
    clear: left; }
  .xs-not-first {
    clear: none; } }

@media screen and (min-width: 600px) {
  .s-one-whole {
    width: 100%; }
  .s-one-half, .s-two-quarters, .s-three-sixths, .s-four-eighths, .s-five-tenths, .s-six-twelfths {
    width: 50%; }
  .s-one-third, .s-two-sixths, .s-four-twelfths {
    width: 33.333%; }
  .s-two-thirds, .s-four-sixths, .s-eight-twelfths {
    width: 66.666%; }
  .s-one-quarter, .s-two-eighths, .s-three-twelfths {
    width: 25%; }
  .s-three-quarters, .s-six-eighths, .s-nine-twelfths {
    width: 75%; }
  .s-one-fifth, .s-two-tenths {
    width: 20%; }
  .s-two-fifths, .s-four-tenths {
    width: 40%; }
  .s-three-fifths, .s-six-tenths {
    width: 60%; }
  .s-four-fifths, .s-eight-tenths {
    width: 80%; }
  .s-one-sixth, .s-two-twelfths {
    width: 16.666%; }
  .s-five-sixths, .s-ten-twelfths {
    width: 83.333%; }
  .s-one-eighth {
    width: 12.5%; }
  .s-three-eighths {
    width: 37.5%; }
  .s-five-eighths {
    width: 62.5%; }
  .s-seven-eighths {
    width: 87.5%; }
  .s-one-tenth {
    width: 10%; }
  .s-three-tenths {
    width: 30%; }
  .s-seven-tenths {
    width: 70%; }
  .s-nine-tenths {
    width: 90%; }
  .s-one-twelfth {
    width: 8.333%; }
  .s-five-twelfths {
    width: 41.666%; }
  .s-seven-twelfths {
    width: 58.333%; }
  .s-eleven-twelfths {
    width: 91.666%; }
  .s-first {
    clear: left; }
  .s-not-first {
    clear: none; } }

@media screen and (min-width: 768px) {
  .m-one-whole {
    width: 100%; }
  .m-one-half, .m-two-quarters, .m-three-sixths, .m-four-eighths, .m-five-tenths, .m-six-twelfths {
    width: 50%; }
  .m-one-third, .m-two-sixths, .m-four-twelfths {
    width: 33.333%; }
  .m-two-thirds, .m-four-sixths, .m-eight-twelfths {
    width: 66.666%; }
  .m-one-quarter, .m-two-eighths, .m-three-twelfths {
    width: 25%; }
  .m-three-quarters, .m-six-eighths, .m-nine-twelfths {
    width: 75%; }
  .m-one-fifth, .m-two-tenths {
    width: 20%; }
  .m-two-fifths, .m-four-tenths {
    width: 40%; }
  .m-three-fifths, .m-six-tenths {
    width: 60%; }
  .m-four-fifths, .m-eight-tenths {
    width: 80%; }
  .m-one-sixth, .m-two-twelfths {
    width: 16.666%; }
  .m-five-sixths, .m-ten-twelfths {
    width: 83.333%; }
  .m-one-eighth {
    width: 12.5%; }
  .m-three-eighths {
    width: 37.5%; }
  .m-five-eighths {
    width: 62.5%; }
  .m-seven-eighths {
    width: 87.5%; }
  .m-one-tenth {
    width: 10%; }
  .m-three-tenths {
    width: 30%; }
  .m-seven-tenths {
    width: 70%; }
  .m-nine-tenths {
    width: 90%; }
  .m-one-twelfth {
    width: 8.333%; }
  .m-five-twelfths {
    width: 41.666%; }
  .m-seven-twelfths {
    width: 58.333%; }
  .m-eleven-twelfths {
    width: 91.666%; }
  .m-first {
    clear: left; }
  .m-not-first {
    clear: none; } }

@media screen and (min-width: 940px) {
  .l-one-whole {
    width: 100%; }
  .l-one-half, .l-two-quarters, .l-three-sixths, .l-four-eighths, .l-five-tenths, .l-six-twelfths {
    width: 50%; }
  .l-one-third, .l-two-sixths, .l-four-twelfths {
    width: 33.333%; }
  .l-two-thirds, .l-four-sixths, .l-eight-twelfths {
    width: 66.666%; }
  .l-one-quarter, .l-two-eighths, .l-three-twelfths {
    width: 25%; }
  .l-three-quarters, .l-six-eighths, .l-nine-twelfths {
    width: 75%; }
  .l-one-fifth, .l-two-tenths {
    width: 20%; }
  .l-two-fifths, .l-four-tenths {
    width: 40%; }
  .l-three-fifths, .l-six-tenths {
    width: 60%; }
  .l-four-fifths, .l-eight-tenths {
    width: 80%; }
  .l-one-sixth, .l-two-twelfths {
    width: 16.666%; }
  .l-five-sixths, .l-ten-twelfths {
    width: 83.333%; }
  .l-one-eighth {
    width: 12.5%; }
  .l-three-eighths {
    width: 37.5%; }
  .l-five-eighths {
    width: 62.5%; }
  .l-seven-eighths {
    width: 87.5%; }
  .l-one-tenth {
    width: 10%; }
  .l-three-tenths {
    width: 30%; }
  .l-seven-tenths {
    width: 70%; }
  .l-nine-tenths {
    width: 90%; }
  .l-one-twelfth {
    width: 8.333%; }
  .l-five-twelfths {
    width: 41.666%; }
  .l-seven-twelfths {
    width: 58.333%; }
  .l-eleven-twelfths {
    width: 91.666%; }
  .l-first {
    clear: left; }
  .l-not-first {
    clear: none; } }

@media screen and (min-width: 1040px) {
  .xl-one-whole {
    width: 100%; }
  .xl-one-half, .xl-two-quarters, .xl-three-sixths, .xl-four-eighths, .xl-five-tenths, .xl-six-twelfths {
    width: 50%; }
  .xl-one-third, .xl-two-sixths, .xl-four-twelfths {
    width: 33.333%; }
  .xl-two-thirds, .xl-four-sixths, .xl-eight-twelfths {
    width: 66.666%; }
  .xl-one-quarter, .xl-two-eighths, .xl-three-twelfths {
    width: 25%; }
  .xl-three-quarters, .xl-six-eighths, .xl-nine-twelfths {
    width: 75%; }
  .xl-one-fifth, .xl-two-tenths {
    width: 20%; }
  .xl-two-fifths, .xl-four-tenths {
    width: 40%; }
  .xl-three-fifths, .xl-six-tenths {
    width: 60%; }
  .xl-four-fifths, .xl-eight-tenths {
    width: 80%; }
  .xl-one-sixth, .xl-two-twelfths {
    width: 16.666%; }
  .xl-five-sixths, .xl-ten-twelfths {
    width: 83.333%; }
  .xl-one-eighth {
    width: 12.5%; }
  .xl-three-eighths {
    width: 37.5%; }
  .xl-five-eighths {
    width: 62.5%; }
  .xl-seven-eighths {
    width: 87.5%; }
  .xl-one-tenth {
    width: 10%; }
  .xl-three-tenths {
    width: 30%; }
  .xl-seven-tenths {
    width: 70%; }
  .xl-nine-tenths {
    width: 90%; }
  .xl-one-twelfth {
    width: 8.333%; }
  .xl-five-twelfths {
    width: 41.666%; }
  .xl-seven-twelfths {
    width: 58.333%; }
  .xl-eleven-twelfths {
    width: 91.666%; }
  .xl-first {
    clear: left; }
  .xl-not-first {
    clear: none; } }

@media screen and (min-width: 1300px) {
  .xxl-one-whole {
    width: 100%; }
  .xxl-one-half, .xxl-two-quarters, .xxl-three-sixths, .xxl-four-eighths, .xxl-five-tenths, .xxl-six-twelfths {
    width: 50%; }
  .xxl-one-third, .xxl-two-sixths, .xxl-four-twelfths {
    width: 33.333%; }
  .xxl-two-thirds, .xxl-four-sixths, .xxl-eight-twelfths {
    width: 66.666%; }
  .xxl-one-quarter, .xxl-two-eighths, .xxl-three-twelfths {
    width: 25%; }
  .xxl-three-quarters, .xxl-six-eighths, .xxl-nine-twelfths {
    width: 75%; }
  .xxl-one-fifth, .xxl-two-tenths {
    width: 20%; }
  .xxl-two-fifths, .xxl-four-tenths {
    width: 40%; }
  .xxl-three-fifths, .xxl-six-tenths {
    width: 60%; }
  .xxl-four-fifths, .xxl-eight-tenths {
    width: 80%; }
  .xxl-one-sixth, .xxl-two-twelfths {
    width: 16.666%; }
  .xxl-five-sixths, .xxl-ten-twelfths {
    width: 83.333%; }
  .xxl-one-eighth {
    width: 12.5%; }
  .xxl-three-eighths {
    width: 37.5%; }
  .xxl-five-eighths {
    width: 62.5%; }
  .xxl-seven-eighths {
    width: 87.5%; }
  .xxl-one-tenth {
    width: 10%; }
  .xxl-three-tenths {
    width: 30%; }
  .xxl-seven-tenths {
    width: 70%; }
  .xxl-nine-tenths {
    width: 90%; }
  .xxl-one-twelfth {
    width: 8.333%; }
  .xxl-five-twelfths {
    width: 41.666%; }
  .xxl-seven-twelfths {
    width: 58.333%; }
  .xxl-eleven-twelfths {
    width: 91.666%; }
  .xxl-first {
    clear: left; }
  .xxl-not-first {
    clear: none; } }

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
#fb-root {
  display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.cf, .media, .xs-media, .s-media, .m-media, .l-media, .xl-media, .xxl-media, .nav, .pagination ol, .grid, .gallery, .ui-datepicker-title, .clear-multi, .ginput_complex, .social-media-links {
  zoom: 1; }
  .cf:before, .media:before, .xs-media:before, .s-media:before, .m-media:before, .l-media:before, .xl-media:before, .xxl-media:before, .nav:before, .pagination ol:before, .grid:before, .gallery:before, .ui-datepicker-title:before, .clear-multi:before, .ginput_complex:before, .social-media-links:before, .cf:after, .media:after, .xs-media:after, .s-media:after, .m-media:after, .l-media:after, .xl-media:after, .xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .gallery:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .social-media-links:after {
    content: "";
    display: table; }
  .cf:after, .media:after, .xs-media:after, .s-media:after, .m-media:after, .l-media:after, .xl-media:after, .xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .gallery:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .social-media-links:after {
    clear: both; }

.clear {
  clear: both; }

* {
  box-sizing: border-box; }

.nav, .pagination ol, .widget ul, header.banner .header--menu .main-menu li ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.screen-reader-text {
  display: none;
  visibility: hidden; }

.inline {
  display: inline; }

.text-right {
  text-align: right; }

.at-least-xs, .at-least-s, .at-least-m, .at-least-l, .at-least-xl, .at-least-xxl {
  display: none; }

@media screen and (min-width: 480px) {
  .at-least-xs {
    display: block; } }

@media screen and (min-width: 600px) {
  .at-least-s {
    display: block; } }

@media screen and (min-width: 768px) {
  .at-least-m {
    display: block; } }

@media screen and (min-width: 940px) {
  .at-least-l {
    display: block; } }

@media screen and (min-width: 1040px) {
  .at-least-xl {
    display: block; } }

@media screen and (min-width: 1300px) {
  .at-least-xxl {
    display: block; } }

.less-than-xs, .less-than-s, .less-than-m, .less-than-l, .less-than-xl, .less-than-xxl {
  display: block; }

@media screen and (min-width: 480px) {
  .less-than-xs {
    display: none; } }

@media screen and (min-width: 600px) {
  .less-than-s {
    display: none; } }

@media screen and (min-width: 768px) {
  .less-than-m {
    display: none; } }

@media screen and (min-width: 940px) {
  .less-than-l {
    display: none; } }

@media screen and (min-width: 1040px) {
  .less-than-xl {
    display: none; } }

@media screen and (min-width: 1300px) {
  .less-than-xxl {
    display: none; } }

/**
 * Nothing too special here, just some
 * standard defaults. You probably won't need
 * to change this up too much, but who knows...
 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%; }

body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #252525; }

.site-wrap {
  height: 100%;
  overflow: hidden; }

.flow, .aligncenter, .alignright, .alignleft, p, ul, ol, hr, table, pre, .well, .well-tight {
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .addtoany_header, .h4, .h5, .h6, .byline {
  margin-bottom: 11.2px;
  margin-bottom: 1.12rem;
  margin-top: 0; }

.widget {
  margin-bottom: 22px; }

/**
 * Layout of major components.
 * Define the layout(s) for your site here,
 * E.g. full-width page, right sidebar, left sidebar,
 * two sidebars etc.
 */
/* === PAGE WIDTH === */
.page-width {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

/* 
 * Rather than changing the classes in the html,
 * you can do it here by extending the semantic classes
 * with grid classes. Unfortunately you can't extend 
 * within the media query, no biggie, all those 
 * classes have is an easily calculable width.
 *
 * I usually output a layout name class on an outer 
 * wrapper and then adjust the inner panels (main col,
 * sidebar etc) according to that outer class.
 */
/* === PAGE WIDTH === */
.page-width {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

/* === CONTENT LAYOUTS === */
@media screen and (min-width: 940px) {
  .main-col {
    width: 66.66%;
    float: left; } }

@media screen and (min-width: 940px) {
  .sidebar {
    width: 33.33%;
    float: right;
    clear: right; } }

@media screen and (min-width: 940px) {
  #submenu {
    margin-bottom: 0; } }

@media screen and (min-width: 940px) {
  .left-sidebar .main-col {
    float: right; }
  .left-sidebar .sidebar {
    float: left;
    clear: left; } }

.full-width .main-col {
  width: 100%;
  float: none; }

/**
 * Typography. Edit as desired.
 */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .addtoany_header, .h4, .h5, .h6 {
  color: #7c0404;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

h1, .h1 {
  line-height: 1.1; }

/* === BLOCKQUOTE === */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* === LISTS === */
ul, ol {
  padding-left: 2em; }

/* === SIZES === */
.tiny {
  font-size: 0.8em; }

.small {
  font-size: 0.9em; }

.large {
  font-size: 1.1em; }

.extra-large {
  font-size: 1.2em; }

/* === EMPHASIS === */
.zomg {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c0404; }

/* === LEADING PARAGRAPH === */
.lede, .lead {
  font-size: 1.3em;
  color: #222425;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.text-yellow {
  color: #ffe400; }

.click-and-tweet-inline {
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem;
  margin-top: 0;
  display: inline-block; }

a {
  color: #7c0404;
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear; }
  a:hover, a:active {
    color: #4b0202; }

.feature-link {
  display: block;
  font-weight: bold;
  margin-top: -14.784px; }
  .feature-link:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    box-sizing: padding-box;
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #7c0404;
    margin-left: 5px; }
  .feature-link:hover:after {
    border-left-color: #4b0202; }

a.img-link:hover {
  opacity: 0.8; }

/**
 * Theme Specific Form Styles.
 * These extend the styles in the framework/objects/forms file.
 * Includes styling for Gravity Forms (a WordPress form plugin).
 */
.gform_fields {
  padding-left: 0;
  list-style: none; }

.form-item, .gform_fields > li {
  margin-bottom: 11.2px; }

.ginput_complex label {
  font-size: 0.9em; }

select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="file"] {
  max-width: 380px;
  padding: 10px 14px; }

textarea {
  padding: 10px 14px;
  height: 120px; }

.gfield_checkbox > li, .gfield_radio > li {
  margin-bottom: 4px; }
.gfield_checkbox input[type="checkbox"], .gfield_checkbox input[type="radio"], .gfield_radio input[type="checkbox"], .gfield_radio input[type="radio"] {
  margin-right: 8px; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

----------------------------------------------------------------
*/
.ui-datepicker-title select {
  width: 75px;
  margin: 1px;
  float: left; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
  background: #FFF; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/datepicker-arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.ginput_container {
  position: relative; }

input.datepicker_with_icon {
  padding-left: 2.5em !important; }

img.ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  left: 9px; }

.clear-multi {
  max-width: 380px; }

.gfield_date_dropdown_month, .gfield_date_dropdown_day, .gfield_date_dropdown_year {
  float: left;
  width: 30.6%;
  margin-right: 4%; }

.gfield_date_dropdown_year {
  margin-right: 0; }

.ginput_complex .ginput_left, .ginput_complex .ginput_right {
  display: block;
  width: 48%;
  float: left; }
.ginput_complex .ginput_right {
  float: right; }

input[type="submit"].gform_button {
  padding-right: 1em;
  margin-bottom: 0;
  margin-top: 6px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px; }

.gfield_required, .gfield_error .validation_message, .validation_error {
  color: #d10f0f; }

#gforms_confirmation_message {
  color: #378a0f; }

.gform_validation_container {
  display: none;
  visibility: hidden; }

.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper textarea {
  padding: 10px 14px; }
.gform_wrapper input[type="submit"].gform_button {
  margin: 0;
  padding: 10px 14px;
  width: 97.5%; }
.gform_wrapper .hide-label .gfield_label, .gform_wrapper .hide-label [class^="name_"] label {
  display: none !important;
  visibility: hidden; }
.gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 11.2px; }

.red .gpoll_ratio_box {
  background-color: #7c0404 !important; }

select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled], input[type="file"][disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

/**
 * Tables. Edit as desired.
 */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table th, table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #f1f2f3;
    text-align: left; }
  table th {
    font-weight: bold;
    color: #222425; }
  table thead th {
    vertical-align: bottom; }
  table .row-title {
    color: #222425;
    font-weight: bold; }

/**
 * Even if you don't think your site
 * will include any code blocks, including this
 * file makes debugging slightly prettier. 
 */
pre {
  border: 1px solid #c3c7ca;
  overflow: auto;
  padding: 0 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: -webkit-linear-gradient(#f1f2f3 50%, transparent 50%, transparent);
  background-image: linear-gradient(#f1f2f3 50%, transparent 50%, transparent);
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  position: relative;
  left: 0;
  text-transform: none; }
  pre code {
    background-color: transparent; }

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: lightyellow;
  color: #666; }

/**
 * This should be a good starting point
 * for however you want your buttons to look.
 * Feel free to change what you like.
 */
.btn, input[type="submit"].gform_button, header.banner .header--menu .top-menu .button a, input.btn, input[type="submit"].gform_button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em 1em;
  border-radius: 5px;
  color: #7c0404;
  background-color: #ffe400;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }
  .btn:link, input[type="submit"].gform_button:link, header.banner .header--menu .top-menu .button a:link, .btn:visited, input[type="submit"].gform_button:visited, header.banner .header--menu .top-menu .button a:visited, input.btn:link, input[type="submit"].gform_button:link, input.btn:visited, input[type="submit"].gform_button:visited {
    color: #7c0404; }
  .btn:hover, input[type="submit"].gform_button:hover, header.banner .header--menu .top-menu .button a:hover, .btn:active, input[type="submit"].gform_button:active, header.banner .header--menu .top-menu .button a:active, input.btn:hover, input[type="submit"].gform_button:hover, input.btn:active, input[type="submit"].gform_button:active {
    text-decoration: none;
    color: #ad0606;
    background-color: #e6cd00; }

.btn-small {
  font-size: 14px;
  font-size: 1.4rem; }

.btn-large {
  font-size: 20px;
  font-size: 2rem; }

.btn-cta {
  background: #7c0404;
  position: relative;
  padding-right: 2em;
  color: #FFF; }
  .btn-cta:hover, .btn-cta:active {
    background: #4b0202; }
  .btn-cta:before {
    position: absolute;
    content: "";
    display: block;
    right: .5em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #FFF; }

/**
 * Elements are reusable things like wells,
 * horizontal rules, callout boxes, accordions/togglers,
 * progress bars or anything that you'll use more than once in your site.
 */
.well, .well-tight {
  padding: 22.4px 22.4px 0;
  background: #f1f2f3;
  border: 1px solid #ebebeb; }

.well-tight {
  padding: 5px; }
  .well-tight > :last-child {
    margin-bottom: 0; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #7c0404; }
  hr.gray, hr.grey {
    border-color: #ebebeb; }
  hr.top-margin {
    margin-top: 22.4px;
    margin-top: 2.24rem; }
  hr.l-top-margin {
    margin-top: 44.8px;
    margin-top: 4.48rem; }

.addtoany_share_save_container {
  margin-top: 36px !important;
  margin-bottom: 36px !important; }
  @media screen and (min-width: 768px) {
    .addtoany_share_save_container {
      margin-top: 58px !important;
      margin-bottom: 58px !important; } }

/** 
 * Transport Icons
 */
.transport-icon {
  background-position: center;
  background-size: cover; }

.transport-icon.aviation {
  background-image: url('../images/transport-icons/icon-aviation@2x.jpg'); }
  .transport-icon.aviation:hover {
    background-image: url('../images/transport-icons/icon-aviation-active@2x.jpg'); }

.transport-icon.cash-in-transit {
  background-image: url('../images/transport-icons/icon-cash-in-transit@2x.jpg'); }
  .transport-icon.cash-in-transit:hover {
    background-image: url('../images/transport-icons/icon-cash-in-transit-active@2x.jpg'); }

.transport-icon.general-transport {
  background-image: url('../images/transport-icons/icon-general-transport@2x.jpg'); }
  .transport-icon.general-transport:hover {
    background-image: url('../images/transport-icons/icon-general-transport-active@2x.jpg'); }

.transport-icon.local-government {
  background-image: url('../images/transport-icons/icon-local-government@2x.jpg'); }
  .transport-icon.local-government:hover {
    background-image: url('../images/transport-icons/icon-local-government-active@2x.jpg'); }

.transport-icon.oil-and-gas {
  background-image: url('../images/transport-icons/icon-oil-and-gas@2x.jpg'); }
  .transport-icon.oil-and-gas:hover {
    background-image: url('../images/transport-icons/icon-oil-and-gas-active@2x.jpg'); }

.transport-icon.owner-driver {
  background-image: url('../images/transport-icons/icon-owner-driver@2x.jpg'); }
  .transport-icon.owner-driver:hover {
    background-image: url('../images/transport-icons/icon-owner-driver-active@2x.jpg'); }

.transport-icon.passenger-transport {
  background-image: url('../images/transport-icons/icon-passenger-transport@2x.jpg'); }
  .transport-icon.passenger-transport:hover {
    background-image: url('../images/transport-icons/icon-passenger-transport-active@2x.jpg'); }

.transport-icon.waste {
  background-image: url('../images/transport-icons/icon-waste@2x.jpg'); }
  .transport-icon.waste:hover {
    background-image: url('../images/transport-icons/icon-waste-active@2x.jpg'); }

.transport-icon.campaign {
  background-image: url('../images/transport-icons/icon-campaign@2x.jpg'); }
  .transport-icon.campaign:hover {
    background-image: url('../images/transport-icons/icon-campaign-active@2x.jpg'); }

.industry-officials-container {
  margin-top: 36px;
  margin-bottom: 36px; }
  @media screen and (min-width: 940px) {
    .industry-officials-container {
      margin-top: 58px;
      margin-bottom: 58px; } }

.industry-official .profile_picture {
  border-bottom: 1px solid #7c0404; }
.industry-official .email-link {
  width: 100%;
  text-align: center;
  font-size: 19.2px;
  font-size: 1.92rem;
  font-weight: bold;
  padding-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/**
 * A file for reusable classes that are part of the skin.
 * E.g. .entry-item - vertically space these 'things' and include a bottom border.
 * Feel free to delete what's here, but it's a good idea to include
 * your own objects.
 */
.entry-item {
  /* Elements inside the item should take care of padding */
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem;
  /* Except on media entry-items */ }
  .entry-item.media {
    padding-bottom: 22.4px;
    padding-bottom: 2.24rem; }
  .entry-item.spaced {
    padding-bottom: 14.784px;
    padding-bottom: 1.4784rem;
    margin-bottom: 37.184px;
    margin-bottom: 3.7184rem; }
  .entry-item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.byline {
  color: #7c0404;
  margin-top: -0.5em; }

.search-form {
  background: #FFF;
  border: 1px solid #c3c7ca;
  position: relative;
  border-radius: 5px; }
  .search-form .s {
    background: transparent;
    border: none;
    padding-right: 35px;
    max-width: 100%; }
  .search-form .search-submit {
    position: absolute;
    width: 40px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #7c0404;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-size: 1.9rem;
    vertical-align: middle;
    -webkit-transition: .2s;
            transition: .2s;
    padding: 0;
    border-radius: 0 5px 5px 0; }
    .search-form .search-submit i {
      position: relative;
      top: -1px; }
    .search-form .search-submit:hover {
      background: #4b0202; }

.gallery {
  margin-left: -4px; }
  .gallery .gallery-item {
    padding-left: 4px;
    margin-top: 0;
    margin-bottom: 4px; }
  .gallery .gallery-caption {
    display: none; }

/**
 * A blank slate for your page styles.
 * Include things like feature images, 
 * title layout etc.
 */
.page-helpers {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 22px;
  margin-bottom: 22px; }
  .page-helpers .share-text-print {
    text-align: right; }
    .page-helpers .share-text-print a {
      color: #a2a3a5;
      display: inline-block;
      margin-left: 5px; }
  .page-helpers span.small {
    font-size: 10px;
    font-size: 1rem; }
  .page-helpers span.big {
    font-size: 14px;
    font-size: 1.4rem; }
  .page-helpers a:hover {
    color: #4b0202;
    text-decoration: underline; }

#breadcrumbs {
  margin-bottom: 0; }

.page-template-page-templates-industries .media-img {
  margin-bottom: 0; }

.page-title-layer {
  background: #ebebeb;
  border-bottom: 1px solid #d7d7d7; }
  .page-title-layer .page-width {
    padding: 22.4px 0; }
  .page-title-layer :last-child {
    margin-bottom: 0; }

.page-title, .post-title {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 22px; }

.sub-title {
  color: #252525;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 25.6px;
  font-size: 2.56rem; }

.page-title.industry-icon {
  position: relative;
  padding-right: 50px; }
  .page-title.industry-icon:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    border-radius: 50%;
    border: 1px solid #7c0404; }
  .page-title.industry-icon.aviation:after {
    background-image: url('../images/transport-icons/icon-aviation@2x.jpg'); }
  .page-title.industry-icon.cash-in-transit:after {
    background-image: url('../images/transport-icons/icon-cash-in-transit@2x.jpg'); }
  .page-title.industry-icon.general-transport:after {
    background-image: url('../images/transport-icons/icon-general-transport@2x.jpg'); }
  .page-title.industry-icon.local-government:after {
    background-image: url('../images/transport-icons/icon-local-government@2x.jpg'); }
  .page-title.industry-icon.oil-and-gas:after {
    background-image: url('../images/transport-icons/icon-oil-and-gas@2x.jpg'); }
  .page-title.industry-icon.owner-driver:after {
    background-image: url('../images/transport-icons/icon-owner-driver@2x.jpg'); }
  .page-title.industry-icon.passenger-transport:after {
    background-image: url('../images/transport-icons/icon-passenger-transport@2x.jpg'); }
  .page-title.industry-icon.waste:after {
    background-image: url('../images/transport-icons/icon-waste@2x.jpg'); }

/**
 * Header
 * (Main Nav in navigation dir)
 */
header.banner {
  z-index: 10; }
  .has-featured-image header.banner {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .has-featured-image header.banner {
        position: absolute; } }
  @media screen and (max-width: 939px) {
    header.banner {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    header.banner {
      font-size: 16px;
      font-size: 1.6rem; } }
  header.banner .page-width {
    padding: 22px 20px;
    background-color: #7c0404;
    position: relative; }
    .has-featured-image header.banner .page-width {
      background-color: rgba(124, 4, 4, 0.9); }
    @media screen and (max-width: 599px) {
      header.banner .page-width {
        width: 100%; } }
    @media screen and (min-width: 600px) {
      header.banner .page-width {
        margin-top: 30px;
        padding: 22px 20px;
        border-radius: 5px; } }
  header.banner .header--logo {
    display: block;
    width: 150px; }
    @media screen and (max-width: 479px) {
      header.banner .header--logo {
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 480px) {
      header.banner .header--logo {
        float: left; } }
    @media screen and (min-width: 768px) {
      header.banner .header--logo {
        width: 16%;
        margin: 10px 0; } }
    header.banner .header--logo .header--logo--img {
      width: 100%;
      display: block; }

/**
 * A blank slate for your footer styles.
 */
footer {
  color: #a2a3a5;
  font-size: 12px;
  font-size: 1.2rem; }
  footer .page-width {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #7c0404; }
  footer a {
    color: #a2a3a5; }
    footer a:hover {
      color: #c9c9cb; }

.copyright {
  margin-bottom: 0; }

.footer--logo {
  width: 95px;
  display: block; }
  @media screen and (min-width: 768px) {
    .footer--logo {
      float: left; } }

@media screen and (min-width: 768px) {
  .footer--menu {
    float: left; } }
.footer--menu .footer-nav {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer--menu .footer-nav {
      margin-left: 30px; } }
  @media screen and (min-width: 940px) {
    .footer--menu .footer-nav {
      margin-left: 60px; } }
  @media screen and (max-width: 767px) {
    .footer--menu .footer-nav li {
      display: block; } }
  @media screen and (min-width: 768px) {
    .footer--menu .footer-nav li {
      padding-right: 12px;
      margin-right: 12px;
      border-right: 1px solid #7c0404; } }
  @media screen and (min-width: 940px) {
    .footer--menu .footer-nav li {
      padding-right: 30px;
      margin-right: 30px; }
      .footer--menu .footer-nav li:last-child {
        border-right: none; } }
  .footer--menu .footer-nav li a {
    color: #a2a3a5;
    font-weight: normal; }
    .footer--menu .footer-nav li a:hover {
      color: #c9c9cb; }
@media screen and (max-width: 767px) {
  .footer--menu br {
    display: none; } }

.footer--copyright {
  text-align: center; }
  @media screen and (min-width: 940px) {
    .footer--copyright {
      float: right;
      text-align: right; } }
  .footer--copyright a {
    text-decoration: underline; }
  .footer--copyright li a {
    border-left: 1px solid #a2a3a5;
    padding-left: 2px;
    margin-left: 2px;
    line-height: 12px; }
  .footer--copyright li:first-child a {
    border-left: none; }

.footer--logo, .footer--menu {
  margin: 0 auto 30px; }

/** 
 * A blank slate for your sidebar
 */
.widget-title {
  padding-bottom: 11.2px;
  padding-bottom: 1.12rem;
  border-bottom: 1px solid #ebebeb; }

.widget_story_highlights li, .widget_story_highlights li {
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem; }

.widget_story_highlights li {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem; }

.widget_recent_entries ul {
  list-style-type: disc;
  padding-left: 16px;
  color: #7c0404; }
.widget_recent_entries li {
  font-size: 15px;
  font-size: 1.5rem; }

/**
 * Feature Image
 */
.featured-image {
  width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1439px) {
    .featured-image {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .featured-image-layer {
    overflow: hidden;
    position: relative;
    height: 160px; }
    .featured-image-layer .featured-image {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 1440px;
      text-align: center; }
      .featured-image-layer .featured-image img {
        height: 160px;
        width: initial; } }

/** 
 * News Blocks
 */
.news-carousel-container {
  margin-top: 36px; }
  @media screen and (min-width: 940px) {
    .news-carousel-container {
      margin-top: 58px; } }

.news-carousel {
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem; }

.news-container {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem;
  background-color: #ebebeb;
  margin-bottom: 30px !important; }
  .news-container > .entry-header {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #ebebeb;
    padding: 30px; }
    .news-container > .entry-header .entry-title {
      margin: 0px;
      height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.1em; }
  .news-container .news-article-container {
    overflow: hidden; }
  .news-container .news-article {
    top: -250px;
    position: relative;
    background-color: #ffe400;
    color: #7c0404;
    height: 250px;
    -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out; }
    .news-container .news-article .content {
      margin: 30px;
      height: 220px;
      overflow: hidden;
      margin-bottom: 0px;
      position: absolute; }
      .news-container .news-article .content .entry-title {
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.1em; }
      .news-container .news-article .content .entry-excerpt {
        max-height: 110px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news-container .news-article .content .excerpt-read-more {
        font-weight: bold; }
  .news-container .news-industries {
    position: absolute;
    bottom: -20px;
    right: 15px;
    height: 40px;
    overflow: hidden; }
    .news-container .news-industries li a {
      display: block;
      height: 40px;
      width: 40px;
      margin-left: 5px;
      border-radius: 50%;
      background-color: #ebebeb; }
  .news-container p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 11.2px;
    margin-bottom: 1.12rem; }
  .news-container:hover .news-article {
    top: 0; }

/** 
 * Call to action block
 */
.call-to-action-box-container {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem;
  overflow: hidden; }
  .call-to-action-box-container .call-to-action-box {
    top: -250px;
    position: relative;
    background-color: rgba(124, 4, 4, 0.8);
    color: #ffe400;
    height: 250px;
    -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out; }
    .call-to-action-box-container .call-to-action-box .content {
      margin: 0 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: bold; }
  .call-to-action-box-container p {
    margin: 0; }
  .call-to-action-box-container:hover .call-to-action-box {
    top: 0; }

#ttcont {
  font-size: 14px !important;
  background: #7c0404 !important;
  padding: 5px 12px !important; }

#glossaryList-nav {
  margin-bottom: 30px; }
  #glossaryList-nav .ln-letters a {
    font-size: 16px;
    border-color: #c3c7ca;
    padding: 2px 7px; }
  #glossaryList-nav .ln-letter-count {
    color: #252525;
    font-size: 15px;
    margin-top: -4px; }
  #glossaryList-nav .ln-selected {
    background: #7c0404;
    color: #FFF; }

#glossaryList {
  padding-left: 20px !important; }
  #glossaryList li {
    padding: 3px 0; }

.cminds_poweredby {
  display: none !important; }

header.banner .header--menu {
  z-index: 10;
  /* Mobile */
  /* Desk Top */ }
  header.banner .header--menu .main-menu li {
    position: relative; }
    header.banner .header--menu .main-menu li ul {
      display: none; }
      header.banner .header--menu .main-menu li ul li.paragraph {
        color: #ffe400;
        text-align: left; }
  header.banner .header--menu .main-menu a {
    color: #ffe400;
    font-weight: bold;
    position: relative; }
    header.banner .header--menu .main-menu a:hover {
      color: #ccb600; }
  @media screen and (max-width: 767px) {
    header.banner .header--menu {
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      padding: 22px 20px;
      background-color: #630303; }
      header.banner .header--menu li.menu-item {
        display: block;
        margin-bottom: 12px; }
        header.banner .header--menu li.menu-item a {
          width: 100%; }
        header.banner .header--menu li.menu-item ul {
          padding: 12px 0 0 30px; }
      header.banner .header--menu br {
        display: none; } }
  @media screen and (min-width: 768px) {
    header.banner .header--menu {
      display: block !important; } }
  header.banner .header--menu .top-menu .button {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 12px; }
    header.banner .header--menu .top-menu .button a {
      width: 100%;
      text-align: center;
      font-weight: bold;
      background: white; }
      header.banner .header--menu .top-menu .button a, header.banner .header--menu .top-menu .button a:link, header.banner .header--menu .top-menu .button a:visited {
        color: #7c0404; }
      header.banner .header--menu .top-menu .button a:hover {
        color: #ad0606;
        background-color: #e6e6e6; }
  @media screen and (min-width: 768px) {
    header.banner .header--menu {
      float: right;
      width: 84%;
      padding-left: 30px; }
      header.banner .header--menu .main-menu {
        margin-top: 14px;
        float: left;
        width: 83%;
        padding-right: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        header.banner .header--menu .main-menu > li.menu-item {
          display: block;
          display: block;
          height: 100%;
          text-align: center;
          padding-bottom: 20px; }
        header.banner .header--menu .main-menu ul {
          z-index: 2;
          white-space: normal;
          padding: 30px 0;
          position: absolute;
          background: #630303;
          width: 270px;
          top: 58px;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
          header.banner .header--menu .main-menu ul:before {
            content: "";
            position: absolute;
            pointer-events: none;
            left: 25px;
            display: block;
            width: 0;
            height: 0;
            top: -14px;
            border: 7px solid transparent;
            border-bottom-color: #630303; }
          header.banner .header--menu .main-menu ul li {
            display: block;
            position: relative; }
            header.banner .header--menu .main-menu ul li.current-menu-item > a {
              color: #FFF;
              background: #630303; }
              header.banner .header--menu .main-menu ul li.current-menu-item > a:hover {
                background: #7c0404; }
            header.banner .header--menu .main-menu ul li:hover {
              background: #7c0404; }
            @media screen and (max-width: 767px) {
              header.banner .header--menu .main-menu ul li:last-child {
                border-bottom: none; } }
            header.banner .header--menu .main-menu ul li.paragraph {
              padding: 0.5em 1em; }
              header.banner .header--menu .main-menu ul li.paragraph:hover {
                background: #630303; }
          header.banner .header--menu .main-menu ul a {
            display: block;
            padding: 0.5em 1em; }
        header.banner .header--menu .main-menu li:hover > ul {
          display: block; }
      header.banner .header--menu .top-menu {
        float: right;
        width: 17%; }
        header.banner .header--menu .top-menu .button {
          display: block;
          margin-right: 0; }
          header.banner .header--menu .top-menu .button:first-child {
            margin-bottom: 12px; } }
header.banner .mobile-menu-sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  color: #FFF;
  text-align: center; }
  header.banner .mobile-menu-sub-toggle i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    line-height: 24px;
    width: 100%;
    left: 0; }
  @media screen and (min-width: 768px) {
    header.banner .mobile-menu-sub-toggle {
      display: none !important; } }
header.banner .mobile-menu-btns {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
header.banner .mobile-menu-btn {
  display: block; }
  header.banner .mobile-menu-btn .bar {
    height: 3px;
    width: 30px;
    display: block;
    margin: 7px auto;
    position: relative;
    background-color: white;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; }
  header.banner .mobile-menu-btn.open .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px; }
  header.banner .mobile-menu-btn.open .bar:nth-child(2) {
    width: 0%;
    opacity: 0; }
  header.banner .mobile-menu-btn.open .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -10px; }

@media screen and (max-width: 767px) {
  .no-js .main-nav-wrap {
    display: block; }
    .no-js .main-nav-wrap ul {
      display: block !important; } }

.top-menu a {
  background: white;
  color: #7c0404; }

.social-media-links {
  width: auto;
  float: right;
  text-align: right;
  overflow: hidden; }
  .social-media-links ul {
    vertical-align: top;
    line-height: 1; }
  .social-media-links li {
    float: left;
    padding-top: 3px; }
  .social-media-links a {
    text-indent: -4999px;
    text-align: left;
    display: inline-block;
    position: relative;
    height: 28px;
    width: 28px; }
    .social-media-links a:before {
      display: block;
      text-indent: 0;
      position: absolute;
      top: 0;
      font-size: 26px;
      font-size: 2.6rem;
      border: none !important; }

#submenu {
  margin-bottom: 0; }
  #submenu .widget {
    margin-bottom: 22.4px;
    margin-bottom: 2.24rem; }
  #submenu .submenu {
    display: none;
    padding: 10px; }
  @media screen and (min-width: 940px) {
    #submenu .widget {
      margin-bottom: 22px; }
    #submenu .submenu {
      display: block !important; } }
  #submenu ul ul {
    margin-top: 4px;
    margin-left: 4px; }
    #submenu ul ul ul {
      margin-top: 0;
      margin-left: 12px; }
  #submenu li {
    position: relative;
    font-weight: bold; }
    #submenu li li {
      padding-left: 10px;
      font-weight: normal; }
      #submenu li li:before {
        content: "";
        position: absolute;
        display: inline-block;
        border: 4px solid transparent;
        border-left-color: #a2a3a5;
        left: 0;
        top: 6px; }
    #submenu li.current-menu-item, #submenu li.current-page-item {
      font-weight: bold !important; }

#submenu-title i {
  margin-right: 5px; }
  @media screen and (min-width: 940px) {
    #submenu-title i {
      display: none; } }

/**
 * A starting point for your pagination
 */
.pagination {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 36px; }
  @media screen and (min-width: 940px) {
    .pagination {
      margin-top: 58px;
      margin-bottom: 58px; } }
  .pagination ol {
    display: inline-block;
    width: auto; }
  .pagination li {
    display: inline-block;
    padding: 0 4px; }

/**
 * Home Page
 */
@media screen and (min-width: 768px) {
  body.home header.banner {
    position: absolute;
    width: 100%; } }
@media screen and (min-width: 600px) {
  body.home header.banner {
    margin-bottom: 30px; } }

.home-feature-slider-layer {
  width: 1440px;
  margin: 0 auto 30px auto; }
  @media screen and (max-width: 1439px) {
    .home-feature-slider-layer {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .home-feature-slider-layer {
      min-height: 152px; } }

.home-feature-slider .slide {
  overflow: hidden; }
  .home-feature-slider .slide .colour-overlay {
    content: " ";
    position: absolute;
    background-color: rgba(124, 4, 4, 0.6);
    height: 150%;
    width: 150%;
    -webkit-transform: rotate(47deg);
            transform: rotate(47deg);
    top: 50%;
    left: -50%; }
.home-feature-slider .slide-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .home-feature-slider .slide-text-container .slide-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .home-feature-slider .slide-text-container .slide-text {
        top: 75%;
        -webkit-transform: translateY(-75%);
                transform: translateY(-75%); } }
  .home-feature-slider .slide-text-container h2 {
    color: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 939px) {
      .home-feature-slider .slide-text-container h2 {
        font-size: 25.6px;
        font-size: 2.56rem; } }
    @media screen and (max-width: 767px) {
      .home-feature-slider .slide-text-container h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .home-feature-slider .slide-text-container a, .home-feature-slider .slide-text-container a:link {
    font-size: 19.2px;
    font-size: 1.92rem;
    font-weight: bold;
    min-width: 140px;
    text-align: center;
    margin: 0;
    padding-bottom: 6px; }
.home-feature-slider .flex-control-nav {
  top: 75%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  bottom: inherit;
  right: 0;
  width: 50%;
  z-index: 2; }
  .home-feature-slider .flex-control-nav a {
    background-color: rgba(255, 255, 255, 0.8);
    height: 24px;
    width: 24px; }
    @media screen and (max-width: 767px) {
      .home-feature-slider .flex-control-nav a {
        height: 12px;
        width: 12px; } }
    .home-feature-slider .flex-control-nav a.flex-active {
      background-color: #ffe400; }
    .home-feature-slider .flex-control-nav a:hover {
      background-color: white; }

.home-advertisements .advertisements a {
  display: block; }
.home-advertisements .advertisement-container {
  height: 100px;
  background-position: center;
  background-size: cover;
  margin-bottom: 36px; }
  @media screen and (min-width: 940px) {
    .home-advertisements .advertisement-container {
      margin-bottom: 58px; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, a.hl:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .noprint, .sidebar, .main-menu, .addtoany_share_save_container, .twu-sidebar, footer.banner {
    display: none !important;
    visibility: hidden !important; }
  .main-col, .page-width {
    width: 100% !important;
    max-width: 100% !important; }
  .featured-image {
    display: none; }
  .call-to-action-box-container .call-to-action-box {
    top: 0; }
  .news-container > .entry-header {
    display: none; }
  .news-container .news-article {
    top: 0; } }
	
	
 /* Hide the navigation on dupicated pages for use in the TWU app */
 
 .page-id-3787 .banner, .page-id-3794 .banner, .page-id-3787 .page-helpers, .page-id-3787 .addtoany_share_save_container {
	 display: none;
 }
 
 
