@charset "UTF-8";
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

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

dd {
  margin: 0 0 0 40px;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-group:before,
.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 {
  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: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-rebel:before {
  content: "";
}

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

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

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

.fa-hacker-news:before {
  content: "";
}

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

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

.fa-wechat:before,
.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: "";
}

/* Colours */
/* Breakpoints */
/* Fonts */
/* Global Sections */
/* extendables */
.site-header-main-menu ul, .site-header-top-menu ul {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-header-main-menu ul:before, .site-header-top-menu ul:before, .site-header-main-menu ul:after, .site-header-top-menu ul:after {
  content: " ";
  display: table;
}
.site-header-main-menu ul:after, .site-header-top-menu ul:after {
  clear: both;
}

.site-search-services input.search-services-submit, .site-search-form input[type=submit], .page-feature .page-feature-slider .slide i, .page-feature .page-feature-slider .slide .slide-caption-paragraph, .page-feature .page-feature-slider .slide .slide-caption-sub, .page-feature .page-feature-slider .slide .slide-caption-title, a.sidebar-link, article.loop-service a, .site-header-main-menu .sub-menu li a:link, .site-header-main-menu .sub-menu li a:visited, .site-header-main-menu ul li a, .site-header-top-menu ul li a {
  -webkit-transition: color 150ms ease, background-color 150ms ease, margin 150ms ease, border 150ms ease, padding 150ms ease;
  -moz-transition: color 150ms ease, background-color 150ms ease, margin 150ms ease, border 150ms ease, padding 150ms ease;
  transition: color 150ms ease, background-color 150ms ease, margin 150ms ease, border 150ms ease, padding 150ms ease;
}
.touch .site-search-services input.search-services-submit, .site-search-services .touch input.search-services-submit, .touch .site-search-form input[type=submit], .site-search-form .touch input[type=submit], .touch .page-feature .page-feature-slider .slide i, .page-feature .page-feature-slider .slide .touch i, .touch .page-feature .page-feature-slider .slide .slide-caption-paragraph, .page-feature .page-feature-slider .slide .touch .slide-caption-paragraph, .touch .page-feature .page-feature-slider .slide .slide-caption-sub, .page-feature .page-feature-slider .slide .touch .slide-caption-sub, .touch .page-feature .page-feature-slider .slide .slide-caption-title, .page-feature .page-feature-slider .slide .touch .slide-caption-title, .touch a.sidebar-link, .touch article.loop-service a, article.loop-service .touch a, .touch .site-header-main-menu .sub-menu li a:link, .site-header-main-menu .sub-menu li .touch a:link, .touch .site-header-main-menu .sub-menu li a:visited, .site-header-main-menu .sub-menu li .touch a:visited, .touch .site-header-main-menu ul li a, .site-header-main-menu ul li .touch a, .touch .site-header-top-menu ul li a, .site-header-top-menu ul li .touch a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.page-feature .page-feature-slider .slide {
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.touch .page-feature .page-feature-slider .slide, .page-feature .page-feature-slider .touch .slide {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.page-feature .page-feature-slider, .site-header-main-menu ul li:hover .sub-menu {
  box-shadow: 0 1px 10px -2.5px #000;
}

/* extendables */
a:link, a:visited {
  color: #A1002f;
}
a:hover, a:active {
  color: #CF7026;
}

.read-more {
  white-space: nowrap;
  display: inline-block;
  padding: 0 0.25em;
}
.read-more i {
  margin-left: 0.5rem;
}

html, body {
  line-height: 1.375;
  background-color: #F8F4EB;
  font-family: "open-sans", sans-serif;
  overflow-x: hidden;
  color: #444;
}

.wrapper {
  margin: 0 auto;
  *zoom: 1;
  width: 93%;
}
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media all and (min-width: 60em) {
  .wrapper {
    width: 60em;
  }
}

.page-title {
  color: #A1002f;
  margin: 0;
  font-size: 2em;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid #A1002f;
}

.sub-heading {
  color: #A1002f;
  font-size: 1.5em;
  padding: 0.5em 0;
  margin: 1em 0 0 0;
  border-bottom: 1px solid #A1002f;
}

.site-footer .footer-column, .site-sidebar {
  margin: 0 1%;
}
@media all and (min-width: 60em) {
  .site-footer .footer-column, .site-sidebar {
    float: left;
    width: 31%;
  }
}

.main-content {
  margin: 0 1%;
}
@media all and (min-width: 60em) {
  .main-content {
    float: left;
    width: 65%;
  }
}

.site-footer-menu, .news-feed, .secondary-content {
  margin: 0 1%;
}
@media all and (min-width: 60em) {
  .site-footer-menu, .news-feed, .secondary-content {
    float: left;
    width: 48%;
  }
}
@media all and (min-width: 46.8em) {
  footer .site-footer-menu, footer .news-feed, footer .secondary-content {
    float: left;
    width: 48%;
  }
}

.site-header-main-menu ul li:hover .sub-menu {
  display: block;
}

.current-menu-item > a {
  border-bottom: 2px solid #666;
}
.current-menu-item > a footer, footer.sub-menu .current-menu-item > a {
  border-bottom: none;
  background-color: #DA9A22;
  border-radius: 0.5em;
}

.site-header-top-menu {
  *zoom: 1;
  margin: 0 0 0.625em 0;
  padding: 0 0 0.3125em 0;
  width: 100%;
  display: none;
}
.site-header-top-menu:before, .site-header-top-menu:after {
  content: " ";
  display: table;
}
.site-header-top-menu:after {
  clear: both;
}
@media all and (min-width: 46.8em) {
  .site-header-top-menu {
    display: inline-block;
    width: auto;
    margin: 0 0 0.3125em 0;
    padding: 0;
  }
}
.site-header-top-menu ul {
  padding: 0;
  margin: 0;
  width: auto;
}
.site-header-top-menu ul li {
  display: inline-block;
}
.site-header-top-menu ul li a:link, .site-header-top-menu ul li a:visited {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 0.625em;
  font-size: 0.875em;
}

.site-header-main-menu {
  *zoom: 1;
  position: relative;
  z-index: 300;
  float: left;
  width: 100%;
  text-align: center;
}
.site-header-main-menu:before, .site-header-main-menu:after {
  content: " ";
  display: table;
}
.site-header-main-menu:after {
  clear: both;
}
@media all and (min-width: 24em) {
  .site-header-main-menu {
    width: 100%;
  }
}
@media all and (min-width: 46.8em) {
  .site-header-main-menu {
    padding-bottom: 1.875em;
  }
}
@media all and (min-width: 50em) {
  .site-header-main-menu {
    margin: 0.3125em 0 0 0;
  }
}
@media all and (min-width: 60em) {
  .site-header-main-menu {
    width: 41.25em;
    text-align: right;
  }
}
.site-header-main-menu ul {
  *zoom: 1;
  width: 100%;
  display: none;
}
.site-header-main-menu ul:before, .site-header-main-menu ul:after {
  content: " ";
  display: table;
}
.site-header-main-menu ul:after {
  clear: both;
}
@media all and (min-width: 46.8em) {
  .site-header-main-menu ul {
    display: block;
  }
}
.site-header-main-menu ul li {
  display: inline-block;
  position: relative;
}
.site-header-main-menu ul li a:link, .site-header-main-menu ul li a:visited {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.625em;
  font-size: 1.1875em;
}
.site-header-main-menu ul li:last-child a:link, .site-header-main-menu ul li:last-child a:visited {
  padding-right: 0;
}
.site-header-main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #A1002f;
  width: 18.75em;
  font-size: 0.875em;
  border-radius: 0.5em;
  text-align: left;
}
.site-header-main-menu .sub-menu li {
  display: block;
  float: none;
  border-bottom: 1px solid #880028;
}
.site-header-main-menu .sub-menu li a:link, .site-header-main-menu .sub-menu li a:visited {
  color: #fff;
}
.site-header-main-menu .sub-menu li a:hover, .site-header-main-menu .sub-menu li a:active {
  color: #DA9A22;
  padding: 0.5em 0.625em 0.5em 1em;
}
.site-header-main-menu .sub-menu li:last-child {
  border-bottom: none;
}
.site-header-main-menu .sub-menu:before {
  content: "\a";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #A1002f transparent;
  position: absolute;
  top: -10px;
  left: 20px;
}

.site-footer-menu {
  text-align: center;
  color: #fff;
  padding: 1em 0;
}
.site-footer-menu ul {
  padding: 0;
}
.site-footer-menu ul li {
  padding: 0;
  margin: 0 0 1px 0;
  text-align: center;
}
.site-footer-menu ul li:hover .sub-menu {
  box-shadow: none;
}
.site-footer-menu ul .sub-menu {
  width: 95%;
  margin: 1em auto 1.25em auto;
  padding: 1% 0;
  display: block;
  background: #666;
  border-radius: 0.5em;
  position: relative;
}
.site-footer-menu ul .sub-menu li {
  padding: 0;
  margin: 1%;
}
.site-footer-menu ul .sub-menu li a:link, .site-footer-menu ul .sub-menu li a:visited {
  background-color: transparent;
}
.site-footer-menu ul .sub-menu li a:hover {
  background-color: #A1002f;
}
@media all and (min-width: 46.8em) {
  .site-footer-menu ul .sub-menu {
    display: none;
  }
}
.site-footer-menu ul .sub-menu:before {
  content: "\a";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #666 transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}
.site-footer-menu a:link, .site-footer-menu a:visited {
  color: inherit;
  padding: 0.75em 0;
  display: block;
  text-decoration: none;
  border-radius: 0.5em;
  margin: 0 0 1px 0;
}
@media all and (min-width: 50em) {
  .site-footer-menu a:link, .site-footer-menu a:visited {
    background-color: transparent;
    padding: 0.25em;
  }
}
@media all and (min-width: 60em) {
  .site-footer-menu a:link, .site-footer-menu a:visited {
    text-align: left;
  }
}
.site-footer-menu a:hover {
  background-color: #A1002f;
}

.site-header {
  *zoom: 1;
  background-color: #fff;
  padding-bottom: 2.5em;
  text-align: center;
}
.site-header:before, .site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
@media all and (min-width: 46.8em) {
  .site-header {
    padding-bottom: 5.625em;
  }
  .no-feature .site-header {
    padding-bottom: 0;
  }
}
@media all and (min-width: 50em) {
  .site-header {
    padding-bottom: 8.125em;
    text-align: right;
  }
  .no-feature .site-header {
    padding-bottom: 0;
  }
}

.site-logo {
  text-align: left;
  display: inline-block;
  width: 18.75em;
  height: 4.375em;
  overflow: hidden;
  text-indent: -999%;
  white-space: nowrap;
  margin: 1.875em 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/Anglicare-1-NT.png);
}
.svg .site-logo {
  background-image: url(../svg/Anglicare-1-NT.svg);
}
@media all and (min-width: 46.8em) {
  .site-logo {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .site-logo {
    width: auto;
    margin: 1.875em 0;
  }
}
.site-logo h1 {
  font-size: 1em;
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 18.75em;
}

.site-header-right {
  *zoom: 1;
  width: 100%;
  text-align: center;
  padding: 0.625em 0;
  margin: 0 0 1.875em 0;
  vertical-align: baseline;
}
.site-header-right:before, .site-header-right:after {
  content: " ";
  display: table;
}
.site-header-right:after {
  clear: both;
}
@media all and (min-width: 46.8em) {
  .site-header-right {
    float: right;
    width: 50%;
    text-align: right;
    margin: 0;
  }
}
@media all and (min-width: 60em) {
  .site-header-right {
    width: 60%;
  }
}

.mobile-menu {
  display: block;
  float: left;
  text-align: center;
  width: 15%;
  font-size: 0.75em;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.mobile-menu i {
  font-size: 3em;
  display: block;
}
@media all and (min-width: 46.8em) {
  .mobile-menu {
    display: none;
  }
}

.main-wrapper {
  background-color: #fff;
  *zoom: 1;
}
.main-wrapper:before, .main-wrapper:after {
  content: " ";
  display: table;
}
.main-wrapper:after {
  clear: both;
}

.main-content {
  margin: 2.5rem 1%;
  font-size: 0.875em;
}

.services-filter {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: #680047;
  margin: 2rem 0 0 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.375);
}

article.loop-service {
  *zoom: 1;
  margin: 2rem 0;
}
article.loop-service:before, article.loop-service:after {
  content: " ";
  display: table;
}
article.loop-service:after {
  clear: both;
}
.news-feed article.loop-service {
  margin: 0.5rem 0;
}
article.loop-service a {
  display: block;
  *zoom: 1;
  font-size: 1rem;
  color: #444;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
article.loop-service a:before, article.loop-service a:after {
  content: " ";
  display: table;
}
article.loop-service a:after {
  clear: both;
}
article.loop-service a:hover {
  background-color: #ededed;
}
article.loop-service .service-image {
  display: none;
  *zoom: 1;
}
article.loop-service .service-image:before, article.loop-service .service-image:after {
  content: " ";
  display: table;
}
article.loop-service .service-image:after {
  clear: both;
}
article.loop-service .service-image img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0.25rem;
  float: left;
}
@media all and (min-width: 24em) {
  article.loop-service .service-image {
    float: left;
    width: 30%;
    display: block;
  }
}
@media all and (min-width: 400px) {
  article.loop-service .service-image {
    display: block;
  }
}
article.loop-service .service-info-wrap {
  display: block;
}
@media all and (min-width: 24em) {
  article.loop-service .service-info-wrap {
    float: left;
    display: block;
    width: 67%;
    margin: 0 0 0 3%;
  }
}
article.loop-service .service-info-wrap span {
  float: left;
  display: block;
  width: 100%;
}
article.loop-service .service-title {
  color: #A1002f;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.125em;
  padding: 0 0 0.5rem 0;
}
.news-feed article.loop-service .service-title {
  font-size: 1.125rem;
}
article.loop-service .service-type {
  padding: 0.25rem 0;
  color: #A1002f;
  font-style: italic;
  font-size: 0.875rem;
}
.news-feed article.loop-service .service-type {
  padding: 0.25rem 0 0 0;
}
article.loop-service .service-location {
  padding: 0.25rem 0;
  color: #A1002f;
  font-style: italic;
  font-size: 0.875rem;
}
article.loop-service .service-region {
  padding: 0 0 0.5rem 0;
  color: #A1002f;
  font-style: italic;
  font-size: 0.875rem;
}
article.loop-service .service-date {
  margin: 0 0 0.5em 0;
  font-style: italic;
}
.page-news-events article.loop-service .service-date {
  margin: 0;
}
.news-feed article.loop-service .service-date {
  margin: 0;
}
.news-feed article.loop-service .service-content span {
  font-size: 0.75rem;
}
.single-service article.loop-service .service-content span {
  font-size: 0.875em;
  padding: 0.125em 0;
}

.faq {
  padding: 1.5em 0.5em;
}
.faq .faq-title {
  color: #A1002f;
  font-size: 1.25em;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.5em 0;
  border-bottom: 1px dotted #C29E6E;
}
.resource-group {
  padding: 1em 0;
}

.resource {
  padding: 1em 0.5em;
  border-bottom: 1px dotted #C29E6E;
}
.resource .resource-title {
  color: #444;
  font-size: 1.25em;
  padding: 0 0 0.5em 0;
}
.resource .resource-content {
  padding: 0 0 0 1em;
}
.resource .resource-file {
  padding: 0 0 0 1em;
  text-decoration: none;
  display: block;
}
.resource .resource-file:hover {
  color: #CF7026;
}

.acf-map {
  width: 100%;
  height: 270px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
@media all and (min-width: 46.8em) {
  .acf-map {
    height: 400px;
  }
}

.site-sidebar {
  margin-top: 1em;
  border-top: 1px solid #A1002f;
}
@media all and (min-width: 60em) {
  .site-sidebar {
    border-top: none;
  }
}

a.sidebar-link {
  *zoom: 1;
  display: block;
  padding: 0.675em 0.875em;
  background-color: #A1002f;
  border-radius: 0.5em;
  margin: 0 0 0.5em 0;
  line-height: 1;
  color: #fff;
  position: relative;
}
a.sidebar-link:before, a.sidebar-link:after {
  content: " ";
  display: table;
}
a.sidebar-link:after {
  clear: both;
}
a.sidebar-link .sidebar-link-icon {
  position: absolute;
  top: 50%;
  left: 0.325em;
  margin: -0.5em 0 0 0;
  font-size: 2em;
  display: block;
}
a.sidebar-link .sidebar-link-title {
  float: left;
  display: block;
  font-size: 1.3125em;
  font-weight: 800;
  padding-left: 2.5rem;
  padding-right: 0.5rem;
}
a.sidebar-link .sidebar-link-caption {
  float: left;
  display: block;
  font-size: 0.75em;
  font-weight: 100;
  padding: 0.25em 0 0 0;
  font-size: 0.75em;
  text-align: inherit;
  padding-left: 2.5rem;
  padding-right: 0.5rem;
}
a.sidebar-link .sidebar-link-arr {
  position: absolute;
  top: 50%;
  right: 0.325em;
  margin: -0.5em 0 0 0;
  font-size: 1.875em;
}
a.sidebar-link:hover {
  background-color: #A1002f;
}
@media all and (min-width: 24em) and (max-width: 60em) {
  a.sidebar-link {
    text-align: center;
  }
  a.sidebar-link .sidebar-link-title {
    font-size: 1.3125em;
    text-indent: 0;
  }
  a.sidebar-link .sidebar-link-caption {
    font-size: 0.625em;
    text-indent: 0;
  }
}

a.sidebar-link.sidebar-involved {
  background-color: #CF7026;
}
a.sidebar-link.sidebar-involved:hover {
  background-color: #A1002f;
}

a.sidebar-link.sidebar-contact {
  background-color: #DA9A22;
}
a.sidebar-link.sidebar-contact:hover {
  background-color: #A1002f;
}

a.sidebar-link.sidebar-paypal {
  background-color: #73ABD7;
}
a.sidebar-link.sidebar-paypal:hover {
  background-color: #A1002f;
}

.site-footer {
  *zoom: 1;
  padding: 2em 0;
  color: #fff;
  background-color: #3b3838;
  box-shadow: inset 0px 0px 10px 1px rgba(50, 50, 50, 0.25);
}
.site-footer:before, .site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer a {
  color: inherit;
}
.site-footer .footer-column {
  font-size: 0.875em;
  text-align: center;
  padding: 0 0 2em 0;
}
@media all and (min-width: 60em) {
  .site-footer .footer-column {
    text-align: left;
  }
}
.site-footer .footer-logo {
  width: 230px;
  height: 55px;
  background-image: url(../images/Anglicare-NT-white.png);
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 3rem auto;
  text-indent: -999px;
}
@media all and (min-width: 60em) {
  .site-footer .footer-logo {
    margin: 0 0 3rem 0;
  }
}
.svg .site-footer .footer-logo {
  background-image: url(../svg/Anglicare-NT-white.svg);
}
.site-footer .footer-phone {
  padding: 0.5rem 0 1rem 0;
  font-size: 1.5rem;
}
.site-footer .footer-social {
  padding: 1rem 0;
}
.site-footer .footer-mail {
  padding: 1rem 0 0 0;
}
.site-footer .footer-copyright {
  padding: 0 0 0.5rem 0;
}
.site-footer .footer-search {
  padding: 2em 0;
}
.site-footer .site-footer-menu-title {
  text-align: center;
  font-size: 2em;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #fff;
}
@media all and (min-width: 60em) {
  .site-footer .site-footer-menu-title {
    display: none;
  }
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  border-radius: 0.5rem;
  border: 1px solid #C29E6E;
  padding: 1em 1.3% !important;
  display: block;
  width: 95% !important;
}

.gform_wrapper input[type=submit] {
  padding: 10px 35px;
  border: 0;
  background: #A1002f;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 1.5em;
  border-radius: 0.5rem;
}
.gform_wrapper input[type=submit]:hover {
  background: #CF7026;
}

.gform_wrapper #input_5_3 {
  border-radius: 0.5rem;
  border: 1px solid #C29E6E;
  padding: 1em 1.3% !important;
  display: block;
}

.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_left {
  width: 100% !important;
}
@media all and (min-width: 46.8em) {
  .gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_left {
    width: 49% !important;
  }
}

#button {
  padding: 10px 20px;
  border: 0;
  background: #A1002f;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  border-radius: 0.5rem;
}
#button:hover {
  background: #CF7026;
}

.destroy-button {
  display: none;
}

#application {
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

#application.fade-out {
  opacity: 0;
  height: 1px;
}

#application.fade-in {
  opacity: 1;
  height: auto;
}

.button {
  padding: 10px 20px;
  border: 0;
  background: #A1002f;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  border-radius: 0.5rem;
}
.button:hover {
  background: #CF7026;
}

.gform_wrapper.gf_browser_chrome form .gfield_radio li input[type=radio] {
  margin-top: 0px;
}

@media all and (min-width: 980px) {
  .side-feature {
    float: left;
    width: 31%;
    margin: -9.5em 1% 0 1%;
  }
}

.page-feature {
  background-color: #680047;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center left;
  box-shadow: inset 0px 0px 10px 1px rgba(50, 50, 50, 0.25);
}
.page-feature .page-feature-slider {
  border-radius: 0.5em;
  overflow: hidden;
  margin-top: -2.5em;
  height: 0;
  padding-bottom: 33.854167%;
  background-color: #fff;
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-shadow: 1px 1px 5px black;
}
.home .page-feature .page-feature-slider {
  padding-bottom: 40.625%;
}
@media all and (min-width: 980px) {
  .home .page-feature .page-feature-slider {
    padding-bottom: 25.625%;
    float: left;
    width: 65%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media all and (min-width: 46.8em) {
  .page-feature .page-feature-slider {
    margin-top: -5.625em;
  }
}
@media all and (min-width: 50em) {
  .page-feature .page-feature-slider {
    margin-top: -8.125em;
  }
}
.page-feature .page-feature-slider img {
  position: relative;
  border-radius: 0.5em;
  width: 100%;
  height: auto;
}
.page-feature .page-feature-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  z-index: 40;
}
.page-feature .page-feature-slider .slide .slide-caption-wrap {
  position: absolute;
  bottom: 10%;
  left: 4%;
}
.page-feature .page-feature-slider .slide .slide-caption-title {
  position: relative;
  display: block;
  font-size: 2em;
  font-family: "skippy-sharp", "gooddog-new", sans-serif;
  margin-bottom: 0.5rem;
  line-height: 0.75;
  font-weight: 100;
}
@media all and (min-width: 46.8em) {
  .page-feature .page-feature-slider .slide .slide-caption-title {
    font-size: 4em;
  }
}
.page-feature .page-feature-slider .slide .slide-caption-sub {
  position: relative;
  font-size: 1em;
  margin: 0;
}
@media all and (min-width: 46.8em) {
  .page-feature .page-feature-slider .slide .slide-caption-sub {
    font-size: 1.875em;
  }
}
.page-feature .page-feature-slider .slide .slide-caption-paragraph {
  position: relative;
  display: block;
  font-size: 1.5em;
  font-family: "skippy-sharp", "gooddog-new", sans-serif;
  margin-bottom: 0.5rem;
  line-height: 0.75;
  font-weight: 100;
  padding: 0 1.25em 0 0;
}
@media all and (min-width: 46.8em) {
  .page-feature .page-feature-slider .slide .slide-caption-paragraph {
    font-size: 2em;
  }
}
.page-feature .page-feature-slider .slide .slide-caption-paragraph p {
  margin: 0;
}
.page-feature .page-feature-slider .slide i {
  color: #DA9A22;
  margin-left: 1rem;
}
.page-feature .page-feature-slider .slide:hover {
  color: #DA9A22;
}
.page-feature .page-feature-slider .slide:hover i {
  margin-left: 2rem;
}
.page-feature .page-feature-slider .slide.show {
  opacity: 1;
  z-index: 50;
}

.main-content {
  background-color: #fff;
  min-height: 400px;
}

.search-no-result {
  margin: 2em 0;
  padding: 1em;
  font-size: 1.5em;
  color: #A1002f;
  border: 1px solid #A1002f;
  background-color: #DA9A22;
  border-radius: 0.5rem;
}
.search-no-result i {
  float: left;
  font-size: 3em;
  margin: 0 1rem 0 0;
}

.search-alternate-results {
  font-size: 1.5em;
  color: #7A9254;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #7A9254;
}

.site-search-form {
  *zoom: 1;
  margin: 0;
  width: 85%;
  float: left;
}
.site-search-form:before, .site-search-form:after {
  content: " ";
  display: table;
}
.site-search-form:after {
  clear: both;
}
footer .site-search-form {
  width: 100%;
  float: none;
}
@media all and (min-width: 46.8em) {
  .site-search-form {
    width: auto;
    float: none;
    display: inline-block;
  }
}
.site-search-form input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 0.875em;
  padding: 1em 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border: 1px solid #A1002f;
  border-right: none;
  display: inline-block;
  color: #A1002f;
  font-family: "open-sans", sans-serif;
  width: 72%;
}
@media all and (min-width: 46.8em) {
  .site-search-form input[type=text] {
    width: 14.75rem;
    padding: 0.8125em;
  }
}
.site-search-form input[type=text]::-webkit-input-placeholder {
  color: #A1002f;
}
.site-search-form input[type=text]:-moz-placeholder {
  color: #A1002f;
}
.site-search-form input[type=text]::-moz-placeholder {
  color: #A1002f;
}
.site-search-form input[type=text]:-ms-input-placeholder {
  color: #A1002f;
}
.site-search-form input[type=text]:focus {
  outline: none;
}
.site-search-form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 0.875em;
  padding: 1em 4%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 1px solid #A1002f;
  display: inline-block;
  background-color: #fff;
  width: 12%;
  overflow: hidden;
  text-indent: -999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/ico-search-brown.png);
  font-family: "open-sans", sans-serif;
}
@media all and (min-width: 46.8em) {
  .site-search-form input[type=submit] {
    width: 2.5625em;
    padding: 0.8125em;
  }
}
.svg .site-search-form input[type=submit] {
  background-image: url(../svg/ico-search-brown.svg);
  background-size: 22px 22px;
}
.site-search-form input[type=submit]:hover {
  border: 1px solid #A1002f;
  background-color: #A1002f;
  background-image: url(../images/ico-search-white.png);
}
.svg .site-search-form input[type=submit]:hover {
  background-image: url(../svg/ico-search-white.svg);
  background-size: 22px 22px;
}
.site-search-form input[type=submit]:focus {
  outline: none;
}

.site-search-services {
  *zoom: 1;
  margin: 0 auto;
}
.site-search-services:before, .site-search-services:after {
  content: " ";
  display: table;
}
.site-search-services:after {
  clear: both;
}
.front-page .site-search-services {
  min-height: 6.25em;
  margin: 0 auto 2rem auto;
}
.site-sidebar .site-search-services {
  margin: 2rem auto;
}
@media all and (min-width: 46.8em) {
  .site-search-services {
    margin: 0 auto;
  }
  .front-page .site-search-services {
    margin: 0 auto;
  }
}
.site-search-services select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  display: block;
  width: 95%;
  border: 1px solid #A1002f;
  padding: 2.5%;
  background-color: #fff;
  color: #A1002f;
  font-family: "open-sans", sans-serif;
  text-indent: 1rem;
  display: inline-block;
  height: 2.875rem;
  width: 100%;
  padding: 0;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-image: url(../images/ico-sort-brown.png);
}
.svg .site-search-services select {
  background-image: url(../svg/ico-sort-brown.svg);
  background-size: 22px 22px;
}
.site-search-services select:focus {
  outline: none;
}
.site-sidebar .site-search-services select {
  background-color: #fff;
}
.site-search-services select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .site-search-services select {
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.site-search-services .search-services-title {
  font-family: "skippy-sharp", "gooddog-new", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 3.5em;
  color: #fff;
  padding: 0.5rem;
  position: relative;
  line-height: 1;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.site-search-services .search-services-title .search-services-arr {
  display: none;
}
@media all and (min-width: 46.8em) {
  .front-page .site-search-services .search-services-title .search-services-arr {
    display: inline;
  }
}
.site-sidebar .site-search-services .search-services-title {
  font-size: 4em;
  margin: 1rem auto;
  color: #A1002f;
  text-shadow: none;
}
@media all and (min-width: 46.8em) {
  .site-search-services .search-services-title {
    display: inline-block;
    padding: 0;
    width: 33%;
    padding: 0;
    font-size: 2.75em;
  }
  .front-page .site-search-services .search-services-title {
    float: left;
    width: 31%;
    margin: 3.5% 1% !important;
    padding: 0;
  }
}
@media all and (min-width: 50em) {
  .front-page .site-search-services .search-services-title {
    margin: 1.625rem 1% 0 auto !important;
  }
}
.site-search-services .search-services-title i {
  text-indent: 0;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -7.5rem;
}
.site-search-services .search-services-title-filter {
  padding: 0 0 0.375rem 0;
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.site-search-services .search-services-column {
  display: block;
  *zoom: 1;
}
.site-search-services .search-services-column:before, .site-search-services .search-services-column:after {
  content: " ";
  display: table;
}
.site-search-services .search-services-column:after {
  clear: both;
}
.site-sidebar .site-search-services .search-services-column {
  float: none;
  width: 100% !important;
}
@media all and (min-width: 46.8em) {
  .site-search-services .search-services-column {
    float: left;
    width: 50%;
    padding: 0;
  }
  .front-page .site-search-services .search-services-column {
    float: left;
    width: 31%;
    margin: inherit 1% !important;
    padding: 0;
  }
}
.site-search-services .search-services-program-type {
  margin: 0 auto;
}
.site-search-services .search-services-program-type select {
  display: block;
  box-shadow: 1px 1px 10px -5px #000;
}
.front-page .site-search-services .search-services-program-type {
  margin: 0 auto 3% auto;
}
@media all and (min-width: 46.8em) {
  .site-search-services .search-services-program-type {
    width: 49.25%;
    margin: 0 0.75% 0 0;
  }
  .front-page .site-search-services .search-services-program-type {
    width: 32%;
    margin: 1.75rem 1% !important;
  }
}
.site-search-services .search-services-region {
  margin: 0.5rem 0 0 0;
}
.site-search-services .search-services-region select {
  width: 83%;
  margin: 0 2% 0 0;
  box-shadow: 1px 1px 10px -5px #000;
}
.site-sidebar .site-search-services .search-services-region {
  margin: 0.75rem 0 0 0;
}
@media all and (min-width: 46.8em) {
  .site-search-services .search-services-region {
    width: 49.25%;
    margin: 0 0.75% 0 0;
  }
  .front-page .site-search-services .search-services-region {
    width: 31%;
    margin: 1.75rem 1% !important;
  }
}
.site-search-services input.search-services-submit {
  float: right;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0.625em 0.75em;
  border-radius: 0.5rem;
  border: 1px solid #A1002f;
  display: inline-block;
  background-color: #fff;
  width: 13%;
  overflow: hidden;
  text-indent: -999px;
  font-family: "open-sans", sans-serif;
  background-image: url(../images/ico-arr-right-brown.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 10px -5px #000;
  height: 2.875rem;
}
.site-sidebar .site-search-services input.search-services-submit {
  background-color: #fff;
}
.svg .site-search-services input.search-services-submit {
  background-image: url(../svg/ico-arr-right-brown.svg);
}
.site-search-services input.search-services-submit:hover {
  border: 1px solid #A1002f;
  background-color: #A1002f;
  background-image: url(../images/ico-arr-right-white.png);
}
.svg .site-search-services input.search-services-submit:hover {
  background-image: url(../svg/ico-arr-right-white.svg);
}
.site-search-services input.search-services-submit:focus {
  outline: none;
}
.site-crumbs {
  padding: 1em 0;
  color: #fff;
}
.site-crumbs a {
  color: #fff;
  padding: 0 0.5em;
}

.sidebar-promo {
  text-align: center;
  margin: 2em auto;
  max-width: 300px;
}
.sidebar-promo .promo {
  padding-bottom: 83%;
  height: 0;
  position: relative;
}
.sidebar-promo .promo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: auto;
  position: absolute;
  border: 1px solid #C29E6E;
  top: 0;
  left: 0;
}

.homepage-promo {
  text-align: center;
  margin: 2em auto;
  max-width: 468px;
}
.homepage-promo .promo {
  padding-bottom: 12.820513%;
  background-color: #fff;
  height: 0;
  position: relative;
}
.homepage-promo .promo img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  border: 1px solid #C29E6E;
  top: 0;
  left: 0;
}

.social-strip {
  text-align: center;
  font-size: 1.5rem;
  color: #A1002f;
  padding: 1rem 0;
  position: relative;
}
@media all and (min-width: 24em) {
  .social-strip {
    font-size: 1.5rem;
  }
}
.footer-social .social-strip {
  color: #fff;
  padding: 0;
}
@media all and (min-width: 60em) {
  .footer-social .social-strip {
    text-align: left;
  }
}
.social-strip .social-header {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em;
  position: relative;
  bottom: 0.125rem;
  color: #fff;
}
@media all and (min-width: 980px) {
  .social-strip .social-header {
    color: #A1002f;
  }
  footer .social-strip .social-header {
    color: #fff;
  }
}
@media all and (min-width: 24em) {
  .social-strip .social-header {
    display: inline-block;
    padding-right: 1rem;
  }
}
@media all and (min-width: 46.8em) {
  .social-strip .social-header {
    display: block;
  }
  footer .social-strip .social-header {
    display: inline-block;
  }
}
@media all and (min-width: 50em) {
  .social-strip .social-header {
    display: inline-block;
  }
}
.social-strip a {
  color: inherit;
  display: inline-block;
  padding: 0 0.25rem;
  font-size: 1.375em;
}
.social-strip .facebook {
  color: #fff;
  transition: color 240ms;
}
.footer-social .social-strip .facebook {
  color: #fff;
}
@media all and (min-width: 980px) {
  .social-strip .facebook {
    color: #3b5998;
  }
}
.social-strip .facebook:hover {
  color: #3b5998;
}
@media all and (min-width: 980px) {
  .social-strip .facebook:hover {
    color: #A1002f;
  }
}
.footer-social .social-strip .facebook:hover {
  color: #3b5998;
}
.social-strip .twitter {
  color: #fff;
  transition: color 240ms;
}
.footer-social .social-strip .twitter {
  color: #fff;
}
@media all and (min-width: 980px) {
  .social-strip .twitter {
    color: #3b5998;
  }
}
.social-strip .twitter:hover {
  color: #00aced;
}
@media all and (min-width: 980px) {
  .social-strip .twitter:hover {
    color: #A1002f;
  }
}
.footer-social .social-strip .twitter:hover {
  color: #00aced;
}
.social-strip .youtube {
  color: #fff;
  transition: color 240ms;
}
.footer-social .social-strip .youtube {
  color: #fff;
}
@media all and (min-width: 980px) {
  .social-strip .youtube {
    color: #0077B5;
  }
}
.social-strip .youtube:hover {
  color: #0077B5;
}
.footer-social .social-strip .youtube:hover {
  color: #0077B5;
}
@media all and (min-width: 980px) {
  .social-strip .youtube:hover {
    color: #A1002f;
  }
}
.social-strip .linkedin {
  color: #fff;
  transition: color 240ms;
}
.footer-social .social-strip .linkedin {
  color: #fff;
}
@media all and (min-width: 980px) {
  .social-strip .linkedin {
    color: #0077B5;
  }
}
.social-strip .linkedin:hover {
  color: #0077B5;
}
.footer-social .social-strip .linkedin:hover {
  color: #0077B5;
}
@media all and (min-width: 980px) {
  .social-strip .linkedin:hover {
    color: #A1002f;
  }
}

.twitter-feed .twitter-feed-title {
  padding: 0 0 0.5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.twitter-feed a {
  display: block;
  text-decoration: none;
  padding: 0.75em;
  border-radius: 0.5em;
}
.twitter-feed a:hover {
  background-color: #A1002f;
}
.twitter-feed .tweet-date {
  display: block;
  font-size: 0.75em;
  padding: 0.5em 0 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.translator {
  background-color: #680047;
  text-align: center;
  padding: 0.25em 0;
  color: #fff;
  font-size: 0.75em;
  line-height: 2.5em;
}
.translator i {
  margin: 0 0.5em 0 0;
}
.translator .goog-te-gadget {
  color: #C29E6E !important;
  display: inline-block;
  position: relative;
  margin: 0 0 0 0.5em;
}
.translator .goog-te-gadget div {
  position: absolute;
  top: 0;
  left: 0;
}
.translator .goog-te-combo:after {
  content: "<br/>";
  display: block;
}
.translator span {
  display: none;
}

/* Tablular data */
table {
  width: 100%;
  border-collapse: collapse;
  color: #444;
  border-radius: 5px;
}

/* Zebra striping */
tr:nth-of-type(even) {
  background: #e6e6e6;
  border-radius: 5px;
}

th {
  background: #444;
  color: white;
  font-weight: bold;
}

td, th {
  padding: 6px 0;
  text-align: left;
}

.ee-button,
.ee-button:active,
.ee-button:visited, .ee-ical-sbmt,
.spco-next-step-btn,
.ticket-selector-submit-btn,
.view-details-btn {
  padding: 0.5em 0.75em;
  border: 0;
  background: #A1002f;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  border-radius: 0.5rem;
}
.ee-button:hover, .ee-ical-sbmt:hover,
.spco-next-step-btn:hover,
.ticket-selector-submit-btn:hover,
.view-details-btn:hover {
  background: #CF7026;
}

.ee-event-img-dv, .has-post-thumbnail .espresso_events p, .download-iCal-frm {
  content: "";
  display: table;
  clear: both;
}

/******************* BUTTONS ****************** */
.ticket-selector-submit-btn {
  float: left;
}

.ee-button:hover {
  color: #fff !important;
}

/******************* GENERAL ****************** */
.float-right,
.right {
  float: right;
}

.float-left,
.left {
  float: left;
}

.clear,
.clear-float {
  clear: both;
}

.hidden {
  display: none;
}

.hide-if-no-js {
  display: none;
}

.jst-left {
  text-align: left;
}

.cntr,
.jst-cntr {
  text-align: center;
}

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

.ee-block {
  display: block;
}

/* TEXT */
.tiny-text {
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: 0.75px;
}

.smaller-text {
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

.small-text {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.25px;
}

.big-text {
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: -0.125px;
}

.bigger-text {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: -0.25px;
}

.huge-text {
  font-size: 2em;
  line-height: 2.4em;
  letter-spacing: -0.5px;
}

.ee-infinity-sign {
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: -0.25px;
}

.indented-text {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.pink-text {
  color: #E44064;
}

.green-text {
  color: #70CC50;
}

.red-text {
  color: #B4113F;
}

.orange-text {
  color: #E76700;
}

.lt-blue-text {
  color: #00B1CA;
}

.blue-text {
  color: #005B9E;
}

.yellow-text {
  color: #F8D755;
}

.lt-grey-text {
  color: #A39D9C;
}

.grey-text {
  color: #888;
}

.drk-grey-text {
  color: #59595B;
}

.black-text {
  color: #2F3334;
}

.important-notice {
  font-weight: bold;
  color: #d54e21;
}

.ee-attention {
  width: 100%;
  padding: 0.75em 2.5%;
  margin: 0 auto 1em;
  background: #fff;
  border: 1px solid #A1002f;
  color: #666;
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  box-sizing: border-box;
}

/******************* ERRORS AND NOTICES ****************** */
.espresso-ajax-notices {
  display: none;
}

#espresso-ajax-notices,
#espresso-notices {
  position: absolute;
  min-width: 240px;
  width: 800px;
  max-width: 90%;
  text-align: center;
  left: 50%;
  margin-left: -320px;
  z-index: 999;
}

.espresso-ajax-notices,
.espresso-notices {
  position: relative;
  width: 74.5%;
  min-width: 200px;
  max-width: 640px;
  height: auto;
  padding: 0.75em 2.5%;
  margin: 0 auto 2em;
  z-index: 999;
  background: #fff;
  border: 4px solid;
  font-size: 1em;
  color: #666;
  line-height: 1.6em;
  text-align: center;
  font-weight: bold;
  box-shadow: 4px 10px 15px -3px rgba(0, 0, 0, 0.3), 0 1px 3px -1px rgba(0, 0, 0, 0.6), -3px -2px 10px rgba(0, 0, 0, 0.1);
}

.espresso-ajax-notices p,
.espresso-notices p {
  margin: 0;
}

#espresso-ajax-notices-success,
#espresso-notices-success {
  border-color: #DA9A22;
}

#espresso-ajax-notices-error,
#espresso-notices-error {
  border-color: #CF7026;
}

#espresso-ajax-notices-attention,
#espresso-notices-attention {
  border-color: #CF7026;
}

.close-espresso-notice {
  background: #ffffff;
  border: 3px solid #666666;
  border-radius: 999px;
  box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  height: 26px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -12px;
  vertical-align: middle;
  width: 26px;
}

.close-espresso-notice:hover {
  background: #ffffff;
  border: 3px solid #333333;
  color: #333333;
}

/************* DIALOG HELPER ***************/
.ee-admin-dialog-container {
  position: absolute;
  top: 50px;
  left: 25%;
  width: 75%;
  height: auto;
  padding: 3em 4em 2em;
  z-index: 9999991;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #666666;
}

#espresso-admin-page-overlay-dv {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 9999990;
}

.ui-datepicker {
  padding: 1em;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4), 3px 9px 9px -3px rgba(0, 0, 0, 0.2), -3px -3px 20px -3px rgba(0, 0, 0, 0.1);
}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-prev:hover {
  cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev + .ui-datepicker-next {
  float: right;
}

.ui-datepicker-title {
  margin: 0.5em 0;
}

.ui-datepicker table {
  margin: 0;
}

.click-this,
.display-the-hidden,
.ee-form-cancel-new-state-lnk,
.hide-the-displayed,
.submit-this-form {
  cursor: pointer;
}

.espresso-txn-status-icon {
  vertical-align: text-bottom;
  margin-right: 0.5em;
}

#espresso-ajax-loading img,
.espresso-txn-status-icon {
  box-shadow: none !important;
  border: none;
}

.ee-gmap {
  max-width: 100%;
}

.ee-gmap-wrapper .gmnoprint img {
  max-width: none;
}

.ee-form-add-new-state-dv {
  padding: 1.5em 1.5em 0.5em;
  background: #f8f8f8;
  color: #444;
}

.ee-form-add-new-state-dv li {
  line-height: 1.2em;
  margin: 0 0 0.5em;
}

.ee-really-important-notice-dv {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em;
  background: #d54e21;
  background: rgba(213, 78, 33, 0.95);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

.ee-really-important-notice-dv p {
  margin: 0;
}

.ee-really-important-notice-dv a {
  color: #FEDF6C;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.ee-really-important-notice-dv a:hover {
  color: #F8D755;
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.2);
}

.ee-really-important-notice-dv a:active {
  color: #F8D755;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

#espresso-registration-footer-dv {
  padding: 0.5em 1em;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}

#espresso-registration-footer-dv a {
  text-decoration: none;
  border-bottom: 1px dotted #999;
}

