@charset "UTF-8";
/*!
 *  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
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,600,800);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333333em;
  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.28571428571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14285714286em;
  width: 2.14285714286em;
  top: 0.142857142857em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714285714em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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: ""; }

/*!
 *  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("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
          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: #ffffff; }

/* 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: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-rss:before {
  content: "\f09e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-instagram:before {
  content: "\f16d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-transgender:before {
  content: "\f224"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  Clearfix

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

  Buttons

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

  Handy stuff

--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	Vertical align anything!
	http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
	Requires the height of parent element to be set fixed.
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	Center and vertical align
	JD wrote this, so if it's broke - blame him
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	REM to PX for Fonts
	http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/
	Usage: @include font-size(13);
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------

  Width, Margin and Padding Mixins
  - These calculate % using the famous RWD formula, target/context*100

--------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

.vh,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vh.focusable:active, .vh.focusable:focus,
.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.browsehappy {
  padding: 1.25em 0;
  text-align: center;
  color: #fff;
  background: #96292E;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 130%;
  font-family: Helvetica, Arial, Sans-serif; }

.browsehappy a {
  color: #fff; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

.columns, .site-info, .lt-ie9 .site-info {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.columns:after, .site-info:after, .lt-ie9 .site-info:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (min-width: 47.5em) {
  .columns .col--1-2, .site-info .col--1-2, .site-info .copyright, .site-info .imagebox, .lt-ie9 .site-info .copyright, .lt-ie9 .site-info .imagebox {
    width: 49.6503496503%;
    float: left;
    margin-right: 0.699300699301%; } }

.lt-ie9 .columns .col--1-2, .lt-ie9 .site-info .col--1-2, .site-info .lt-ie9 .columns .copyright,
.site-info .lt-ie9 .columns .imagebox, .lt-ie9 .site-info .copyright, .lt-ie9 .site-info .imagebox {
  width: 49.6503496503%;
  float: left;
  margin-right: 0.699300699301%; }

@media screen and (min-width: 47.5em) {
  .columns .col--2-2, .site-info .col--2-2, .site-info .imagebox, .lt-ie9 .site-info .imagebox {
    width: 49.6503496503%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .columns .col--2-2, .lt-ie9 .site-info .col--2-2, .site-info .lt-ie9 .columns .imagebox, .lt-ie9 .site-info .imagebox {
  width: 49.6503496503%;
  float: right;
  margin-right: 0; }

@media screen and (min-width: 47.5em) {
  .columns .col--1-3, .site-info .col--1-3,
  .columns .col--2-3, .site-info .col--2-3 {
    width: 32.8671328671%;
    float: left;
    margin-right: 0.699300699301%; } }

.lt-ie9 .columns .col--1-3, .lt-ie9 .site-info .col--1-3, .lt-ie9
.columns .col--2-3, .lt-ie9 .site-info .col--2-3 {
  width: 32.8671328671%;
  float: left;
  margin-right: 0.699300699301%; }

@media screen and (min-width: 47.5em) {
  .columns .col--3-3, .site-info .col--3-3 {
    width: 32.8671328671%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .columns .col--3-3, .lt-ie9 .site-info .col--3-3 {
  width: 32.8671328671%;
  float: right;
  margin-right: 0; }

@media screen and (min-width: 47.5em) {
  .columns .col--1-4, .site-info .col--1-4,
  .columns .col--2-4, .site-info .col--2-4,
  .columns .col--3-4, .site-info .col--3-4 {
    width: 24.4755244755%;
    float: left;
    margin-right: 0.699300699301%; } }

.lt-ie9 .columns .col--1-4, .lt-ie9 .site-info .col--1-4, .lt-ie9
.columns .col--2-4, .lt-ie9 .site-info .col--2-4, .lt-ie9
.columns .col--3-4, .lt-ie9 .site-info .col--3-4 {
  width: 24.4755244755%;
  float: left;
  margin-right: 0.699300699301%; }

@media screen and (min-width: 47.5em) {
  .columns .col--4-4, .site-info .col--4-4 {
    width: 24.4755244755%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .columns .col--4-4, .lt-ie9 .site-info .col--4-4 {
  width: 24.4755244755%;
  float: right;
  margin-right: 0; }

@media screen and (min-width: 47.5em) {
  .columns .col--1-6, .site-info .col--1-6,
  .columns .col--2-6, .site-info .col--2-6,
  .columns .col--3-6, .site-info .col--3-6,
  .columns .col--4-6, .site-info .col--4-6,
  .columns .col--5-6, .site-info .col--5-6 {
    width: 16.0839160839%;
    float: left;
    margin-right: 0.699300699301%; } }

.lt-ie9 .columns .col--1-6, .lt-ie9 .site-info .col--1-6, .lt-ie9
.columns .col--2-6, .lt-ie9 .site-info .col--2-6, .lt-ie9
.columns .col--3-6, .lt-ie9 .site-info .col--3-6, .lt-ie9
.columns .col--4-6, .lt-ie9 .site-info .col--4-6, .lt-ie9
.columns .col--5-6, .lt-ie9 .site-info .col--5-6 {
  width: 16.0839160839%;
  float: left;
  margin-right: 0.699300699301%; }

@media screen and (min-width: 47.5em) {
  .columns .col--6-6, .site-info .col--6-6 {
    width: 16.0839160839%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .columns .col--6-6, .lt-ie9 .site-info .col--6-6 {
  width: 16.0839160839%;
  float: right;
  margin-right: 0; }

@media screen and (min-width: 47.5em) {
  .columns .col--1-8, .site-info .col--1-8,
  .columns .col--2-8, .site-info .col--2-8,
  .columns .col--3-8, .site-info .col--3-8,
  .columns .col--4-8, .site-info .col--4-8,
  .columns .col--5-8, .site-info .col--5-8,
  .columns .col--6-8, .site-info .col--6-8,
  .columns .col--7-8, .site-info .col--7-8 {
    width: 11.8881118881%;
    float: left;
    margin-right: 0.699300699301%; } }

.lt-ie9 .columns .col--1-8, .lt-ie9 .site-info .col--1-8, .lt-ie9
.columns .col--2-8, .lt-ie9 .site-info .col--2-8, .lt-ie9
.columns .col--3-8, .lt-ie9 .site-info .col--3-8, .lt-ie9
.columns .col--4-8, .lt-ie9 .site-info .col--4-8, .lt-ie9
.columns .col--5-8, .lt-ie9 .site-info .col--5-8, .lt-ie9
.columns .col--6-8, .lt-ie9 .site-info .col--6-8, .lt-ie9
.columns .col--7-8, .lt-ie9 .site-info .col--7-8 {
  width: 11.8881118881%;
  float: left;
  margin-right: 0.699300699301%; }

@media screen and (min-width: 47.5em) {
  .columns .col--8-8, .site-info .col--8-8 {
    width: 11.8881118881%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .columns .col--8-8, .lt-ie9 .site-info .col--8-8 {
  width: 11.8881118881%;
  float: right;
  margin-right: 0; }

html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif; }

body {
  -webkit-font-smoothing: antialiased; }

p, li, td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

p, table {
  margin-bottom: 1em; }

ul, ol {
  margin-bottom: 2em; }

ul {
  list-style: square;
  margin-left: 6em; }

ol {
  list-style: decimal;
  margin-left: 6em; }

li {
  margin-bottom: 1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 180%; }

h1 {
  font-size: 35px;
  font-size: 3.5rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 25px;
  font-size: 2.5rem; }

h4 {
  font-size: 22px;
  font-size: 2.2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

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

.homeContent h1, .homeContent h2, .homeContent h3, .homeContent p {
  font-family: "Open Sans", sans-serif; }

.homeContent h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 125%;
  color: white;
  text-align: left;
  margin-bottom: 30px; }

.homeContent h1 br {
  display: none; }

@media screen and (min-width: 47.5em) {
  .homeContent h1 {
    font-size: 61px;
    font-size: 6.1rem; }
  .homeContent h1 br {
    display: inline-block; } }

.lt-ie9 .homeContent h1 {
  font-size: 61px;
  font-size: 6.1rem; }

.lt-ie9 .homeContent h1 br {
  display: inline-block; }

.homeContent h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 1pt;
  line-height: 120%;
  color: white;
  text-align: left;
  margin-bottom: 15px; }

@media screen and (min-width: 47.5em) {
  .homeContent h2 {
    font-size: 40px;
    font-size: 4rem; } }

.lt-ie9 .homeContent h2 {
  font-size: 40px;
  font-size: 4rem; }

.homeContent h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 2pt;
  line-height: 120%;
  color: white;
  text-align: center; }

@media screen and (min-width: 47.5em) {
  .homeContent h3 {
    font-size: 50px;
    font-size: 5rem; } }

.lt-ie9 .homeContent h3 {
  font-size: 50px;
  font-size: 5rem; }

.homeContent p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
  color: white;
  text-align: left; }

@media screen and (min-width: 47.5em) {
  .homeContent p {
    font-size: 17px;
    font-size: 1.7rem; } }

.lt-ie9 .homeContent p {
  font-size: 17px;
  font-size: 1.7rem; }

.content-area {
  padding: 70px 0px 60px; }

.content-area a {
  color: #2C9EEC; }

.content-area h1, .content-area h6, .content-area h3, .content-area p, .content-area li {
  font-family: "Open Sans", sans-serif; }

.content-area h1 {
  font-weight: 300;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 130%;
  color: #2C9EEC;
  text-align: left;
  margin-bottom: 20px; }

.content-area h6 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 170%;
  color: #444444;
  text-align: left;
  margin-bottom: 20px;
  background: url(../img/global/headingBottomLine.png) bottom center no-repeat;
  margin-bottom: 40px;
  padding-bottom: 40px; }

.content-area h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 130%;
  color: #7E5FA9;
  text-align: left;
  margin-bottom: 15px; }

.content-area h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 130%;
  color: #37C5C9;
  text-align: left;
  margin-bottom: 15px; }

.content-area h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 130%;
  color: #2C9EEC;
  text-align: left;
  margin-bottom: 15px; }

.content-area p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 175%;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 30px; }

.content-area ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }

.content-area ul li {
  margin-left: 28px;
  padding-left: 17px;
  background: url(../img/innerpage/liDot.png) no-repeat 0px 11px;
  list-style: none;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 175%;
  color: #444444;
  text-align: left; }

@media screen and (min-width: 47.5em) {
  #page.innerpage .site-header {
    padding-top: 15px; }
  #page.innerpage .site-header .site-branding {
    padding-bottom: 15px; }
  #page.innerpage .main-nav ul > li a {
    height: 167px;
    padding-top: 90px; }
  #page.innerpage .main-nav ul.sub-menu a {
    height: auto;
    padding: 0; } }

.lt-ie9 #page.innerpage .site-header {
  padding-top: 15px; }

.lt-ie9 #page.innerpage .site-header .site-branding {
  padding-bottom: 15px; }

.lt-ie9 #page.innerpage .main-nav ul > li a {
  height: 167px;
  padding-top: 90px; }

.lt-ie9 #page.innerpage .main-nav ul.sub-menu a {
  height: auto;
  padding: 0; }

.new-artist-title {
  background: #2C9EEC;
  padding: 2em 0; }

.new-artist-title h2.artist-l {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  margin: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  float: left; }

.rob-nav {
   float: right;
}

.banner {
  background: #2C9EEC;
  padding: 2em 0; }

@media screen and (min-width: 47.5em) {
  .banner {
    padding: 35px 0 30px; } }

.lt-ie9 .banner {
  padding: 35px 0 30px; }

.banner .h1 {
  font-weight: bold;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  line-height: 125%;
  color: white;
  text-transform: uppercase;
  text-align: left; }

@media screen and (min-width: 47.5em) {
  .banner .h1 {
    font-size: 35px;
    font-size: 3.5rem;
    text-align: left;
    float: left; } }

.lt-ie9 .banner .h1 {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: left;
  float: left; }

.banner .FAQs,
.banner .fcele {
  background: #111111;
  border-radius: 25px;
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-size: 19px;
  line-height: 120%;
  text-align: left;
  float: right;
  text-transform: uppercase;
  padding: 13px 23px 11px;
  text-decoration: none; }

.banner .FAQs span,
.banner .fcele span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin-right: 10px; }

.banner .fcele {
  margin-right: 1em; }

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

.entry-content img {
  display: block;
  margin: 2em auto; }

.entry-content .aligncenter {
  margin: 2em auto; }

@media screen and (min-width: 47.5em) {
  .entry-content .alignright {
    float: right;
    margin: 0 0 2em 2em; }
  .entry-content .alignleft {
    float: left;
    margin: 0 2em 2em 0; } }

.lt-ie9 .entry-content .alignright {
  float: right;
  margin: 0 0 2em 2em; }

.lt-ie9 .entry-content .alignleft {
  float: left;
  margin: 0 2em 2em 0; }

.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cycle-slideshow {
  max-width: 100%;
  margin: auto;
  overflow: hidden; }

.cycle-slideshow > div {
  width: 100%;
  height: 100%;
  background: #1c1c1c; }

.cycle-slideshow div img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto; }

iframe, object, embed {
  width: 100%;
  height: 100%; }

#slideshow-2 {
  margin-top: 10px;
  height: 55px; }

@media screen and (min-width: 47.5em) {
  #slideshow-2 {
    margin-bottom: 0px;
    height: 150px; } }

.lt-ie9 #slideshow-2 {
  margin-bottom: 0px;
  height: 150px; }

#slideshow-2 .cycle-slide {
  max-width: 150px;
  margin-right: 10px;
  height: 55px;
  width: 55px !important; }

@media screen and (min-width: 47.5em) {
  #slideshow-2 .cycle-slide {
    height: 150px;
    width: 150px !important; } }

.lt-ie9 #slideshow-2 .cycle-slide {
  height: 150px;
  width: 150px !important; }

#slideshow-2 .cycle-slide img {
  margin: 0px !important; }

#slideshow-2 .cycle-sentinel {
  display: none; }

#slideshow-2 .cycle-slideshow {
  height: 55px; }

@media screen and (min-width: 47.5em) {
  #slideshow-2 .cycle-slideshow {
    height: 150px; } }

.lt-ie9 #slideshow-2 .cycle-slideshow {
  height: 150px; }

#slideshow-2 .cycle-slideshow div img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto; }

#slideshow-2 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px; }

#slideshow-2 .cycle-prev, #slideshow-2 .cycle-next {
  position: absolute;
  display: block;
  background: #219CF2;
  bottom: 0px;
  top: 0px;
  width: 10%; }

#slideshow-2 .cycle-prev {
  left: -11.5%;
  text-indent: -99999px;
  background: url(../img/global/leftArrow.png) center center no-repeat #219CF2; }

#slideshow-2 .cycle-prev:hover {
  transition: all 0.5s ease;
  background: url(../img/global/leftArrow.png) center center no-repeat #7E5FA9; }

#slideshow-2 .cycle-next {
  right: -11.5%;
  text-indent: -9999px;
  background: url(../img/global/rightArrow.png) center center no-repeat #219CF2; }

#slideshow-2 .cycle-next:hover {
  transition: all 0.5s ease;
  background: url(../img/global/rightArrow.png) center center no-repeat #7E5FA9; }

.entry-footer .js-social-share,
.primary-footer .social-media a {
  font-size: 26px;
  font-size: 2.6rem; }

.entry-footer .js-social-share,
.primary-footer .social-media a .fa-circle {
  color: #2C9EEC; }

.entry-footer .js-social-share,
.primary-footer .social-media a:hover .fa-circle {
  transition: all 0.5s ease;
  color: #7E5FA9; }

.main-nav {
  margin-top: 10px;
  *zoom: 1;
  width: 100%; }

.main-nav:before, .main-nav:after {
  content: " ";
  display: table; }

.main-nav:after {
  clear: both; }

.main-nav ul {
  list-style: none;
  margin: 0;
  margin-top: -80px; }

.main-nav li {
  margin: 0;
  display: inline-block;
  width: 14.2857143%;
  width: calc(100% / 7.2);
  position: relative;
  float: left; }

@media screen and (min-width: 75em) {
  .main-nav li {
    width: 14.2857143%; } }

.main-nav a {
  display: block;
  text-align: center;
  display: block;
  width: 195px;
  height: 197px;
  padding-top: 100px;
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 115%;
  color: white;
  text-decoration: none;
  text-transform: uppercase; }

.main-nav a:hover {
  background: url(../img/header/purpleBlur.png) no-repeat center center; }

.main-nav .menu-item-43 a:hover, .main-nav .menu-item-40 a:hover {
  background: url(../img/header/greenBlur.png) no-repeat center center; }

.main-nav .menu-item-42 a:hover, .main-nav .menu-item-38 a:hover, .main-nav .menu-item-39 a:hover {
  background: url(../img/header/blueBlur.png) no-repeat center center; }

.main-nav li.menu-item-has-children {
  position: relative; }

.main-nav .sub-menu {
  display: none;
  position: absolute;
  top: 240px;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  padding: 1.5em 2em;
  width: 200px; }

.main-nav .sub-menu li {
  padding: 0.65em 0;
  width: auto;
  display: block;
  float: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.main-nav .sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.main-nav .sub-menu a {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  text-transform: none; }

.main-nav .sub-menu a:hover {
  background: none;
  color: #2C9EEC; }

.main-nav li.menu-item-has-children:hover .sub-menu {
  display: block; }

.lt-ie9 .main-nav a {
  position: relative;
  top: 0px;
  bottom: 0px;
  text-align: center; }

.top-nav, .main-nav {
  display: none; }

@media screen and (min-width: 47.5em) {
  .top-nav, .main-nav {
    display: block; } }

.lt-ie9 .top-nav, .lt-ie9 .main-nav {
  display: block; }

.mobile-head {
  padding: 1em;
  overflow: hidden; }

@media screen and (min-width: 47.5em) {
  .mobile-head {
    display: none; } }

.lt-ie9 .mobile-head {
  display: none; }

.mobile-head .icon-menu {
  float: left; }

.mobile-head .icon-location {
  float: right; }

.mobile-nav ul {
  margin: 0;
  list-style: none; }

.mobile-nav ul li {
  margin: 0; }

#site-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
  transition: 300ms ease all; }

@media screen and (min-width: 47.5em) {
  #canvas {
    -ms-transform: none;
    transform: none; } }

.lt-ie9 #canvas {
  -ms-transform: none;
  transform: none; }

.show-nav #canvas {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  transform: translate3d(300px, 0, 0); }

@media screen and (min-width: 30em) {
  .show-nav #canvas {
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    transform: translate3d(400px, 0, 0); } }

.show-contact #canvas {
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  transform: translate3d(-300px, 0, 0); }

@media screen and (min-width: 30em) {
  .show-contact #canvas {
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transform: translate3d(-400px, 0, 0); } }

#mobile-nav {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #428bca;
  padding: 15px; }

@media screen and (min-width: 30em) {
  #mobile-nav {
    left: -400px;
    width: 400px; } }

#mobile-contact {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%; }

@media screen and (min-width: 30em) {
  #mobile-contact {
    right: -400px;
    width: 400px; } }

.mobile-head {
  padding: 1em;
  background: #1384d2; }

.icon-menu,
.icon-location {
  font-size: 30px;
  font-size: 3rem;
  color: white; }

.mobile-nav,
.mobile-contact {
  background: #2C9EEC;
  padding: 15px; }

.mobile-nav a,
.mobile-contact a {
  color: white;
  font-size: 17px;
  font-size: 1.7rem; }

.mobile-nav p,
.mobile-contact p {
  color: white; }

.mobile-nav .website-title,
.mobile-contact .website-title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold; }

.mobile-nav ul a {
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px; }

.mobile-nav ul a br {
  display: none; }

.mobile-nav ul .current-menu-item a {
  color: #444444; }

.mobile-nav ul li {
  margin-bottom: 1em; }

.mobile-nav ul .sub-menu {
  display: none;
  margin: 1em 0 1em 1.5em; }

.pagination {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: left;
  clear: left;
  margin: 2em 0 0; }

.pagination:before, .pagination:after {
  content: " ";
  display: table; }

.pagination:after {
  clear: both; }

.pagination span {
  font-size: 20px;
  font-size: 2rem;
  padding: 0.75em 1em;
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-right: 0.5em; }

.pagination a {
  background: #7E5FA9; }

.pagination a:hover {
  background: #2C9EEC; }

.pagination span.current {
  background: #37C5C9; }

#fav-box p {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2em;
  text-align: center; }

#fav-box ul {
  list-style: none;
  margin: 0; }

#fav-box li {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 1em; }

#fav-box li:nth-child(even) {
  background: #555; }

#fav-box .simplefavorite-button.remove-fav {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 64px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  font-size: 0%;
  border: 0;
  cursor: pointer;
  outline: none;
  background: url(../img/global/removed.png) no-repeat; }

#fav-box .simplefavorite-button.remove-fav.active {
  width: 15px;
  height: 15px;
  background: url(../img/global/close-btn-small.png) no-repeat; }

#fav-box a {
  text-decoration: none; }

#fav-box img, #fav-box .nam {
  display: inline-block;
  height: 100px;
  float: left; }

#fav-box .nam {
  margin-left: 1em;
  max-width: 270px;
  font-size: 20px;
  font-size: 2rem; }

#fav-box .nam span {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 40%; }

#fav-box .remove-fav {
  float: right; }

@media only screen and (min-width: 768px) {
  #fav-box .nam {
    margin-left: 1em;
    max-width: 230px;
    font-size: 16px;
    font-size: 1.6rem; } }

@media only screen and (min-width: 1200px) {
  #fav-box .nam {
    margin-left: 1em;
    max-width: 210px;
    font-size: 20px;
    font-size: 2rem; } }

.email-this {
  padding: 1em;
  text-align: center;
  background: #7E5FA9;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }

.email-this i {
  margin-right: 0.3em; }

.email-this a {
  text-decoration: none; }

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s; }

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s; }

.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close::before {
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close::after {
  animation: cd-close-2 0.6s 0.3s; }

@keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(45deg); } }

@keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(-45deg); } }

.cd-panel-header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: #37C5C9;
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: top 0.3s 0s; }

.cd-panel-header h1 {
  font-weight: bold;
  color: white;
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-left: 3%; }

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px; }

.from-right .cd-panel-header {
  right: 0; }

.from-left .cd-panel-header {
  left: 0; }

.is-visible .cd-panel-header {
  top: 0;
  transition: top 0.3s 0.3s; }

@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 50%; } }

@media only screen and (min-width: 1200px) {
  .cd-panel-header {
    width: 30%; } }

.cd-panel-close {
  position: absolute;
  top: 0.65em;
  right: 1em;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  color: white;
  font-weight: normal;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/global/close-btn.png) no-repeat; }

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #333;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  color: white; }

.cd-panel-container a {
  color: white; }

.from-right .cd-panel-container {
  right: 0;
  transform: translate3d(100%, 0, 0); }

.from-left .cd-panel-container {
  left: 0;
  transform: translate3d(-100%, 0, 0); }

.is-visible .cd-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s; }

@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 50%; } }

@media only screen and (min-width: 1200px) {
  .cd-panel-container {
    width: 30%; } }

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; }

.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0; }

.cd-panel-content p:first-of-type {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6; } }

/* Additional Styles */
/* BEGIN P Styles */
p.large-white {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 170%;
  color: #fff;
  text-align: left;
  background: transparent url("../img/global/headingBottomLine.png") no-repeat scroll center bottom;
  margin-bottom: 40px;
  padding-bottom: 40px; }

p.emph {
  font-style: italic;
  font-weight: bold; }

p.network {
  font-weight: 100;
  margin-top: -25px;
  margin-bottom: 45px;
  line-height: 1.35em; }

p.blog {
  line-height: 150%; }

/* END P Styles */
/* BEGIN Span Styles */
span.contact-h {
  font-size: inherit;
  color: #2C9EEC;
  font-weight: 600; }

span.blog2 {
  line-height: 150%;
  color: #ae7fef;
  text-decoration: none; }

/* END Span Styles */
/* BEGIN H Styles */
h2.talent-artist {
  font-family: "Open Sans", sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 130%;
  font-weight: bold;
  color: white;
  text-align: center;
  background: url(../img/global/headingBottomLine.png) bottom center no-repeat;
  margin-bottom: 40px;
  padding-bottom: 35px; }

h2.artist-l {
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
  line-height: 130%;
  color: #2C9EEC;
  text-transform: uppercase;
  text-align: left; }

h2.title-l {
  font-weight: 300;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 130%;
  color: #fff;
  text-align: left; }

h3.network {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 5px;
  color: #fff;
  margin-bottom: 0px;
  text-align: center; }

/* END H Styles */
/* BEGIN A Styles */
a.network {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 5px;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: none; }

a.network:hover {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 5px;
  color: #2C9EEC;
  margin-bottom: 0px;
  text-align: center;
  text-decoration: none; }

a.emph {
  font-style: italic;
  font-weight: bold; }

a.purple {
  font-style: italic;
  font-weight: bold;
  color: #ae7fef;
  text-decoration: none; }

a.purple:hover {
  color: #7e5fa9; }

/* END A Styles */
/* BEGIN Misc Styles */
img.network {
  border: 1px solid #141414;
  margin-top: 20px;
  margin-bottom: 0px; }

img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

hr.blue {
  border-bottom: 2px solid #2C9EEC;
  margin-top: -40px;
  margin-bottom: 50px; }

/* END Misc Styles */
/* BEGIN Column Styles */
.row {
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto; }

.row::before, .row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns, .row.collapse > .site-info, .lt-ie9 .row.collapse > .site-info {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns, .site-info, .lt-ie9 .site-info {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .column, .columns, .site-info, .lt-ie9 .site-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .site-info:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child, .end.site-info:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns, .row.row.site-info {
  float: none; }

.row .column.row.row, .row .row.row.columns, .row .row.row.site-info {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns, .small-up-1 > .site-info, .lt-ie9 .small-up-1 > .site-info {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), .small-up-1 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-1 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), .small-up-1 > .site-info:nth-of-type(1n+1), .lt-ie9 .small-up-1 > .site-info:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, .small-up-1 > .site-info:last-child, .lt-ie9 .small-up-1 > .site-info:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns, .small-up-2 > .site-info, .lt-ie9 .small-up-2 > .site-info {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), .small-up-2 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-2 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .small-up-2 > .site-info:nth-of-type(2n+1), .lt-ie9 .small-up-2 > .site-info:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child, .small-up-2 > .site-info:last-child, .lt-ie9 .small-up-2 > .site-info:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns, .small-up-3 > .site-info, .lt-ie9 .small-up-3 > .site-info {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), .small-up-3 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-3 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), .small-up-3 > .site-info:nth-of-type(3n+1), .lt-ie9 .small-up-3 > .site-info:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, .small-up-3 > .site-info:last-child, .lt-ie9 .small-up-3 > .site-info:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns, .small-up-4 > .site-info, .lt-ie9 .small-up-4 > .site-info {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), .small-up-4 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-4 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), .small-up-4 > .site-info:nth-of-type(4n+1), .lt-ie9 .small-up-4 > .site-info:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, .small-up-4 > .site-info:last-child, .lt-ie9 .small-up-4 > .site-info:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns, .small-up-5 > .site-info, .lt-ie9 .small-up-5 > .site-info {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), .small-up-5 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-5 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), .small-up-5 > .site-info:nth-of-type(5n+1), .lt-ie9 .small-up-5 > .site-info:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, .small-up-5 > .site-info:last-child, .lt-ie9 .small-up-5 > .site-info:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns, .small-up-6 > .site-info, .lt-ie9 .small-up-6 > .site-info {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), .small-up-6 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-6 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), .small-up-6 > .site-info:nth-of-type(6n+1), .lt-ie9 .small-up-6 > .site-info:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, .small-up-6 > .site-info:last-child, .lt-ie9 .small-up-6 > .site-info:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns, .small-up-7 > .site-info, .lt-ie9 .small-up-7 > .site-info {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), .small-up-7 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-7 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), .small-up-7 > .site-info:nth-of-type(7n+1), .lt-ie9 .small-up-7 > .site-info:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, .small-up-7 > .site-info:last-child, .lt-ie9 .small-up-7 > .site-info:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns, .small-up-8 > .site-info, .lt-ie9 .small-up-8 > .site-info {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), .small-up-8 > .site-info:nth-of-type(1n), .lt-ie9 .small-up-8 > .site-info:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), .small-up-8 > .site-info:nth-of-type(8n+1), .lt-ie9 .small-up-8 > .site-info:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, .small-up-8 > .site-info:last-child, .lt-ie9 .small-up-8 > .site-info:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns, .small-collapse > .site-info, .lt-ie9 .small-collapse > .site-info {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns, .small-uncollapse > .site-info, .lt-ie9 .small-uncollapse > .site-info {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns, .medium-up-1 > .site-info, .lt-ie9 .medium-up-1 > .site-info {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), .medium-up-1 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-1 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), .medium-up-1 > .site-info:nth-of-type(1n+1), .lt-ie9 .medium-up-1 > .site-info:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, .medium-up-1 > .site-info:last-child, .lt-ie9 .medium-up-1 > .site-info:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns, .medium-up-2 > .site-info, .lt-ie9 .medium-up-2 > .site-info {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), .medium-up-2 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-2 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), .medium-up-2 > .site-info:nth-of-type(2n+1), .lt-ie9 .medium-up-2 > .site-info:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, .medium-up-2 > .site-info:last-child, .lt-ie9 .medium-up-2 > .site-info:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns, .medium-up-3 > .site-info, .lt-ie9 .medium-up-3 > .site-info {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), .medium-up-3 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-3 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), .medium-up-3 > .site-info:nth-of-type(3n+1), .lt-ie9 .medium-up-3 > .site-info:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, .medium-up-3 > .site-info:last-child, .lt-ie9 .medium-up-3 > .site-info:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns, .medium-up-4 > .site-info, .lt-ie9 .medium-up-4 > .site-info {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), .medium-up-4 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-4 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .medium-up-4 > .site-info:nth-of-type(4n+1), .lt-ie9 .medium-up-4 > .site-info:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child, .medium-up-4 > .site-info:last-child, .lt-ie9 .medium-up-4 > .site-info:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns, .medium-up-5 > .site-info, .lt-ie9 .medium-up-5 > .site-info {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), .medium-up-5 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-5 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), .medium-up-5 > .site-info:nth-of-type(5n+1), .lt-ie9 .medium-up-5 > .site-info:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, .medium-up-5 > .site-info:last-child, .lt-ie9 .medium-up-5 > .site-info:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns, .medium-up-6 > .site-info, .lt-ie9 .medium-up-6 > .site-info {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), .medium-up-6 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-6 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), .medium-up-6 > .site-info:nth-of-type(6n+1), .lt-ie9 .medium-up-6 > .site-info:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child, .medium-up-6 > .site-info:last-child, .lt-ie9 .medium-up-6 > .site-info:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns, .medium-up-7 > .site-info, .lt-ie9 .medium-up-7 > .site-info {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), .medium-up-7 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-7 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), .medium-up-7 > .site-info:nth-of-type(7n+1), .lt-ie9 .medium-up-7 > .site-info:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, .medium-up-7 > .site-info:last-child, .lt-ie9 .medium-up-7 > .site-info:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns, .medium-up-8 > .site-info, .lt-ie9 .medium-up-8 > .site-info {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), .medium-up-8 > .site-info:nth-of-type(1n), .lt-ie9 .medium-up-8 > .site-info:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), .medium-up-8 > .site-info:nth-of-type(8n+1), .lt-ie9 .medium-up-8 > .site-info:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, .medium-up-8 > .site-info:last-child, .lt-ie9 .medium-up-8 > .site-info:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns, .medium-collapse > .site-info, .lt-ie9 .medium-collapse > .site-info {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, .medium-uncollapse > .site-info, .lt-ie9 .medium-uncollapse > .site-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns, .large-up-1 > .site-info, .lt-ie9 .large-up-1 > .site-info {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), .large-up-1 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-1 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), .large-up-1 > .site-info:nth-of-type(1n+1), .lt-ie9 .large-up-1 > .site-info:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, .large-up-1 > .site-info:last-child, .lt-ie9 .large-up-1 > .site-info:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns, .large-up-2 > .site-info, .lt-ie9 .large-up-2 > .site-info {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), .large-up-2 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-2 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), .large-up-2 > .site-info:nth-of-type(2n+1), .lt-ie9 .large-up-2 > .site-info:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, .large-up-2 > .site-info:last-child, .lt-ie9 .large-up-2 > .site-info:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns, .large-up-3 > .site-info, .lt-ie9 .large-up-3 > .site-info {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), .large-up-3 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-3 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), .large-up-3 > .site-info:nth-of-type(3n+1), .lt-ie9 .large-up-3 > .site-info:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, .large-up-3 > .site-info:last-child, .lt-ie9 .large-up-3 > .site-info:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns, .large-up-4 > .site-info, .lt-ie9 .large-up-4 > .site-info {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), .large-up-4 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-4 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), .large-up-4 > .site-info:nth-of-type(4n+1), .lt-ie9 .large-up-4 > .site-info:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, .large-up-4 > .site-info:last-child, .lt-ie9 .large-up-4 > .site-info:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns, .large-up-5 > .site-info, .lt-ie9 .large-up-5 > .site-info {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), .large-up-5 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-5 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), .large-up-5 > .site-info:nth-of-type(5n+1), .lt-ie9 .large-up-5 > .site-info:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, .large-up-5 > .site-info:last-child, .lt-ie9 .large-up-5 > .site-info:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns, .large-up-6 > .site-info, .lt-ie9 .large-up-6 > .site-info {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), .large-up-6 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-6 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), .large-up-6 > .site-info:nth-of-type(6n+1), .lt-ie9 .large-up-6 > .site-info:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, .large-up-6 > .site-info:last-child, .lt-ie9 .large-up-6 > .site-info:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns, .large-up-7 > .site-info, .lt-ie9 .large-up-7 > .site-info {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), .large-up-7 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-7 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), .large-up-7 > .site-info:nth-of-type(7n+1), .lt-ie9 .large-up-7 > .site-info:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, .large-up-7 > .site-info:last-child, .lt-ie9 .large-up-7 > .site-info:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns, .large-up-8 > .site-info, .lt-ie9 .large-up-8 > .site-info {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), .large-up-8 > .site-info:nth-of-type(1n), .lt-ie9 .large-up-8 > .site-info:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), .large-up-8 > .site-info:nth-of-type(8n+1), .lt-ie9 .large-up-8 > .site-info:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, .large-up-8 > .site-info:last-child, .lt-ie9 .large-up-8 > .site-info:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns, .large-collapse > .site-info, .lt-ie9 .large-collapse > .site-info {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns, .large-uncollapse > .site-info, .lt-ie9 .large-uncollapse > .site-info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

/* Image Gallery */
div.popup-gallery {
  text-align: center;
  margin-bottom: 40px; }

div.image-wrap {
  width: 18%;
  /* Change this value to have your thumbnails laid out differently */
  margin-bottom: 4px;
  display: inline-block; }

div.image-wrap img {
  width: 100%; }

a.lightbox-link {
  transition: all 0.25s ease-in-out 0s; }

a.lightbox-link:hover {
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.image-wrap figcaption {
  display: none; }

.mfp-bg figcaption {
  display: block;
  position: absolute; }

.lb-title {
  margin: 0.5em 0 0 0.5em; }

.lb-description {
  margin-left: 0.6em;
  width: 100%; }

.site {
  overflow: hidden; }

.site-header,
.site-footer,
.body-content {
  *zoom: 1; }

.site-header:before, .site-header:after,
.site-footer:before,
.site-footer:after,
.body-content:before,
.body-content:after {
  content: " ";
  display: table; }

.site-header:after,
.site-footer:after,
.body-content:after {
  clear: both; }

.wrap {
  *zoom: 1;
  margin: 0 auto;
  width: 85%; }

.wrap:before, .wrap:after {
  content: " ";
  display: table; }

.wrap:after {
  clear: both; }

@media screen and (min-width: 47.5em) {
  .wrap {
    width: auto;
    max-width: 760px; } }

.lt-ie9 .wrap {
  width: auto;
  max-width: 760px; }

@media screen and (min-width: 60em) {
  .wrap {
    max-width: 940px; } }

.lt-ie9 .wrap {
  max-width: 940px; }

@media screen and (min-width: 75em) {
  .wrap {
    max-width: 1200px; } }

.lt-ie9 .wrap {
  max-width: 940px; }

@media screen and (min-width: 47.5em) {
  .entry-content {
    width: 72.7272727273%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .entry-content {
  width: 72.7272727273%;
  float: right;
  margin-right: 0; }

.entry-content.full-width {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.gform_body li {
  background: none !important;
  padding-left: 0px !important; }

.headerWrap {
  background: #000;
  position: relative; }

.homeTop {
  background: url(../img/home/homeTop.jpg) top left no-repeat #000; }

@media screen and (min-width: 47.5em) {
  .homeTop {
    background: url(../img/home/homeTop.jpg) top left no-repeat #000; } }

.lt-ie9 .homeTop {
  background: url(../img/home/homeTop.jpg) top left no-repeat #000; }

@media screen and (min-width: 60em) {
  .homeTop {
    background: url(../img/home/homeTop.jpg) top center no-repeat #000; } }

.lt-ie9 .homeTop {
  background: url(../img/home/homeTop.jpg) top center no-repeat #000; }

.homeTop .site-header {
  background: none !important; }

.homeTop .headerWrap {
  background: none !important; }

.homeTop .homeNews .wrap {
  padding: 0px !important;
  width: 100% !important;
  max-width: 100%; }

@media screen and (min-width: 60em) {
  .homeTop .homeNews .wrap {
    max-width: 940px !important; } }

.lt-ie9 .homeTop .homeNews .wrap {
  max-width: 940px !important; }

@media screen and (min-width: 75em) {
  .homeTop .homeNews .wrap {
    max-width: 1200px !important; } }

.site-header {
  text-align: center;
  padding-top: 40px;
  background: url(../img/home/homeTop.jpg) top center no-repeat #000; }

@media screen and (min-width: 47.5em) {
  .site-header {
    padding-top: 45px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  .site-header:after {
    content: " ";
    display: block;
    clear: both; } }

.lt-ie9 .site-header {
  padding-top: 45px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.lt-ie9 .site-header:after {
  content: " ";
  display: block;
  clear: both; }

.site-header .site-branding {
  position: relative;
  z-index: 2;
  padding-bottom: 30px; }

.site-header .site-branding img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.site-header .site-branding h1, .site-header .site-branding h2 {
  text-indent: -9999px;
  display: none; }

@media screen and (min-width: 47.5em) {
  .site-header .site-branding {
    width: 407px;
    margin: 0 auto; } }

.lt-ie9 .site-header .site-branding {
  width: 407px;
  margin: 0 auto; }

.footer-nav {
  *zoom: 1;
  width: 100%;
  padding: 3em 0; }

.footer-nav:before, .footer-nav:after {
  content: " ";
  display: table; }

.footer-nav:after {
  clear: both; }

.footer-nav ul {
  list-style: none;
  margin: 0; }

.footer-nav li {
  margin: 0;
  display: inline-block;
  margin-right: 1em; }

.footer-nav .sub-menu {
  display: none; }

.primary-footer {
  background: #000000;
  padding: 85px 0px 60px; }

.primary-footer p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 120%;
  text-align: center; }

@media screen and (min-width: 47.5em) {
  .primary-footer p {
    text-align: left; } }

.lt-ie9 .primary-footer p {
  text-align: left; }

.primary-footer p a {
  color: #2C9EEC; }

.primary-footer p a:hover {
  transition: all 0.5s ease;
  color: #7E5FA9; }

.primary-footer p span {
  font-weight: bold;
  display: block;
  line-height: 140%; }

@media screen and (min-width: 47.5em) {
  .primary-footer p span {
    display: inline-block;
    margin-right: 20px; } }

.lt-ie9 .primary-footer p span {
  display: inline-block;
  margin-right: 20px; }

.primary-footer .footerContact {
  margin-bottom: 40px; }

@media screen and (min-width: 47.5em) {
  .primary-footer .footerContact {
    float: left;
    margin-bottom: 0px; } }

.lt-ie9 .primary-footer .footerContact {
  float: left;
  margin-bottom: 0px; }

@media screen and (min-width: 47.5em) {
  .primary-footer .footerNews {
    float: left;
    margin-left: 60px; } }

.lt-ie9 .primary-footer .footerNews {
  float: left;
  margin-left: 60px; }

@media screen and (min-width: 75em) {
  .primary-footer .footerNews {
    margin-left: 170px; } }

.primary-footer .footerNews img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px; }

@media screen and (min-width: 60em) {
  .primary-footer .footerNews img {
    margin-bottom: 0px;
    float: left; } }

.lt-ie9 .primary-footer .footerNews img {
  margin-bottom: 0px;
  float: left; }

@media screen and (min-width: 60em) {
  .primary-footer .footerNews .showTips {
    margin-left: 30px; } }

.lt-ie9 .primary-footer .footerNews .showTips {
  margin-left: 30px; }

@media screen and (min-width: 75em) {
  .primary-footer .footerNews .showTips {
    margin-left: 60px; } }

.primary-footer .social-media {
  width: 117px;
  margin: 0 auto; }

@media screen and (min-width: 47.5em) {
  .primary-footer .social-media {
    float: right; } }

.lt-ie9 .primary-footer .social-media {
  float: right; }

.primary-footer .social-media .liIcon, .primary-footer .social-media .facebookIcon {
  margin-right: 10px; }

.primary-footer .social-media .facebookIcon, .primary-footer .social-media .twitterIcon {
  margin-bottom: 10px; }

.site-info {
  text-align: center;
  color: white;
  background: #000;
  padding-bottom: 65px; }

@media screen and (min-width: 47.5em) {
  .site-info {
    text-align: left; } }

.lt-ie9 .site-info {
  text-align: left; }

.site-info .copyright,
.site-info .imagebox {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 120%;
  color: #98969e;
  text-align: center;
  margin-bottom: 20px; }

@media screen and (min-width: 47.5em) {
  .site-info .copyright,
  .site-info .imagebox {
    margin-bottom: 0px;
    text-align: left; } }

.lt-ie9 .site-info .copyright, .lt-ie9
.site-info .imagebox {
  margin-bottom: 0px;
  text-align: left; }

@media screen and (min-width: 47.5em) {
  .site-info .imagebox {
    text-align: right; } }

.lt-ie9 .site-info .imagebox {
  text-align: right; }

.site-info .imageboxIcon {
  width: 53px;
  height: 15px;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  margin: 0 auto;
  background: url(../img/footer/imagebox.png);
  background: url(../img/footer/imagebox.svg), none;
  background-repeat: no-repeat; }

@media screen and (min-width: 47.5em) {
  .site-info .imageboxIcon {
    float: right; } }

.lt-ie9 .site-info .imageboxIcon {
  float: right; }

@media screen and (min-width: 47.5em) {
  .sidebar {
    width: 20.2797202797%;
    float: left;
    margin-right: 0.699300699301%; } }

.lt-ie9 .sidebar {
  width: 20.2797202797%;
  float: left;
  margin-right: 0.699300699301%; }

.sidebar-nav ul {
  list-style: none;
  margin: 0; }

.sidebar-nav li {
  margin: 0;
  background: none !important;
  padding: 17px 0px !important;
  margin: 0px !important;
  border-top: solid 1px #CCCCCC; }

.sidebar-nav li:first-child {
  border-top: none; }

.sidebar-nav h4 {
  text-align: center; }

.sidebar-nav a {
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 120%;
  color: #444444;
  text-align: center;
  text-decoration: none;
  text-align: center;
  display: block; }

.sidebar-nav .current_page_item a, .sidebar-nav a:hover {
  color: #2C9EEC; }

.sidebar-nav .children {
  display: none;
  margin-left: 1em; }

.sidebar-nav .current_page_parent .children,
.sidebar-nav .current_page_item .children {
  display: block; }

.sidebar-nav .widget select {
  display: block;
  margin: 0 auto; }

body.page-id-9 .content-area,
body.parent-pageid-9 .content-area,
body.page-id-12 .content-area,
body.parent-pageid-12 .content-area,
body.page-id-16 .content-area,
body.parent-pageid-16 .content-area,
body.blog .content-area,
body.single-post .content-area,
body.category .content-area,
body.date .content-area {
  background: #1E1E1E; }

body.page-id-9 .content-area p,
body.parent-pageid-9 .content-area p,
body.page-id-12 .content-area p,
body.parent-pageid-12 .content-area p,
body.page-id-16 .content-area p,
body.parent-pageid-16 .content-area p,
body.blog .content-area p,
body.single-post .content-area p,
body.category .content-area p,
body.date .content-area p {
  color: white; }

body.page-id-9 .sidebar-nav li,
body.parent-pageid-9 .sidebar-nav li,
body.page-id-12 .sidebar-nav li,
body.parent-pageid-12 .sidebar-nav li,
body.page-id-16 .sidebar-nav li,
body.parent-pageid-16 .sidebar-nav li,
body.blog .sidebar-nav li,
body.single-post .sidebar-nav li,
body.category .sidebar-nav li,
body.date .sidebar-nav li {
  border-top: 1px solid #2C9EEC; }

body.page-id-9 .sidebar-nav li:first-child,
body.parent-pageid-9 .sidebar-nav li:first-child,
body.page-id-12 .sidebar-nav li:first-child,
body.parent-pageid-12 .sidebar-nav li:first-child,
body.page-id-16 .sidebar-nav li:first-child,
body.parent-pageid-16 .sidebar-nav li:first-child,
body.blog .sidebar-nav li:first-child,
body.single-post .sidebar-nav li:first-child,
body.category .sidebar-nav li:first-child,
body.date .sidebar-nav li:first-child {
  border: none; }

body.page-id-9 .sidebar-nav a,
body.parent-pageid-9 .sidebar-nav a,
body.page-id-12 .sidebar-nav a,
body.parent-pageid-12 .sidebar-nav a,
body.page-id-16 .sidebar-nav a,
body.parent-pageid-16 .sidebar-nav a,
body.blog .sidebar-nav a,
body.single-post .sidebar-nav a,
body.category .sidebar-nav a,
body.date .sidebar-nav a {
  color: white;
  transition: all, 0.25s; }

body.page-id-9 .sidebar-nav .current_page_item a,
body.page-id-9 .sidebar-nav a:hover,
body.parent-pageid-9 .sidebar-nav .current_page_item a,
body.parent-pageid-9 .sidebar-nav a:hover,
body.page-id-12 .sidebar-nav .current_page_item a,
body.page-id-12 .sidebar-nav a:hover,
body.parent-pageid-12 .sidebar-nav .current_page_item a,
body.parent-pageid-12 .sidebar-nav a:hover,
body.page-id-16 .sidebar-nav .current_page_item a,
body.page-id-16 .sidebar-nav a:hover,
body.parent-pageid-16 .sidebar-nav .current_page_item a,
body.parent-pageid-16 .sidebar-nav a:hover,
body.blog .sidebar-nav .current_page_item a,
body.blog .sidebar-nav a:hover,
body.single-post .sidebar-nav .current_page_item a,
body.single-post .sidebar-nav a:hover,
body.category .sidebar-nav .current_page_item a,
body.category .sidebar-nav a:hover,
body.date .sidebar-nav .current_page_item a,
body.date .sidebar-nav a:hover {
  color: #2C9EEC; }

body.page-id-9 .posted-on, body.page-id-9 .byline, body.page-id-9 .sharing, body.page-id-9 .cat-links,
body.parent-pageid-9 .posted-on,
body.parent-pageid-9 .byline,
body.parent-pageid-9 .sharing,
body.parent-pageid-9 .cat-links,
body.page-id-12 .posted-on,
body.page-id-12 .byline,
body.page-id-12 .sharing,
body.page-id-12 .cat-links,
body.parent-pageid-12 .posted-on,
body.parent-pageid-12 .byline,
body.parent-pageid-12 .sharing,
body.parent-pageid-12 .cat-links,
body.page-id-16 .posted-on,
body.page-id-16 .byline,
body.page-id-16 .sharing,
body.page-id-16 .cat-links,
body.parent-pageid-16 .posted-on,
body.parent-pageid-16 .byline,
body.parent-pageid-16 .sharing,
body.parent-pageid-16 .cat-links,
body.blog .posted-on,
body.blog .byline,
body.blog .sharing,
body.blog .cat-links,
body.single-post .posted-on,
body.single-post .byline,
body.single-post .sharing,
body.single-post .cat-links,
body.category .posted-on,
body.category .byline,
body.category .sharing,
body.category .cat-links,
body.date .posted-on,
body.date .byline,
body.date .sharing,
body.date .cat-links {
  color: white; }

body.page-id-9 .entry-title a,
body.parent-pageid-9 .entry-title a,
body.page-id-12 .entry-title a,
body.parent-pageid-12 .entry-title a,
body.page-id-16 .entry-title a,
body.parent-pageid-16 .entry-title a,
body.blog .entry-title a,
body.single-post .entry-title a,
body.category .entry-title a,
body.date .entry-title a {
  color: #2C9EEC;
  text-decoration: none; }

.entry-content.no-sidebar {
  float: none;
  margin: 0 auto; }

.our-artist {
  background: #1E1E1E;
  padding: 65px 0px; 
    color: white;}

.our-artist h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 130%;
  font-weight: 300;
  color: white;
  text-align: center;
  background: url(../img/global/headingBottomLine.png) bottom center no-repeat;
  margin-bottom: 55px;
  padding-bottom: 35px; }

.our-artist h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 170%;
  color: white;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
  max-width: 996px;
  margin: 0 auto;
  margin-bottom: 50px; }

.our-artist .middleButtons {
  width: 552px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px; }

.our-artist .middleButtons .show-acts, .our-artist .middleButtons .other-acts {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 125%;
  color: white;
  text-align: center;
  background: #219CF2;
  text-decoration: none;
  padding: 25px 0px 20px; }

.our-artist .middleButtons .show-acts:hover, .our-artist .middleButtons .other-acts:hover {
  background: #0473B8;
  text-decoration: underline; }

.our-artist .search-options {
  margin-bottom: 55px; }

.our-artist .boxContent h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1pt;
  line-height: 100%;
  color: white;
  text-align: center;
  margin-bottom: 10px; }

@media screen and (min-width: 47.5em) {
  .our-artist .boxContent h2 {
    margin-bottom: 15px;
    line-height: 160%;
    font-size: 30px;
    font-size: 3rem; } }

.lt-ie9 .our-artist .boxContent h2 {
  margin-bottom: 15px;
  line-height: 160%;
  font-size: 30px;
  font-size: 3rem; }

.our-artist .boxContent h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1pt;
  line-height: 120%;
  color: white;
  text-align: center;
  margin-bottom: 10px; }

@media screen and (min-width: 47.5em) {
  .our-artist .boxContent h3 {
    margin-bottom: 30px;
    line-height: 160px;
    font-size: 30px;
    font-size: 3rem; } }

.lt-ie9 .our-artist .boxContent h3 {
  margin-bottom: 30px;
  line-height: 160px;
  font-size: 30px;
  font-size: 3rem; }

.our-artist .boxContent .link {
  font-family: "Open Sans", sans-serif;
  font-size: 75px;
  line-height: 120%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2C9EEC;
  text-align: center; }

.search-options .searchandfilter ul {
  margin-left: 0;
  list-style: none; }

.search-options .searchandfilter ul li {
  display: inline-block;
  padding: 0;
  margin-bottom: 20px; }

@media screen and (min-width: 60em) {
  .search-options .searchandfilter ul li {
    max-width: 160px;
    margin-bottom: 0px;
    margin-right: 20px; } }

.lt-ie9 .search-options .searchandfilter ul li {
  max-width: 160px;
  margin-bottom: 0px;
  margin-right: 20px; }

@media screen and (min-width: 75em) {
  .search-options .searchandfilter ul li {
    max-width: 230px; } }

.search-options .searchandfilter ul li.sf-field-submit {
  max-width: 166px;
  min-width: 166px;
  margin: 0; }

.search-options select, .search-options input, .search-options li {
  display: inline-block;
  height: 55px !important;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  color: white;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  text-align: left;
  padding-left: 22px;
  padding-top: 10px;
  width: 100%;
  margin-bottom: 20px; }

@media screen and (min-width: 60em) {
  .search-options select, .search-options input, .search-options li {
    max-width: 160px;
    margin-bottom: 0px;
    margin-right: 20px; } }

.lt-ie9 .search-options select, .lt-ie9 .search-options input, .lt-ie9 .search-options li {
  max-width: 160px;
  margin-bottom: 0px;
  margin-right: 20px; }

@media screen and (min-width: 75em) {
  .search-options select, .search-options input, .search-options li {
    max-width: 230px; } }

.search-options select {
  outline: none;
  background-color: transparent; }

.search-options .events,
.search-options .sf-field-taxonomy-artistevent-categories {
  background: url(../img/global/eventsButton.jpg) no-repeat right #19435F; }

.search-options .events select option,
.search-options .sf-field-taxonomy-artistevent-categories select option {
  background: #444; }

.search-options .types,
.search-options .sf-field-taxonomy-artist-categories {
  background: url(../img/global/typesButton.jpg) no-repeat right #254B4C; }

.search-options .types select option,
.search-options .sf-field-taxonomy-artist-categories select option {
  background: #444; }

.search-options .refine,
.search-options .sf-field-tag {
  display: none;
  background: url(../img/global/refineButton.jpg) no-repeat right #3A3245; }

.search-options .refine select option,
.search-options .sf-field-tag select option {
  background: #444; }

.search-options .search-box,
.search-options .sf-field-search input {
  outline: none;
  background: #444444;
  padding-right: 20px; }

.search-options .submit-button,
.search-options input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  min-width: 166px;
  max-width: 166px;
  width: 166px;
  height: 59px;
  border-radius: 30px;
  background: #2C9EEC;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1pt;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  display: block;
  padding-left: 0px;
  margin: 0 auto; }

.search-options .submit-button:hover,
.search-options input[type="submit"]:hover {
  background: #7E5FA9; }

@media screen and (min-width: 60em) {
  .search-options .submit-button,
  .search-options input[type="submit"] {
    display: inline-block; } }

.lt-ie9 .search-options .submit-button, .lt-ie9
.search-options input[type="submit"] {
  display: inline-block; }

.grid {
  margin: 0px;
  padding: 0px; }

.grid li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: none;
  position: relative;
  width: 50%;
  float: left; }

@media screen and (min-width: 60em) {
  .grid li {
    width: 33.33333%; } }

.lt-ie9 .grid li {
  width: 33.33333%; }

@media screen and (min-width: 75em) {
  .grid li {
    width: 25%; } }

.grid img {
  display: block;
  width: 100%;
  height: auto; }

.grid .boxContentWrapper {
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(13, 13, 13, 0.65); }

.grid .boxContent {
  display: none;
  visibility: hidden;
  top: 0px;
  width: 100%;
  padding: 0px 20px;
  z-index: 99;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }

.grid .boxContent h2, .grid .boxContent h3 {
  color: white;
  line-height: 100%; }

.grid .boxContent .link {
  color: #2C9EEC; }

.grid li:hover .boxContent, .grid li:hover .boxContentWrapper {
  display: block;
  visibility: visible; }

.lt-ie9 .grid .boxContent {
  position: absolute;
  top: 30px !important; }

.lt-ie9 .grid .boxContent h2, .lt-ie9 .grid .boxContent h3 {
  line-height: 100%;
  margin-bottom: 10px; }

.lt-ie9 .grid .boxContent .link {
  margin-bottom: 0px; }

.posts-navigation {
  width: 100%;
  float: left;
  clear: left; }

#slideshow-1,
#slideshow-2 {
  position: relative;
  z-index: 0; }

.landing-page-content p {
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 175%;
  margin-bottom: 30px; }

.landing-page-content h6 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 170%;
  color: white;
  text-align: left;
  margin-bottom: 20px;
  background: url(../img/global/headingBottomLine.png) bottom center no-repeat;
  margin-bottom: 40px;
  padding-bottom: 40px;
  max-width: 100%;
  background: none;
  padding-bottom: 0;
  margin-bottom: 15px; }

.landing-page-content h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 130%;
  color: #7E5FA9;
  text-align: left;
  margin-bottom: 15px; }

.landing-page-content h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 130%;
  color: #37C5C9;
  text-align: left;
  margin-bottom: 15px; }

.landing-page-content h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 130%;
  color: #2C9EEC;
  text-align: left;
  margin-bottom: 15px; }

.landing-page-content h5 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 130%;
  color: white;
  text-align: left;
  margin-bottom: 15px; }

.landing-page-content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }

.landing-page-content ul li {
  margin-left: 28px;
  padding-left: 17px;
  background: url(../img/innerpage/liDot.png) no-repeat 0px 11px;
  list-style: none;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 175%;
  color: white;
  text-align: left; }

.list-header {
  margin-bottom: 25px; }

.list-header .blue-bar-list {
  padding: 25px 25px 15px;
  background: #2C9EEC; }

.list-header .blue-bar-list h2, .list-header .blue-bar-list p {
  color: white; }

.list-header .blue-bar-list h2 {
  float: left;
  font-family: "Fjalla One", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 125%;
  text-transform: uppercase; }

.list-header .blue-bar-list p {
  float: right;
  margin-top: 10px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%; }

.list-header .blue-bar-list p span {
  background: url(../img/global/whiteStar.png) no-repeat center center;
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-right: 20px; }

.list-header .list-header-people {
  margin: 0px;
  padding: 0px; }

.list-header .list-header-people .person {
  list-style: none;
  padding: 0px;
  float: left;
  width: calc(100% / 6); }

.list-header .list-header-people li:nth-child(1), .list-header .list-header-people li:nth-child(2) {
  width: 50%; }

@media screen and (min-width: 47.5em) {
  .list-header .list-header-people li:nth-child(1), .list-header .list-header-people li:nth-child(2) {
    width: calc(100% / 6); } }

.lt-ie9 .list-header .list-header-people li:nth-child(1), .lt-ie9 .list-header .list-header-people li:nth-child(2) {
  width: calc(100% / 6); }

.list-header .list-header-people li:nth-child(3), .list-header .list-header-people li:nth-child(4), .list-header .list-header-people li:nth-child(5), .list-header .list-header-people li:nth-child(6) {
  display: none; }

@media screen and (min-width: 47.5em) {
  .list-header .list-header-people li:nth-child(3), .list-header .list-header-people li:nth-child(4), .list-header .list-header-people li:nth-child(5), .list-header .list-header-people li:nth-child(6) {
    display: block; } }

.lt-ie9 .list-header .list-header-people li:nth-child(3), .lt-ie9 .list-header .list-header-people li:nth-child(4), .lt-ie9 .list-header .list-header-people li:nth-child(5), .lt-ie9 .list-header .list-header-people li:nth-child(6) {
  display: block; }

.list-header .list-header-people img {
  margin: 0px;
  width: 100%;
  height: auto; }

.favorites-list {
  margin-left: 0px;
  margin-bottom: 50px; }

@media screen and (min-width: 47.5em) {
  .favorites-list {
    columns: 2; } }

.lt-ie9 .favorites-list {
  columns: 2; }

@media screen and (min-width: 60em) {
  .favorites-list {
    columns: 4; } }

.lt-ie9 .favorites-list {
  columns: 4; }

@media screen and (min-width: 75em) {
  .favorites-list {
    columns: 5; } }

.favorites-list li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari /
           page-break-inside: avoid;           / Theoretically FF 20+ /
           break-inside: avoid-column;         / IE 11 /
           display:table;                      / Actually FF 20+ */ }

.favorites-list li a {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 150%;
  color: white;
  text-align: left;
  padding-bottom: 5px;
  text-decoration: none;
  pointer-events: none;
  cursor: default; }

.lt-ie9 .favorites-list li {
  float: left;
  width: 25%; }

.favs .favorites-list {
  columns: 1;
  margin: 0; }

#html-fav ul {
  margin-left: 3em !important; }

@media screen and (min-width: 47.5em) {
  .homeNews {
    padding-top: 50px;
    padding-bottom: 60px; } }

.lt-ie9 .homeNews {
  padding-top: 50px;
  padding-bottom: 60px; }

@media screen and (min-width: 75em) {
  .homeNews {
    padding-top: 50px;
    padding-bottom: 105px; } }

.homeNews .homeNewsInner {
  width: 85%;
  margin: 0 auto; }

@media screen and (min-width: 60em) {
  .homeNews .homeNewsInner {
    width: 100%; } }

.lt-ie9 .homeNews .homeNewsInner {
  width: 100%; }

.homeNews .left {
  margin-bottom: 50px; }

@media screen and (min-width: 47.5em) {
  .homeNews .left {
    margin-bottom: 0px;
    float: left;
    width: 400px;
    margin-bottom: 40px; }
  .homeNews .left h1 br {
    display: none; } }

.lt-ie9 .homeNews .left {
  margin-bottom: 0px;
  float: left;
  width: 400px;
  margin-bottom: 40px; }

.lt-ie9 .homeNews .left h1 br {
  display: none; }

@media screen and (min-width: 60em) {
  .homeNews .left {
    width: 360px;
    padding-left: 0px;
    margin-bottom: 0px; } }

.lt-ie9 .homeNews .left {
  width: 360px;
  padding-left: 0px;
  margin-bottom: 0px; }

@media screen and (min-width: 75em) {
  .homeNews .left {
    width: 390px; } }

.homeNews .left a {
  padding: 20px 60px;
  border-radius: 30px;
  background: #2C9EEC;
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }

.homeNews .left a:hover {
  background: #7E5FA9; }

@media screen and (min-width: 47.5em) {
  .homeNews .left a {
    float: left; } }

.lt-ie9 .homeNews .left a {
  float: left; }

.homeNews .left a:hover {
  transition: background-color 0.5s ease;
  background: #7E5FA9; }

.homeNews .right {
  padding: 30px 20px 30px;
  display: block;
  clear: left; }

@media screen and (min-width: 60em) {
  .homeNews .right {
    padding-top: 0px;
    clear: none;
    float: right;
    background: none;
    width: 340px; } }

.lt-ie9 .homeNews .right {
  padding-top: 0px;
  clear: none;
  float: right;
  background: none;
  width: 340px; }

@media screen and (min-width: 75em) {
  .homeNews .right {
    width: 423px; } }

.homeNews .right a {
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 175%;
  text-decoration: underline;
  color: #2C9EEC;
  text-transform: uppercase;
  text-align: left; }

.homeNews .right a:hover {
  background: #7E5FA9; }

.homeNews .right a:hover {
  transition: all 0.5s ease;
  background: transparent;
  color: #37C5C9; }

.homeNews .right .rightContentPadding {
  width: 85%;
  margin: 0 auto; }

@media screen and (min-width: 60em) {
  .homeNews .right .rightContentPadding {
    width: 100%; } }

.lt-ie9 .homeNews .right .rightContentPadding {
  width: 100%; }

.homeNews .divider {
  margin: 30px 0px; }

.band {
  background: #2C9EEC;
  padding: 50px 0px 55px; }

.homeGrid {
  background: #333; }

.homeGrid li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: none;
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden; }

@media screen and (min-width: 60em) {
  .homeGrid li {
    width: 33.33333%; } }

.lt-ie9 .homeGrid li {
  width: 33.33333%; }

@media screen and (min-width: 75em) {
  .homeGrid li {
    width: 25%;
    width: calc(100% / 5); } }

.homeGrid .boxContent h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1pt;
  line-height: 100%;
  color: white;
  text-align: center;
  margin-bottom: 10px; }

@media screen and (min-width: 47.5em) {
  .homeGrid .boxContent h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-size: 3rem; } }

.lt-ie9 .homeGrid .boxContent h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 3rem; }

.homeGrid .boxContent h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1pt;
  line-height: 120%;
  color: white;
  text-align: center;
  margin-bottom: 10px; }

@media screen and (min-width: 47.5em) {
  .homeGrid .boxContent h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem; } }

.lt-ie9 .homeGrid .boxContent h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem; }

.homeGrid .boxContent .link {
  font-family: "Open Sans", sans-serif;
  font-size: 75px;
  line-height: 120%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2C9EEC;
  text-align: center; }

.lt-ie9 .homeGrid .boxContent {
  position: absolute;
  top: 30px !important; }

.lt-ie9 .homeGrid .boxContent h2, .lt-ie9 .homeGrid .boxContent h3 {
  line-height: 100%;
  margin-bottom: 10px; }

.lt-ie9 .homeGrid .boxContent .link {
  margin-bottom: 0px; }

.entry-title a {
  color: #7E5FA9; }

.entry-title a:hover {
  color: #2C9EEC; }

.posted-on, .byline, .sharing {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 175%;
  color: #444444;
  text-align: left;
  margin-bottom: 30px; }

.posted-on a, .byline a, .sharing a {
  color: #2C9EEC; }

.comments-link {
  color: #7E5FA9;
  display: block;
  margin-top: 10px;
  font-size: 15px; }

.comments-link:hover {
  color: #2C9EEC; }

.post {
  margin-bottom: 50px; }

.comment-reply-title {
  color: white !important; }

.comment-form a {
  color: #7E5FA9; }

#respond {
  border-radius: 7px;
  background: #5bb4f0;
  padding: 2em 3.5em;
  *zoom: 1; }

#respond:before, #respond:after {
  content: " ";
  display: table; }

#respond:after {
  clear: both; }

#respond .required {
  color: #B20000; }

#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond textarea {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 0.5em;
  margin: 5px 1px 3px 0px;
  border: 1px solid #ddd; }

#respond input[type=text]:focus,
#respond input[type=email]:focus,
#respond input[type=url]:focus,
#respond textarea:focus {
  box-shadow: 0 0 5px #2C9EEC;
  margin: 5px 1px 3px 0px;
  border: 1px solid #2C9EEC; }

.form-allowed-tags.form-allowed-tags {
  font-size: 13px;
  font-size: 1.3rem; }

ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0; }

ol.comment-list li.comment {
  padding: 1em; }

ol.comment-list li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 1em 1em; }

ol.comment-list li.comment div.comment-meta a {
  color: #ccc; }

ol.comment-list li.comment p {
  margin: 0 0 1em; }

ol.comment-list li.comment ul {
  list-style: square;
  margin: 0 0 1em 2em; }

ol.comment-list li.comment ol.children {
  list-style: none;
  margin: 1em 0 0 3em;
  text-indent: 0; }

ol.comment-list li.even {
  background: #fff; }

ol.comment-list li.odd {
  background: #f6f6f6; }

.submit {
  padding: 20px 60px;
  border-radius: 30px;
  background: #7E5FA9;
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  border: none;
  *zoom: 1; }

.submit:hover {
  background: #7E5FA9; }

.submit:before, .submit:after {
  content: " ";
  display: table; }

.submit:after {
  clear: both; }

.submit:hover {
  transition: background-color 0.5s ease;
  background: #37C5C9; }

body.single-artists .sidebar-nav.blog {
  display: none; }

body.single-artists .wrap {
  max-width: 1160px; }

body.single-artists .content-area {
  padding: 40px 0 80px; }

.artist-info {
  background: url(../img/global/headingBottomLine.png) bottom center no-repeat;
  margin-bottom: 30px;
  padding-bottom: 40px; }

.artist-info h6 {
  background: none;
  padding: 0px; }

.artist-info img {
  margin: 0 auto; }

@media screen and (min-width: 47.5em) {
  .artist-info img {
    float: right;
    margin-top: 0px;
    margin-left: 40px; } }

.lt-ie9 .artist-info img {
  float: right;
  margin-top: 0px;
  margin-left: 40px; }

.content-area .art-dex h2.artist-l {
  margin-bottom: 1em; }

.content-area .artist-info h6 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 130%; }

body.single-artists .entry-content.single-artist-page {
  width: 100%; }

.artist-info .art-dex {
  max-width: 550px; }

.related .person {
  width: 50%;
  width: calc(100% / 2);
  float: left;
  margin-bottom: 10px; }

@media screen and (min-width: 47.5em) {
  .related .person {
    width: 33.333333%;
    width: calc(100% / 3); } }

.lt-ie9 .related .person {
  width: 33.333333%;
  width: calc(100% / 3); }

@media screen and (min-width: 75em) {
  .related .person {
    width: 20%;
    width: calc(100% / 5);
    margin-bottom: 0px; } }

.related .personInner {
  margin-right: 16px;
  position: relative; }

.related img {
  display: block;
  width: 100%;
  margin: 0px !important; }

.related a {
  text-decoration: none; }

.related .name {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: white;
  background: #4EBDC0;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 130%;
  padding: 15px 8px; }

.star-child {
  display: block;
  border: 0;
  height: 34px;
  background: url(../img/innerpage/star-child.png) no-repeat center center;
  margin: 4em 0; }

.single-artist-sidebar a, .single-artist-sidebar button {
  cursor: pointer;
  border-radius: 30px;
  display: block;
  padding: 25px 30px 20px 70px;
  color: white;
  margin-bottom: 11px;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase; }

.single-artist-sidebar .add-favorite,
.single-artist-sidebar .simplefavorite-button {
  background: url(../img/global/star.png) no-repeat 30px center #37C5C9; }

.single-artist-sidebar .add-favorite:hover,
.single-artist-sidebar .simplefavorite-button:hover {
  background: url(../img/global/star.png) no-repeat 30px center #7E5FA9; }

.single-artist-sidebar .simplefavorite-button {
  border: 0;
  width: 100%; }

.single-artist-sidebar .view-favorite {
  background: url(../img/global/emptyStar.png) no-repeat 30px center #37C5C9; }

.single-artist-sidebar .view-favorite:hover {
  background: url(../img/global/emptyStar.png) no-repeat 30px center #2C9EEC; }

.contact-talent,
.book-now,
.back-to-results {
  cursor: pointer;
  border-radius: 30px;
  display: inline-block;
  padding: 25px 50px 20px 70px;
  color: white;
  margin-bottom: 11px;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase; }


.artist-buttons {
  *zoom: 1;
  margin-top: 2em; 
  margin-bottom: 2em; 
  text-align: center;
}

.artist-buttons:before, .artist-buttons:after {
  content: " ";
  display: table; }

.artist-buttons:after {
  clear: both; }

.contact-talent {
  color: white !important;
  background: url(../img/global/bubble.png) no-repeat 30px center #7E5FA9; }

.contact-talent:hover {
  background: url(../img/global/bubble.png) no-repeat 30px center #2C9EEC; }

.back-to-results {
  margin-right: 2em;
  color: white !important;
  background: url(../img/global/boxes.png) no-repeat 30px center #2C9EEC; }

.back-to-results:hover {
  background: url(../img/global/boxes.png) no-repeat 30px center #37C5C9; }

.book-now {
  color: white !important;
  background: url(../img/global/book.png) no-repeat 30px center #7E5FA9; }

.book-now:hover {
  background: url(../img/global/book.png) no-repeat 30px center #2C9EEC; }

.noteworthy-news ul li {
  margin-left: 0;
  padding-left: 0;
  background: none; }

.primary-footer .social-media .facebookIcon,
.primary-footer .social-media .twitterIcon {
  margin-bottom: 0; }

.primary-footer .social-media .liIcon,
.primary-footer .social-media .facebookIcon {
  margin-right: 0; }

.primary-footer .social-media {
  width: auto;
  text-align: center; }

@media screen and (min-width: 47.5em) {
  .primary-footer .social-media {
    width: 207px; } }

.wwd-intro {
  background: #1E1E1E;
  text-align: center;
  padding: 3em 0; }
  @media screen and (min-width: 47.5em) {
    .wwd-intro {
      padding: 5em 0; } }
  .lt-ie9 .wwd-intro {
    padding: 5em 0; }
  @media screen and (min-width: 75em) {
    .wwd-intro {
      padding: 7em 0; } }
  @media screen and (min-width: 60em) {
    .wwd-intro .wrap {
      max-width: 840px; } }
  .lt-ie9 .wwd-intro .wrap {
    max-width: 840px; }
  .wwd-intro .intro-slideshow {
    margin-top: 3em; }
    @media screen and (min-width: 47.5em) {
      .wwd-intro .intro-slideshow {
        margin-top: 4em; } }
    .lt-ie9 .wwd-intro .intro-slideshow {
      margin-top: 4em; }
  .wwd-intro .intro-slideshow .cycle-slideshow > div {
    background: #1e1e1e;
    position: relative; }
    .wwd-intro .intro-slideshow .cycle-slideshow > div p.caption-cycle {
      opacity: 1;
      transition: all, .5s;
      text-align: left;
      margin: 0;
      z-index: 999;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: black;
      background: rgba(30, 30, 30, 0.65);
      color: white;
      font-size: 12px;
      line-height: 135%;
      padding: 1em; }
      @media screen and (min-width: 47.5em) {
        .wwd-intro .intro-slideshow .cycle-slideshow > div p.caption-cycle {
          padding: 1.25em;
          background: black;
          background: rgba(30, 30, 30, 0.8);
          font-size: 16px; } }
      .lt-ie9 .wwd-intro .intro-slideshow .cycle-slideshow > div p.caption-cycle {
        padding: 1.25em;
        background: black;
        background: rgba(30, 30, 30, 0.8);
        font-size: 16px; }
    .wwd-intro .intro-slideshow .cycle-slideshow > div:hover p.caption-cycle {
      opacity: 0; }
    .wwd-intro .intro-slideshow .cycle-slideshow > div img {
      width: 100%;
      height: auto; }
  .wwd-intro h1 {
    line-height: 130%;
    color: #2C9EEC;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 0.25em; }
    @media screen and (min-width: 47.5em) {
      .wwd-intro h1 {
        font-size: 35px; } }
    .lt-ie9 .wwd-intro h1 {
      font-size: 35px; }
    @media screen and (min-width: 60em) {
      .wwd-intro h1 {
        font-size: 40px; } }
    .lt-ie9 .wwd-intro h1 {
      font-size: 40px; }
    @media screen and (min-width: 75em) {
      .wwd-intro h1 {
        font-size: 45px; } }
  .wwd-intro h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: white;
    font-size: 16px;
    line-height: 130%;
    margin: 0; }
    @media screen and (min-width: 47.5em) {
      .wwd-intro h6 {
        font-size: 18px; } }
    .lt-ie9 .wwd-intro h6 {
      font-size: 18px; }
    @media screen and (min-width: 60em) {
      .wwd-intro h6 {
        font-size: 30px; } }
    .lt-ie9 .wwd-intro h6 {
      font-size: 30px; }
    @media screen and (min-width: 75em) {
      .wwd-intro h6 {
        font-size: 24px; } }

.wwd-map {
  background: #2C9EEC;
  text-align: center;
  padding: 3em 0; }
  @media screen and (min-width: 47.5em) {
    .wwd-map {
      padding: 5em 0; } }
  .lt-ie9 .wwd-map {
    padding: 5em 0; }
  @media screen and (min-width: 75em) {
    .wwd-map {
      padding: 7em 0; } }
  .wwd-map h2 {
    color: white;
    margin: 0 0 1.25em;
    font-size: 20px;
    font-family: 'Open Sans', arial, sans-serif; }
    @media screen and (min-width: 47.5em) {
      .wwd-map h2 {
        font-size: 22px; } }
    .lt-ie9 .wwd-map h2 {
      font-size: 22px; }
    @media screen and (min-width: 60em) {
      .wwd-map h2 {
        font-size: 26px; } }
    .lt-ie9 .wwd-map h2 {
      font-size: 26px; }
  .wwd-map img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block; }

.wwd-companies {
  background: #fff;
  text-align: center;
  padding: 3em 0; }
  @media screen and (min-width: 47.5em) {
    .wwd-companies {
      padding: 5em 0; } }
  .lt-ie9 .wwd-companies {
    padding: 5em 0; }
  @media screen and (min-width: 75em) {
    .wwd-companies {
      padding: 7em 0; } }
  .wwd-companies h2 {
    color: #2C9EEC;
    margin: 0 0 1.25em;
    font-size: 20px;
    font-family: 'Open Sans', arial, sans-serif; }
    @media screen and (min-width: 47.5em) {
      .wwd-companies h2 {
        font-size: 22px; } }
    .lt-ie9 .wwd-companies h2 {
      font-size: 22px; }
    @media screen and (min-width: 60em) {
      .wwd-companies h2 {
        font-size: 26px; } }
    .lt-ie9 .wwd-companies h2 {
      font-size: 26px; }
  .wwd-companies .logo-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 840px;
    margin: 0 auto; }
    .wwd-companies .logo-grid .logo {
      width: 48%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 1em; }
      @media screen and (min-width: 30em) {
        .wwd-companies .logo-grid .logo {
          width: 32%; } }
      @media screen and (min-width: 47.5em) {
        .wwd-companies .logo-grid .logo {
          width: 20%;
          padding: 1.5em; } }
      .lt-ie9 .wwd-companies .logo-grid .logo {
        width: 20%;
        padding: 1.5em; }
      .wwd-companies .logo-grid .logo img {
        max-height: 120px;
        width: auto;
        display: block;
        margin: 0 auto; }

.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .flexible-container iframe,
  .flexible-container object,
  .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content-area {
    background-color: #1e1e1e;
}
.rbnav {
   width: 40px;
   height: 40px;
}

/*.nav-links {
width: 80px;
float: right;
}*/
div.nav-links {
  display: flex;
  height: 40px;
  flex-direction: row;
  justify-content: space-between;
 float: right;
top: -40px;