@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*! HiDPI v2.0.1 | MIT License | git.io/hidpi */
/* ===========================
CONTENTS:

01 Settings
02 Grid
03 Typography
04 Navigation
05 Header
06 Footer
07 Homepage
08 Pages
09 Blog
10 Sidebars
11 Buttons
12 Forms
13 Tables
14 404
15 Fonts
16 Pagination 
17 Icons & Tooltips
=========================== */
/* ---------------------------------------------------------------------------------------------------------- 
01 Settings ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Colours ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* RN Orange */
/* RN Blue */
/* Typography */
/* Navigation */
/* Backgrounds */
.text-center {
  text-align: center; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Grid ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 16px; }

.container {
  margin: 0 auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 544px; } }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

.container-flid {
  width: 100%; }

.row {
  position: relative; }
  @media (min-width: 576px) {
    .row {
      margin: 0 -15px; } }
  .row .row {
    margin: 0 -15px; }
  .row:after {
    content: '';
    clear: both;
    display: table; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 100%;
  min-height: 1px; }

.col-xs-1 {
  width: 8.333333333%; }

.col-xs-2 {
  width: 16.666666666%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.333333333%; }

.col-xs-5 {
  width: 41.666666666%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333333%; }

.col-xs-8 {
  width: 66.666666666%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.333333333%; }

.col-xs-11 {
  width: 91.666666666%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.333333333%; }

  .col-sm-2 {
    width: 16.666666666%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.333333333%; }

  .col-sm-5 {
    width: 41.666666666%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333333333%; }

  .col-sm-8 {
    width: 66.666666666%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.333333333%; }

  .col-sm-11 {
    width: 91.666666666%; }

  .col-sm-12 {
    width: 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333333%; }

  .col-md-2 {
    width: 16.666666666%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.333333333%; }

  .col-md-5 {
    width: 41.666666666%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333333333%; }

  .col-md-8 {
    width: 66.666666666%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.333333333%; }

  .col-md-11 {
    width: 91.666666666%; }

  .col-md-12 {
    width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333333%; }

  .col-lg-2 {
    width: 16.666666666%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.333333333%; }

  .col-lg-5 {
    width: 41.666666666%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333333%; }

  .col-lg-8 {
    width: 66.666666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.333333333%; }

  .col-lg-11 {
    width: 91.666666666%; }

  .col-lg-12 {
    width: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333333%; }

  .col-xl-2 {
    width: 16.666666666%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.333333333%; }

  .col-xl-5 {
    width: 41.666666666%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.333333333%; }

  .col-xl-8 {
    width: 66.666666666%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.333333333%; }

  .col-xl-11 {
    width: 91.666666666%; }

  .col-xl-12 {
    width: 100%; } }
.col-xs-offset-0 {
  margin-left: 8.333333333%; }

.col-xs-offset-1 {
  margin-left: 8.333333333%; }

.col-xs-offset-2 {
  margin-left: 16.666666666%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333333333%; }

.col-xs-offset-5 {
  margin-left: 41.666666666%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333333333%; }

.col-xs-offset-8 {
  margin-left: 66.666666666%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333333333%; }

.col-xs-offset-11 {
  margin-left: 91.666666666%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.666666666%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.666666666%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.666666666%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.333333333%; }

  .col-md-offset-2 {
    margin-left: 16.666666666%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.333333333%; }

  .col-md-offset-5 {
    margin-left: 41.666666666%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333333333%; }

  .col-md-offset-8 {
    margin-left: 66.666666666%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.333333333%; }

  .col-md-offset-11 {
    margin-left: 91.666666666%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.666666666%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.666666666%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.666666666%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.333333333%; }

  .col-xl-offset-2 {
    margin-left: 16.666666666%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.333333333%; }

  .col-xl-offset-5 {
    margin-left: 41.666666666%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.333333333%; }

  .col-xl-offset-8 {
    margin-left: 66.666666666%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.333333333%; }

  .col-xl-offset-11 {
    margin-left: 91.666666666%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none; }

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
  display: inherit; }

@media (max-width: 576px) {
  .visible-xs {
    display: block; }

  .visible-sm, .visible-md, .visible-lg, .visible-xl {
    display: none; }

  .hidden-xs {
    display: none; } }
@media (min-width: 576px) and (max-width: 768px) {
  .visible-sm {
    display: block; }

  .hidden-sm {
    display: none; } }
@media (min-width: 768px) and (max-width: 992px) {
  .visible-md {
    display: block; }

  .hidden-md {
    display: none; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .visible-lg {
    display: block; }

  .hidden-lg {
    display: none; } }
@media (min-width: 1200px) {
  .visible-xl {
    display: block; }

  .hidden-xl {
    display: none; } }
html, body {
  position: relative; }

html.disable-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%; }

body {
  background-color: #203a5f; }
  body.toggle-nav {
    overflow: hidden;
    width: 100%;
    height: 100%; }

body.page-template-results-page #canvas, body.blog #canvas, body.single #canvas, body.page-template-default-page #canvas, body.post-type-archive-sponsor #canvas, body.post-type-archive #canvas {
  background-image: url(../images/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat; }

#offcanvas {
  position: fixed;
  top: 0;
  right: -320px;
  width: 100%;
  display: block;
  overflow: auto;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  background-color: #232323;
  width: 320px;
  padding: 70px 0 0 0;
  color: #FFFFFF;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  transition: right .25s ease-in-out; }
  body.toggle-nav #offcanvas {
    right: 0;
    pointer-events: all; }
  #offcanvas .offcanvas-footer {
    padding: 15px;
    overflow: hidden; }
    #offcanvas .offcanvas-footer p {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.5px; }
    #offcanvas .offcanvas-footer .social a {
      color: #FFFFFF;
      margin: 0 10px 0 0; }
      #offcanvas .offcanvas-footer .social a:hover {
        color: #ed6a29; }

#canvas {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #01122e;
  z-index: 1;
  height: 100%;
  transition: left .25s ease-in-out;
  padding: 50px 0 0 0; }
  @media (min-width: 992px) {
    #canvas {
      padding: 90px 0 0 0; } }
  body.toggle-nav #canvas {
    left: -60px; }