.ee-clearfix:after,
.ee-clearfix:before {
  content: " ";
  display: table;
}

.ee-clearfix:after {
  clear: both;
}

/******************* TEMPLATE FIXES ****************** */
article .espresso_events,
article .espresso_venues {
  margin-top: 0 !important;
}

.espresso_events,
.espresso_venues {
  margin-bottom: 48px;
}

@media screen and (min-width: 480px) {
  .ee-clearfix .ee-event-datetimes-li {
    float: left;
    width: 49%;
  }
}

/******************* iCal ****************** */
.ee-ical-lnk,
.ee-ical-lnk:active,
.ee-ical-lnk:visited {
  margin: 0 1em;
  text-decoration: none;
  border: none !important;
  line-height: 1.25em;
  font-size: 1.25em !important;
  outline: none !important;
}

.ee-ical-btn,
.ee-ical-btn:active,
.ee-ical-btn:visited {
  padding: 0.1em 0.25em 0.03em !important;
  margin: 0.1em 1em 0;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 1em !important;
}

.ee-ical-btn span {
  margin: 0 !important;
}

.download-iCal-frm {
  display: inline-block;
  margin: 0;
  float: right;
}

.ee-ical-sbmt {
  display: inline-block;
  font-family: "dashicons", sans-serif !important;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  padding: 0.25em 0.4em !important;
  text-align: center;
  text-decoration: inherit;
  text-transform: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a[href*="message_type=receipt"],
a[href*="message_type=receipt"]:active,
a[href*="message_type=receipt"]:visited {
  margin-top: 1em;
}

/******************* EVENT LIST STYLES ****************** */
.espresso_events * {
  box-sizing: border-box;
}

.espresso_events {
  padding: 0.5em;
  border-radius: 0.5em;
  transition: background 0.2s ease;
}
.espresso_events:hover {
  background: #efe5d1;
}
.espresso_events h2 {
  margin: 0;
}
.espresso_events h2 a {
  text-decoration: none;
}
.espresso_events p {
  font-size: 1.125em;
}
.has-post-thumbnail .espresso_events p {
  width: 70%;
  float: left;
}
.espresso_events p a {
  float: right;
}
.espresso_events .ee-event-datetimes-ul,
.espresso_events .event-content form {
  display: none;
}

.ee-event-img-dv {
  float: left;
  padding-right: 1em;
}

.ee-event-img {
  display: none;
}
@media screen and (min-width: 480px) {
  .ee-event-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.25em;
    max-width: 175px;
  }
}

.ee-event-datetimes-ul {
  padding: 0;
  margin: 0;
}

.ee-event-datetimes-li {
  list-style-type: none;
  background: #C29E6E;
  color: white;
  border-radius: 0.5em;
  box-sizing: border-box;
  padding: 0.5em;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 480px) {
  .ee-event-datetimes-li {
    margin-right: 1%;
  }
  .ee-event-datetimes-li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
}

/*********** SINGLE EVENT LAYOUT STYLES **************/
.single-espresso_events tr:nth-of-type(even) {
  background: #fff !important;
  border-radius: 0;
}

.ee-reg-form-qstn-grp-dv {
  padding: 0;
}

.tckt-slctr-tkt-details-dv,
.tckt-slctr-tkt-details-rw {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.tckt-slctr-tbl-td-price .jst-rght {
  text-align: center;
}

.ee-reg-qstn {
  padding: 0.75em 0;
}

.ee-reg-qstn input[type=text] {
  border: 1px solid #C29E6E;
  text-indent: 0.75em;
}

.ee-icon-only-lnk {
  text-decoration: none;
}

.ee-reg-form-attendee-dv {
  border: 1px solid #C29E6E !important;
}

@media screen and (max-width: 480px) {
  .steps-2 {
    width: 100% !important;
  }

  .spco-step-arrow-dv {
    display: none !important;
  }

  .ee-reg-form-attendee-dv {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
  }

  .ee-reg-qstn {
    margin: 0;
    width: 70%;
  }

  #ee-single-page-checkout-dv label {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .ee-reg-qstn {
    margin: 0;
    width: 65%;
  }
}
@media screen and (max-width: 350px) {
  .ee-reg-qstn {
    margin: 0;
    width: 60%;
  }
}
/*********** EVENT ESPRESSO JAN -> FEB 2017 UPDATES **************/
#espresso-thank-you-page-ajax-transaction-dv {
  display: none !important;
}

/* Page Specific */

/*# sourceMappingURL=site-stylesheet.css.map */
