@charset "UTF-8";
/*
Theme Name: Bear Necessities
Theme URI: http://www.ideamktg.com
Author: Idea Marketing Group
Author URI: http://www.ideamktg.com
Description:
Version: 1
License:
License URI:
Tags:
Text Domain:
*/
/*!
 *  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("library/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("library/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("library/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("library/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("library/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("library/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;
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global Reset
-------------------------------------------------------------- */
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, 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, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

html {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  overflow: visible;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #333;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

/* Globalized elements
-------------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, dl, blockquote, pre, table, p,
h1, h2, h3, h4, h5, h6, hr {
  margin: 0 0 20px;
}

*, *:before, *:after {
  outline: none;
}

/* Elements with border-box model
-------------------------------------------------------------- */
input,
textarea,
select,
button,
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* General element styles
-------------------------------------------------------------- */
a {
  color: #87189d;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:hover {
  color: #611171;
}

a:active {
  color: #611171;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Amatic SC", sans-serif;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.875em;
}

h2 {
  font-size: 2.600em;
}

h3 {
  font-size: 2.375em;
}

h4 {
  font-size: 2.125em;
}

h5 {
  font-size: 1.875em;
  margin-bottom: 5px;
}

h6 {
  font-size: 1.575em;
  margin-bottom: 5px;
}

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

ol, ul {
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 300;
}

ol li, ul li {
  font-size: inherit;
  line-height: 1.5;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dl {
  overflow: hidden;
}

dl dt, dl dd {
  margin: 0 0 5px;
  padding: 0;
  font-size: inherit;
  line-height: 1.5;
}

dl dt {
  float: left;
  clear: left;
  padding: 0;
  width: 100px;
  text-align: left;
  font-weight: bold;
  color: inherit;
}

dl dt:after {
  content: none;
}

dl dd {
  margin-left: 120px;
}

dl dd:after {
  content: "";
  display: table;
  clear: both;
}

blockquote {
  quotes: none;
  position: relative;
  padding: 20px;
  background: #eee;
  color: #777;
}

blockquote p {
  margin: 0;
  padding: 0;
}

blockquote strong,
blockquote cite {
  display: block;
  margin: 5px 0 0 0;
  color: #333;
  line-height: 1.5;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
}

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

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote,
blockquote > p,
q {
  font-style: italic;
  color: #777;
}

q {
  padding: 0.3em 0.5em;
  background: #fff;
}

p,
address {
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
  font-weight: 300;
}

p:empty {
  display: none;
}

hr {
  display: block;
  border: none;
  height: 1px;
  border: none;
  background: #ddd;
}

strong, em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre, code {
  font-family: 'Consolas', 'Courier New', Courier, monospace;
  font-size: inherit;
  font-weight: normal;
}

pre {
  overflow: auto;
  padding: 15px;
  background: #eee;
  color: #333;
  font-size: 12px;
  border-left: 5px solid #00aaff;
  line-height: 1.3;
  text-align: left;
}

code {
  padding: 5px 10px;
  background: #fff;
}

/* Table styles
-------------------------------------------------------------- */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

table caption {
  padding: 12px 10px;
  margin: 0 0 -1px;
  background: #444;
  color: #ffffff;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4;
}

table tr {
  margin: 0;
  padding: 0;
}

table tr th,
table tr td {
  padding: 10px;
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  border: 1px solid #ddd;
  vertical-align: middle;
}

table tr th.alignleft,
table tr td.alignleft {
  text-align: left;
}

table tr th.aligncenter,
table tr td.aligncenter {
  text-align: center;
}

table tr th.alignright,
table tr td.alignright {
  text-align: right;
}

table tr th {
  color: inherit;
  font-weight: bold;
}

table tr td {
  color: inherit;
}

table thead tr th,
table thead tr td {
  border-top: none;
  border-bottom: none;
}

table thead tr th {
  background: #444;
  border-color: #333;
  color: #ffffff;
}

table tbody tr:nth-child(odd) th {
  background: #fff;
}

table tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}

table tbody tr:nth-child(even) th {
  background: #fff;
}

table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}

/* Font styles
-------------------------------------------------------------- */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-smallest {
  font-size: 0.375em;
}

.fs-smaller {
  font-size: 0.5em;
}

.fs-small {
  font-size: 0.75em;
}

.fs-default {
  font-size: 1em;
}

.fs-medium {
  font-size: 1.125em;
}

.fs-large {
  font-size: 1.375em;
}

.fs-larger {
  font-size: 1.675em;
}

.fs-largest {
  font-size: 2em;
}

/* Color definitions
-------------------------------------------------------------- */
.black {
  color: #686868;
}

.white {
  color: #ffffff;
}

.gray {
  color: #CBD3C6;
}

.red {
  color: #ff0000;
}

.green {
  color: #6cc24a;
}

.blue {
  color: #00a9e0;
}

.orange {
  color: #ed8b00;
}

.bg-black {
  background-color: #686868;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #CBD3C6;
}

.bg-red {
  background-color: #ff0000;
}

.bg-green {
  background-color: #6cc24a;
}

.bg-blue {
  background-color: #00a9e0;
}

.bg-orange {
  background-color: #ed8b00;
}

/* Center content on page with built in clearfix
-------------------------------------------------------------- */
.ctr {
  position: relative;
  max-width: 1050px;
  padding: 0 2%;
  margin: 0 auto;
}

.ctr:after {
  content: "";
  display: table;
  clear: both;
}

.ctr.increase-width {
  max-width: 1500px;
}

/* General Usage Styles
-------------------------------------------------------------- */
.clr:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid #ddd;
  background: #eee;
}

img.border {
  padding: 4px;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.float-none {
  float: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.alignnone {
  text-align: inherit;
}

.aligncenter {
  text-align: center;
}

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

.alignright {
  text-align: right;
}

img.alignright,
div.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  text-align: left;
}

img.alignleft,
div.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.line-through {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.line-through:before, .line-through:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #ddd;
}

.line-through:before {
  margin-left: -52%;
  text-align: right;
}

.line-through:after {
  margin-left: 2%;
}

/* Video styles
-------------------------------------------------------------- */
.video {
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 56.25%;
  background: #333;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/* Column/Grid Styles
-------------------------------------------------------------- */
.row {
  margin: 0 -1.5%;
  padding: 0;
  clear: both;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row > [class*="col-"],
.row > [class*="grid-"] {
  float: left;
  clear: none;
  margin: 0 1.5% 3%;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row > [class*="col-"] > *:last-child,
.row > [class*="grid-"] > *:last-child {
  margin-bottom: 0;
}

.row.no-margin,
.row.no-margin > [class*="col-"],
.row.no-margin > [class*="grid-"] {
  margin-bottom: 0;
}

.col-full {
  width: 97%;
}

.col-12 {
  width: 47%;
}

.col-13 {
  width: 30.333%;
}

.col-23 {
  width: 63.666%;
}

.col-14 {
  width: 22%;
}

.col-34 {
  width: 72%;
}

.col-15 {
  width: 17%;
}

.col-25 {
  width: 37%;
}

.col-35 {
  width: 57%;
}

.col-45 {
  width: 77%;
}

.grid-12 {
  width: 97%;
}

.grid-11 {
  width: 88.666%;
}

.grid-10 {
  width: 80.333%;
}

.grid-9 {
  width: 72%;
}

.grid-8 {
  width: 63.666%;
}

.grid-7 {
  width: 55.333%;
}

.grid-6 {
  width: 47%;
}

.grid-5 {
  width: 38.666%;
}

.grid-4 {
  width: 30.333%;
}

.grid-3 {
  width: 22%;
}

.grid-2 {
  width: 13.666%;
}

.grid-1 {
  width: 5.333%;
}

@media (max-width: 640px) {
  .row {
    margin: 0;
  }
  .row > [class*='col-'],
  .row > [class*='grid-'] {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}

/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
  vertical-align: middle;
  border: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="range"],
input[type="file"],
textarea, select {
  padding: 0 10px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #686868;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea {
  padding: 10px;
  height: auto;
  line-height: 1.2;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
}

input[type="submit"],
button,
.btn,
.button {
  display: inline;
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  margin: 0;
  color: #ffffff;
  background: #ed8b00;
  border: none;
  font-size: 1.7em;
  font-family: "Amatic SC", sans-serif;
  font-weight: normal;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="submit"]:hover,
button:hover,
.btn:hover,
.button:hover {
  background-color: #ff9908;
  color: #fff;
  cursor: pointer;
}

input[type="submit"].white,
button.white,
.btn.white,
.button.white {
  background-color: #ffffff;
  color: #686868;
}

input[type="submit"].white:hover,
button.white:hover,
.btn.white:hover,
.button.white:hover {
  background-color: #fafafa;
}

input[type="submit"].purple,
button.purple,
.btn.purple,
.button.purple {
  background-color: #87189d;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  text-transform: none;
  margin-right: 10px;
}

input[type="submit"].purple:hover,
button.purple:hover,
.btn.purple:hover,
.button.purple:hover {
  background-color: #9a1bb3;
}

input[type="submit"].blue,
button.blue,
.btn.blue,
.button.blue {
  background-color: #00a9e0;
}

input[type="submit"].blue:hover,
button.blue:hover,
.btn.blue:hover,
.button.blue:hover {
  background-color: #00bcfa;
}

a.btn,
a.button {
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #686868;
}

::-moz-placeholder {
  color: #686868;
}

:-ms-input-placeholder {
  color: #686868;
}

input:-moz-placeholder {
  color: #686868;
}

.alert {
  margin: 0 0 20px;
  padding: 20px;
  background: #777;
  line-height: 1.3;
  color: #fff;
}

.alert.error {
  background: #f64b2f;
}

.alert.success {
  background: #7eb62e;
}

.alert.warning {
  background: #e1b311;
}

.alert.notice {
  background: #2fa9f6;
}

#hdr {
  margin: 0;
  padding: 10px 0 15px;
  background: #ffffff;
}

#hdr #logo {
  float: left;
}

#hdr #logo img {
  max-width: none;
  display: block;
  width: 290px;
  height: 118px;
}

@media (max-width: 640px) {
  #hdr #logo img {
    width: 145px;
    height: 59px;
  }
}

.menu-orange a {
  color: #ffffff !important;
  background: #ed8b00;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-orange a:hover {
  background: #ff9908;
}

body.home #page-slider {
  margin: 0;
  padding: 0;
}

body.home #page-slider .slick-dots {
  bottom: 40px;
}

body.home #page {
  padding-top: 0;
}

body.page-id-10 #page,
body.page-id-24 #page {
  padding-top: 0;
}

#page {
  padding: 45px 0;
}

#page .ctr .orange-border {
  border: 20px solid #ed8b00;
}

body.page-id-7 #sidebar .widget .widgettitle,
body.page-id-23 #sidebar .widget .widgettitle,
body.page-id-5 #sidebar .widget .widgettitle,
body.page-id-15 #sidebar .widget .widgettitle,
body.page-id-26 #sidebar .widget .widgettitle,
body.blog #sidebar .widget .widgettitle {
  background: #00a9e0;
}

#sidebar {
  max-width: 85%;
  padding-left: 50px;
  list-style: none;
}

#sidebar .widget .widgettitle {
  background: #db3eb1;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 1.9em;
  max-width: 80%;
  margin: 0;
}

#sidebar .widget .textwidget {
  background: #87189d;
  padding: 20px;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.3;
}

#sidebar .widget .textwidget .article .article-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none !important;
  margin-right: 10px;
}

#sidebar .widget .textwidget .article p {
  color: #CBD3C6;
}

#sidebar .widget .textwidget .article:hover {
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#sidebar .widget .textwidget h2 {
  color: #ffffff;
  font-size: 1.9em;
  margin: 25px 80px 3px 0;
}

#sidebar .widget .textwidget h2:first-child {
  margin-top: 0;
}

#sidebar .widget .textwidget h4 {
  color: #ffffff;
  font-size: 1.45em;
  margin: 15px 80px 3px 0;
}

#sidebar .widget .textwidget h4:first-child {
  margin-top: 0;
}

#sidebar .widget .textwidget p {
  margin-right: 30px;
}

#sidebar .widget .textwidget a {
  color: #ed8b00;
  word-wrap: break-word;
}

#sidebar .widget .textwidget a.btn {
  color: #ffffff;
}

#sidebar .widget .textwidget a.btn:hover {
  color: #ffffff;
}

#sidebar .widget .textwidget a:hover {
  color: #ffa321;
}

#sidebar .widget .textwidget hr {
  margin: 20px 0;
}

@media (max-width: 640px) {
  #sidebar {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

#sections .section {
  margin-bottom: 40px;
  padding: 0;
}

#sections .section.large-text-callout-section {
  text-align: center;
  font-family: "Amatic SC", sans-serif;
  padding: 0 40px 10px;
  font-size: 3em;
  color: #686868;
  text-transform: uppercase;
}

#sections .section.large-text-callout-section p {
  line-height: 1.3;
  margin: 0 35px;
}

@media (max-width: 640px) {
  #sections .section.large-text-callout-section {
    padding: 0;
    font-size: 2.3em;
  }
  #sections .section.large-text-callout-section p {
    margin: 0;
  }
}

#sections .section.colorful-boxes-section {
  margin: 0 auto;
  padding: 20px 0;
}

#sections .section.colorful-boxes-section .column {
  background-image: url(http://bear.ideamktg.net/wp-content/uploads/2015/11/sun.png);
  background-position: left bottom;
  background-color: #00a9e0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sections .section.colorful-boxes-section .column .column-content {
  padding: 50px 25px;
  text-align: center;
  vertical-align: center;
}

#sections .section.colorful-boxes-section .column .column-content p {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6;
}

#sections .section.colorful-boxes-section .column .column-content p strong {
  font-weight: bold;
}

#sections .section.contributions-section {
  background: url(library/img/contributions-bkg.jpg) no-repeat center center;
  min-height: 626px;
}

#sections .section.contributions-section .content {
  margin-bottom: 0;
}

#sections .section.contributions-section .content:after {
  content: "";
  display: table;
  clear: both;
}

#sections .section.contributions-section .content .container {
  float: left;
  width: 33.333%;
  text-align: center;
  padding-top: 360px;
}

#sections .section.contributions-section .content .container h4 {
  color: #87189d;
  font-size: 3.9em;
  margin-bottom: 5px;
}

#sections .section.contributions-section .content .container p {
  font-weight: 300;
  font-size: 1.35em;
}

#sections .section.contributions-section #contribution-disclaimer {
  text-align: right;
  color: #B6B7B1;
  font-size: 0.9em;
}

@media (max-width: 640px) {
  #sections .section.contributions-section .content .container {
    font-size: 0.875em;
  }
}

#sections .section.columns-section {
  margin-bottom: 0;
}

#sections .section.columns-section .column {
  margin-top: 10px;
}

#sections .section.columns-section .column img {
  border: 7px solid #ed8b00;
}

#sections .section.columns-section .column .column-content h4 {
  color: #87189d;
  margin: 25px 0 5px;
  font-size: 2em;
}

#sections .section.video-section {
  margin: 30px 0 0 0;
  padding: 0;
  border-bottom: 1px solid #DDD;
}

#sections .section.video-section .row,
#sections .section.video-section .col-12 {
  margin-bottom: 0;
  margin-top: 0;
}

#sections .section.video-section .row .video-holder,
#sections .section.video-section .col-12 .video-holder {
  position: relative;
  overflow: hidden;
}

#sections .section.video-section .row .video-holder img,
#sections .section.video-section .col-12 .video-holder img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: auto;
}

#sections .section.video-section .row .video-holder .video,
#sections .section.video-section .col-12 .video-holder .video {
  position: absolute;
  z-index: 5;
  width: 92%;
  height: 49%;
  bottom: 1.5%;
  left: 3.5%;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

#sections .section.video-section .row .video-holder .play-video,
#sections .section.video-section .col-12 .video-holder .play-video {
  position: absolute;
  z-index: 20;
  bottom: 22%;
  left: 42%;
  height: 40px;
  width: 90px;
  cursor: pointer;
}

#sections .section.video-section .row .content,
#sections .section.video-section .col-12 .content {
  padding-top: 19px;
}

#sections .section.video-section .row .content h4,
#sections .section.video-section .col-12 .content h4 {
  background: #ed8b00;
  padding: 15px 30px;
  color: #ffffff;
  margin: 0;
  font-size: 2.3em;
  width: 50%;
}

#sections .section.video-section .row .content .purple-box,
#sections .section.video-section .col-12 .content .purple-box {
  background: #87189d;
  padding: 30px 30px 10px;
  margin: 0;
}

#sections .section.video-section .row .content .purple-box p,
#sections .section.video-section .col-12 .content .purple-box p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.05em;
}

#sections .section.quote-section {
  background: url(library/img/quote-bkg.jpg);
  padding: 1px 1px 40px 1px;
  margin-bottom: 65px;
}

#sections .section.quote-section img {
  float: left;
  margin-right: 50px;
  border: 12px solid #ffffff;
  -webkit-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

#sections .section.quote-section img:after {
  content: "";
  display: table;
  clear: both;
}

#sections .section.quote-section p {
  margin-top: 50px;
  font-family: "Shadows Into Light", serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3;
  color: #686868;
}

@media (max-width: 640px) {
  #sections .section.quote-section img {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

#sections .section.content-section {
  padding: 0;
  margin: 0;
}

#sections .section.gray-content-section {
  padding: 60px 160px 40px;
  margin: 0;
  background: #EBEBEB;
}

@media (max-width: 640px) {
  #sections .section.gray-content-section {
    padding: 30px 0;
  }
}

#sections .section.gray-content-section .increase-width {
  background: #ebebeb url(library/img/atom.png) no-repeat left top;
}

#sections .section.gray-content-section .ctr h4 {
  color: #87189d;
  font-size: 2.2em;
  margin-bottom: 10px;
}

#sections .section.gray-content-section .ctr p {
  color: #87189d;
  margin-bottom: 35px;
}

#sections .section.research-funding-section:after {
  content: "";
  display: table;
  clear: both;
}

#sections .section.research-funding-section .funded {
  float: left;
  width: 23%;
  margin: 0 1% 2.25%;
  border: 1px solid #686868;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #sections .section.research-funding-section .funded {
    width: 31.333%;
  }
}

@media (max-width: 640px) {
  #sections .section.research-funding-section .funded {
    width: 48%;
  }
}

@media (max-width: 480px) {
  #sections .section.research-funding-section .funded {
    width: 98%;
  }
}

#sections .section.research-funding-section .funded img {
  text-align: center;
  padding-bottom: 35px;
}

#sections .section.research-funding-section .funded h3 {
  font-weight: 600;
  font-size: 1.05em;
  font-family: "Open Sans", sans-serif;
}

#sections .section.past-hugs-section {
  padding: 50px 0;
}

#sections .section.past-hugs-section #past-hugs:after {
  content: "";
  display: table;
  clear: both;
}

#sections .section.past-hugs-section #past-hugs .slick-prev {
  left: auto;
  right: 100%;
  margin-right: 20px;
}

#sections .section.past-hugs-section #past-hugs .slick-next {
  right: auto;
  left: 100%;
  margin-left: 20px;
}

#sections .section.past-hugs-section #past-hugs .slick-prev,
#sections .section.past-hugs-section #past-hugs .slick-next {
  color: #ed8b00;
  border: 2px solid #ed8b00;
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#sections .section.past-hugs-section #past-hugs .slick-prev:before,
#sections .section.past-hugs-section #past-hugs .slick-next:before {
  color: #ed8b00;
  line-height: 1;
}

#sections .section.past-hugs-section #past-hugs .slick-prev:hover,
#sections .section.past-hugs-section #past-hugs .slick-next:hover {
  background: none;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#sections .section.past-hugs-section #past-hugs a, #sections .section.past-hugs-section #past-hugs .bear-hugs-slider {
  position: relative;
  float: left;
  width: 23.001%;
  margin: 0 0.2% 0.2%;
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#sections .section.past-hugs-section #past-hugs a .content, #sections .section.past-hugs-section #past-hugs .bear-hugs-slider .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

#sections .section.past-hugs-section #past-hugs a .content h3, #sections .section.past-hugs-section #past-hugs .bear-hugs-slider .content h3 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 0.95em;
  padding: 10px 13px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: none;
}

#sections .section.past-hugs-section #past-hugs a .content h3 span, #sections .section.past-hugs-section #past-hugs .bear-hugs-slider .content h3 span {
  color: #00a9e0;
}

#sections .section.past-hugs-section #past-hugs a:hover, #sections .section.past-hugs-section #past-hugs .bear-hugs-slider:hover {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#sections .remove-spacing {
  margin: 0;
  padding: 0;
}

.locations {
  background: #87189d;
  margin: 0 auto;
  padding: 30px 0 25px;
  text-align: center;
}

.locations .slick-prev,
.locations .slick-next {
  margin: -24px -40px;
  background: none repeat scroll 0% 0%;
  color: #ffffff;
  border: 2px solid #ed8b00;
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.locations .slick-prev:before,
.locations .slick-next:before {
  color: #ffffff;
  line-height: 1;
}

.locations .slick-prev:hover,
.locations .slick-next:hover {
  background: none;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.locations .location {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ed8b00;
  display: inline-block;
  padding: 0 65px;
}

.locations .location h4 {
  color: #ed8b00;
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 5px;
}

.locations .location p, .locations .location a {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}

.locations .location:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  .locations .location {
    border: none;
    display: block;
    margin: 0 0 20px;
    padding: 0;
  }
}

#ftr {
  padding: 30px 0 0;
  margin: 0;
  background: #EBEBEB;
}

#ftr #left-footer {
  float: left;
  min-width: 575px;
  padding-right: 30px;
  border-right: 1px solid #DDD;
  margin-right: 50px;
}

#ftr #left-footer:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 640px) {
  #ftr #left-footer {
    min-width: 0;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
  }
}

#ftr #left-footer h3 {
  font-family: "Open Sans", sans-serif;
  color: #00a9e0;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: none !important;
}

@media (max-width: 640px) {
  #ftr #left-footer h3 {
    text-align: center;
  }
}

#ftr #left-footer #email-signup {
  padding-bottom: 35px;
}

#ftr #left-footer #email-signup input[type="text"] {
  width: 50.5%;
  border: 1px solid #00a9e0;
}

@media (max-width: 640px) {
  #ftr #left-footer #email-signup {
    text-align: center;
  }
  #ftr #left-footer #email-signup input[type="text"] {
    width: 60%;
  }
  #ftr #left-footer #email-signup input[type="submit"] {
    width: 32%;
    text-align: center;
  }
}

#ftr #left-footer #social-footer:after {
  content: "";
  display: table;
  clear: both;
}

#ftr #left-footer #social-footer h4 {
  font-family: "Open Sans", sans-serif;
  color: #87189d;
  font-size: 1.6em;
  font-weight: 300;
  float: left;
  padding: 10px 15px 0 0;
  text-transform: none !important;
}

#ftr #left-footer #social-footer a {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

#ftr #left-footer #social-footer a .icon {
  position: relative;
  z-index: 5;
  font-size: 1.65em;
  padding: 12px;
  background: #87189d;
  height: 25px;
  width: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#ftr #left-footer #social-footer a:hover {
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

@media (max-width: 640px) {
  #ftr #left-footer #social-footer {
    text-align: center;
    padding: 0 20px;
  }
  #ftr #left-footer #social-footer h4 {
    display: none;
  }
}

@media (max-width: 640px) {
  #ftr #left-footer #social-footer a .icon {
    font-size: 1.45em;
    height: 15px;
    width: 15px;
  }
}

#ftr #left-footer hr {
  margin: 10px 0;
}

#ftr #left-footer #copyright-footer {
  color: #686868;
  font-size: .8em;
}

#ftr #footer-menu {
  margin: 0;
  padding: 15px 0 0;
}

#ftr #footer-menu li {
  margin: 0;
  padding: 0;
  width: 18%;
  float: left;
  list-style: none;
}

#ftr #footer-menu li a {
  text-transform: uppercase;
  font-family: "Amatic SC", sans-serif;
  font-size: 1.75em;
  color: #686868;
}

#ftr #footer-menu li a:hover {
  color: #828282;
}

#ftr #footer-menu li.mobile-only {
  position: fixed;
  visibility: hidden;
  left: -9999em;
  height: 0;
  width: 0;
  overflow: hidden;
}

#ftr #footer-menu > li {
  position: relative;
  display: inline;
  display: inline-block;
  list-style: none;
}

#ftr #footer-menu > li > a {
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
}

#ftr #footer-menu > li:hover > ul {
  visibility: visible;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#ftr #footer-menu > li:last-child > ul {
  left: auto;
  right: 0;
}

#ftr #footer-menu > li:last-child > ul > li > a {
  text-align: right;
}

@media (max-width: 1024px) {
  #ftr #footer-menu li {
    width: 16%;
  }
  #ftr #footer-menu li a {
    font-size: 1.45em;
  }
}

@media (max-width: 768px) {
  #ftr #footer-menu li {
    float: none;
    display: block;
  }
}

@media (max-width: 640px) {
  #ftr #footer-menu {
    padding: 0;
    margin: 0 0 20px;
  }
  #ftr #footer-menu li {
    float: none;
    width: auto;
    display: block;
  }
  #ftr #footer-menu li a {
    display: block;
    text-align: center;
  }
}

/* Navigation Expand Menu
-------------------------------------------------------------- */
#nav-expand {
  display: none;
  float: right;
  height: 48px;
  width: 48px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #87189d;
  color: #ffffff;
  line-height: 48px;
  font-size: 1.2em;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Main navigation styles
-------------------------------------------------------------- */
#main-menu {
  margin: 41px 0 0;
  padding: 0;
  text-align: right;
}

#main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu li a {
  text-transform: uppercase;
  font-family: "Amatic SC", sans-serif;
  font-size: 1.75em;
  color: #686868;
}

#main-menu li a:hover {
  color: #828282;
}

#main-menu li.mobile-only {
  position: fixed;
  visibility: hidden;
  left: -9999em;
  height: 0;
  width: 0;
  overflow: hidden;
}

#main-menu > li {
  position: relative;
  display: inline;
  display: inline-block;
  list-style: none;
}

#main-menu > li > a {
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
}

#main-menu > li > ul {
  visibility: hidden;
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: auto;
  margin: 0 0 0 14px;
  padding: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
}

#main-menu > li > ul:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

#main-menu > li > ul > li {
  display: block;
}

#main-menu > li > ul > li > a {
  display: block;
  min-width: 180px;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
  text-align: left;
}

#main-menu > li > ul > li > a:hover {
  background: #EBEBEB;
}

#main-menu > li:hover > ul {
  visibility: visible;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#main-menu > li:last-child > ul {
  left: auto;
  right: 0;
}

#main-menu > li:last-child > ul > li > a {
  text-align: right;
}

#top-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

#top-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#top-menu li a {
  font-family: "Open Sans", sans-serif;
  color: #686868;
  font-size: .9em;
}

#top-menu li a:hover {
  color: #828282;
}

#top-menu li.mobile-only {
  position: fixed;
  visibility: hidden;
  left: -9999em;
  height: 0;
  width: 0;
  overflow: hidden;
}

#top-menu > li {
  position: relative;
  display: inline;
  display: inline-block;
  list-style: none;
}

#top-menu > li > a {
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
}

#top-menu > li > ul {
  visibility: hidden;
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: auto;
  margin: 0 0 0 0;
  padding: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
}

#top-menu > li > ul:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

#top-menu > li > ul > li {
  display: block;
}

#top-menu > li > ul > li > a {
  display: block;
  min-width: 180px;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
  text-align: left;
}

#top-menu > li > ul > li > a:hover {
  background: #EBEBEB;
}

#top-menu > li:hover > ul {
  visibility: visible;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#top-menu > li:last-child > ul {
  left: auto;
  right: 0;
}

#top-menu > li:last-child > ul > li > a {
  text-align: right;
}

@media (max-width: 640px) {
  #top-menu {
    clear: both;
    width: 100%;
    text-align: left;
    padding: 10px 0 0;
    margin: 0 0 0 -10px;
  }
  #top-menu > li {
    margin: 0 10px 0 0;
  }
  #top-menu > li > a {
    padding: 10px;
    margin: 0;
  }
}

/* Pager styles
-------------------------------------------------------------- */
.pager {
  margin: 0 0 20px;
  padding: 0;
}

.pager:after {
  content: "";
  display: table;
  clear: both;
}

.pager li {
  float: left;
  margin: 25px 3px 3px 0;
  padding: 0;
  list-style: none;
}

.pager li a, .pager li span {
  display: block;
  padding: 8px 18px;
  line-height: 1;
  background: #ed8b00;
  color: #ffffff;
  font-family: "Amatic SC", sans-serif;
  font-size: 2.25em;
}

.pager li a:hover, .pager li .current {
  background-color: #ba6d00;
}

#gallery-pagination {
  margin: 0 0 20px;
  padding: 0;
}

#gallery-pagination:after {
  content: "";
  display: table;
  clear: both;
}

#gallery-pagination li {
  float: left;
  margin: 25px 3px 3px 0;
  padding: 0;
  list-style: none;
}

#gallery-pagination li a, #gallery-pagination li span {
  display: block;
  padding: 8px 18px;
  line-height: 1;
  background: #ed8b00;
  color: #ffffff;
  font-family: "Amatic SC", sans-serif;
  font-size: 2.25em;
}

#gallery-pagination li.active a {
  background-color: #ba6d00;
}

#gallery-pagination li.disabled {
  filter: alpha(opacity=(75));
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}

#gallery-pagination li.disabled a {
  cursor: default;
}

/* Breadcrumb styles
-------------------------------------------------------------- */
#breadcrumbs {
  margin: 0;
  padding: 10px;
  background: #fdfdfd;
  font-size: 0.9125em;
  border-bottom: 1px solid #EBEBEB;
}

#breadcrumbs .breadcrumbs {
  margin: 0;
  padding: 0;
}

#breadcrumbs .breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

#breadcrumbs .breadcrumbs li {
  display: inline;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}

#breadcrumbs .breadcrumbs li a {
  display: inline;
  display: inline-block;
  padding-right: 20px;
  background: url(library/img/breadcrumb-arrow.png) no-repeat 100% 50%;
}

#breadcrumbs .breadcrumbs li, #breadcrumbs .breadcrumbs li a {
  line-height: 1.4;
}

#post .post,
#posts .post {
  margin: 0 0 20px;
  padding: 0;
}

#post .post:after,
#posts .post:after {
  content: "";
  display: table;
  clear: both;
}

#post .post .post-meta,
#posts .post .post-meta {
  margin-top: -13.3333333333px;
  font-size: 0.8675em;
  font-style: italic;
}

#post .post .date {
  font-family: "Amatic SC", sans-serif;
  font-size: 1.7em;
}

#posts .post {
  padding: 20px 0;
}

#posts .post .title {
  margin-bottom: 10px;
}

#posts .post .title a {
  color: #686868;
}

#posts .post .date {
  font-family: "Amatic SC", sans-serif;
  font-size: 1.7em;
}

@media (max-width: 640px) {
  #posts .post.has-post-thumbnail {
    padding-left: 0;
  }
  #posts .post.has-post-thumbnail .post-thumbnail {
    float: none;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
  }
}

/* WordPress Core
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border: 2px solid #f0f0f0;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-caption img {
  display: block;
  margin: 0 0 20px;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 0 0 10px;
  font-size: 0.8675em;
  font-style: italic;
}

#comments .comments-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

#comments .comments-list .comment {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}

#widgets {
  margin: 0;
  padding: 0;
}

#widgets .widget {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

#widgets .widget .widgettitle {
  font-size: 1.5em;
}

/* Gravity Form Styles */
body .gform_wrapper {
  margin: 0 0 20px;
  max-width: 800px;
}

body .gform_wrapper .gform_body .gform_fields {
  margin: 0;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields:after {
  content: "";
  display: table;
  clear: both;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield:after {
  content: "";
  display: table;
  clear: both;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="search"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="date"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="time"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="datetime"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="range"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="range"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="file"],
body .gform_wrapper .gform_body .gform_fields .gfield textarea, body .gform_wrapper .gform_body .gform_fields .gfield select {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type="radio"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="checkbox"] {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus + label,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus + label,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus + label {
  color: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gsection_title {
  font-family: "Amatic SC", sans-serif;
  font-size: 1.675em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gsection_description {
  padding: 5px 0;
  line-height: 1.3;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin: 10px 0;
  font-size: 1.8em;
  font-family: "Amatic SC", sans-serif;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  margin-left: 5px;
  color: red;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  padding: 5px 0;
  font-size: .9em;
  line-height: 1.3;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container:after {
  content: "";
  display: table;
  clear: both;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_fileupload input[type="file"] {
  padding: 0;
  height: auto;
  background: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_multiselect select {
  height: auto;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_multiselect select option {
  padding: 0 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio br, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox br {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_radio,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_checkbox, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_radio,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox {
  margin: 0;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_radio li,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_radio li label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li label, body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li label {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  vertical-align: middle;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_radio li input[type="radio"],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_radio li input[type="checkbox"],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li input[type="radio"],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul.gfield_checkbox li input[type="checkbox"], body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li input[type="radio"],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_radio li input[type="checkbox"],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="radio"],
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex {
  margin: 0;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex:after {
  content: "";
  display: table;
  clear: both;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex > *:last-child {
  margin-bottom: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_left,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_right {
  float: left;
  width: 49%;
  margin: 0 0 10px;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_left {
  margin-right: 1%;
  clear: left;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_right {
  margin-left: 1%;
  clear: right;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_full {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex label {
  display: block;
  font-size: .9em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  float: left;
  width: 49%;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1%;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  margin-left: 1%;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container {
  margin: 0;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container:after {
  content: "";
  display: table;
  clear: both;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container .gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../../../wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_visa {
  background-position: 0 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_visa.gform_card_icon_selected {
  background-position: 0 -32px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_mastercard {
  background-position: -36px 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_amex {
  background-position: -72px 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_discover {
  background-position: -108px 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_maestro {
  background-position: -144px 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_jcb {
  background-position: -180px 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_visa {
  background-position: 0 -192px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_mastercard {
  background-position: -36px -192px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_amex {
  background-position: -72px -192px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_discover {
  background-position: -108px -192px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_maestro {
  background-position: -144px -192px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_jcb {
  background-position: -180px -192px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../../../wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_card_security_code {
  max-width: 50%;
}

@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small {
  width: 20%;
  max-width: 120px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {
  width: 70%;
  max-width: 400px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {
  width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .textarea {
  min-height: 160px;
}

@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {
    width: 100%;
    max-width: 100%;
  }
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14 {
  float: left;
  margin-right: 1%;
  padding: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.last, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13.last, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14.last {
  margin-right: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12 {
  width: 49%;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.left {
  margin-left: 0;
  margin-right: 1%;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.right {
  margin-left: 1%;
  margin-right: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13 {
  width: 32.333%;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14 {
  width: 24%;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container {
  position: fixed;
  top: 0;
  left: -999em;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_above .ginput_container label {
  padding: 10px 0 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_below {
  padding-right: 60px;
  display: block;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_below .ginput_container label {
  padding: 5px 0 10px;
}

@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.left, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.right, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

body .gform_wrapper .gform_body .gform_fields .gfield.hide_label .gfield_label {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
  color: red;
}

body .gform_wrapper .gform_body .gform_fields.left_label .gfield .gfield_label, body .gform_wrapper .gform_body .gform_fields.right_label .gfield .gfield_label {
  width: 130px;
  margin: 0;
  padding: 10px 0;
  font-size: 1em;
}

body .gform_wrapper .gform_body .gform_fields.left_label .gfield {
  padding-left: 150px;
}

body .gform_wrapper .gform_body .gform_fields.left_label .gfield .gfield_label {
  float: left;
  margin-left: -150px;
}

body .gform_wrapper .gform_body .gform_fields.right_label .gfield {
  padding-right: 150px;
}

body .gform_wrapper .gform_body .gform_fields.right_label .gfield .gfield_label {
  float: right;
  margin-right: -150px;
}

@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields.left_label .gfield, body .gform_wrapper .gform_body .gform_fields.right_label .gfield {
    padding: 0;
  }
  body .gform_wrapper .gform_body .gform_fields.left_label .gfield .gfield_label, body .gform_wrapper .gform_body .gform_fields.right_label .gfield .gfield_label {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
  }
}

body .gform_wrapper .gform_body .gform_fields.description_above .gsection_description {
  margin: 0 0 10px;
}

body .gform_wrapper .gform_body .gform_fields.description_below .gsection_description {
  margin: 10px 0 0;
}

body .gform_wrapper .gform_footer.left_label {
  padding-left: 150px;
}

body .gform_wrapper .gform_footer.right_label {
  padding-right: 150px;
}

body .gform_wrapper .validation_error {
  margin: 0 0 20px;
  color: red;
}

body .gform_wrapper .gf_progressbar_wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

body .gform_wrapper .gf_progressbar_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  background-color: #333;
}

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: center;
  background: #555;
}

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage span {
  float: right;
  line-height: 20px;
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
}

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #999;
}

body .gform_wrapper .gfield_creditcard_warning_message {
  margin: 0 0 20px;
  padding: 20px;
  background: red;
  color: white;
}

body .gform_wrapper .gfield_password_strength {
  width: 200px;
  padding: 5px;
  background-color: #eee;
}

body .gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
}

body .gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
}

body .gform_wrapper .gfield_password_strength.short, body .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
}

body .gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
}

body .gform_wrapper .charleft {
  color: #bbb;
  white-space: nowrap;
}

body .gform_wrapper .gf_clear,
body .gform_wrapper .gf_step_clear {
  display: block;
  width: 100%;
  clear: both;
}

#field_3_35 {
  margin: 35px 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  color: #CBD3C6;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading div,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  text-align: center;
}

#fancybox-loading div:after,
.fancybox-close:after,
.fancybox-prev span:after,
.fancybox-next span:after {
  color: #686868;
  font-family: 'FontAwesome';
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  background: #000;
  cursor: pointer;
  z-index: 8060;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#fancybox-loading div {
  width: 48px;
  height: 48px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

#fancybox-loading div:after {
  content: "";
  line-height: 48px;
  font-size: 18px;
  color: #777;
}

.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: #111;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.fancybox-close:after {
  content: "×";
  line-height: 30px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 10px;
}

.fancybox-next {
  right: 10px;
}

.fancybox-nav span {
  position: absolute;
  display: block;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.fancybox-nav span:after {
  line-height: 48px;
  font-size: 24px;
  color: #000;
}

.fancybox-prev span {
  left: 0;
}

.fancybox-prev span:after {
  content: "";
}

.fancybox-next span {
  right: 0;
}

.fancybox-next span:after {
  content: "";
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(104, 104, 104, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: #686868;
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-slider .slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:hover {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-loading .slick-list {
  background: #ffffff url("library/img/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide.slick-loading {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffffff;
  color: transparent;
  top: 50%;
  margin-top: -17.5px;
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
  position: relative;
  font-family: "FontAwesome";
  font-size: 29px;
  line-height: 35px;
  color: #686868;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: #ffffff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  filter: alpha(opacity=(25));
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}

.slick-prev {
  left: 20px;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  right: 20px;
}

.slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  width: 78%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover:before {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: alpha(opacity=(25));
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.ui-datepicker {
  width: 350px;
  padding: 5px;
  background: #eee;
  border: 1px solid #ddd;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
  background: #CBD3C6;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 32px;
  height: 32px;
  background: white;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-size: 16px;
  line-height: 32px;
  color: #CBD3C6;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
  background: white;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: '<';
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-next:before {
  content: '>';
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 0 40px;
  line-height: 1.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  height: 32px;
  font-size: 1em;
  margin: 0 1px;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0;
}

.ui-datepicker table tr th {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #333;
  border: none;
}

.ui-datepicker table tr td {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
}

.ui-datepicker table tr td span, .ui-datepicker table tr td a {
  display: block;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker table tr:nth-child(odd) td {
  background: #f6f6f6;
}

.ui-datepicker table tr:nth-child(even) td {
  background: #f0f0f0;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-trigger {
  margin-left: 10px;
}

.ui-datepicker-trigger:hover {
  cursor: pointer;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Homepage Styles
-------------------------------------------------------------- */
#page-slider {
  margin: 0;
  padding: 0;
}

#page-slider .slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#page-slider .slide .slide-image {
  display: block;
  margin: 0 auto;
  z-index: 0;
  height: auto;
  width: 100%;
  max-width: none;
}

#page-slider .slide .content {
  position: absolute;
  top: 15%;
  z-index: 50;
  text-align: right;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}

#page-slider .slide .content .inner-content {
  background: rgba(135, 24, 157, 0.5);
  display: inline-block;
  max-width: 500px;
}

#page-slider .slide .content .inner-content p {
  padding: 15px 20px 20px;
  margin: 0;
  color: #ffffff;
  font-size: 4.1em;
  font-family: "Amatic SC", sans-serif;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #page-slider .slide .content .inner-content {
    max-width: 300px;
  }
  #page-slider .slide .content .inner-content p {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  #page-slider .slide .content .inner-content {
    max-width: 200px;
  }
  #page-slider .slide .content .inner-content p {
    font-size: 1.8em;
  }
}

/* Partners Styles
-------------------------------------------------------------- */
#bn-partners:after {
  content: "";
  display: table;
  clear: both;
}

#bn-partners .partner {
  float: left;
  width: 30.33%;
  margin: 0 1.5% 3%;
  text-align: center;
  display: block;
  padding: 35px 0;
  white-space: nowrap;
}

#bn-partners .partner span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#bn-partners .partner img {
  vertical-align: middle;
}

@media (max-width: 480px) {
  #bn-partners .partner {
    width: 45%;
  }
}

/* Article Styles
-------------------------------------------------------------- */
#articles .article {
  padding: 20px 0;
}

#articles .article h2 {
  margin-bottom: 5px;
}

/* Event Styles
-------------------------------------------------------------- */
#recent-post {
  margin: 30px 0 60px;
}

#recent-post:after {
  content: "";
  display: table;
  clear: both;
}

#recent-post .event-featured {
  float: left;
}

#recent-post .event-featured img {
  border: 8px solid #ed8b00;
  margin-right: 20px;
}

#recent-post h4 {
  margin-bottom: 0;
}

#recent-post .date {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 2;
}

#recent-post p {
  padding-top: 10px;
}

@media (max-width: 640px) {
  #recent-post .event-featured {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

#posts {
  margin: 0 -1%;
}

#posts:after {
  content: "";
  display: table;
  clear: both;
}

#posts .event {
  position: relative;
  float: left;
  width: 31.33%;
  margin: 0 1% 2.5%;
}

#posts .event img {
  display: block;
}

#posts .event .inner {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px 15px 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#posts .event .inner h3 {
  color: #ffffff;
  font-size: 1.75em;
  margin-bottom: 10px;
}

#posts .event:hover {
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

@media (max-width: 768px) {
  #posts .event {
    width: 48%;
  }
}

@media (max-width: 480px) {
  #posts {
    margin: 0;
  }
  #posts .event {
    display: block;
    width: auto;
    float: none;
  }
}

#third-party {
  margin-top: -30px;
}

#third-party:after {
  content: "";
  display: table;
  clear: both;
}

#third-party a {
  margin: 5px 0;
  background: #EBEBEB;
  padding: 10px;
  color: #686868;
  font-family: "Amatic SC", sans-serif;
  font-size: 1.7em;
  width: 100%;
  float: left;
}

#third-party a:hover {
  background: #f0f0f0;
}

/* Single Event Styles
-------------------------------------------------------------- */
#gallery {
  padding: 30px 0;
  margin: 0 -0.5%;
}

#gallery:after {
  content: "";
  display: table;
  clear: both;
}

#gallery figure {
  float: left;
  width: 24.5%;
  margin: 0 0.25% 0.5%;
  position: relative;
}

#gallery figure img {
  display: block;
  width: 100%;
}

#gallery figure figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  left: 0;
  right: 0;
  bottom: 0;
}

#gallery figure figcaption .inner {
  color: #ffffff;
  font-size: 1.5em;
  font-family: "Amatic SC", sans-serif;
}

#gallery figure:hover {
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

@media (max-width: 768px) {
  #gallery figure {
    width: 32.833%;
  }
}

@media (max-width: 640px) {
  #gallery figure {
    width: 49.5%;
  }
}

@media (max-width: 480px) {
  #gallery {
    margin: 0;
    padding: 0;
  }
  #gallery figure {
    float: none;
    margin: 0;
    width: auto;
  }
}

#sponsors {
  margin: 0 0 60px;
  padding: 60px 0;
  background: #eee;
  vertical-align: middle;
}

#sponsors:after {
  content: "";
  display: table;
  clear: both;
}

#sponsors h2 {
  font-size: 2.15em;
}

#sponsors a {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  margin: 0 2%;
  text-align: center;
}