.content {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .content {
      padding: 60px 0;
      text-align: left; } }
  .content.grey {
    background-color: #262626; }
  .content.white {
    background-color: #fff;
    color: #203a5f; }
    .content.white a {
      color: #ed6a29; }

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

@media (min-width: 992px) {
  .bottom-margin {
    margin-bottom: 120px !important; } }
@media (max-width: 768px) {
  .org-page-img {
    width: 100%; } }

.alignleft {
  text-align: left;
  margin: 0 20px 20px 0; }

.alignright {
  text-align: right;
  margin: 0 0 20px 20px; }

.aligncenter {
  text-align: center;
  margin: 0 auto 20px auto; }

img.alignleft,
figure.alignleft {
  float: left; }

img.alignright,
figure.alignright {
  float: right; }

img.aligncenter,
figure.aligncenter {
  display: block;
  margin: 0 auto 20px auto; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

figure {
  margin: 0 0 20px 0;
  max-width: 100%; }
  figure br {
    display: none; }
  figure figcaption {
    background: #EFEFEF;
    padding: 10px;
    font-size: 12px;
    text-align: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

::-moz-selection {
  background: #203a5f;
  color: #FFFFFF; }

::selection {
  background: #203a5f;
  color: #FFFFFF; }

.clear {
  display: block;
  clear: both; }

.screen-size {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: rgba(238, 238, 238, 0.75);
  padding: 10px 15px;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  border-radius: 3px;
  z-index: 3999; }

/* ---------------------------------------------------------------------------------------------------------- 
03 Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
html {
  font-size: 16px; }

body {
  font-family: nudista-web, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Colaborate-Regular", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px; }

h1.entry-title {
  color: #ed6a29; }

.orange-heading {
  color: #ed6a29;
  line-height: 1.1em; }
  @media (max-width: 576px) {
    .orange-heading {
      font-size: 32px;
      margin-bottom: 10px; } }

.italic-sub-heading {
  display: block;
  margin-top: -1.5rem;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .italic-sub-heading {
      margin-top: 0; } }
  @media (max-width: 576px) {
    .italic-sub-heading {
      line-height: 1.1em;
      font-size: 1rem; } }

span.pre-head {
  visibility: hidden;
  display: block; }
  @media (max-width: 767px) {
    span.pre-head {
      margin: 0 auto; } }
  @media (min-width: 576px) {
    span.pre-head {
      visibility: visible;
      width: 50px;
      height: 4px;
      background-color: #ed6a29;
      margin-bottom: 0px; } }

h1, .h1 {
  font-size: 48px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-size: 27px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 27px; } }

h3, .h3 {
  font-size: 27px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 27px; } }

h4, .h4 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 22px; } }

h5, .h5 {
  font-size: 19px;
  font-family: Nunito, Arial, sans-serif;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 19px; } }

h6, .h6 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 16px; } }

p {
  margin: 0;
  margin-bottom: 20px; }

a, a:visited {
  text-decoration: none;
  color: #ffffff;
  transition: color .25s linear; }

a:hover {
  text-decoration: none;
  color: #ed6a29; }

a:focus {
  outline: thin dotted; }

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

hr {
  border: none;
  border-top: 1px solid #EDEDED;
  margin: 20px 0; }

ul, ol {
  margin: 0 0 20px 15px;
  padding: 0; }
  ul.alpha, ol.alpha {
    list-style-type: upper-alpha; }
  ul.roman, ol.roman {
    list-style-type: upper-roman; }
  ul li > ul, ul li > ol, ol li > ul, ol li > ol {
    margin: 0 0 0 15px;
    padding: 0; }

ul {
  list-style-type: disc; }

blockquote {
  border: none;
  margin: 30px 0;
  padding: 0;
  font-weight: 700; }
  blockquote cite {
    display: block;
    text-align: right; }

dl {
  margin-bottom: 20px; }
  dl dt {
    font-weight: 700; }
  dl dd {
    margin: 0 0 10px 0; }

.large {
  font-size: 20px; }

code {
  white-space: normal;
  color: #ffffff;
  background: none; }

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

var {
  font-family: monospace; }

p a, ol li a {
  color: #ed6a29; }

/* ---------------------------------------------------------------------------------------------------------- 
04 Navigation ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body.toggle-nav {
  overflow: hidden !important; }

#offcanvas ul.navbar {
  opacity: 1;
  margin: 0;
  padding: 0;
  transition: opacity .25s ease .25s; }
  body.toggle-nav #offcanvas ul.navbar {
    opacity: 1; }
  #offcanvas ul.navbar > li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #222222; }
    #offcanvas ul.navbar > li:first-child {
      border-top: 1px solid #222222; }
    #offcanvas ul.navbar > li > a {
      display: block;
      color: #FFFFFF;
      padding: 10px;
      margin: 0;
      border-left: 5px solid transparent;
      font-size: 16px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0;
      text-decoration: none;
      transition: all .25s linear; }
    #offcanvas ul.navbar > li > a:hover, #offcanvas ul.navbar > li.current-menu-item > a {
      color: #000;
      background-color: #fff;
      text-decoration: none;
      border-left: 5px solid #ed6a29; }
    #offcanvas ul.navbar > li > ul {
      margin: 5px 0 0 0;
      padding: 0 0 20px 30px; }
      #offcanvas ul.navbar > li > ul > li {
        list-style: none;
        margin: 0;
        padding: 5px 0; }
        #offcanvas ul.navbar > li > ul > li > a {
          display: block;
          color: #FFFFFF;
          font-size: 14px;
          line-height: 1;
          font-weight: 400;
          padding: 5px 0;
          letter-spacing: .5px;
          text-decoration: none;
          transition: all .25s linear; }
          #offcanvas ul.navbar > li > ul > li > a:before {
            content: "\f105";
            font-family: 'FontAwesome';
            margin: 0 5px 0 0; }
        #offcanvas ul.navbar > li > ul > li > a:hover, #offcanvas ul.navbar > li > ul > li.current-menu-item > a {
          color: #ed6a29;
          text-decoration: none; }
        #offcanvas ul.navbar > li > ul > li:last-child {
          padding-bottom: 0; }
        #offcanvas ul.navbar > li > ul > li > ul {
          display: none;
          margin: 5px 0 0 0;
          padding: 0 0 20px 10px; }
          #offcanvas ul.navbar > li > ul > li > ul > li {
            list-style: none;
            margin: 0;
            padding: 5px 0; }
            #offcanvas ul.navbar > li > ul > li > ul > li > a {
              display: block;
              color: #FFFFFF;
              font-size: 14px;
              line-height: 1;
              font-weight: 400;
              padding: 5px 0;
              letter-spacing: .5px;
              text-decoration: none;
              transition: all .25s linear; }
              #offcanvas ul.navbar > li > ul > li > ul > li > a:before {
                content: "\f105";
                font-family: 'FontAwesome';
                margin: 0 5px 0 0; }
            #offcanvas ul.navbar > li > ul > li > ul > li > a:hover, #offcanvas ul.navbar > li > ul > li > ul > li.current-menu-item > a {
              color: #ed6a29;
              text-decoration: none; }
            #offcanvas ul.navbar > li > ul > li > ul > li:last-child {
              padding-bottom: 0; }

.navbar-toggle {
  position: fixed;
  top: 17px;
  right: 20px;
  display: block;
  background: none;
  width: 35px;
  height: 50px;
  margin: 0;
  padding: 17px 0;
  border: none;
  z-index: 99;
  transition: transform 1s ease-in-out; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }
  body.toggle-nav .navbar-toggle {
    transform: rotate(360deg); }
  .navbar-toggle:hover, .navbar-toggle:focus {
    outline: none;
    background: none; }
  .navbar-toggle .sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: none; }
  .navbar-toggle span.icon-bar {
    position: relative;
    display: block;
    width: 35px;
    height: 3px;
    background-color: #ed6a29;
    margin: 0 0 4px 0;
    backface-visibility: hidden;
    transition: all .25s linear; }
    body.toggle-nav .navbar-toggle span.icon-bar {
      background-color: #ed6a29; }
      body.toggle-nav .navbar-toggle span.icon-bar:nth-child(2) {
        transform: translate3d(0, 7px, 0) rotate(45deg);
        -webkit-transform-origin: 50% 53%; }
      body.toggle-nav .navbar-toggle span.icon-bar:nth-child(3) {
        opacity: 0; }
      body.toggle-nav .navbar-toggle span.icon-bar:last-child {
        transform: translate3d(0, -7px, 0) rotate(-45deg);
        -webkit-transform-origin: 50% 53%; }
    .navbar-toggle span.icon-bar:last-child {
      margin-bottom: 0; }
      body.toggle-nav .navbar-toggle span.icon-bar:last-child {
        transform: translate3d(0, -7px, 0) rotate(-45deg);
        -webkit-transform-origin: 50% 53%; }

header {
  width: 100%;
  z-index: 2; }
  body.logged-in header {
    top: 46px; }
    @media (min-width: 768px) {
      body.logged-in header {
        top: 32px; } }
  header nav.main-nav {
    display: none; }
    @media (min-width: 992px) {
      header nav.main-nav {
        display: block;
        background-color: #ed6a29;
        margin-top: 20px; } }
    @media (min-width: 1200px) {
      header nav.main-nav {
        margin-top: 40px; } }
  header ul.navbar {
    float: right;
    margin: 0;
    padding: 0; }
    header ul.navbar > li {
      position: relative;
      float: left;
      list-style: none;
      padding: 0 10px;
      padding-bottom: 10px; }
      @media (max-width: 1200px) {
        header ul.navbar > li {
          padding: 0 5px; } }
      header ul.navbar > li.menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: 4px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      header ul.navbar > li > a {
        position: relative;
        display: block;
        padding: 7px 5px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1;
        font-family: "Colaborate-Regular", Arial, sans-serif;
        border-bottom: 2px solid transparent;
        transition: border-color .25s linear, color .25s linear; }
        @media (max-width: 1200px) {
          header ul.navbar > li > a {
            font-size: 14px; } }
      header ul.navbar > li a:hover, header ul.navbar > li.current-menu-item > a {
        color: #ed6a29;
        text-decoration: none; }
      header ul.navbar > li:hover > .sub-menu {
        display: block; }
    header ul.navbar .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      background-color: #ed6a29;
      margin: 0;
      padding: 10px 0;
      min-width: 200px;
      z-index: 1; }
      header ul.navbar .sub-menu > li {
        margin: 0;
        padding: 0;
        list-style: none; }
        header ul.navbar .sub-menu > li.menu-item-has-children > a:after {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          margin-top: -2px;
          margin-left: 4px;
          vertical-align: middle;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent; }
        header ul.navbar .sub-menu > li > a {
          display: block;
          padding: 10px 60px 10px 20px;
          color: #FFFFFF;
          font-size: 14px;
          text-decoration: none;
          text-transform: uppercase;
          clear: both;
          white-space: nowrap;
          transition: color .25s linear; }
        header ul.navbar .sub-menu > li a:hover, header ul.navbar .sub-menu > li.current-menu-item > a {
          color: #203a5f;
          background-color: #fff;
          text-decoration: none; }
    header ul.navbar .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      background-color: #ed6a29;
      margin: 0;
      padding: 10px 0;
      min-width: 200px;
      z-index: 1; }
      header ul.navbar .sub-menu > li {
        margin: 0;
        padding: 0;
        list-style: none; }
        header ul.navbar .sub-menu > li.menu-item-has-children > a:after {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          margin-top: -2px;
          margin-left: 4px;
          vertical-align: middle;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          transform: rotate(-90deg); }
        header ul.navbar .sub-menu > li > a {
          display: block;
          padding: 10px 60px 10px 20px;
          color: #FFFFFF;
          font-size: 14px;
          text-decoration: none;
          text-transform: uppercase;
          clear: both;
          white-space: nowrap;
          transition: color .25s linear; }
        header ul.navbar .sub-menu > li a:hover, header ul.navbar .sub-menu > li.current-menu-item > a {
          color: #203a5f;
          background-color: #fff;
          text-decoration: none; }
        header ul.navbar .sub-menu > li:hover > .sub-menu {
          display: block;
          left: 100%;
          top: 0%;
          background-color: #fff; }
          header ul.navbar .sub-menu > li:hover > .sub-menu li a {
            color: #203a5f; }
          header ul.navbar .sub-menu > li:hover > .sub-menu a:hover, header ul.navbar .sub-menu > li:hover > .sub-menu.current-menu-item > a {
            color: #fff;
            background-color: #203a5f;
            text-decoration: none; }

li.last-item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }

/* ---------------------------------------------------------------------------------------------------------- 
05 Header ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
body.scrolled header {
  padding: 10px 0;
  background-color: rgba(13, 20, 47, 0.95); }
  body.scrolled header .logo {
    height: 50px;
    padding-top: 10px; }
  body.scrolled header nav.main-nav {
    margin-top: 12px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: none;
  padding: 10px 20px;
  transition: all 0.2s; }
  @media (min-width: 992px) {
    header {
      padding: 30px 0; } }
  header .container {
    display: none; }
    @media (min-width: 992px) {
      header .container {
        display: block; } }

.logo {
  display: none; }
  @media (min-width: 992px) {
    .logo {
      display: block;
      height: 60px;
      background: url(../images/logo.png) no-repeat center center;
      background-size: contain; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 992px) and (min-resolution: 124.8dpi), (min-width: 992px) and (min-resolution: 1.3dppx) {
    .logo {
      background: url(../images/logo.png) no-repeat center center;
      background-size: contain; } }

  @media (min-width: 1200px) {
    .logo {
      width: 267px;
      height: 80px; } }

.logo-mini {
  display: block;
  margin: 0 auto;
  height: 50px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
    .logo-mini {
      background: url(../images/logo.png) no-repeat center center;
      background-size: contain; } }
  @media (min-width: 992px) {
    .logo-mini {
      display: none; } }

/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
footer {
  border-top: 1px solid #ed6a29;
  padding: 30px 0;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-color: #203a5f;
  color: #fff;
  font-size: 14px !important; }
  @media (max-width: 768px) {
    footer {
      text-align: center; } }
  footer h4 {
    font-family: Nunito, Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px; }
  footer p {
    font-size: 14px !important; }
  footer .copy {
    text-align: right;
    font-size: 12px;
    font-weight: 700; }
    footer .copy a {
      color: #ffffff; }
      footer .copy a:hover {
        text-decoration: underline;
        color: #ffffff; }

i.fa {
  font-size: 24px;
  margin-right: 5px; }

.footer-right {
  text-align: right; }
  .footer-right ul {
    list-style: none;
    text-align: right; }

/* ---------------------------------------------------------------------------------------------------------- 
07 Homepage ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.home h1 {
  position: relative;
  z-index: 1; }
.home h1.sub {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 26px; }
  @media (max-width: 576px) {
    .home h1.sub {
      margin-top: 350px;
      position: relative;
      z-index: 1; } }
.home .main-banner {
  padding: 1rem;
  background-color: #000;
  border-bottom: 4px solid #ed6a29;
  background-position: bottom; }
  @media (min-width: 1200px) {
    .home .main-banner {
      height: 520px;
      background-size: 100% auto;
      background-image: url("https://racenationevents.com/wp-content/uploads/2020/09/top-banner.jpg");
      background-repeat: no-repeat;
      margin-bottom: 30px;
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .home .main-banner {
      height: 468px; } }
  @media (max-width: 576px) {
    .home .main-banner {
      height: auto; } }
  .home .main-banner .container .col-md-7 {
    background: rgba(255, 255, 255, 0.85);
    text-shadow: 2px 2px 2px #262626, -2px -2px 2px #262626;
    border-radius: 4px;
    color: #203a5f;
    width: 100%; }
    @media (min-width: 1200px) {
      .home .main-banner .container .col-md-7 {
        margin-top: 60px; } }
    @media (min-width: 992px) {
      .home .main-banner .container .col-md-7 {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .home .main-banner .container .col-md-7 {
        margin-top: initial; } }
    .home .main-banner .container .col-md-7 h3 {
      text-shadow: none;
      color: #ed6a29;
      margin-top: 18px;
      font-size: 34px; }
    .home .main-banner .container .col-md-7 p {
      text-shadow: none !important; }
.home .banner-image {
  background-image: url("https://racenationevents.com/wp-content/uploads/2020/09/top-banner.jpg") !important; }
@media (min-width: 992px) {
  .home section.banner {
    height: 400px; } }
.home section.banner .pre-head {
  background: none; }
  @media (min-width: 768px) {
    .home section.banner .pre-head {
      margin-top: 0px; } }
  @media (min-width: 1200px) {
    .home section.banner .pre-head {
      margin-top: 0px; } }
.home section.banner .row {
  margin: 0; }
@media (max-width: 576px) {
  .home section.banner h1 {
    font-size: 48px; } }

.bg {
  background-image: url(../images/banner-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1065px;
  margin-top: -140px;
  padding-top: 140px; }
  @media (max-width: 1200px) {
    .bg {
      min-height: 875px; } }
  @media (max-width: 992px) {
    .bg {
      min-height: 805px; } }
  @media (max-width: 768px) {
    .bg {
      min-height: 765px; } }
  @media (max-width: 576px) {
    .bg {
      background-size: auto; } }

.swimmer {
  background-image: url(../images/swimmer.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute; }
  @media (min-width: 767px) {
    .swimmer {
      display: block; } }
  @media (min-width: 0) {
    .swimmer {
      margin: 0 auto;
      top: 0px;
      background-size: contain;
      height: 400px;
      width: 100%; } }
  @media (min-width: 768px) {
    .swimmer {
      right: 0px;
      top: 0px;
      background-size: contain;
      height: 350px;
      width: 300px; } }
  @media (min-width: 992px) {
    .swimmer {
      right: 0px;
      top: 50px;
      background-size: contain;
      height: 500px;
      width: 400px; } }
  @media (min-width: 1200px) {
    .swimmer {
      right: 50px;
      top: 0px;
      width: 322px;
      height: 599px; } }

section.banner {
  margin-top: 50px;
  text-align: center; }
  section.banner h1 {
    font-size: 36px;
    line-height: 1; }
  section.banner h1.sub {
    font-size: 20px; }
  @media (min-width: 768px) {
    section.banner {
      text-align: left; }
      section.banner h1 {
        font-size: 36px;
        line-height: 1; }
      section.banner h1.sub {
        font-size: 24px; }
      section.banner h1, section.banner h2, section.banner p {
        text-shadow: 0 0 20px #000; }
      section.banner p {
        font-size: 14px; }
      section.banner h2 {
        font-size: 55px;
        line-height: 1;
        margin-bottom: 0; }
      section.banner h3 {
        font-size: 27px; }
      section.banner .pre-head {
        margin: 0;
        margin-top: 100px; } }
  @media (min-width: 992px) {
    section.banner h1 {
      font-size: 45px;
      line-height: 1; }
    section.banner h1.sub {
      font-size: 32px; }
    section.banner p {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    section.banner h1 {
      font-size: 55px;
      line-height: 1; } }

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000',endColorstr='#00000000',GradientType=1); }

.news-feed {
  background-color: #F3F3F7; }

@media (max-width: 992px) {
  section.venues, section.events-list {
    padding: 30px 0; }
    section.venues h2, section.events-list h2 {
      margin-bottom: 10px; }
    section.venues .box, section.events-list .box {
      margin-bottom: 30px; } }
@media (min-width: 992px) {
  section.venues, section.events-list {
    margin-top: 0px; } }
@media (min-width: 1200px) {
  section.venues, section.events-list {
    margin-top: 130px; } }
section.venues .box, section.events-list .box {
  position: relative;
  background-size: contain;
  background-color: #0c0c0c;
  box-shadow: 0 0 30px #000;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 253px; }
  @media (min-width: 576px) {
    section.venues .box, section.events-list .box {
      min-height: 350px; } }
  @media (min-width: 768px) {
    section.venues .box, section.events-list .box {
      min-height: 207px; } }
  @media (min-width: 992px) {
    section.venues .box, section.events-list .box {
      min-height: 236px; } }
  section.venues .box .box-image img, section.events-list .box .box-image img {
    margin: 0 auto; }
  section.venues .box .box-content, section.events-list .box .box-content {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #181818;
    padding: 10px;
    transition: all 0.3s; }
    @media (max-width: 992px) {
      section.venues .box .box-content, section.events-list .box .box-content {
        background-color: #181818; } }
    section.venues .box .box-content h3, section.events-list .box .box-content h3 {
      font-family: Nunito, Arial, sans-serif;
      font-size: 16px;
      margin-bottom: -5px; }
    section.venues .box .box-content span.address, section.events-list .box .box-content span.address {
      font-size: 14px; }
    section.venues .box .box-content .corner, section.events-list .box .box-content .corner {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 20px;
      border-color: transparent transparent #ed6a29 transparent;
      bottom: 0;
      right: 0;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s; }
  section.venues .box:hover .box-content, section.events-list .box:hover .box-content {
    background-color: #ed6a29; }
  section.venues .box:hover .box-content .corner, section.events-list .box:hover .box-content .corner {
    border-color: transparent transparent #fff transparent; }
  section.venues .box a, section.events-list .box a {
    color: #fff; }
@media (max-width: 767px) {
  section.venues .col-md-12 .box .box-image img, section.events-list .col-md-12 .box .box-image img {
    position: absolute;
    height: 100%;
    top: 0;
    left: -97%;
    max-width: inherit; } }

section.about {
  background-image: url("../images/about-bg.jpg");
  background-size: cover; }
  @media (max-width: 768px) {
    section.about {
      text-align: center; } }
  @media (max-width: 992px) {
    section.about img {
      margin-top: 50px; } }
  @media (max-width: 576px) {
    section.about img {
      margin-top: 0px; } }

section.red {
  background-image: url("../images/red-bg.jpg");
  background-size: contain; }

a.news-block {
  width: 25%;
  float: left;
  height: 285px;
  text-align: center;
  line-height: 1;
  display: block;
  background-color: #ed6a29;
  transition: all 0.3s;
  font-size: 14px;
  background-size: cover;
  color: #fff !important; }
  @media (max-width: 576px) {
    a.news-block {
      width: 100%;
      height: 100%;
      margin-bottom: 30px;
      padding-bottom: 60px; } }
  @media (max-width: 768px) {
    a.news-block {
      height: 200px; } }
  a.news-block h3 {
    margin-top: 33%;
    float: left;
    z-index: 1;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      a.news-block h3 {
        margin-top: 40px;
        font-size: 20px; } }
    @media (max-width: 576px) {
      a.news-block h3 {
        margin-top: 60px;
        font-size: 20px; } }
  a.news-block:hover {
    background-image: none !important;
    color: #fff; }

@media (max-width: 768px) {
  .content.news h2 {
    margin-bottom: 10px; }
  .content.news a.button {
    margin-bottom: 20px; }
  .content.news .float-left, .content.news .float-right {
    float: none !important; } }

article .news-block {
  width: 100%;
  background-size: cover;
  height: 360px;
  margin-bottom: 30px; }
  article .news-block h3, article .news-block p {
    text-shadow: 3px 3px 10px #000; }
  article .news-block .excerpt {
    font-size: 16px;
    line-height: 1.4;
    padding: 30px; }

/* ---------------------------------------------------------------------------------------------------------- 
08 Pages ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*EVENT ORGANISRERS Page*/
.organisers p {
  font-size: 0.90em; }

/*VENUES*/
.acf-map .marker p {
  color: #203a5f; }

.banner.venue {
  margin-top: -140px;
  padding-top: 140px;
  background-size: cover;
  background-position-y: 100px;
  height: 585px; }
  .banner.venue p {
    margin-top: 35px;
    font-size: 16px; }
  .banner.venue span.pre-head {
    margin-top: 120px; }
  .banner.venue h1 {
    font-size: 32px;
    margin-bottom: 0px; }
  .banner.venue span.location, .banner.venue span.date {
    font-size: 20px; }
  @media (min-width: 768px) {
    .banner.venue {
      background-position-y: 0px;
      height: 825px; }
      .banner.venue h1 {
        font-size: 60px;
        margin-bottom: -10px; }
      .banner.venue span.pre-head {
        margin-top: 150px; } }
  @media (min-width: 1200px) {
    .banner.venue {
      background-size: cover;
      height: 1000px; }
      .banner.venue h1 {
        font-size: 75px;
        margin-bottom: -10px; }
      .banner.venue p {
        margin-top: 35px;
        font-size: 16px; }
      .banner.venue span.pre-head {
        margin-top: 250px; } }

.banner.event {
  margin-top: -140px;
  padding-top: 140px; }
  .banner.event p {
    margin-top: 35px; }
  .banner.event h1 {
    font-size: 32px;
    margin-bottom: 0px; }
  .banner.event h3 {
    font-size: 16px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .banner.event h3 {
        margin-bottom: 0;
        font-size: 28px; } }
  .banner.event span.pre-head {
    margin-top: 120px; }
  @media (min-width: 768px) {
    .banner.event {
      background-position-y: 0px;
      height: 625px; }
      .banner.event h1 {
        font-size: 60px;
        margin-bottom: 0px; }
      .banner.event span.pre-head {
        margin-top: 175px; } }
  @media (min-width: 1200px) {
    .banner.event {
      background-size: cover;
      background-position-y: 100px;
      height: 1000px; }
      .banner.event h1 {
        font-size: 75px;
        margin-bottom: -10px; }
      .banner.event span.pre-head {
        margin-top: 250px; } }
  .banner.event span.location,
  .banner.event span.date {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
    float: left;
    text-shadow: 0 0 15px #000;
    font-size: 14px;
    display: block;
    width: 100%; }
    .banner.event span.location i.fa,
    .banner.event span.date i.fa {
      font-size: 15px;
      margin-top: 5px; }
    @media (min-width: 768px) {
      .banner.event span.location,
      .banner.event span.date {
        font-size: 18px;
        width: auto;
        margin-top: 5px; } }
    @media (min-width: 992px) {
      .banner.event span.location,
      .banner.event span.date {
        font-size: 16px; } }
  .banner.event span.date {
    margin-right: 10px;
    display: inline-block; }
  .banner.event a.button {
    margin-top: 20px;
    display: inline-block; }

.banner.results-page,
.banner.default-page {
  background-size: cover;
  height: 400px;
  margin-top: -140px;
  padding-top: 260px; }
  .banner.results-page h1,
  .banner.default-page h1 {
    font-size: 32px;
    margin-bottom: -10px; }
  .banner.results-page h3,
  .banner.default-page h3 {
    font-size: 18px;
    line-height: 1;
    margin-top: 10px; }
  .banner.results-page p,
  .banner.default-page p {
    margin-top: 15px; }
  @media (min-width: 768px) {
    .banner.results-page,
    .banner.default-page {
      height: auto;
      padding-top: 160px; }
      .banner.results-page h1,
      .banner.default-page h1 {
        font-size: 75px;
        margin-bottom: -10px; }
      .banner.results-page h3,
      .banner.default-page h3 {
        font-size: 27px;
        line-height: 1;
        margin-top: 0px; }
      .banner.results-page p,
      .banner.default-page p {
        margin-top: 15px; } }

span.location, span.date {
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase; }

section.events-list h2 {
  font-size: 21px; }
@media (min-width: 768px) {
  section.events-list {
    margin-top: -240px; }
    section.events-list h2 {
      font-size: 27px; } }

.red-box {
  padding: 15px;
  background-color: #ed6a29;
  color: #fff; }
  .red-box a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff !important; }
    .red-box a:hover {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 320px) {
    .red-box p {
      font-size: 12px; } }

img.gallery-thumb {
  float: left;
  padding: 0;
  margin: 0;
  width: 50%;
  transition: all 0.3s;
  box-shadow: 0 0 40px black;
  filter: grayscale(100%); }
  @media (min-width: 576px) {
    img.gallery-thumb {
      width: 108px; } }
  @media (min-width: 768px) {
    img.gallery-thumb {
      width: 180px; } }
  @media (min-width: 992px) {
    img.gallery-thumb {
      width: 188px; } }
  @media (min-width: 1200px) {
    img.gallery-thumb {
      width: 190px; } }
  img.gallery-thumb:hover {
    transform: scale(1.1);
    filter: grayscale(0%); }

/*EVENTS*/
.container.white {
  background-color: #fff;
  color: #203a5f;
  padding: 60px 0px; }
  .container.white a {
    color: #ed6a29; }
  @media (min-width: 768px) {
    .container.white {
      padding: 60px 30px; } }
  @media (min-width: 1200px) {
    .container.white {
      width: 1170px; } }
.container .about-event h2 {
  font-size: 36px;
  line-height: 1; }
.container table.pricing-table {
  width: 100%;
  border: 1px solid #cdcdcd;
  font-size: 11px; }
  @media (min-width: 768px) {
    .container table.pricing-table {
      font-size: 14px; } }
  .container table.pricing-table th {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .container table.pricing-table th {
        font-size: 13px; } }

div.angle-head {
  position: relative;
  background-color: #000;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 1; }
  div.angle-head h3 {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    color: #fff; }

div.angle-head-red {
  background-color: #D90803;
  width: 113%;
  height: 50px;
  position: absolute;
  top: -14px;
  left: 10px;
  z-index: 0;
  display: inline-block;
  border-right: 20px solid #fff; }

span.holder {
  height: 50px;
  width: inherit;
  position: relative; }

div.angle-head::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 35px;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1; }

div.angle-head-red::after {
  content: '';
  position: absolute;
  top: 0;
  left: 95%;
  width: 35px;
  height: 50px;
  background: #ed6a29;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 0; }

@media (min-width: 1200px) {
  #tabs {
    margin-top: -250px; } }

@media (max-width: 768px) {
  .ui-tabs .ui-tabs-panel {
    padding: 0; } }

nav.event-nav {
  background-color: #000;
  padding: 10px;
  position: relative;
  z-index: 1;
  text-transform: uppercase; }
  nav.event-nav ul li {
    float: left;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px; }
    nav.event-nav ul li :focus {
      outline: none; }
    nav.event-nav ul li.ui-tabs-active a {
      color: #ed6a29; }
    @media (max-width: 992px) {
      nav.event-nav ul li {
        font-size: 12px; } }
  nav.event-nav ul li::after {
    content: '//';
    float: left;
    margin: 8px 4px; }
  nav.event-nav ul li:last-child::after {
    content: ''; }

section.event {
  margin-top: -45px;
  padding-bottom: 60px !important; }
  section.event .container.white {
    padding-top: 80px; }

img.sponsor-logo {
  width: 200px; }

/*Results page*/
table.results-table {
  width: 100%;
  border: 1px dashed #333333; }
  table.results-table th {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 10px; }
  table.results-table tr {
    background-color: #1d1d1d; }
  table.results-table tr:nth-child(odd) {
    background-color: #203a5f; }

/*Sponsors page*/
.partner-box, .team-box {
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px; }
  .partner-box img, .team-box img {
    border: 1px solid #e0e0e0;
    padding: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .partner-box h3, .team-box h3 {
    margin-bottom: 0;
    font-size: 32px; }
  .partner-box h2, .team-box h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin: 10px 0 0;
    color: #fff; }
  .partner-box p, .team-box p {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px; }

.team-box .angle-head {
  margin-bottom: 10px; }
.team-box h4 {
  margin-bottom: 10px; }

/* ---------------------------------------------------------------------------------------------------------- 
09 Blog ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.news-feed article.post {
  padding: 20px;
  background-color: #FFFFFF;
  border: none; }
  .news-feed article.post img {
    display: block;
    margin: 0 0 20px 0; }
  .news-feed article.post a {
    color: #ed6a29; }
    .news-feed article.post a:hover {
      color: #ffffff; }
  .news-feed article.post .button {
    display: block; }

.search.search-results h1 {
  margin: 0; }
.search .num-results {
  color: #AAAAAA;
  text-transform: uppercase;
  font-family: "Colaborate-Regular", Arial, sans-serif;
  font-size: 13px; }
.search article {
  border-bottom: 1px dashed #333;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }
.search p.error {
  color: #F06060; }

article.post {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px dashed #333;
  padding: 0 0 20px 0; }
  article.post.sticky {
    padding: 30px 30px 60px 30px;
    background-color: #F3F3F3; }
  article.post img {
    display: block; }
  article.post > div {
    padding: 15px; }
  article.post h2 {
    color: #FFFFFF;
    margin: 0 0 10px 0; }
  article.post .meta {
    font-size: 12px; }
  article.post .more-link {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Colaborate-Regular", Arial, sans-serif; }

.single-post .post > div {
  overflow: hidden;
  background-color: #203a5f;
  padding: 15px 20px;
  margin: 0 0 20px 0; }
  .single-post .post > div h1 {
    float: left;
    color: #FFFFFF;
    font-size: 32px;
    margin: 0; }

img.attachment-post {
  display: block;
  width: 100%;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    img.attachment-post {
      float: right;
      width: auto;
      margin: 0 0 20px 20px; } }

article.related {
  margin: 0; }
  article.related img {
    display: block;
    margin: 0 0 10px 0; }
  article.related h3 {
    margin: 0; }
  article.related p {
    font-size: 13px; }

section.blog {
  padding-top: 140px; }

/* ---------------------------------------------------------------------------------------------------------- 
10 Sidebar ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
aside .widget {
  background-color: #F7F7F7;
  padding: 20px;
  margin: 0 0 30px 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
  aside .widget h3 {
    border-bottom: 1px solid #E3E3E3;
    font-size: 22px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0; }
aside ul {
  margin: 0;
  padding: 0; }
  aside ul li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0; }
    aside ul li a, aside ul li a:visited {
      display: block;
      padding: 5px 0;
      color: #ffffff;
      font-family: "Colaborate-Regular", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      transition: background-color .25s linear; }
    aside ul li.current_page_item a,
    aside ul li a:hover {
      color: #4E94BD;
      font-weight: 700; }
aside #recentcomments a:hover {
  color: #ed6a29;
  background: none; }
aside > a, aside > img {
  display: block;
  margin: 0 auto 30px auto;
  text-align: center; }

/* ---------------------------------------------------------------------------------------------------------- 
11 Buttons ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
a.button,
.button,
button,
.submit-wrap input {
  display: inline-block;
  background-color: #ed6a29;
  color: #FFFFFF !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0;
  border: 3px solid #ed6a29;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: .5px;
  -webkit-appearance: none;
  transition: all .25s linear; }
  a.button:hover,
  .button:hover,
  button:hover,
  .submit-wrap input:hover {
    background: #fff;
    color: #ed6a29 !important; }
  a.button.small,
  .button.small,
  button.small,
  .submit-wrap input.small {
    padding: 5px 10px;
    font-size: 14px; }
  a.button.large,
  .button.large,
  button.large,
  .submit-wrap input.large {
    display: block; }

span.button > a {
  display: block; }

/* ---------------------------------------------------------------------------------------------------------- 
12 Forms ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.searchform {
  margin-bottom: 30px; }
  .searchform input[type='search'] {
    float: left;
    width: 80%;
    font-size: 13px;
    padding: 5px;
    margin: 0;
    height: 27px;
    text-transform: uppercase;
    font-family: "Colaborate-Regular", Arial, sans-serif;
    color: #ed6a29;
    border: 1px solid #ed6a29;
    border-radius: 0;
    -webkit-appearance: none; }
  .searchform button {
    width: 20%;
    padding: 3px 10px;
    margin: 0;
    height: 27px;
    font-size: 13px;
    font-family: 'FontAwesome';
    border: 1px solid #ed6a29;
    background: #ed6a29;
    color: #FFFFFF; }

label {
  display: block;
  color: #ffffff;
  margin: 0 0 5px 0;
  font-size: 14px; }
  @media (min-width: 768px) {
    label {
      line-height: 42px;
      margin: 0; } }

input[type="text"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #979797;
  color: #203a5f;
  padding: 12px 20px;
  margin: 0 0 30px 0;
  font-weight: 300;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: normal; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    textarea {
      float: left;
      width: 80%; }
      input[type="text"]:last-child,
      input[type="url"]:last-child,
      input[type="search"]:last-child,
      input[type="tel"]:last-child,
      input[type="password"]:last-child,
      input[type="email"]:last-child,
      input[type="number"]:last-child,
      textarea:last-child {
        margin-bottom: 0; } }

select {
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  padding: 9px 20px;
  font-weight: 300;
  background: #FFFFFF url("../images/dropdown-arrow.png") no-repeat center right 20px; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
    select {
      background: #FFFFFF url("../images/dropdown-arrow@2x.png") no-repeat center right 20px;
      background-size: 9px 4px; } }

.ninja-form-contact {
  width: 400px;
  margin: 0 auto; }
  .ninja-form-contact label {
    color: #000; }

.ninja-form-volunteers {
  width: 600px; }
  .ninja-form-volunteers label {
    color: #000;
    margin: 0; }

.nf-form-title {
  display: none; }

.ninja-forms-form-wrap .nf-before-form-content {
  display: none; }
.ninja-forms-form-wrap .nf-row .nf-cell {
  float: none;
  width: 100% !important; }
  @media (min-width: 992px) {
    .ninja-forms-form-wrap .nf-row .nf-cell {
      float: left;
      width: 50% !important; } }
  .ninja-forms-form-wrap .nf-row .nf-cell:first-child {
    padding: 0; }
    @media (min-width: 992px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:first-child {
        padding: 0 20px 0 0;
        border-right: 1px solid #FFFFFF; } }
    @media (min-width: 1200px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:first-child {
        padding: 0 110px 0 0; } }
  .ninja-forms-form-wrap .nf-row .nf-cell:last-child {
    padding: 0; }
    @media (min-width: 992px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:last-child {
        padding: 0 0 0 20px; } }
    @media (min-width: 1200px) {
      .ninja-forms-form-wrap .nf-row .nf-cell:last-child {
        padding: 0 110px 0 20px; } }
  .ninja-forms-form-wrap .nf-row .nf-cell .nf-field-container {
    margin: 0 0 20px 0; }
    @media (min-width: 992px) {
      .ninja-forms-form-wrap .nf-row .nf-cell .nf-field-container.phone-container, .ninja-forms-form-wrap .nf-row .nf-cell .nf-field-container.submit-container {
        margin: 0; } }
.ninja-forms-form-wrap .list-checkbox-wrap ul, .ninja-forms-form-wrap .list-radio-wrap ul {
  display: flex; }
  .ninja-forms-form-wrap .list-checkbox-wrap ul li, .ninja-forms-form-wrap .list-radio-wrap ul li {
    flex-grow: 1; }
.ninja-forms-form-wrap .nf-field-container.label-hidden .nf-field-label {
  display: none; }
.ninja-forms-form-wrap .nf-field-container.label-hidden .nf-field-element {
  width: 100%; }
.ninja-forms-form-wrap .nf-field-container.label-above .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-above .nf-field-label {
      margin: 0; } }
.ninja-forms-form-wrap .nf-field-container.label-below .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-below .nf-field-label {
      margin: 0; } }
.ninja-forms-form-wrap .nf-field-container.label-left .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-left .nf-field-label {
      width: 20%;
      margin: 0;
      padding: 0 20px 0 0; } }
.ninja-forms-form-wrap .nf-field-container.label-left .nf-field-element {
  width: 100%; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-left .nf-field-element {
      width: 80%;
      margin: 0; } }
.ninja-forms-form-wrap .nf-field-container.label-right .nf-field-label {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-right .nf-field-label {
      width: 20%;
      margin: 0;
      padding: 0 0 0 20px; } }
.ninja-forms-form-wrap .nf-field-container.label-right .nf-field-element {
  width: 100%; }
  @media (min-width: 576px) {
    .ninja-forms-form-wrap .nf-field-container.label-right .nf-field-element {
      width: 80%;
      margin: 0; } }
.ninja-forms-form-wrap .nf-field-container.label-right .nf-after-field .nf-error-msg {
  text-align: left; }
.ninja-forms-form-wrap .nf-field-container .nf-after-field {
  margin: 0;
  width: 100%; }
  .ninja-forms-form-wrap .nf-field-container .nf-after-field .nf-error-msg {
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 12px; }
.ninja-forms-form-wrap .nf-field .nf-field-label label {
  text-align: left;
  font-weight: 300;
  font-weight: 700; }
.ninja-forms-form-wrap .nf-field .nf-error .ninja-forms-field {
  border-color: #F06060; }
.ninja-forms-form-wrap .submit-container input.button {
  background-color: #FFFFFF;
  border: none;
  color: #ffffff;
  width: 100%;
  font-weight: 400; }

.nf-form-errors .nf-error-msg {
  background-color: #F06060;
  padding: 10px 20px;
  margin: 40px auto 0 auto;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF; }

.nf-response-msg {
  background-color: #51CD80;
  padding: 30px 20px;
  margin: 40px auto 0 auto;
  width: 100%;
  text-align: center;
  border-radius: 3px; }
  @media (min-width: 768px) {
    .nf-response-msg {
      width: 80%; } }
  @media (min-width: 992px) {
    .nf-response-msg {
      width: 60%; } }
  .nf-response-msg:before {
    content: "\f00c";
    display: inline-block;
    width: 96px;
    font-size: 60px;
    font-family: 'FontAwesome';
    color: #FFFFFF;
    margin: 0 0 20px 0;
    border: 3px solid #FFFFFF;
    border-radius: 50%; }
  .nf-response-msg p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF; }

/* ---------------------------------------------------------------------------------------------------------- 
13 Tables ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
table {
  margin-bottom: 20px; }
  table tr {
    border: none;
    background: #F1F1F1; }
    table tr:nth-child(odd) {
      background: none; }
    table tr th, table tr td {
      padding: 10px; }

/* ---------------------------------------------------------------------------------------------------------- 
14 404 ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
15 Fonts ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.fa-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); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

/* ---------------------------------------------------------------------------------------------------------- 
16 Pagination ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 30px 0; }
  @media (min-width: 992px) {
    .pagination {
      margin: 0; } }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links span, .pagination .nav-links a {
    display: block;
    float: left;
    text-align: center;
    width: 42px;
    height: 42px;
    padding: 0;
    text-decoration: none;
    line-height: 42px;
    margin: 0 5px 0 0;
    font-weight: 700;
    font-family: "Colaborate-Regular", Arial, sans-serif;
    color: #203a5f;
    font-size: 14px;
    border: none;
    background: #ffffff;
    transition: color .25s linear, background-color .25s linear; }
    .pagination .nav-links span:last-child, .pagination .nav-links a:last-child {
      margin: 0; }
    .pagination .nav-links span.current, .pagination .nav-links span:hover, .pagination .nav-links a.current, .pagination .nav-links a:hover {
      background-color: #ed6a29;
      color: #ffffff; }
  .pagination .nav-links .prev {
    display: none;
    width: 100px; }
    @media (min-width: 768px) {
      .pagination .nav-links .prev {
        display: block; } }
  .pagination .nav-links .next {
    display: none;
    width: 80px; }
    @media (min-width: 768px) {
      .pagination .nav-links .next {
        display: block; } }

/* ---------------------------------------------------------------------------------------------------------- 
17 Icons & Tooltips ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.icon-box {
  padding: 15px;
  background-color: #eeecec;
  color: #203a5f;
  text-align: center; }

img.icon {
  height: 35px;
  margin: 0 5px; }

.ui-tooltip, .arrow:after {
  background: #ed6a29;
  border: none; }

.ui-tooltip {
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -16px;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }
