/**
 * FreshStart v1.2.2
 * A general-purpose LightCMS theme that places a strong focus on responsive design and effortless content administration.
 * https://lightignite.com/products/freshstart/
 * 
 * Documentation: https://lightignite.com/docs/freshstart/  
 * License: LightIgnite License Agreement (https://lightignite.com/about/license-agreement) 
 * Copyright (c) 2015 LightIgnite (https://lightignite.com)
 */

@charset "UTF-8";
/*---------------------------------------------
-----------------------------------------------

  Master style manifest

-----------------------------------------------
---------------------------------------------*/
/*--------------------------------
	SCSS libraries and mixins
--------------------------------*/
/*---------------------------------------------
-----------------------------------------------

  Global project variables and mixins.

-----------------------------------------------
---------------------------------------------*/
/*--------------------------------
	variables
--------------------------------*/
/*--------------------------------
	Set config and variables
--------------------------------*/
/*---------------------------------------------
-----------------------------------------------

  Set variables for font configuration and
  import webfont resources.

-----------------------------------------------
---------------------------------------------*/
/*--------------------------------
	FontAwesome config
--------------------------------*/
/*--------------------------------
	font variables
--------------------------------*/
/*--------------------------------
	import webfonts
--------------------------------*/
/*---------------------------------------------
-----------------------------------------------

  Assign variables to commonly used colors.

-----------------------------------------------
---------------------------------------------*/
/*
// $small-range: (0em, 40em);           //0-640px
$medium-range: (40.063em, 48em);        //640-768px
$large-range: (48.063em, 64em);         //768-1024px
$xlarge-range: (64.063em, 90em);        //1024-1440px
$xxlarge-range: (90.063em, 99999999em); //1440px+
*/
/*--------------------------------
	Import vendor styles
--------------------------------*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .mobileMenu ul .search .searchInput: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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .mobileMenu ul .search .pull-left.searchInput:before {
  margin-right: .3em; }

.fa.pull-right, .mobileMenu ul .search .pull-right.searchInput:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before, .mobileMenu ul .search .searchInput:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9); }
  100% {
    -ms-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-ms-keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-ms-keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 100%; }

body {
  background: #ece9e9;
  color: #3d3d3d;
  cursor: auto;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #222;
  border-color: #ca7100;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  
.buttonGrey h3 {
    padding: 0;
    margin: .5rem 0 0;
    color: #3d3d3d;
}

.buttonGrey:hover h3 {
    color: #fff;
}

.submitButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 1.25rem 0 1.25rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #3d3d3d;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  
.formHeader, .submitButtonContainer, .buttonContainer {
    text-align: center;
}

.formDescription, .fieldInstructions {
    display: none;
}
  
.backButton {
  margin: 0 auto;
  padding: .5rem 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  background-color: #222;
  border-color: #ca7100;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; 
}


  button:hover,
  button:focus, .button:hover,
  .submitButton:hover,
  .button:focus, .submitButton:focus {
    background-color: #222; }
  button:hover,
  button:focus, .button:hover,
  .submitButton:hover,
  .button:focus, .submitButton:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary, .secondary.submitButton {
    background-color: #0062a7;
    border-color: #004e86;
    color: #FFFFFF; }
    button.secondary:hover,
    button.secondary:focus, .button.secondary:hover,
    .secondary.submitButton:hover,
    .button.secondary:focus, .secondary.submitButton:focus {
      background-color: #004e86; }
    button.secondary:hover,
    button.secondary:focus, .button.secondary:hover,
    .secondary.submitButton:hover,
    .button.secondary:focus, .secondary.submitButton:focus {
      color: #FFFFFF; }
  button.success, .button.success, .success.submitButton {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover,
    button.success:focus, .button.success:hover,
    .success.submitButton:hover,
    .button.success:focus, .success.submitButton:focus {
      background-color: #368a55; }
    button.success:hover,
    button.success:focus, .button.success:hover,
    .success.submitButton:hover,
    .button.success:focus, .success.submitButton:focus {
      color: #FFFFFF; }
  button.alert, .button.alert, .alert.submitButton {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover,
    button.alert:focus, .button.alert:hover,
    .alert.submitButton:hover,
    .button.alert:focus, .alert.submitButton:focus {
      background-color: #cf2a0e; }
    button.alert:hover,
    button.alert:focus, .button.alert:hover,
    .alert.submitButton:hover,
    .button.alert:focus, .alert.submitButton:focus {
      color: #FFFFFF; }
  button.warning, .button.warning, .warning.submitButton {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover,
    button.warning:focus, .button.warning:hover,
    .warning.submitButton:hover,
    .button.warning:focus, .warning.submitButton:focus {
      background-color: #cf6e0e; }
    button.warning:hover,
    button.warning:focus, .button.warning:hover,
    .warning.submitButton:hover,
    .button.warning:focus, .warning.submitButton:focus {
      color: #FFFFFF; }
  button.info, .button.info, .info.submitButton {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover,
    button.info:focus, .button.info:hover,
    .info.submitButton:hover,
    .button.info:focus, .info.submitButton:focus {
      background-color: #61b6d9; }
    button.info:hover,
    button.info:focus, .button.info:hover,
    .info.submitButton:hover,
    .button.info:focus, .info.submitButton:focus {
      color: #FFFFFF; }
  button.large, .button.large, .large.submitButton {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small, .small.submitButton {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny, .tiny.submitButton {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand, .expand.submitButton {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  button.left-align, .button.left-align, .left-align.submitButton {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align, .right-align.submitButton {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius, .radius.submitButton {
    border-radius: 3px; }
  button.round, .button.round, .round.submitButton {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .disabled.submitButton, .button[disabled], [disabled].submitButton {
    background-color: #222;
    border-color: #ca7100;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .disabled.submitButton:hover,
    .button.disabled:focus, .disabled.submitButton:focus, .button[disabled]:hover,
    [disabled].submitButton:hover,
    .button[disabled]:focus, [disabled].submitButton:focus {
      background-color: #ca7100; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .disabled.submitButton:hover,
    .button.disabled:focus, .disabled.submitButton:focus, .button[disabled]:hover,
    [disabled].submitButton:hover,
    .button[disabled]:focus, [disabled].submitButton:focus {
      color: #FFFFFF; }
    button.disabled:hover,
    button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover,
    .disabled.submitButton:hover,
    .button.disabled:focus, .disabled.submitButton:focus, .button[disabled]:hover,
    [disabled].submitButton:hover,
    .button[disabled]:focus, [disabled].submitButton:focus {
      background-color: #222; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .disabled.secondary.submitButton, .button[disabled].secondary, [disabled].secondary.submitButton {
      background-color: #0062a7;
      border-color: #004e86;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .disabled.secondary.submitButton:hover,
      .button.disabled.secondary:focus, .disabled.secondary.submitButton:focus, .button[disabled].secondary:hover,
      [disabled].secondary.submitButton:hover,
      .button[disabled].secondary:focus, [disabled].secondary.submitButton:focus {
        background-color: #004e86; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .disabled.secondary.submitButton:hover,
      .button.disabled.secondary:focus, .disabled.secondary.submitButton:focus, .button[disabled].secondary:hover,
      [disabled].secondary.submitButton:hover,
      .button[disabled].secondary:focus, [disabled].secondary.submitButton:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover,
      button.disabled.secondary:focus, button[disabled].secondary:hover,
      button[disabled].secondary:focus, .button.disabled.secondary:hover,
      .disabled.secondary.submitButton:hover,
      .button.disabled.secondary:focus, .disabled.secondary.submitButton:focus, .button[disabled].secondary:hover,
      [disabled].secondary.submitButton:hover,
      .button[disabled].secondary:focus, [disabled].secondary.submitButton:focus {
        background-color: #0062a7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .disabled.success.submitButton, .button[disabled].success, [disabled].success.submitButton {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .disabled.success.submitButton:hover,
      .button.disabled.success:focus, .disabled.success.submitButton:focus, .button[disabled].success:hover,
      [disabled].success.submitButton:hover,
      .button[disabled].success:focus, [disabled].success.submitButton:focus {
        background-color: #368a55; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .disabled.success.submitButton:hover,
      .button.disabled.success:focus, .disabled.success.submitButton:focus, .button[disabled].success:hover,
      [disabled].success.submitButton:hover,
      .button[disabled].success:focus, [disabled].success.submitButton:focus {
        color: #FFFFFF; }
      button.disabled.success:hover,
      button.disabled.success:focus, button[disabled].success:hover,
      button[disabled].success:focus, .button.disabled.success:hover,
      .disabled.success.submitButton:hover,
      .button.disabled.success:focus, .disabled.success.submitButton:focus, .button[disabled].success:hover,
      [disabled].success.submitButton:hover,
      .button[disabled].success:focus, [disabled].success.submitButton:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .disabled.alert.submitButton, .button[disabled].alert, [disabled].alert.submitButton {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .disabled.alert.submitButton:hover,
      .button.disabled.alert:focus, .disabled.alert.submitButton:focus, .button[disabled].alert:hover,
      [disabled].alert.submitButton:hover,
      .button[disabled].alert:focus, [disabled].alert.submitButton:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .disabled.alert.submitButton:hover,
      .button.disabled.alert:focus, .disabled.alert.submitButton:focus, .button[disabled].alert:hover,
      [disabled].alert.submitButton:hover,
      .button[disabled].alert:focus, [disabled].alert.submitButton:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover,
      button.disabled.alert:focus, button[disabled].alert:hover,
      button[disabled].alert:focus, .button.disabled.alert:hover,
      .disabled.alert.submitButton:hover,
      .button.disabled.alert:focus, .disabled.alert.submitButton:focus, .button[disabled].alert:hover,
      [disabled].alert.submitButton:hover,
      .button[disabled].alert:focus, [disabled].alert.submitButton:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .disabled.warning.submitButton, .button[disabled].warning, [disabled].warning.submitButton {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .disabled.warning.submitButton:hover,
      .button.disabled.warning:focus, .disabled.warning.submitButton:focus, .button[disabled].warning:hover,
      [disabled].warning.submitButton:hover,
      .button[disabled].warning:focus, [disabled].warning.submitButton:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .disabled.warning.submitButton:hover,
      .button.disabled.warning:focus, .disabled.warning.submitButton:focus, .button[disabled].warning:hover,
      [disabled].warning.submitButton:hover,
      .button[disabled].warning:focus, [disabled].warning.submitButton:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover,
      button.disabled.warning:focus, button[disabled].warning:hover,
      button[disabled].warning:focus, .button.disabled.warning:hover,
      .disabled.warning.submitButton:hover,
      .button.disabled.warning:focus, .disabled.warning.submitButton:focus, .button[disabled].warning:hover,
      [disabled].warning.submitButton:hover,
      .button[disabled].warning:focus, [disabled].warning.submitButton:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .disabled.info.submitButton, .button[disabled].info, [disabled].info.submitButton {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .disabled.info.submitButton:hover,
      .button.disabled.info:focus, .disabled.info.submitButton:focus, .button[disabled].info:hover,
      [disabled].info.submitButton:hover,
      .button[disabled].info:focus, [disabled].info.submitButton:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .disabled.info.submitButton:hover,
      .button.disabled.info:focus, .disabled.info.submitButton:focus, .button[disabled].info:hover,
      [disabled].info.submitButton:hover,
      .button[disabled].info:focus, [disabled].info.submitButton:focus {
        color: #FFFFFF; }
      button.disabled.info:hover,
      button.disabled.info:focus, button[disabled].info:hover,
      button[disabled].info:focus, .button.disabled.info:hover,
      .disabled.info.submitButton:hover,
      .button.disabled.info:focus, .disabled.info.submitButton:focus, .button[disabled].info:hover,
      [disabled].info.submitButton:hover,
      .button[disabled].info:focus, [disabled].info.submitButton:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button, .submitButton {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .postfix.submitButton {
  border-color: true; }

.prefix.button, .prefix.submitButton {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius, .prefix.radius.submitButton {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius, .postfix.radius.submitButton {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round, .prefix.round.submitButton {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round, .postfix.round.submitButton {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 .5rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled],
  textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -1.25rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h1.title,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #222;
  line-height: inherit;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #222; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h1.title, h3, h4, h5, h6 {
  color: #3d3d3d;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h1.title small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2, h1.title {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem;
  color: #222;
  text-transform: uppercase;
}

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #98d4ff;
  border-color: #6fc4ff;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #3d3d3d;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h1.title, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2, h1.title {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right,
  .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h1.title, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h1.title, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus,
  .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    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: .5cm; }
  p,
  h2,
  h1.title,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h1.title,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

@media not print {
  .show-for-print {
    display: none !important; } }

/*--------------------------------
	additional config (required after vendor includes)
--------------------------------*/
/*--------------------------------
	LightCMS element styles
--------------------------------*/
/*
@import "elements/_login.scss";
@import "elements/_signup.scss";
@import "elements/_blog.scss";
@import "elements/_calendar.scss";
@import "elements/_evite.scss";
@import "elements/_donation.scss";
*/
/*--------------------------------
----------------------------------

  Image element

----------------------------------
--------------------------------*/
#ibox_content {
  height: auto !important;
  height: 350px;
  min-height: 350px;
  max-height: 500px; }

.lcms-img-blankstate {
  position: relative;
  background: #f5f5f5 !important;
  border: 3px solid #e0e0e0 !important;
  margin: 0 0 5px !important;
  text-align: center !important;
  border-radius: 4px;
  overflow: hidden !important; }
  .lcms-img-blankstate.lcms-drop-supported {
    border: 3px dashed #e0e0e0 !important; }
  .lcms-img-blankstate:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .lcms-img-blankstate img {
    display: inline !important;
    max-width: 100%;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important; }
  .lcms-img-blankstate a {
    text-decoration: none !important;
    text-shadow: none !important;
    font-style: normal !important; }
  .lcms-img-blankstate .lcms-img-blankstate-inner-wrap h3 {
    padding: 0 10px !important;
    margin: 0 !important;
    color: #999 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: none !important;
    font-style: normal !important;
    text-shadow: none !important;
    letter-spacing: normal !important;
    font-size: 19px !important;
    line-height: 26px !important;
    font-weight: 500 !important; }
    .lcms-img-blankstate .lcms-img-blankstate-inner-wrap h3 em {
      font-style: normal !important;
      font-weight: 700 !important;
      color: #8a8989 !important;
      text-shadow: none !important;
      letter-spacing: normal !important; }
  .lcms-img-blankstate .lcms-img-blankstate-inner-wrap p {
    padding: 0 10px !important;
    margin: 0 !important;
    color: #999 !important;
    font-family: 'Lato', sans-serif;
    text-transform: none !important;
    font-style: normal !important;
    text-shadow: none !important;
    letter-spacing: normal !important;
    font-size: 11px !important;
    line-height: 21px !important;
    font-weight: 400 !important; }
  .lcms-img-blankstate input.lcms-img-fileupload {
    display: none;
    margin: 0 0 0 15px !important; }
  .lcms-img-blankstate.lcms-ibs-micro .lcms-img-blankstate-inner-wrap img {
    max-width: 75% !important; }
  .lcms-img-blankstate.lcms-ibs-nano .lcms-img-blankstate-inner-wrap {
    width: 50% !important; }
    .lcms-img-blankstate.lcms-ibs-nano .lcms-img-blankstate-inner-wrap img {
      max-width: 50% !important; }

.lcms-img-blankstate-inner-wrap {
  display: inline-block !important;
  *display: inline !important;
  vertical-align: middle !important;
  max-width: 300px !important; }

.lcms-img-blankstate.lcms-drop-supported input.lcms-img-fileupload {
  display: none;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  float: none !important;
  font-size: 170px !important;
  cursor: pointer !important;
  z-index: 1; }

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-small .lcms-img-blankstate-inner-wrap img {
  max-width: 40% !important; }

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-micro .lcms-img-blankstate-inner-wrap img {
  max-width: 30% !important; }

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-micro .lcms-img-blankstate-inner-wrap h3 {
  font-size: 16px !important; }

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-micro .lcms-img-blankstate-inner-wrap p {
  font-size: 10px !important; }

.lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap {
  width: 99% !important; }
  .lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap img {
    display: none !important; }
  .lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap h3 {
    font-size: 13px !important; }
  .lcms-img-blankstate.lcms-drop-supported.lcms-ibs-nano .lcms-img-blankstate-inner-wrap p {
    font-size: 10px !important; }

.lcms-img-dropzone {
  transition: background 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out, box-shadow 0.2s ease-out;
  opacity: 1; }
  .lcms-img-dropzone.lcms-drop-in {
    border: 3px dashed #b7b7b7 !important; }
  .lcms-img-dropzone.lcms-drop-hover {
    border-color: #8a8989 !important;
    background: #dadada !important; }
  .lcms-img-dropzone.lcms-img-upload-fail .lcms-upload-progress {
    z-index: 2 !important;
    cursor: pointer !important; }
  .lcms-img-dropzone.lcms-img-upload-fail .lcms-upload-progress-inner-wrap {
    top: 50% !important;
    left: 50% !important;
    margin: -11px 0 0 -13px !important;
    border: none !important;
    width: 26px !important;
    height: 22px !important;
    opacity: 1 !important;
    border-radius: 0 !important; }
  .lcms-img-dropzone.lcms-img-upload-fail .lcms-upload-bar {
    display: none !important; }

.lcms-upload-progress {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  padding: 0 20px !important;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 2px; }
  .lcms-upload-progress .lcms-upload-progress-inner-wrap {
    position: relative;
    top: 50%;
    height: 7px;
    padding: 1px;
    border: 2px solid #fff;
    margin: -7px 25% 0;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
    transition: opacity 0.4s ease-out 0.3s; }
  .lcms-upload-progress .lcms-upload-bar {
    height: 7px;
    width: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px; }

.lcms_dimensions {
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 11px !important;
  font-style: italic !important;
  font-family: 'Oswald', sans-serif;
  text-transform: none !important;
  font-weight: 400 !important;
  color: #999 !important;
  transition: opacity 0.1s ease-out;
  display: none\9; }
  .lcms_dimensions strong {
    font-weight: 400 !important;
    font-style: normal !important;
    color: #555 !important;
    padding: 0 1px !important; }
    .lcms_dimensions strong.lcms-img-toobig {
      color: #555 !important; }

.lcms-awr-img {
  width: 100% !important;
  max-width: 100% !important; }

.SlideShow {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0; }

.SlideShowImage {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  margin: auto; }
  .SlideShowImage a {
    text-decoration: none !important;
    border: 0 !important; }
  .SlideShowImage img {
    display: block; }

.sldw_navigation {
  position: static;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  margin: 0; }
  .sldw_navigation span {
    padding: 0;
    margin: 0; }

.sldw_caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }
  .sldw_caption h3 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 15px; }

.sldw_caption_hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }
  .sldw_caption_hover h3 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 15px; }

.captionContainer {
  text-align: center;
  position: relative;
  margin: 0 auto; }
  
 
/* ------------------------------------------------------------------ INSIDE BLOCK LISTS -------------- */

.photoGalleryElement {
  clear: both; }
  .photoGalleryElement .thumbnail {
    display: inline;
    float: left;
    width: 138px;
    height: auto;
    text-align: center;
    font-size: smaller;
    line-height: 1.2em;
    margin-right: 8px;
    margin-bottom: 18px;
    padding: 0;
    padding-bottom: 0 !important;
    overflow: hidden; }
    .photoGalleryElement .thumbnail .thumbContents {
      height: auto;
      background-color: #fff;
      border: 1px solid #ccc;
      margin: 0;
      float: none; }
    .photoGalleryElement .thumbnail p {
      line-height: 1.1em;
      padding: 0 !important;
      margin: 0 !important; }
    .photoGalleryElement .thumbnail img {
      margin-bottom: 5px;
      border: 0;
      margin-top: 8px; }
  .photoGalleryElement .thumbShadow {
    display: inline;
    float: left;
    width: 134px;
    padding: 6px 0 0 6px;
    border: 0;
    margin: 0 8px 6px 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.4px; }
    .photoGalleryElement .thumbShadow .thumbContents {
      float: none; }
      .photoGalleryElement .thumbShadow .thumbContents p {
        line-height: 1.1em;
        padding: 0 !important;
        margin: 0 !important; }
    .photoGalleryElement .thumbShadow img {
      background: #fff;
      padding: 6px;
      border: 1px solid #e0e0e0;
      margin: -6px 6px 6px -6px; }
  .photoGalleryElement .thumbTile {
    display: inline;
    float: left;
    padding: 0;
    border: 0;
    margin: 0 8px 8px 0; }
    .photoGalleryElement .thumbTile img {
      border: 0;
      margin-bottom: -4px; }
  .photoGalleryElement .thumbHover {
    display: inline;
    float: left;
    padding: 0;
    border: 0;
    margin: 0 8px 8px 0; }
    .photoGalleryElement .thumbHover a img {
      filter: alpha(opacity=40);
      opacity: .4; }
    .photoGalleryElement .thumbHover a:hover img {
      filter: alpha(opacity=100);
      opacity: 1; }
    .photoGalleryElement .thumbHover img {
      border: 0;
      margin-bottom: -4px; }
  .photoGalleryElement .thumbTight {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;}
    .photoGalleryElement .thumbTight img {
      border: 0; }
  .photoGalleryElement:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    
    .imageElement.photoGalleryElement {
        text-align: center;
        
    }
    .photoGalleryElement .thumbContents img {
        margin: 0 auto;
    }
    
    .photoGalleryElement .thumbContents {
        position: relative;
        margin: 1rem;
    }
    
    .photoGalleryElement .thumbContents .description {
        display: flex !important;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: 0 .75rem;
    }
    
    .description h3 {
        color: #fff;
        text-transform: uppercase;
        word-spacing: .25rem;
        letter-spacing: 2px;
        padding: 0;
        margin: 0 auto;
    }
    
    
    .photoGalleryElement .thumbContents:hover .description h3{
        color: #d9d9d9;
    }
    
    
/* ------------------------------------------------------------------ INSIDE DESCRIPTIONS -------------- */

.insideDescription {
    background: #dedede;
    margin-top: -2rem;
    margin-bottom: 3rem !important;
}

.insideDescription p {
    padding: 1rem 1rem;
    margin: 0;
}

.insideDescription a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.regionBoundary .lcms-img-blankstate {
  cursor: pointer !important; }

.lcms-admin-container .lcms-img-blankstate {
  margin-top: 12px !important;
  height: 200px !important;
  *line-height: 200px !important; }

.lcms-ele-dropzone.lcms-ele-upload-fail .lcms-upload-progress-inner-wrap {
  top: 50% !important;
  left: 50% !important;
  margin: -11px 0 0 -13px !important;
  border: none !important;
  width: 26px !important;
  height: 22px !important;
  opacity: 1 !important;
  border-radius: 0 !important; }

.lcms-ele-dropzone.lcms-ele-upload-fail .lcms-upload-bar {
  display: none !important; }

.dragable:hover .lcms_dimensions {
  opacity: 1;
  display: block; }

.sldw_prev a {
  width: 31px;
  height: 29px;
  text-indent: -9999px;
  border: 0 !important;
  text-decoration: none !important;
  overflow: hidden;
  position: absolute;
  top: 43%;
  left: 5%; }

.sldw_next a {
  width: 31px;
  height: 29px;
  text-indent: -9999px;
  text-decoration: none !important;
  border: 0 !important;
  overflow: hidden;
  position: absolute;
  top: 43%;
  right: 5%; }

.photoGalleryElement .resizedImage {
  width: 33%;
  margin: 0;
  padding: 0.5rem !important;
  /* remove padding and spacing around element */ }
  .photoGalleryElement .resizedImage .thumbContents {
    border: 0;
    min-height: 0 !important; }
  .photoGalleryElement .resizedImage img {
    margin: 0;
    vertical-align: bottom;
    display: none; }


/*--------------------------------
----------------------------------

  Form element

----------------------------------
--------------------------------*/
/*--------------------------------
	responsive form styles
--------------------------------*/
.form_container {
    background-color: #dedede;
    padding: 1.5rem 0 1rem 0;
}

.fieldItem {
  padding-bottom: 0rem;
  margin: 0 auto;}
  .fieldItem.largeField, .captcha {
    max-width: 100%; }
  .fieldItem.medField, .captcha {
    max-width: 600px; }
  .fieldItem.smallField, .captcha {
    max-width: 400px; }
  .fieldItem.xsmallField, .captcha {
    max-width: 200px; }
  .fieldItem .fieldItemInner .fieldRow {
    margin: 0;
    max-width: none;
    width: auto; }
    .fieldItem .fieldItemInner .fieldRow:before, .fieldItem .fieldItemInner .fieldRow:after {
      content: " ";
      display: table; }
    .fieldItem .fieldItemInner .fieldRow:after {
      clear: both; }
    .fieldItem .fieldItemInner .fieldRow .fieldNote {
      top: -1rem;
      position: relative;
      font-size: 0.8125rem;
      color: #808080;
      padding-left: 0.2rem; }
      .fieldItem .fieldItemInner .fieldRow .fieldNote:empty {
        display: none; }
    .fieldItem .fieldItemInner .fieldRow label.fieldName {
      color: #808080;
      padding-left: 0.2rem; }
    .fieldItem .fieldItemInner .fieldRow .fieldInstructions:empty {
      display: none; }
      
.fieldTitle {
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.formTitle {
    font-size: 2rem;
}

.fieldInstructions {
    display: none;
}

.type-captcha {
    margin-bottom: 1.5rem;
}

.type-name .fieldBlock {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left; }
  .type-name .fieldBlock:first-child {
    padding-right: 0.25rem; }
  .type-name .fieldBlock:last-child {
    padding-left: 0.25rem; }

.type-address .fieldRow:nth-child(3) .fieldBlock:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 41.66667%;
  float: left;
  padding-right: 0.5rem; }

.type-address .fieldRow:nth-child(3) .fieldBlock:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  width: 33.33333%;
  float: left; }

.type-address .fieldRow:nth-child(3) .fieldBlock:last-child {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  padding-left: 0.5rem; }

.type-phone .fieldBlock:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 33.33333%;
  float: left;
  padding-left: 0;
  padding-right: 0.5rem; }

.type-phone .fieldBlock:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  width: 33.33333%;
  float: left;
  padding-right: 0.5rem; }

.type-phone .fieldBlock:last-child {
  padding-left: 0;
  padding-right: 0;
  width: 33.33333%;
  float: left;
  padding-right: 0; }

.type-multiplechoice .choice-option,
.type-checkbox .choice-option {
  display: block; }
  .type-multiplechoice .choice-option input,
  .type-checkbox .choice-option input {
    margin-bottom: 0; }
  .type-multiplechoice .choice-option label,
  .type-checkbox .choice-option label {
    margin-left: 0.3rem; }
  .type-multiplechoice .choice-option:last-child,
  .type-checkbox .choice-option:last-child {
    margin-bottom: 1rem; }

.type-sectionbreak {
  border-top: 1px solid #DDD;
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  text-align: left;
  margin-top: 1rem;
  padding-bottom: 0.5rem; }
  .type-sectionbreak .fieldTitle {
    display: inline-block;
    background: #fff;
    top: -0.65rem;
    left: 1rem;
    position: relative;
    padding: 0 1rem; }

.type-date .fieldBlock:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  padding-left: 0;
  padding-right: 0.5rem; }

.type-date .fieldBlock:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  padding-right: 0.5rem; }

.type-date .fieldBlock:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
  width: 33.33333%;
  float: left;
  padding-right: 0.5rem; }

.type-date .fieldBlock:last-child {
  padding-left: 0;
  padding-right: 0;
  width: 16.66667%;
  float: left;
  padding-right: 0; }

.type-time .fieldBlock:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  padding-left: 0;
  padding-right: 0.5rem; }

.type-time .fieldBlock:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  padding-right: 0.5rem; }

.type-time .fieldBlock:last-child {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  padding-right: 0; }

.datePickerImage {
  cursor: pointer; }

#FBDatePicker {
  width: 184px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  z-index: 9999;
  background-color: #F9F9F9;
  padding: 3px;
  border: solid 1px #DDD;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  #FBDatePicker .fbdRow {
    clear: both;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd; }
    #FBDatePicker .fbdRow:before, #FBDatePicker .fbdRow:after {
      content: " ";
      display: table; }
    #FBDatePicker .fbdRow:after {
      clear: both; }
  #FBDatePicker .fbdTitleRow {
    padding: 0.2rem 0.5rem;
    border-left: 0;
    box-sizing: border-box; }
  #FBDatePicker .fbdMove {
    width: 30%;
    float: left;
    cursor: pointer; }
  #FBDatePicker .fbdTitle {
    width: 40%;
    float: left; }
  #FBDatePicker .frbDayBlock {
    float: left;
    width: 25px;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
    display: block;
    border-right: 1px solid #ddd;
    background: #fff; }
  #FBDatePicker .fbdDateFieldsRow {
    position: relative;
    top: 0.5rem;
    border: 0; }
    #FBDatePicker .fbdDateFieldsRow input,
    #FBDatePicker .fbdDateFieldsRow select {
      margin-bottom: 0.5rem;
      float: left; }
    #FBDatePicker .fbdDateFieldsRow select {
      width: 60%; }
    #FBDatePicker .fbdDateFieldsRow input {
      width: 40%; }

/*--------------------------------
	errors
--------------------------------*/
.errorSummary {
  background: #D51600;
  color: #fff;
  padding: 1rem 2rem;
  border: 2px solid #3c0600;
  margin: 1rem 0; }
  .errorSummary p {
    color: #fff;
    margin: 0; }

.fieldItemError {
  position: relative; }
  .fieldItemError:before {
    width: 3px;
    background: #D51600;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: -1rem;
    bottom: 1rem; }

/*--------------------------------
	lightbox
--------------------------------*/
.lightbox {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed !important;
  height: 100% important; }

#lightbox_content {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9500; }

.lightbox-content {
  width: 600px;
  height: 400px;
  display: block; }

.mceListBoxMenu {
  z-index: 9999 !important; }

/*--------------------------------
	confirmation message
--------------------------------*/
.confirmation-content {
  width: 600px;
  height: 400px;
  display: block;
  background: #FFF; }

.confirmation-content-inner {
  padding: 2em 0 0 0; }

.confirmation-content .text {
  width: 90%;
  margin: 0 auto;
  display: block;
  overflow: auto;
  padding: 0.2em 0.3em;
  background: #FFF url(/themes/light/images/input_bg.gif) top repeat-x;
  border: 1px solid #CCC;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  font: 1.1em "Lato" sans-serif; }

.confirmation-content .save-options {
  padding: 1em 2em;
  display: block;
  text-align: right; }

.confirmation-content .save-options .button, .confirmation-content .save-options .submitButton {
  font-size: 0.9em;
  font-family: 'Lato', sans-serif;
  font-weight: bold; }

.confirmation-content-message {
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 12px; }

/*--------------------------------
----------------------------------

  Calendar element

----------------------------------
--------------------------------*/

.calendarTitle {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.eventsCalendar table {
  border: none !important;
  width: 100%;
  border-collapse: collapse;
  text-align: center;}
  .eventsCalendar table > tbody > tr:first-child > td {
    background: transparent !important; }
  .eventsCalendar table table {
    border: none !important;
    width: 100%;
    border-collapse: collapse; }
    .eventsCalendar table table td {
      border: none !important;
      width: 100%;
      border-collapse: collapse; }

/*--------------------------------
	calendar header
--------------------------------*/
.calendarTitle td[align="center"] {
  font-size: 1.375rem;
  color: #3d3d3d;
  /*padding-bottom: 0.625rem;*/
  width: 50% !important; }

.calendarTitle td {
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff; }

.calendarNextPrevious {
  font-weight: 400;
  width: 25% !important; }
  .calendarNextPrevious a {
    color: #808080 !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.875rem; }
    .calendarNextPrevious a:hover {
      color: #222 !important; }
  .calendarNextPrevious:first-child {
    text-align: left !important;
    padding: 0 0 0 1rem; }
    .calendarNextPrevious:first-child a:before {
      display: inline-block;
      content: "\00ab";
      margin-right: 3px; }
  .calendarNextPrevious:last-child {
    text-align: right !important;
    padding: 0 1rem 0 0; }
    .calendarNextPrevious:last-child a:after {
      display: inline-block;
      content: "\00bb";
      margin-left: 3px; }

.calendarDayHeader {
  background: #eee;
  color: #999;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 5px;
  border: 1px solid #ddd; }

/*--------------------------------
	calendar days
--------------------------------*/
.calendarOtherMonthDay,
.calendarDay,
.calendarWeekendDay,
.calendarToday {
  border: 1px solid #ddd;
  height: 5rem !important;
  overflow-y: auto;
  padding: 5px !important;
  vertical-align: top;
  color: #DBDBDB;
  font-size: 0.6875rem;
  text-align: left; }
  .calendarOtherMonthDay a,
  .calendarDay a,
  .calendarWeekendDay a,
  .calendarToday a {
    display: block;
    font-size: 0.8125rem;
    line-height: 1rem; }
  .calendarOtherMonthDay span,
  .calendarDay span,
  .calendarWeekendDay span,
  .calendarToday span {
    color: #aaa; }
    .calendarOtherMonthDay span:before,
    .calendarDay span:before,
    .calendarWeekendDay span:before,
    .calendarToday span:before {
      display: none; }

.calendarOtherMonthDay {
  color: #ccc;
  background: #fafafa; }

.calendarDay {
  background: #fff;
  color: #aaa; }

.calendarWeekendDay {
  background: #fefefe; }

.calendarToday {
  background: #d9d9d9;
  color: #3d3d3d;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.05); }

.dayOfMonth {
  display: inline; }


/*--------------------------------
	sidebar/footer calendar components
--------------------------------*/
.sidebar .eventsList ul,
.footer .eventsList ul {
  margin-left: 0; }
  .sidebar .eventsList ul li,
  .footer .eventsList ul li {
    padding: 0 0 0.5rem 0;
    list-style: none; }
    .sidebar .eventsList ul li a,
    .footer .eventsList ul li a {
      line-height: 1.2;
      font-size: 1rem;
      color: #3d3d3d;
      font-weight: normal; }
      @media only screen and (min-width: 64.0625em) {
        .sidebar .eventsList ul li a,
        .footer .eventsList ul li a {
          font-size: 0.9rem; } }
      .sidebar .eventsList ul li a:hover,
      .footer .eventsList ul li a:hover {
        color: #222; }
    .sidebar .eventsList ul li .eventDate,
    .footer .eventsList ul li .eventDate {
      line-height: 1;
      color: #808080;
      font-size: 0.875rem; }
      @media only screen and (min-width: 64.0625em) {
        .sidebar .eventsList ul li .eventDate,
        .footer .eventsList ul li .eventDate {
          font-size: 0.6875rem; } }

/*--------------------------------
	calendar (responsive)
--------------------------------*/
@media only screen and (max-width: 40em) {
  .eventsCalendar .calendarDayHeader {
    display: none; }
  .eventsCalendar td {
    display: none;
    background: transparent !important;
    box-shadow: none !important; }
    .eventsCalendar td[colspan="7"] {
      display: block; }
      .eventsCalendar td[colspan="7"] td {
        display: inline-block;
        text-align: left;
        /*padding-bottom: 0.5rem;*/
        width: auto !important; }
        .eventsCalendar td[colspan="7"] td.calendarNextPrevious {
          display: inline-block;
          padding: 0 1rem !important; }
          .eventsCalendar td[colspan="7"] td.calendarNextPrevious a {
            font-size: 0; }
            .eventsCalendar td[colspan="7"] td.calendarNextPrevious a:before,
            .eventsCalendar td[colspan="7"] td.calendarNextPrevious a:after {
              font-size: 1rem; }
    .eventsCalendar td.hasEvents {
      display: block;
      height: auto !important;
      width: 100% !important;
      border: 0;
      border-top: 1px solid #DDD;
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
      .eventsCalendar td.hasEvents a {
        display: block;
        font-size: 0.875rem;
        margin-top: 0.5rem; }
      .eventsCalendar td.hasEvents br + br {
        display: none; }
      .eventsCalendar td.hasEvents .dayOfMonth {
        display: block;
        font-weight: normal;
        font-size: 1rem;
        color: #3d3d3d; }
        .eventsCalendar td.hasEvents .dayOfMonth + br {
          display: none; }
    .eventsCalendar td:nth-of-type(1n) .dayOfMonth:before {
      content: 'Monday '; }
    .eventsCalendar td:nth-of-type(2n) .dayOfMonth:before {
      content: 'Tueday '; }
    .eventsCalendar td:nth-of-type(3n) .dayOfMonth:before {
      content: 'Wednesday '; }
    .eventsCalendar td:nth-of-type(4n) .dayOfMonth:before {
      content: 'Thursday '; }
    .eventsCalendar td:nth-of-type(5n) .dayOfMonth:before {
      content: 'Friday '; }
    .eventsCalendar td:nth-of-type(6n) .dayOfMonth:before {
      content: 'Saturday '; }
    .eventsCalendar td:nth-of-type(7n) .dayOfMonth:before {
      content: 'Sunday '; } }

/*--------------------------------
	dynamic body classes
--------------------------------*/
.dynamic-calendardetail .eventDate {
  font-size: 1.25rem;
  margin-bottom: 0.625rem; }

/*--------------------------------
----------------------------------

  Files & links element

----------------------------------
--------------------------------*/
/*--------------------------------
	sidebar/footer files & links components
--------------------------------*/
.sidebar .linksModule ul,
.footer .linksModule ul {
  margin-left: 0; }
  .sidebar .linksModule ul li,
  .footer .linksModule ul li {
    padding: 0;
    list-style: none; }
    .sidebar .linksModule ul li a,
    .footer .linksModule ul li a {
      line-height: 1.2;
      font-size: 1rem;
      color: #3d3d3d;
      font-weight: normal; }
      @media only screen and (min-width: 64.0625em) {
        .sidebar .linksModule ul li a,
        .footer .linksModule ul li a {
          font-size: 0.9rem; } }
      .sidebar .linksModule ul li a:hover,
      .footer .linksModule ul li a:hover {
        color: #222; }
    .sidebar .linksModule ul li .description,
    .footer .linksModule ul li .description {
      display: none; }



/*--------------------------------
	dynamic body classes
--------------------------------*/

.hidden {
    display: none;
}


/*--------------------------------
	Global template components
--------------------------------*/
/*--------------------------------
	LightCMS Admin fixes
--------------------------------*/
/* fixes navigation menu item widths */
.lcms_menus *, .lcms_menus *:before, .lcms_menus *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#lcms_brandingLogo {
  line-height: 1em; }

.lcms_pagebar {
  min-height: 32px; }

@media only screen and (min-width: 48em) {
  /* fixes logo vertical alignment issues */
  .lcms_menus {
    font-size: 1em !important;
    line-height: 1em !important; }
    .lcms_menus h1 {
      padding: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

form,
#deWrapper {
  margin-bottom: 0;
  min-height: 100%;
  height: 100%; }

/*--------------------------------
	section colors
--------------------------------*/
.section {
  background: transparent;
  border-bottom: 0px solid #dbdbdb;
  padding: 3rem 0 1rem 0; }
  @media only screen and (min-width: 40.0625em) {
    .section {
      padding: 4rem 0 2rem 0; } }
  @media only screen and (min-width: 64.0625em) {
    .section {
      padding: 6rem 0 4rem 0; } }
  .section.alt {
    background: #f2f2f2; }
  .section.callToAction {
    background: #0062a7;
    text-align: center; }
    @media only screen and (min-width: 40.0625em) {
      .section.callToAction {
        text-align: left; }
        .section.callToAction > .row {
          display: table; }
          .section.callToAction > .row > .columns {
            display: table-cell;
            vertical-align: middle;
            float: none; } }
    .section.callToAction h1, .section.callToAction h2, .section.callToAction h1.title, .section.callToAction h3, .section.callToAction h4, .section.callToAction h5, .section.callToAction h6, .section.callToAction p, .section.callToAction ul, .section.callToAction ol, .section.callToAction li, .section.callToAction blockquote {
      color: #fff; }

.textElement > *:last-child {
  margin-bottom: 0; }
  .textElement > *:last-child a {
    margin-bottom: 0; }

/*--------------------------------
	typography
--------------------------------*/
h5 {
  font-family: 'Oswald', sans-serif; }

h1, h2, h1.title, h3, h4, h5, h6 {
  line-height: 1.1;
  padding-bottom: 0.2em;
  padding-top: 0.1em; }
  h1 a, h2 a, h1.title a, h3 a, h4 a, h5 a, h6 a {
    color: #3d3d3d; }
    h1 a:hover, h2 a:hover, h1.title a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #222; }


.main .element:first-child .textElement {
    text-align: center;
}      

.main .element h2 {
    display: inline-block;
}

.prev, .next {
    display: inline-block;
    margin: 0 1rem;
}

.fa-angle-double-left, .fa-angle-double-right {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-style: normal;
    font-size: 3rem;
}

/*   
.main h2:before {
    content: '\f100';
    font-family: 'FontAwesome';
    margin-right: 1rem;
    vertical-align: top;
}
.main h2:after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-left: 1rem;
    vertical-align: top;
}*/

/*--------------------------------
	global elements
--------------------------------*/
body:not(.lcms_AdminView) .adminMessage {
  display: none; }

p.adminMessage {
  margin-bottom: 0;
  margin-top: 1rem; }
  
p.error {
    font-size: 1.25rem;
}

/*.element {
  margin-bottom: 2rem;
  
    @media only screen and (min-width:64.0625em) {
      &:last-child{
        margin-bottom:0;
      }
    }
 }
*/
/* highlight global content areas
*[id^=ctl]{
  background:rgba(black,0.05);
}
*/
/*--------------------------------
	link transitions
--------------------------------*/
a {
  transition: all 0.2s ease-out; }

/*--------------------------------
	animations
--------------------------------*/
.preload *[class^="animation_"],
.preload *[class*=" animation_"] {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  animation: none !important;
  opacity: 0; }

/*--------------------------------
	return to top link
--------------------------------*/
.returnToTop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(129,129,129, 0.8) url(../img/returnToTop-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  @media only screen and (min-width: 40.0625em) {
    .returnToTop {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 64.0625em) {
    .returnToTop {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px; } }

.returnToTop.cd-is-visible, .returnToTop.cd-fade-out, .no-touch .returnToTop:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.returnToTop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.returnToTop.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .returnToTop:hover {
  background-color: #222;
  opacity: 1; }

header {
  /*border-bottom: 0px solid #DBDBDB;
  background: url(../img/landscape.jpg);*/
  background-size: cover;
  background-position: center top;
  /*
  .fullScreenHeader &{
    //position: fixed;
    height:100%;
    width:100%;
  }
*/ }
  header .navWrapper {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    background: #3d3d3d;}
  header .navigation {
    padding: 0;
    z-index: 99998;
    position: relative; }
  header .headerContent {
    padding: 6rem 0; }
    .home.fullScreenHeader header .headerContent.animate {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -ms-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
  header .fullWidthHeaderImage .element {
    margin-bottom: 0; }
    
    .logo {
        position: absolute;
        top: 0;
        left: 35%;
        max-width: 200px;
    }
    
    .fillerHeader {
        width: 100%;
    }
    
    .runner {
        background-color: #3d3d3d;
        padding: .5rem 0;
    }
    
    .runner h4 {
        color: #fff;
    }
    
    .runner-home {
        background-color: #4d4d4d;
        padding: .5rem 0;
    }
    
    .runner-home h4 {
        color: #fff;
        padding: 0;
        margin: 0;
    }
    
    .homeStill {
        height: auto;
        margin-bottom: -.5rem;
    }


.home.fullScreenHeader header {
  min-height: 100%;
  display: table;
  height: 100%;
  width: 100%; }

.home.fullScreenHeader .navWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.home.fullScreenHeader .headerContent {
  width: 100%;
  top: 0px;
  left: 0px;
  display: table-cell;
  vertical-align: middle; }

.home.fullScreenHeader .fullWidthHeaderImage {
  display: none; }
  
  
.breadcrumbs {
    background: #ece9e9;
    padding: .25rem 0;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: .875rem;
    text-transform: uppercase;
}
  

.navigation h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.625rem;
  line-height: 2.875rem;
  margin: 0;
  padding: 0; }

.navigation .menuTrigger {
  float: right;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  /*top: 0.8rem;
  position: relative;*/ }
  .navigation .menuTrigger .burger {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block !important;
    margin-bottom: 4px;
    margin-right: 2px; }
    .navigation .menuTrigger .burger, .navigation .menuTrigger .burger:before, .navigation .menuTrigger .burger:after {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff;
      -webkit-transition-property: background-color, -webkit-transform;
      -moz-transition-property: background-color, -moz-transform;
      -o-transition-property: background-color, -o-transform;
      transition-property: background-color, transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .navigation .menuTrigger .burger:before, .navigation .menuTrigger .burger:after {
      position: absolute;
      content: ""; }
    .navigation .menuTrigger .burger:before {
      top: -6px; }
    .navigation .menuTrigger .burger:after {
      top: 6px; }
  .navigation .menuTrigger.active .burger {
    background-color: transparent; }
  .navigation .menuTrigger.active .burger:before {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }
  .navigation .menuTrigger.active .burger:after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }

.navigation ul {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
  .navigation ul li {
    list-style: none;
    float: left; }
    .navigation ul li > a {
      padding: 0 0.75rem;
      line-height: 1.2;
      font-size: 0.875rem;
      display: inline-block;
      color: #fff;
      border: 1px solid transparent;
      white-space: nowrap;
      font-weight: 700;
      -webkit-transition: all 0s ease-out;
      -moz-transition: all 0s ease-out;
      transition: all 0s ease-out; }
      
      .navigation ul li .level2 a {
          color: #3d3d3d;
      }

      
    .navigation ul li:hover > a {
      color: #3d3d3d; }
    .navigation ul li.selectedPage > a:hover,
    .navigation ul li.selectedPageParent > a:hover,
    .navigation ul li.selectedPagePath > a:hover,
    .navigation ul li.selectedPageRoot > a:hover {
      text-decoration: underline; }

.navigation .mainMenu {
  float: left; }
  @media only screen and (max-width: 64.0625em) {
    .navigation .mainMenu {
      float: right; } }
  .navigation .mainMenu > li.hasChildren {
    position: relative; }
    .navigation .mainMenu > li.hasChildren > a:after {
      border: inset 4px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      display: inline-block;
      top: 2px;
      position: relative;
      left: 3px; }
      .navigation .mainMenu > li.hasChildren:hover > a:after {
          border-color: #222 transparent transparent transparent;
      }
      
  .navigation .mainMenu > li > a {
    line-height: 2.875rem; }
  .navigation .mainMenu > li:hover > a {
    background: #fff;
    }
    
  .navigation .mainMenu ul[class^="level"] {
    background: #eee;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 0;
    margin-top: -1px; }
    .navigation .mainMenu ul[class^="level"] li {
      float: none;
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      position: relative; }
      
      .navigation .mainMenu ul[class^="level"] li:hover {
          background: #d9d9d9;
      }
      
      .navigation .mainMenu ul[class^="level"] li a {
        width: 100%;
        display: block;
        padding: 0 0.9375rem;
        line-height: 2rem; }
      .navigation .mainMenu ul[class^="level"] li ul[class^="level"] {
        top: 0;
        left: 100%; }
  .navigation .mainMenu li.hasChildren:hover > ul[class^="level"] {
    display: block; }
    
    ul.globalMenu .level3 {
        display: none !important;
    }

.navigation .special {
  float: right; }
  .navigation .special li a {
    padding: 0 0.9375rem;
    line-height: 2.875rem;
    font-size: 0.875rem;
    display: inline-block;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    transition: all 0s ease-out; }
    .navigation .special li a i {
      min-width: 1em; }
  .navigation .special li:hover a {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25); }

.searchToggle {
  z-index: 200;
  position: relative; }
  .searchToggle.open .fa-search:before, .searchToggle.open .mobileMenu ul .search .searchInput:before, .mobileMenu ul .search .searchToggle.open .searchInput:before {
    content: "\f00d"; }

html body#deBase #deHeader #deNav i.fa, html body#deBase #deHeader #deNav .mobileMenu ul .search i.searchInput:before, .mobileMenu ul .search html body#deBase #deHeader #deNav i.searchInput:before {
  font-family: "FontAwesome" !important; }

.search {
  display: none;
  height: 100%;
  width: 100%; }
  @media only screen and (min-width: 64.0625em) {
    .search {
      display: block; } }
  .search label,
  .search .searchButton {
    display: none; }
  .search .searchInput {
    position: absolute;
    right: 22px;
    top: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s, opacity 0.6s;
    -moz-transition: width 0.3s, opacity 0.6s;
    transition: width 0.3s, opacity 0.6s;
    -webkit-backface-visibility: hidden;
    z-index: 100;
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 2.775rem;
    opacity: 0; }
    .search .searchInput.open {
      background: #fff;
      width: 48%;
      padding: 0.5rem;
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: 3px;
      opacity: 1;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      transition: width 0.3s;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .search .searchInput:focus {
      box-shadow: none; }
    @media only screen and (max-width: 40em) {
      .search .searchInput {
        width: 100%;
        right: 0;
        text-align: center; } }

.mobileMenu {
  padding: 0;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 2000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 14px -3px rgba(0, 0, 0, 0.2);
  overflow: scroll;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .mobileMenu ul {
    margin: 0;
    list-style: none; }
    .mobileMenu ul.globalMenu {
      margin-top: -1px; }
    .mobileMenu ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .mobileMenu ul li a {
      display: block;
      line-height: 50px;
      padding-left: 1rem;
      color: #3d3d3d;
      font-size: 1rem !important;
      -webkit-text-size-adjust: 100%; }
      .mobileMenu ul li a:active {
        background: rgba(0, 0, 0, 0.05); }
    .mobileMenu ul li.hasChildren > a {
      position: relative; }
      .mobileMenu ul li.hasChildren > a .submenuToggle {
        width: 30px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.05); }
        .mobileMenu ul li.hasChildren > a .submenuToggle .toggleIcon {
          position: absolute;
          top: 23px;
          right: 9px;
          border: inset 6px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
          border-top-style: solid; }
    .mobileMenu ul {
        background: rgba(0, 0, 0, 0.05)
    }
    .mobileMenu ul ul {
      display: none;
      background: rgba(0, 0, 0, 0.0); }
    .mobileMenu ul .search {
      display: inline-block;
      display: none !important;
      opacity: 1;
      height: 50px;
      line-height: 50px; }
      .mobileMenu ul .search .searchInput {
        position: relative; }
        .mobileMenu ul .search .searchInput:before {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          color: #3d3d3d; }
  @media only screen and (min-width: 64.0625em) {
    .mobileMenu {
      display: none !important; } }

/*--------------------------------
	sticky navigation
--------------------------------*/
.is-sticky .navWrapper {
  width: 100%;
  background: #ff0;
  border-bottom: 1px solid #DBDBDB;
  z-index: 99;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

/*---------------------------------------------
-----------------------------------------------

  Styles related to global site footer.

-----------------------------------------------
---------------------------------------------*/
footer {
  background: #3d3d3d;
  padding: 3rem 0 1.5rem 0;
  text-align: center;
  /*
  div, p, li{
    color:lighten($body-font-color, 30%);
    font-size:0.9rem;
  }
*/ }

footer h3, .credits {
    color: #fff;
}

footer a {
    color: #efefef;
}

footer a:hover {
    color: #d9d9d9;
    font-weight: 700;
}

.footerLeft {
    margin-top: 3.6rem;
}

.footerRight {
    margin-top: 5rem;
}

  .footer h1 {
    font-size: 1.625rem; }
  .footer h2, .footer h1.title {
    font-size: 1.375rem; }
  .footer h3, .footer h4, .footer h5 {
    font-size: 1.125rem; }
  .footer h1, .footer h2, .footer h1.title, .footer h3, .footer h4, .footer h5 {
    font-family: 'Oswald', sans-serif; }
    .footer h1.title,
    .footer h1.formTitle, .footer h2.title,
    .footer h1.title,
    .footer h2.formTitle, .footer h1.formTitle.title, .footer h3.title,
    .footer h3.formTitle, .footer h4.title,
    .footer h4.formTitle, .footer h5.title,
    .footer h5.formTitle {
      font-size: 1.125rem; }
  .footer .element {
    margin-bottom: 2rem;
    /*
    @media only screen and (min-width:64.0625em) {
      &:last-child{
        margin-bottom:0;
      }
    }
*/ }

footer {
  text-align: center; }
  @media only screen and (min-width: 40.0625em) {
    footer {
      text-align: left; } }
  footer p {
    font-size: 0.875rem;
    margin: 1rem 0 0 0;
    color: #808080; }
    @media only screen and (min-width: 40.0625em) {
      footer p {
        margin-bottom: 1rem; } }
        


/*--------------------------------
----------------------------------

  Pagination

----------------------------------
--------------------------------*/
div.pagination {
  width: 100%;
  float: none;
  text-align: center; }
  div.pagination ul {
    width: auto;
    float: none;
    list-style: none;
    display: inline-block;
    font-size: 0.875rem;
    margin: 5px 0 10px;
    padding: 0; }
    div.pagination ul li {
      background: transparent;
      font-size: 0.875rem;
      color: inherit;
      list-style: none;
      float: none;
      display: block;
      float: left;
      line-height: 1;
      min-width: 2rem; }
      div.pagination ul li a {
        color: #666;
        text-decoration: none; }
        div.pagination ul li a:hover {
          color: #fff;
          background: #222; }
    div.pagination ul li.page.current {
      font-size: 0.875rem;
      color: #000;
      font-weight: 700;
      background: #f2f2f2;
      position: relative;
      border: 1px solid #999;
      top: -0.2em;
      line-height: 1.3em;
      margin-bottom: -0.5em !important;
      margin-left: -1px !important; }

/*--------------------------------
----------------------------------

  Social media buttons

----------------------------------
--------------------------------*/
.socialMedia {
  overflow: hidden;
  list-style: none;
  margin: 0;
  display: inline-block !important; }
  @media only screen and (min-width: 40.0625em) {
    .socialMedia {
      float: right;
      display: block !important; } }
  .socialMedia li {
    list-style: none;
    display: inline;
    float: left;
    margin: 1rem 8px 1rem 0;
    height: 32px;
    width: 32px; }
  .socialMedia a {
    display: block;
    text-align: left;
    direction: ltr;
    width: inherit;
    height: inherit;
    background: url("../img/social-icons.png") 0 0 no-repeat;
    /*background-size: 834px 344px;*/
    text-indent: -9999px;
    /*opacity: 0.5;
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    -o-filter: brightness(0%);
    -ms-filter: brightness(0%);*/ }
    .socialMedia a:hover {
      opacity: 1;
      filter: brightness(100%);
      -webkit-filter: brightness(100%);
      -moz-filter: brightness(100%);
      -o-filter: brightness(100%);
      -ms-filter: brightness(100%); }
  .socialMedia span {
    display: block;
    text-align: left;
    direction: ltr;
    width: inherit;
    height: inherit;
    background: url("../img/social-icons.png") 0 0 no-repeat;
    background-size: 834px 344px;
    text-indent: -9999px; }
  .socialMedia .facebook {
    background-position: 0 -140px; }
  .socialMedia .twitter {
    background-position: -70px -140px; }
  .socialMedia .linkedin {
    background-position: -140px -140px; }
  .socialMedia .pintrest {
    background-position: -210px -140px; }
  .socialMedia .googleplus {
    background-position: -280px -140px; }
  .socialMedia .tumblr {
    background-position: -350px -140px; }
  .socialMedia .instagram {
    background-position: -420px -140px; }
  .socialMedia .youtube {
    background-position: -490px -140px; }
  .socialMedia .flickr {
    background-position: -560px -140px; }
  .socialMedia .vimeo {
    background-position: -630px -140px; }
  .socialMedia .emailaddress {
    background-position: -700px -140px; }
  .socialMedia .phonenumber {
    background-position: -770px -140px; }

.socialMedia64 li {
  height: 64px;
  width: 64px; }

.socialMedia64 .facebook {
  background-position: 0 0; }

.socialMedia64 .twitter {
  background-position: -70px 0; }

.socialMedia64 .linkedin {
  background-position: -140px 0; }

.socialMedia64 .pintrest {
  background-position: -210px 0; }

.socialMedia64 .googleplus {
  background-position: -280px 0; }

.socialMedia64 .tumblr {
  background-position: -350px 0; }

.socialMedia64 .instagram {
  background-position: -420px 0; }

.socialMedia64 .youtube {
  background-position: -490px 0; }

.socialMedia64 .flickr {
  background-position: -560px 0; }

.socialMedia64 .vimeo {
  background-position: -630px 0; }

.socialMedia64 .emailaddress {
  background-position: -700px 0; }

.socialMedia64 .phonenumber {
  background-position: -770px 0; }

.socialMedia48 li {
  height: 48px;
  width: 48px; }

.socialMedia48 .facebook {
  background-position: 0 -70px; }

.socialMedia48 .twitter {
  background-position: -65px -70px;}

.socialMedia48 .linkedin {
  background-position: -140px -70px; }

.socialMedia48 .pintrest {
  background-position: -210px -70px; }

.socialMedia48 .googleplus {
  background-position: -280px -70px; }

.socialMedia48 .tumblr {
  background-position: -350px -70px; }

.socialMedia48 .instagram {
  background-position: -386px -70px; }

.socialMedia48 .youtube {
  background-position: -490px -70px; }

.socialMedia48 .flickr {
  background-position: -560px -70px; }

.socialMedia48 .vimeo {
  background-position: -630px -70px; }

.socialMedia48 .emailaddress {
  background-position: -700px -70px; }

.socialMedia48 .phonenumber {
  background-position: -770px -70px; }

.socialMedia24 li {
  height: 24px;
  width: 24px; }

.socialMedia24 .facebook {
  background-position: 0 -210px; }

.socialMedia24 .twitter {
  background-position: -70px -210px; }

.socialMedia24 .linkedin {
  background-position: -140px -210px; }

.socialMedia24 .pintrest {
  background-position: -210px -210px; }

.socialMedia24 .googleplus {
  background-position: -280px -210px; }

.socialMedia24 .tumblr {
  background-position: -350px -210px; }

.socialMedia24 .instagram {
  background-position: -420px -210px; }

.socialMedia24 .youtube {
  background-position: -490px -210px; }

.socialMedia24 .flickr {
  background-position: -560px -210px; }

.socialMedia24 .vimeo {
  background-position: -630px -210px; }

.socialMedia24 .emailaddress {
  background-position: -700px -210px; }

.socialMedia24 .phonenumber {
  background-position: -770px -210px; }

.socialMedia16 li {
  height: 16px;
  width: 16px; }

.socialMedia16 .facebook {
  background-position: 0 -275px; }

.socialMedia16 .twitter {
  background-position: -66px -275px; }

.socialMedia16 .linkedin {
  background-position: -140px -280px; }

.socialMedia16 .pintrest {
  background-position: -210px -280px; }

.socialMedia16 .googleplus {
  background-position: -280px -280px; }

.socialMedia16 .tumblr {
  background-position: -350px -280px; }

.socialMedia16 .instagram {
  background-position: -420px -280px; }

.socialMedia16 .youtube {
  background-position: -490px -280px; }

.socialMedia16 .flickr {
  background-position: -560px -280px; }

.socialMedia16 .vimeo {
  background-position: -630px -280px; }

.socialMedia16 .emailaddress {
  background-position: -700px -280px; }

.socialMedia16 .phonenumber {
  background-position: -770px -280px; }

/*--------------------------------
	Page template specific styles
--------------------------------*/
/*--------------------------------
----------------------------------

  Search results

----------------------------------
--------------------------------*/
.searchTitle {
  font-size: 1.2em; }

.searchTerm {
  font-weight: 700;
  background: url("../images/search_term_bg.png"); }

ul.searchResults {
  margin: 0;
  padding: 0; }

.searchResults li {
  list-style: none;
  padding: 3px 0;
  margin: 5px 0; }

/*--------------------------------
	dynamic body classes
--------------------------------*/
.home {
  /*--------------------------------
	display testimonials
--------------------------------*/ }
  .home .feature h1, .home .feature h2, .home .feature h1.title {
    border-bottom: 3px double #DBDBDB;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .home .testimonials .imageElement {
    position: relative; }
    .home .testimonials .imageElement .thumbnail {
      width: 100%;
      display: none; }
      .home .testimonials .imageElement .thumbnail:before, .home .testimonials .imageElement .thumbnail:after {
        content: " ";
        display: table; }
      .home .testimonials .imageElement .thumbnail:after {
        clear: both; }
      .home .testimonials .imageElement .thumbnail .thumbContents {
        border: 0;
        background: transparent;
        width: 100%; }
        .home .testimonials .imageElement .thumbnail .thumbContents > a {
          cursor: default; }
        .home .testimonials .imageElement .thumbnail .thumbContents img {
          border-radius: 50%;
          margin: 0 auto;
          display: block;
          max-width: 160px; }
          @media only screen and (min-width: 40.0625em) {
            .home .testimonials .imageElement .thumbnail .thumbContents img {
              float: left;
              margin: 0; } }
        .home .testimonials .imageElement .thumbnail .thumbContents > p {
          display: none; }
        .home .testimonials .imageElement .thumbnail .thumbContents .description {
          display: block !important;
          padding-top: 0.5rem;
          margin: 1rem 0; }
          @media only screen and (min-width: 40.0625em) {
            .home .testimonials .imageElement .thumbnail .thumbContents .description {
              margin: 0 0 0 10rem; } }
          .home .testimonials .imageElement .thumbnail .thumbContents .description h1, .home .testimonials .imageElement .thumbnail .thumbContents .description h2, .home .testimonials .imageElement .thumbnail .thumbContents .description h1.title, .home .testimonials .imageElement .thumbnail .thumbContents .description h3, .home .testimonials .imageElement .thumbnail .thumbContents .description h4, .home .testimonials .imageElement .thumbnail .thumbContents .description h5, .home .testimonials .imageElement .thumbnail .thumbContents .description h6, .home .testimonials .imageElement .thumbnail .thumbContents .description p, .home .testimonials .imageElement .thumbnail .thumbContents .description ul, .home .testimonials .imageElement .thumbnail .thumbContents .description li, .home .testimonials .imageElement .thumbnail .thumbContents .description div {
            text-align: center !important; }
            @media only screen and (min-width: 40.0625em) {
              .home .testimonials .imageElement .thumbnail .thumbContents .description h1, .home .testimonials .imageElement .thumbnail .thumbContents .description h2, .home .testimonials .imageElement .thumbnail .thumbContents .description h1.title, .home .testimonials .imageElement .thumbnail .thumbContents .description h3, .home .testimonials .imageElement .thumbnail .thumbContents .description h4, .home .testimonials .imageElement .thumbnail .thumbContents .description h5, .home .testimonials .imageElement .thumbnail .thumbContents .description h6, .home .testimonials .imageElement .thumbnail .thumbContents .description p, .home .testimonials .imageElement .thumbnail .thumbContents .description ul, .home .testimonials .imageElement .thumbnail .thumbContents .description li, .home .testimonials .imageElement .thumbnail .thumbContents .description div {
                text-align: left !important; } }
          .home .testimonials .imageElement .thumbnail .thumbContents .description h3 {
            font-weight: normal;
            letter-spacing: 0px;
            line-height: 1.2em; }
          .home .testimonials .imageElement .thumbnail .thumbContents .description p {
            color: #333;
            margin-bottom: 1rem !important;
            line-height: 1.2; }
            .home .testimonials .imageElement .thumbnail .thumbContents .description p a {
              color: #666; }
              .home .testimonials .imageElement .thumbnail .thumbContents .description p a:hover,
              .home .testimonials .imageElement .thumbnail .thumbContents .description p a:focus {
                color: #000;
                text-decoration: underline; }

/*--------------------------------
	global blog styles
--------------------------------*/
.blogsElement .blogList,
.blogsElement .blogList > ul {
  margin-left: 0;
  text-align: center; }

.blogsElement .rss {
  display: none; }

/*--------------------------------
	main content area blog listings
--------------------------------*/
.main .blogsElement > .blogList > ul > li {
    border-bottom: 0px solid #DBDBDB;
    margin: 0 0 1rem;
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.main .blogsElement > .blogList > ul > li .postInfo {
    display: none;
}

.main .blogsElement > .blogList > ul > li h2.postTitle {
    border-bottom: 1px solid #3d3d3d;
    width: 100%;
}

.main .blogsElement > .blogList > ul > li h2.postTitle a {
    font-size: 1.75rem;
    color: #222;
    text-transform: uppercase;
}

.main .blogsElement > .blogList > ul > li .postBody a {
    color: #3d3d3d;
}

.main .twoColumn .blogsElement > .blogList > ul > li {
    width: calc(100%/2.19);
    margin: 0 1rem 1rem;
}

/*--------------------------------
    DAILY CALENDAR
--------------------------------*/
.dailyCal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dailyCal ul li {
    padding: .75rem 1rem;
    margin: 0;
    background: #dedede;
}

.dailyCal p {
    margin-bottom: 1rem;
}

.dailyCal li a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
}

.dailyCal li .eventDate {
    font-size: 1.25rem;
    float: right;
    margin-top: .25rem;
}

  /*
          &:last-child{
            padding-bottom:0;
          }
*/
  @media only screen and (min-width: 40.0625em) {
    .sidebarRight .main .blogsElement > .blogList > ul > li {
      margin-right: -1.25rem;
      padding-right: 1.25rem; } }
  @media only screen and (min-width: 64.0625em) {
    .sidebarRight .main .blogsElement > .blogList > ul > li {
      margin-right: -3rem;
      padding-right: 3rem; } }
  @media only screen and (min-width: 40.0625em) {
    .sidebarLeft .main .blogsElement > .blogList > ul > li {
      margin-left: -1.25rem;
      padding-left: 1.25rem; } }
  @media only screen and (min-width: 64.0625em) {
    .sidebarLeft .main .blogsElement > .blogList > ul > li {
      margin-left: -3rem;
      padding-left: 3rem; } }
  /*.main .blogsElement > .blogList > ul > li .postInfo {
    background: #f2f2f2;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 0; }
    .main .blogsElement > .blogList > ul > li .postInfo span,
    .main .blogsElement > .blogList > ul > li .postInfo em {
      font-style: normal;
      color: #808080; }*/

/*--------------------------------
	sidebar/footer blog components
--------------------------------*/
.sidebar .blogsElement ul,
.footer .blogsElement ul {
  margin-bottom: 0; }
  .sidebar .blogsElement ul li,
  .footer .blogsElement ul li {
    padding: 0 0 0.5rem 0; }
    .sidebar .blogsElement ul li .postTitle,
    .footer .blogsElement ul li .postTitle {
      line-height: 1.2;
      padding: 0; }
    .sidebar .blogsElement ul li .postInfo,
    .footer .blogsElement ul li .postInfo {
      font-size: 0.6875rem; }
      @media only screen and (min-width: 64.0625em) {
        .sidebar .blogsElement ul li .postInfo,
        .footer .blogsElement ul li .postInfo {
          font-size: 0.6875rem; } }
      .sidebar .blogsElement ul li .postInfo .postDate,
      .sidebar .blogsElement ul li .postInfo em,
      .footer .blogsElement ul li .postInfo .postDate,
      .footer .blogsElement ul li .postInfo em {
        font-style: normal; }
      .sidebar .blogsElement ul li .postInfo,
      .sidebar .blogsElement ul li .postInfo a,
      .footer .blogsElement ul li .postInfo,
      .footer .blogsElement ul li .postInfo a {
        color: #808080; }

.sidebar .blogsElement .postTitle,
.footer .blogsElement .postTitle {
  font-size: 0.9rem;
  color: #3d3d3d;
  font-weight: normal;
  margin: 0; }
  @media only screen and (min-width: 64.0625em) {
    .sidebar .blogsElement .postTitle,
    .footer .blogsElement .postTitle {
      font-size: 0.9rem; } }

.sidebar .blogsElement .postInfo,
.footer .blogsElement .postInfo {
  margin-bottom: 0; }

.blogsElement > .tagList .tag {
  padding-bottom: 0;
  list-style: none; }
  .blogsElement > .tagList .tag a:before {
    content: "\f02b";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #DBDBDB;
    margin-right: 0.3rem;
    width: 1em; }
  .blogsElement > .tagList .tag a:hover:before {
    color: #808080; }
  .blogsElement > .tagList .tag .tagCount {
    color: #DBDBDB; }

.blogsElement > .archive > ul > li > .postTitle a:before {
  content: "\f073";
  display: inline-block;
  font-family: 'FontAwesome';
  color: #DBDBDB;
  margin-right: 0.3rem;
  width: 1em; }

.blogsElement > .archive > ul > li > .postTitle a:hover:before {
  color: #808080; }

.blogsElement > .archive > ul > li > .postInfo {
  display: none; }

.blogsElement > .archive .postArchiveGroup {
  margin: 0.5rem 0 0.5rem 1.3rem; }

.sidebar .blogsElement .blogList .postTitle a:hover:before,
.footer .blogsElement .blogList .postTitle a:hover:before {
  color: #808080; }

.sidebar .blogsElement .blogList > .postInfo,
.footer .blogsElement .blogList > .postInfo {
  display: none; }

.blogBack {
  display: none; }

.postViewInfo {
  padding: 0;
  font-size: 0.75rem;
  display: block;
  margin: 0;
  border: 0; }
  .postViewInfo span,
  .postViewInfo em {
    font-style: normal;
    color: #808080; }
  .postViewInfo ul.postViewTags {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    margin-bottom: 0 !important;
    display: block; }
    .postViewInfo ul.postViewTags:before {
      display: none; }
    .postViewInfo ul.postViewTags li, .postViewInfo ul.postViewTags a {
      display: inline-block;
      height: 24px;
      line-height: 24px;
      position: relative;
      font-size: 11px;
      margin-bottom: 4px; }
    .postViewInfo ul.postViewTags li {
      line-height: 50px; }
      .postViewInfo ul.postViewTags li:before,
      .postViewInfo ul.postViewTags li:after {
        display: none; }
    .postViewInfo ul.postViewTags a {
      margin-right: 5px !important;
      margin-left: 10px;
      padding: 0 10px 0 12px;
      background: #DBDBDB;
      color: #777;
      text-decoration: none;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      transition: none; }
      .postViewInfo ul.postViewTags a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #DBDBDB transparent transparent;
        border-style: solid;
        border-width: 12px 12px 12px 0; }
      .postViewInfo ul.postViewTags a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #333;
        -webkit-box-shadow: -1px -1px 2px #333;
        box-shadow: -1px -1px 2px #333; }
      .postViewInfo ul.postViewTags a:hover {
        background: #555;
        color: #fff; }
        .postViewInfo ul.postViewTags a:hover:before {
          border-color: transparent #555 transparent transparent; }
    .postViewInfo ul.postViewTags span {
      display: none; }

div.comments {
  margin-top: 3.25rem; }
  div.comments dl {
    margin: 0; }
  div.comments dt {
    background: transparent;
    border-top: 1px solid #DBDBDB;
    border-bottom: 0;
    padding-bottom: 0;
    /*
    &:first-child{
      border-top:0;
    }
*/ }
  div.comments dd {
    background: transparent; }
  div.comments .alternate {
    background: #f2f2f2; }
  div.comments .commentDate {
    margin: 0.5rem 0;
    font-style: normal;
    color: #808080; }

.commentsHead {
  display: none; }

.commentsForm .addComment {
  border-top: 1px solid #DBDBDB;
  padding-top: 1rem;
  margin-top: 0; }

.commentsForm .note {
  display: none; }

.commentsForm .submitComment {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #222;
  border-color: #ca7100;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .commentsForm .submitComment:hover,
  .commentsForm .submitComment:focus {
    background-color: #ca7100; }
  .commentsForm .submitComment:hover,
  .commentsForm .submitComment:focus {
    color: #FFFFFF; }

/*--------------------------------
	dynamic body classes
--------------------------------*/
.dynamic-tags .main .element > h1.title {
  border: 1px solid #DBDBDB;
  background: #f2f2f2;
  padding: 1rem;
  color: #808080;
  font-size: 1rem;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem; }

/*--------------------------------
	dynamic body classes
--------------------------------*/
/*--------------------------------
	dynamic body classes
--------------------------------*/
.inside header {
  background: transparent; }
  .inside header .headerContent {
    /*background: #EDF0F1 url(../img/insidePageHeader.png);
    border-top: 1px solid #DBDBDB;*/
    padding-top: 3rem;
    padding-bottom: 1rem; }

.inside .content {
  padding: 0; }

.inside .main,
.inside .sidebar {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width: 64.0625em) {
    .inside .main,
    .inside .sidebar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .inside .main .element,
  .inside .sidebar .element {
    margin-bottom: 2rem; }
    .inside .main .element:last-child,
    .inside .sidebar .element:last-child {
      margin-bottom: 0; }

.inside .main .row + .row {
  padding-top: 1.5rem; }

.inside .main h1 {
  border-bottom: 3px double #DBDBDB;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.inside .sidebar {
  border-top: 1px solid #DBDBDB; }
  .inside .sidebar h1, .inside .sidebar h2, .inside .sidebar h1.title, .inside .sidebar h3, .inside .sidebar h4, .inside .sidebar h5 {
    font-family: 'Oswald', sans-serif; }
    .inside .sidebar h1.title,
    .inside .sidebar h1.formTitle, .inside .sidebar h2.title,
    .inside .sidebar h1.title,
    .inside .sidebar h2.formTitle, .inside .sidebar h1.formTitle.title, .inside .sidebar h3.title,
    .inside .sidebar h3.formTitle, .inside .sidebar h4.title,
    .inside .sidebar h4.formTitle, .inside .sidebar h5.title,
    .inside .sidebar h5.formTitle {
      font-size: 1.125rem; }
  .inside .sidebar div, .inside .sidebar p, .inside .sidebar li {
    color: #6f6f6f;
    font-size: 0.9rem; }
  .inside .sidebar .sectionMenu {
    display: none;
    border-top: 1px solid #DBDBDB;
    margin: 0 0 2rem 0; }
    .inside .sidebar .sectionMenu li {
      list-style: none;
      border: 1px solid #DBDBDB;
      border-top: 0; }
      .inside .sidebar .sectionMenu li a {
        color: #000;
        display: block;
        padding: 0.5rem; }
        .inside .sidebar .sectionMenu li a:hover {
          color: #222;
          background: #f2f2f2; }
        .inside .sidebar .sectionMenu li a.selectedPage,
        .inside .sidebar .sectionMenu li a.selectedPageParent,
        .inside .sidebar .sectionMenu li a.selectedPageRoot,
        .inside .sidebar .sectionMenu li a.selectedPagePath {
          background: #f2f2f2; }
    @media only screen and (min-width: 40.0625em) {
      .inside .sidebar .sectionMenu {
        display: block; } }

@media only screen and (min-width: 40.0625em) {
  .inside.sidebarLeft .main:after,
  .inside.sidebarLeft .sidebar:after,
  .inside.sidebarRight .main:after,
  .inside.sidebarRight .sidebar:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    display: block;
    background: #DBDBDB; }
  .inside.sidebarLeft .main:after {
    left: 0; }
  .inside.sidebarLeft .sidebar {
    border-top: 0; }
    .inside.sidebarLeft .sidebar:after {
      right: -1px; }
  .inside.sidebarRight .main:after {
    right: 0; }
  .inside.sidebarRight .sidebar {
    border-top: 0; }
    .inside.sidebarRight .sidebar:after {
      left: -1px; } }

@media only screen and (min-width: 64.0625em) {
  .inside.sidebarLeft .main {
    padding-left: 3rem; }
  .inside.sidebarLeft .sidebar {
    padding-right: 3rem; }
  .inside.sidebarRight .main {
    padding-right: 3rem; }
  .inside.sidebarRight .sidebar {
    padding-left: 3rem; } }


.sponsors .textElement ul {
    margin: 0;
}
    .sponsors .textElement ul li {
        background: transparent;
        border: 3px solid #3d3d3d;
        width: 29%;
        display: inline-table;
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        text-align: center;
        text-transform: uppercase;
        color: #3d3d3d;
        min-height: 100px;
        vertical-align: middle;
        margin: .5rem .825rem;
    }
     .sponsors .textElement ul li a {
            vertical-align: middle;
            display: table-cell;
            padding: 0 1rem;
        }
          .sponsors .textElement ul li a:hover {
              background: #3d3d3d;
              color: #fff;
          }
          
@media only screen and (max-width: 768px){
    .sponsors .textElement ul li {
        width: 28%;
    }
}

@media only screen and (max-width: 640px){
    .sponsors .textElement ul li {
        width: 47%;
        margin: .5rem .25rem;
    }
}

@media only screen and (max-width: 400px){
    .sponsors .textElement ul li {
        width: 47%;
        margin: .25rem;
    }
    .sponsors .textElement ul li a {
        padding: 0;
    }
}

.locationLink {
    color: #fff;
}

.locationLink a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: .25px;
}

.login {
  background: #EDF0F1 url(../img/insidePageHeader.png);
  border-top: 1px solid #DBDBDB;
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*
  form{
    height:100%;

    @media only screen and (min-width:40.0625em) {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; 
    }
  }
  
  .feature{
    @media only screen and (min-width:40.0625em) {
      position: relative;
      top: 50%;
      transform: translateY(-60%);    
    }
  }
*/ }
  .login .logo {
    text-align: center;
    margin-bottom: 1rem; }
    .login .logo h1 {
      font-family: 'Oswald', sans-serif;;
      font-size: 2.25rem; }
    .login .logo img {
      display: inline-block; }
  .login h1.title {
    display: none; }
  .login .box {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 40px; }
  .login .button, .login .sponsorson {
    width: 100%;
    padding: 0.8rem;
    margin: 1rem 0; }
  .login .forgot {
    text-align: center;
    font-size: 0.75rem; }
    .login .forgot a {
      color: #808080; }
      .login .forgot a:hover {
        color: #000; }


.videoSection {
    /*background: url("../img/video.jpg") no-repeat center;
    background-size: cover;*/
    margin-bottom: -1rem;
    height: inherit;
}


.videoBox {
    width: 100%;
    height: auto;
    position: absolute;
    top:3.5rem;
    left: 0;
}


span.readMore a {
    font-family: "Oswald", sans-serif;
    display: block;
}

.blogList .postFeaturedImage {
    max-height: 260px;
    overflow: hidden;
}

/*--------------------------------
----------------------------------

  MOBILE OPTIMIZATION MEDIA QUERIES

----------------------------------
--------------------------------*/

@media only screen and (max-width: 1024px){
    .logo {
        left: 5%;
        top: -1rem;
        width: 150px;
    }
    
    .navWrapper {
        padding: 1rem 0;
    }
    
    .mobileMenu {
        right: 0;
        top: 3.25rem;
        width: 35%;
    }
    
    .mobileMenu ul li {
        padding: 0 1rem;
    }
    
    .mobileMenu ul li a {
        padding: 0;
    }
    
    .inside .content {
        padding: 1.5rem 0;
    }
    
    .photoGalleryElement .thumbContents {
        margin: .5rem;
    }
    
    iframe {
        margin-bottom: 1.5rem;
    }
    
    .blogList .postFeaturedImage {
        max-height: 225px;
        overflow: hidden;
    }
    
    .main .blogsElement > .blogList > ul > li h2.postTitle a {
        font-size: 1.45rem;
    }
    
}

@media only screen and (max-width: 768px){
    .main .blogsElement > .blogList > ul > li {
        width: calc(100%/1.1);
    }
    
    
    .photoGalleryElement .thumbTight {
        width: 33%;
    }
    
    .description h3 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }

    
    .footerLeft {
        margin-top: 1rem;
    }
    
    .footerRight {
        margin-top: 1rem;
    }
    
    .main .twoColumn .blogsElement > .blogList > ul > li {
        width: calc(100%/2.21);
    }
    
    .blogList .postFeaturedImage {
        max-height: 185px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 640px){
    .logo {
        width: 100px;
    }
    
    .form_container {
        padding: 1.5rem .3rem;
    }
    
    .main .blogsElement > .blogList > ul > li {
        width: 100%;
        margin: 1rem 0;
    }
    
    .photoGalleryElement .thumbTight {
        width: 49%;
    }
      .photoGalleryElement .thumbContents {
          margin: .25rem;
      }
        .photoGalleryElement .thumbContents .description {
            padding: 0 .25rem;
        }
      .description h3 {
          font-size: 1.15rem;
      }

    
    footer {
        padding: 0;
    }

    .mobileMenu {
        width: 60%;
    }
    
    .main .twoColumn .blogsElement > .blogList > ul > li {
        width: 100%;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 400px){
    .photoGalleryElement .thumbTight {
        width: 100%;
    }
      .photoGalleryElement .thumbContents {
          margin: 1rem;
      }
        .photoGalleryElement .thumbContents .description {
            padding: 0 1rem;
        }
          .description h3 {
              font-size: 1.5rem;
          }
}