/* Sidebar Template Styles
-------------------------------------------------------------- */
#image-under-sidebar {
  margin: 0 60px;
  display: block;
}

/* Search Results
-------------------------------------------------------------- */
#search-results .search-result {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #ddd;
}

#search-results .search-result .title {
  margin: 0;
  font-size: 1.375em;
}

#search-results .search-result .link {
  margin: 0 0 10px;
  font-size: 0.8675em;
}

#search-results .search-result .link a {
  color: #999;
}

#search-results .search-result .link a:hover {
  color: #555;
}

#search-results .search-result > *:last-child {
  margin-bottom: 0;
}

/* Custom gallery styles
-------------------------------------------------------------- */
.wp-gallery {
  display: block;
  margin: 0 -0.5% 20px;
  padding: 0;
}

.wp-gallery:after {
  content: "";
  display: table;
  clear: both;
}

.wp-gallery > a {
  float: left;
  width: 32.333%;
  margin: 0 0.5% 1%;
}

.wp-gallery > a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
}

.wp-gallery.columns-1 > a {
  width: 99.000%;
}

.wp-gallery.columns-2 > a {
  width: 49.000%;
}

.wp-gallery.columns-3 > a {
  width: 32.333%;
}

.wp-gallery.columns-4 > a {
  width: 24.000%;
}

.wp-gallery.columns-5 > a {
  width: 19.000%;
}

.wp-gallery.columns-6 > a {
  width: 16.666%;
}

.wp-gallery.columns-7 > a {
  width: 13.285%;
}

.wp-gallery.columns-8 > a {
  width: 11.500%;
}

.wp-gallery.columns-9 > a {
  width: 10.111%;
}

@media (max-width: 1180px) {
  .wp-gallery[class*="columns-"] > a {
    width: 16.666%;
  }
}

@media (max-width: 1040px) {
  .wp-gallery[class*="columns-"] > a {
    width: 19.000%;
  }
}

@media (max-width: 900px) {
  .wp-gallery[class*="columns-"] > a {
    width: 24.000%;
  }
}

@media (max-width: 760px) {
  .wp-gallery[class*="columns-"] > a {
    width: 32.333%;
  }
}

@media (max-width: 640px) {
  .wp-gallery[class*="columns-"] > a {
    width: 49.000%;
  }
}

@media (max-width: 480px) {
  .wp-gallery[class*="columns-"] > a {
    width: 99.000%;
  }
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
  bottom: 32px !important;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar .menupop .ab-sub-wrapper,
  #wpadminbar .shortlink-input {
    bottom: 46px !important;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar.masthead-fixed .site-header {
    top: 0 !important;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  #nav-expand {
    display: block;
  }
  html.mobile-nav-menu-active, html.mobile-nav-menu-active body {
    overflow: hidden;
  }
  html.mobile-nav-menu-active #main-menu {
    visibility: visible;
    left: 0;
  }
  html.mobile-nav-menu-active #nav-expand {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    background-color: transparent;
  }
  #main-menu {
    overflow-y: scroll;
    visibility: hidden;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    background: #87189d;
    font-size: 1.2em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-menu, #main-menu * {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  #main-menu li {
    position: relative !important;
    float: none !important;
    display: block !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
  #main-menu li a {
    display: block !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    background: none !important;
    font-size: 1.375em !important;
    text-align: left !important;
    text-transform: none !important;
    color: #ffffff !important;
  }
  #main-menu li.mobile-only {
    position: relative;
    visibility: visible;
    left: 0;
    height: auto;
    width: auto;
    overflow: auto;
  }
  #main-menu li ul {
    position: static !important;
    visibility: visible !important;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    background: none !important;
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #main-menu > li:last-child {
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
  .ctr {
    padding: 0 20px;
  }
  .alignleft,
  img.alignleft,
  div.alignleft,
  .alignright,
  img.alignright,
  div.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */