@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dfn, em {
  font-style: italic; }

small {
  font-size: 75%; }

dd {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon.icon-pull-left, .footer-container .footer-nav > li a.icon-pull-left:before, .social-menu > li.social-icon a.icon-pull-left:before {
  margin-right: .3em; }

.icon.icon-pull-right, .footer-container .footer-nav > li a.icon-pull-right:before, .social-menu > li.social-icon a.icon-pull-right:before {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.icon.pull-left, .footer-container .footer-nav > li a.pull-left:before, .social-menu > li.social-icon a.pull-left:before {
  margin-right: .3em; }

.icon.pull-right, .footer-container .footer-nav > li a.pull-right:before, .social-menu > li.social-icon a.pull-right:before {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chevron-right:before, .footer-container .footer-nav > li a:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-twitter-square:before, .social-menu > li.twitter a:before {
  content: ""; }

.icon-facebook-square:before, .social-menu > li.facebook a:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.icon-linkedin-square:before, .social-menu > li.linkedin a:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-rss-square:before, .social-menu > li.feed a:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-youtube:before, .social-menu > li.youtube a:before {
  content: ""; }

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

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

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

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

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

.icon-instagram:before, .social-menu > li.instagram a:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-motorcycle:before {
  content: ""; }

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

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.icon-neuter:before {
  content: ""; }

.icon-genderless:before {
  content: ""; }

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

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

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

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

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

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

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

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

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

.icon-opencart:before {
  content: ""; }

.icon-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-clone:before {
  content: ""; }

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

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

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

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

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

.icon-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.icon-trademark:before {
  content: ""; }

.icon-registered:before {
  content: ""; }

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

.icon-gg:before {
  content: ""; }

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

.icon-tripadvisor:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

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

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

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

.icon-safari:before {
  content: ""; }

.icon-chrome:before {
  content: ""; }

.icon-firefox:before {
  content: ""; }

.icon-opera:before {
  content: ""; }

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

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

.icon-contao:before {
  content: ""; }

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

.icon-amazon:before {
  content: ""; }

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

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

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

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

.icon-industry:before {
  content: ""; }

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

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

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

.icon-map:before {
  content: ""; }

.icon-commenting:before {
  content: ""; }

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

.icon-houzz:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

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

.icon-fonticons:before {
  content: ""; }

/* Sizes are declared on their own here in extendable classes */
h1, .h1 {
  font-size: 35px;
  font-size: 3.5rem; }

h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem; }

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4, .h4, .widget-title {
  font-size: 17px;
  font-size: 1.7rem; }

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

h6, .h6 {
  font-size: 13px;
  font-size: 1.3rem; }

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

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

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

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

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

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

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

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

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

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

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  width: 100%;
  display: block;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: none;
  color: #0872ba;
  outline: 0;
  margin: 0;
  padding: 0.1em 0.5em;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20.8px;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle; }
  @media screen and (max-width: 649px) {
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="file"] {
      font-size: 16px;
      font-size: 1.6rem; } }

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

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

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

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

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

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

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.first {
  clear: left; }

.not-first {
  clear: none; }

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

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

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

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

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

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

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

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

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

.clear {
  clear: both; }

* {
  box-sizing: border-box; }

.nav, .pagination ol, .gform_wrapper .gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

.inline {
  display: inline; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: white; }

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

.page-background {
  position: relative; }
  .page-background:before, .page-background:after {
    content: " ";
    position: absolute;
    height: 674px;
    width: 515px;
    top: 200px; }
  .page-background:before {
    left: -515px;
    background-image: url("../images/background-left.jpg"); }
  .page-background:after {
    right: -515px;
    background-image: url("../images/background-right.jpg"); }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6,
.byline {
  margin-bottom: 10.4px;
  margin-bottom: 1.04rem;
  margin-top: 0; }

.entry-content .gform_wrapper,
.widget {
  margin-bottom: 20.8px;
  margin-bottom: 2.08rem; }

/**
 * Layout of major components.
 * Define the layout(s) for your site here,
 * E.g. full-width page, right sidebar, left sidebar,
 * two sidebars etc.
 */
/* 
 * Rather than changing the classes in the html,
 * you can do it here by extending the semantic classes
 * with grid classes. Unfortunately you can't extend 
 * within the media query, no biggie, all those 
 * classes have is an easily calculable width.
 *
 * I usually output a layout name class on an outer 
 * wrapper and then adjust the inner panels (main col,
 * sidebar etc) according to that outer class.
 */
/* === PAGE WIDTH === */
.page-width {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    .page-width {
      width: 90%;
      padding-left: 44px;
      padding-right: 44px; } }
  @media screen and (min-width: 940px) {
    .page-width {
      padding-left: 104px;
      padding-right: 104px; } }

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

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

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

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

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

/**
 * Typography. Edit as desired.
 */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6 {
  color: white;
  font-weight: normal;
  font-family: "Open Sans", sans-serif; }

/* === BLOCKQUOTE === */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
  font-family: "Open Sans", sans-serif; }

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

/* === SIZES === */
.tiny {
  font-size: 0.8em; }

.small {
  font-size: 0.9em; }

.large {
  font-size: 1.1em; }

.extra-large {
  font-size: 1.2em; }

/* === EMPHASIS === */
.zomg {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #0872ba; }

/* === LEADING PARAGRAPH === */
.lede,
.lead {
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif; }

a {
  color: white;
  text-decoration: none;
  transition: color .2s linear; }
  a:hover, a:active {
    color: #e6e6e6; }

.feature-link {
  display: block;
  font-weight: bold;
  margin-top: -13.728px; }
  .feature-link:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    box-sizing: padding-box;
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: white;
    margin-left: 5px; }
  .feature-link:hover:after {
    border-left-color: #e6e6e6; }

a.img-link:hover {
  opacity: 0.8; }

/**
 * Theme Specific Form Styles.
 * These extend the styles in the framework/objects/forms file.
 * Includes styling for Gravity Forms (a WordPress form plugin).
 */
.gform_fields {
  padding-left: 0;
  list-style: none; }

.form-item,
.gform_fields > li {
  margin-bottom: 10.4px; }

.ginput_complex label {
  font-size: 0.9em; }

select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  max-width: 100%;
  padding: 6px 12px; }

textarea {
  padding: 6px 12px;
  height: 120px; }

.gfield_checkbox > li,
.gfield_radio > li {
  margin-bottom: 4px; }

.gfield_checkbox input[type="checkbox"],
.gfield_checkbox input[type="radio"],
.gfield_radio input[type="checkbox"],
.gfield_radio input[type="radio"] {
  margin-right: 8px; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

----------------------------------------------------------------
*/
.ui-datepicker-title select {
  width: 75px;
  margin: 1px;
  float: left; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
  background: #FFF; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png?v=1.2");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.ginput_container {
  position: relative; }

input.datepicker_with_icon {
  padding-left: 2.5em !important; }

img.ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  left: 9px; }

.clear-multi {
  max-width: 100%; }

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  width: 30.6%;
  margin-right: 4%; }

.gfield_date_dropdown_year {
  margin-right: 0; }

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
  display: block;
  width: 48%;
  float: left; }

.ginput_complex .ginput_right {
  float: right; }

input[type="submit"].gform_button {
  margin: 0; }

.gfield_required,
.gfield_error .validation_message,
.validation_error {
  color: red;
  background: rgba(255, 255, 255, 0.75);
  padding: 4px 8px;
  font-style: italic; }

.validation_error {
  margin: 10.4px 0; }

#gforms_confirmation_message {
  color: #378a0f; }

.gform_validation_container {
  display: none;
  visibility: hidden; }

.gform_wrapper .hidden-label label {
  display: none !important; }

.gform_wrapper .gform_ajax_spinner {
  padding-left: .625em; }

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
  display: block; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important; }

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 47% !important;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
  display: inline-block; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gfield .button {
  padding: 6px 12px;
  line-height: 1.5em; }

.gform_wrapper .gfield_price {
  background-color: rgba(255, 255, 255, 0.9); }
  .gform_wrapper .gfield_price .gfield_label {
    background-color: #32a7f6;
    padding: 5px 10px;
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem; }
  .gform_wrapper .gfield_price .ginput_container_product_calculation,
  .gform_wrapper .gfield_price .ginput_container_singleproduct {
    text-align: right;
    color: #545658;
    font-size: 14px;
    font-size: 1.4rem; }
    .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_product_price_label,
    .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_product_price,
    .gform_wrapper .gfield_price .ginput_container_singleproduct .ginput_product_price_label,
    .gform_wrapper .gfield_price .ginput_container_singleproduct .ginput_product_price {
      float: left;
      margin: 6px 0 6px 10px; }
    .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_product_price,
    .gform_wrapper .gfield_price .ginput_container_singleproduct .ginput_product_price {
      font-weight: bold; }
    .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_quantity_label,
    .gform_wrapper .gfield_price .ginput_container_singleproduct .ginput_quantity_label {
      margin: 6px;
      display: inline-block; }
    .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_quantity,
    .gform_wrapper .gfield_price .ginput_container_singleproduct .ginput_quantity {
      padding-right: 0;
      width: 50px;
      display: inline-block;
      border: none; }
  .gform_wrapper .gfield_price.gfield_calculation .gfield_label {
    background-color: transparent;
    font-size: 14px;
    font-size: 1.4rem;
    color: #545658;
    float: left; }
  .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_product_price {
    float: right;
    color: #545658;
    margin: 6px 10px 6px 0;
    font-weight: normal; }
  .gform_wrapper .gfield_price .ginput_container_product_calculation .ginput_product_price_label {
    display: none; }
  .gform_wrapper .gfield_price .gfield_description {
    color: #545658;
    margin: 6px 0 6px 10px;
    font-size: smaller; }
    .gform_wrapper .gfield_price .gfield_description strike {
      color: #a71111; }

.gform_wrapper .gf_coupon_code {
  float: left;
  width: 50%; }

.gform_wrapper #gf_coupon_info table {
  width: 100% !important; }
  .gform_wrapper #gf_coupon_info table .gf_coupon_item td {
    border-bottom: none; }
  .gform_wrapper #gf_coupon_info table .gf_coupon_name_container {
    padding-left: 10px !important; }
  .gform_wrapper #gf_coupon_info table .gf_coupon_discount {
    padding-right: 8px; }

.gform_wrapper .gfield_total {
  background-color: #043658;
  padding: 10px;
  color: white; }
  .gform_wrapper .gfield_total .gfield_label {
    background-color: transparent;
    padding: 0;
    float: left;
    font-size: 24px;
    font-size: 2.4rem; }
  .gform_wrapper .gfield_total .ginput_total {
    float: right;
    font-size: 24px;
    font-size: 2.4rem; }
  .gform_wrapper .gfield_total .gfield_description {
    font-style: italic;
    font-size: smaller;
    display: inline-block; }

.gform_wrapper .gfield_credit_card {
  background-color: rgba(255, 255, 255, 0.9);
  color: #545658;
  padding: 10px; }
  .gform_wrapper .gfield_credit_card input,
  .gform_wrapper .gfield_credit_card select {
    border: 1px solid #88afcd; }

.gform_wrapper .gsection_description {
  font-style: italic; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important; }

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative; }

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top; }

.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 3px; }

/**
 * Tables. Edit as desired.
 */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #32a7f6;
    text-align: left;
    color: #545658;
    background-color: white; }
  table th {
    font-weight: bold;
    color: white; }
  table thead th {
    vertical-align: bottom; }
  table thead td {
    color: white;
    background-color: #32a7f6;
    font-size: 18px;
    font-size: 1.8rem; }
  table tbody td {
    border-top: 1px solid #f1f2f3; }
  table .row-title {
    color: #222425;
    font-weight: bold; }

/**
 * Even if you don't think your site
 * will include any code blocks, including this
 * file makes debugging slightly prettier. 
 */
pre {
  border: 1px solid #c3c7ca;
  overflow: auto;
  padding: 0 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: linear-gradient(#f1f2f3 50%, transparent 50%, transparent);
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  position: relative;
  left: 0;
  text-transform: none; }
  pre code {
    background-color: transparent; }

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: lightyellow;
  color: #666; }

/**
 * This should be a good starting point
 * for however you want your buttons to look.
 * Feel free to change what you like.
 */
.btn,
input.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  border-radius: 0;
  background: #545658;
  border: none;
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  cursor: pointer;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }
  .btn:link, .btn:visited,
  input.btn:link,
  input.btn:visited {
    color: #FFF; }
  .btn:hover, .btn:active,
  input.btn:hover,
  input.btn:active {
    background: #222425;
    text-decoration: none; }

.btn-small {
  font-size: 11px;
  font-size: 1.1rem; }

.btn-large, input[type="submit"].gform_button {
  font-size: 17px;
  font-size: 1.7rem; }

.btn-cta, input[type="submit"].gform_button {
  background: #0872ba;
  position: relative;
  color: #FFF; }
  .btn-cta:hover, input[type="submit"].gform_button:hover, .btn-cta:active, input[type="submit"].gform_button:active {
    background: #065489; }
  .btn-cta:before, input[type="submit"].gform_button:before {
    position: absolute;
    content: "";
    display: block;
    right: .5em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #FFF; }

/**
 * Elements are reusable things like wells,
 * horizontal rules, callout boxes, accordions/togglers,
 * progress bars or anything that you'll use more than once in your site.
 */
.well, .well-tight {
  padding: 20.8px 20.8px 0;
  background: #f1f2f3;
  border: 1px solid #e3e4e5; }

.well-tight {
  padding: 5px; }
  .well-tight > :last-child {
    margin-bottom: 0; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #c3c7ca; }

/**
 * A file for reusable classes that are part of the skin.
 * E.g. .entry-item - vertically space these 'things' and include a bottom border.
 * Feel free to delete what's here, but it's a good idea to include
 * your own objects.
 */
.entry-item {
  /* Elements inside the item should take care of padding */
  border-bottom: 1px solid #e3e4e5;
  margin-bottom: 20.8px;
  margin-bottom: 2.08rem;
  /* Except on media entry-items */ }
  .entry-item.media {
    padding-bottom: 20.8px;
    padding-bottom: 2.08rem; }
  .entry-item.spaced {
    padding-bottom: 13.728px;
    padding-bottom: 1.3728rem;
    margin-bottom: 34.528px;
    margin-bottom: 3.4528rem; }
  .entry-item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.byline {
  color: #0872ba;
  margin-top: -0.5em; }

.buy-now-block {
  border: 4px solid white;
  background-color: #e20613;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-right: 90px; }
  @media screen and (min-width: 480px) {
    .buy-now-block {
      padding-right: 120px; } }
  @media screen and (min-width: 940px) {
    .buy-now-block {
      padding-right: 65px; } }
  @media screen and (min-width: 1120px) {
    .buy-now-block {
      padding-right: 115px; } }
  .buy-now-block:after {
    content: " ";
    position: absolute;
    background-image: url("../images/logo-@4x-2018.png?v=1.2");
    width: 132px;
    height: 133px;
    top: -1px;
    right: -45px;
    background-size: 60%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .buy-now-block:after {
        right: -15px; } }
    @media screen and (min-width: 940px) {
      .buy-now-block:after {
        right: -56px; } }
    @media screen and (min-width: 1120px) {
      .buy-now-block:after {
        right: -40px; } }
  .buy-now-block h4 {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
    line-height: 1; }
    .buy-now-block h4 span {
      display: block;
      font-weight: lighter;
      font-style: italic;
      font-size: 21px;
      font-size: 2.1rem; }
  .buy-now-block .date {
    font-size: 10px;
    font-size: 1rem; }

.well.heading, .heading.well-tight {
  border: 4px solid white;
  background-color: #e20613;
  padding: 10px 15px; }

.search-form {
  background: #FFF;
  border: 1px solid #a2a3a5;
  position: relative; }
  .search-form .s {
    background: transparent;
    border: none;
    padding-right: 35px;
    max-width: 100%; }
  .search-form .search-submit {
    position: absolute;
    width: 30px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #0872ba;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-size: 1.9rem;
    vertical-align: middle;
    transition: .2s;
    padding: 0; }
    .search-form .search-submit i {
      position: relative;
      top: -1px; }
    .search-form .search-submit:hover {
      background: #545658; }

.gallery {
  margin-left: -4px;
  margin-bottom: 20.8px;
  margin-bottom: 2.08rem; }
  .gallery .gallery-item {
    padding-left: 4px;
    margin-top: 0;
    margin-bottom: 4px; }
  .gallery .gallery-caption {
    display: none; }

/**
 * A blank slate for your page styles.
 * Include things like feature images, 
 * title layout etc.
 */
.main-layer > .page-width {
  background-color: #0872ba;
  border: 1px solid #63bcf8;
  position: relative; }
  .main-layer > .page-width:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 25%;
    background: #0872ba;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #0872ba 0%, #1d3d69 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .main-layer > .page-width > div,
  .main-layer > .page-width > article {
    position: relative; }

@media screen and (min-width: 768px) {
  .squeeze-page .full-width .entry-content {
    margin-left: auto;
    margin-right: auto;
    width: 75%; } }

@media screen and (min-width: 940px) {
  .squeeze-page .full-width .entry-content {
    width: 70%; } }

@media screen and (min-width: 1120px) {
  .squeeze-page .full-width .entry-content {
    width: 60%; } }

.article-header {
  background-image: url("../images/title-background-texture.jpg?v=1.2");
  background-position: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 940px) {
    .article-header {
      padding-top: 68px; } }
  .article-header h1 {
    margin: 0;
    line-height: 1;
    color: white;
    position: relative; }
    @media screen and (min-width: 480px) {
      .article-header h1 {
        padding-right: 50%; } }
    .article-header h1:before {
      position: absolute;
      background-image: url("../images/logo-skew-@6x-2018.png?v=1.2");
      width: 150px;
      height: 150px;
      top: -29px;
      left: 75%;
      background-size: 60%;
      background-repeat: no-repeat; }
      @media screen and (min-width: 480px) {
        .article-header h1:before {
          content: " "; } }
      @media screen and (min-width: 940px) {
        .article-header h1:before {
          top: -81px;
          background-size: 100%; } }
      @media screen and (min-width: 1120px) {
        .article-header h1:before {
          left: 40%; } }
  .article-header:before {
    background-image: url("../images/title-players.png?v=1.2");
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%; }
    @media screen and (min-width: 1120px) {
      .article-header:before {
        content: " "; } }

#breadcrumbs {
  display: none;
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    #breadcrumbs {
      display: block; } }

/**
 * A blank slate for your header/banner area
 */
.banner {
  padding: 25px 0 14px 0; }
  @media screen and (min-width: 480px) and (max-width: 939px) {
    .banner {
      padding: 0 0 14px 0; } }

.navbar-header {
  background: #e40b18;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #e40b18 0%, #881507 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #fa8e95;
  position: relative;
  min-height: 50px; }
  .navbar-header .logo {
    z-index: 2;
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -20px;
    height: 91px;
    width: 91px;
    background-image: url("../images/logo-@2x-2018.png?v=1.2");
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 480px) {
      .navbar-header .logo {
        display: none; } }
    @media screen and (min-width: 940px) {
      .navbar-header .logo {
        display: block;
        left: 20px;
        -webkit-transform: inherit;
                transform: inherit; } }

/**
 * A blank slate for your footer styles.
 */
.footer-container {
  background-color: #e20613;
  border: 1px solid #fc858c;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-container .buy-now-block {
    margin-bottom: 20.8px;
    margin-bottom: 2.08rem; }
  .footer-container .footer-nav > li {
    display: block;
    margin-top: 2px; }
    .footer-container .footer-nav > li:first-child {
      margin-top: 0; }
    .footer-container .footer-nav > li a {
      background-color: #1d3d69;
      display: block;
      padding: 5px;
      position: relative; }
      .footer-container .footer-nav > li a:hover {
        background-color: #285491; }
      .footer-container .footer-nav > li a:before {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .footer-container h3, .footer-container .h3 {
    line-height: 1;
    text-transform: uppercase; }
    @media screen and (max-width: 939px) {
      .footer-container h3, .footer-container .h3 {
        margin-top: 44px; } }
  .footer-container h5, .footer-container .h5 {
    margin-top: 10.4px;
    margin-top: 1.04rem; }

.sponsor-groups .sponsors .sponsor a {
  background-color: white;
  display: block;
  background-size: cover;
  background-position: center;
  min-height: 70px;
  outline: 1px solid white; }
  .entry-content.main-col .sponsor-groups .sponsors .sponsor a {
    min-height: 180px; }
    @media screen and (min-width: 940px) {
      .entry-content.main-col .sponsor-groups .sponsors .sponsor a {
        min-height: 180px; } }

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
  background: #0e75bc;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0e75bc 0%, #1d3d69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #6fbef4;
  padding-top: 20.8px;
  padding-top: 2.08rem;
  padding-bottom: 20.8px;
  padding-bottom: 2.08rem; }
  @media screen and (min-width: 940px) {
    .copyright {
      text-align: right; }
      .copyright ul {
        display: flexbox; }
        .copyright ul li a {
          color: rgba(255, 255, 255, 0.5);
          border-left: 1px solid rgba(255, 255, 255, 0.5);
          padding-left: 2px;
          margin-left: 2px;
          line-height: 1; }
          .copyright ul li a:hover {
            color: rgba(255, 255, 255, 0.5); }
        .copyright ul li:first-child a {
          border-left: none; } }
  .copyright p {
    margin: 0; }

/** 
 * A blank slate for your sidebar
 */
.gform_widget {
  border: 4px solid white;
  background-color: #e20613;
  padding: 10px; }
  .gform_widget .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0; }

.main-menu-bar {
  font-size: 16px;
  font-size: 1.6rem;
  /* Mobile */
  /* Desk Top */ }
  @media screen and (max-width: 939px) {
    .main-menu-bar {
      position: absolute;
      z-index: 2;
      background: #e20613;
      padding: 44px;
      top: 50px;
      left: 44px;
      right: 44px; }
      .main-menu-bar ul > li {
        display: block; }
        .main-menu-bar ul > li.social-icon {
          display: inline-block; }
        .main-menu-bar ul > li ul {
          margin-bottom: 0;
          padding-left: 1em; } }
  @media screen and (min-width: 940px) {
    .main-menu-bar {
      display: block !important; }
      .main-menu-bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .main-menu-bar ul.main-menu {
          float: left; }
        .main-menu-bar ul.social-menu {
          float: right; }
        .main-menu-bar ul > li {
          position: relative;
          text-transform: uppercase;
          border-left: 1px solid rgba(0, 0, 0, 0.25);
          padding: 18px 16px; }
          .main-menu-bar ul > li:first-child {
            border-left: none; }
          .main-menu-bar ul > li:hover {
            background-color: #e20613; }
            .main-menu-bar ul > li:hover > ul {
              opacity: 1;
              left: 0;
              transition: opacity .3s ease, left 0s ease; }
        .main-menu-bar ul ul {
          left: -9999px;
          opacity: 0;
          position: absolute;
          z-index: 100;
          top: 61px;
          left: 0;
          right: 0;
          transition: opacity .3s ease, left 0s ease .3s;
          background-color: #e20613;
          padding-left: 0;
          margin-bottom: 0;
          display: block; }
          .main-menu-bar ul ul li {
            border-top: 1px solid #fa8e95; }
            .main-menu-bar ul ul li a {
              width: 100%;
              display: inline-block; }
            .main-menu-bar ul ul li:hover {
              background-color: #881507; } }
  @media screen and (min-width: 940px) and (max-width: 1119px) {
    .main-menu-bar ul {
      font-size: 14px;
      font-size: 1.4rem; }
      .main-menu-bar ul > li {
        text-transform: none;
        padding: 18px 12px; }
        .main-menu-bar ul > li.social-icon a:before {
          font-size: 22px;
          font-size: 2.2rem; }
      .main-menu-bar ul.social-menu {
        float: none; }
        .main-menu-bar ul.social-menu > li:first-child {
          border-left: none; } }
  @media screen and (min-width: 1120px) and (max-width: 1299px) {
    .main-menu-bar ul > li {
      padding: 18px 12px; } }

.mobile-menu-sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  color: #FFF;
  text-align: center; }
  .mobile-menu-sub-toggle i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    line-height: 24px;
    width: 100%;
    left: 0; }
  @media screen and (min-width: 940px) {
    .mobile-menu-sub-toggle {
      display: none !important; } }

.mobile-menu-btns {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.mobile-menu-btn {
  display: block; }
  .mobile-menu-btn .bar {
    height: 3px;
    width: 30px;
    display: block;
    margin: 7px auto;
    position: relative;
    background-color: white;
    transition: .25s ease-in-out; }
  .mobile-menu-btn.open .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px; }
  .mobile-menu-btn.open .bar:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .mobile-menu-btn.open .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -10px; }

@media screen and (max-width: 939px) {
  .no-js .main-nav-wrap {
    display: block; }
    .no-js .main-nav-wrap ul {
      display: block !important; } }

.social-menu > li.social-icon {
  font-size: 0px;
  font-size: 0rem;
  padding: 18px 8px;
  border: none; }
  .social-menu > li.social-icon a:before {
    font-size: 25px;
    font-size: 2.5rem; }

#submenu {
  margin-bottom: 0; }
  #submenu .widget {
    margin-bottom: 20.8px;
    margin-bottom: 2.08rem; }
  #submenu .submenu {
    display: none;
    padding: 10px; }
  @media screen and (min-width: 940px) {
    #submenu .widget {
      margin-bottom: 44px; }
    #submenu .submenu {
      display: block !important; } }
  #submenu ul ul {
    margin-top: 4px;
    margin-left: 4px; }
    #submenu ul ul ul {
      margin-top: 0;
      margin-left: 12px; }
  #submenu li {
    position: relative;
    font-weight: bold; }
    #submenu li li {
      padding-left: 10px;
      font-weight: normal; }
      #submenu li li:before {
        content: "";
        position: absolute;
        display: inline-block;
        border: 4px solid transparent;
        border-left-color: #a2a3a5;
        left: 0;
        top: 6px; }
    #submenu li.current-menu-item, #submenu li.current-page-item {
      font-weight: bold !important; }

#submenu-title i {
  margin-right: 5px; }
  @media screen and (min-width: 940px) {
    #submenu-title i {
      display: none; } }

/**
 * A starting point for your pagination
 */
.pagination {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }
  .pagination ol {
    display: inline-block;
    width: auto; }
  .pagination li {
    display: inline-block;
    padding: 0 4px; }

.message-layer {
  text-align: center;
  color: #0872ba; }
  .message-layer p {
    margin-bottom: 1em; }

.feature-layer .page-width {
  background-color: #0872ba;
  padding: 14px 0 0 0; }
  .feature-layer .page-width .feature {
    background-image: url("../images/title-background-texture.jpg");
    background-position: center;
    position: relative; }
    .feature-layer .page-width .feature .feature-banner img {
      width: 100%; }
    .feature-layer .page-width .feature .feature-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    @media screen and (min-width: 940px) {
      .feature-layer .page-width .feature .feature-cta {
        right: 104px;
        bottom: 20px;
        position: absolute; } }

.feature-videos {
  padding-top: 30px;
  padding-bottom: 30px; }
  .feature-videos h2 {
    font-size: 22px;
    font-size: 2.2rem; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .noprint,
  .sidebar,
  .main-menu {
    display: none !important;
    visibility: hidden !important; }
  .main-col,
  .page-width {
    width: 100% !important;
    max-width: 100% !important; } }
