@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Deprecated as of 4.4.0 */
.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 {
  -webkit-filter: none;
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feed:before,
.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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-intersex:before,
.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-genderless: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: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------------------
  
  Clearfix 

  Usage: @include clearfix;

--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  
  Handy stuff

  Usage: @include image-replace(WIDTHpx,HEIGHTpx);

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

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

.vh, .gallery .gallery-caption,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .vh.focusable:active, .gallery .focusable.gallery-caption:active, .vh.focusable:focus, .gallery .focusable.gallery-caption:focus,
  .screen-reader-text.focusable:active,
  .screen-reader-text.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

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

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.bg-gray {
  background: #767676; }

.color-option-1 {
  background: white; }

.color-option-2 {
  background: #FB6230; }

.color-option-3 {
  background: #0A2A52; }

.color-option-4 {
  background: #FFC845; }

.color-option-5, .shop-page {
  background: #f8f8f8; }

.entry-content .color-option-2 h1, .entry-content .color-option-2 h2, .entry-content .color-option-2 h3, .entry-content .color-option-2 h4, .entry-content .color-option-2 h5, .entry-content .color-option-2 h6, .entry-content .color-option-2 li, .entry-content .color-option-2 p,
.entry-content .color-option-3 h1,
.entry-content .color-option-3 h2,
.entry-content .color-option-3 h3,
.entry-content .color-option-3 h4,
.entry-content .color-option-3 h5,
.entry-content .color-option-3 h6,
.entry-content .color-option-3 li,
.entry-content .color-option-3 p,
.entry-content .color-option-4 h1,
.entry-content .color-option-4 h2,
.entry-content .color-option-4 h3,
.entry-content .color-option-4 h4,
.entry-content .color-option-4 h5,
.entry-content .color-option-4 h6,
.entry-content .color-option-4 li,
.entry-content .color-option-4 p {
  color: white; }

.entry-content .color-option-2 ul li,
.entry-content .color-option-3 ul li,
.entry-content .color-option-4 ul li {
  background: url(../img/global/bullet-white.png) no-repeat left 12px; }

.entry-content .color-option-2 .button,
.entry-content .color-option-2 input[type="submit"],
.entry-content .color-option-2 .gform_wrapper.gform_wrapper .gform_footer input.button,
.entry-content .color-option-2 .gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.entry-content .color-option-3 .button,
.entry-content .color-option-3 input[type="submit"],
.entry-content .color-option-3 .gform_wrapper.gform_wrapper .gform_footer input.button,
.entry-content .color-option-3 .gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.entry-content .color-option-4 .button,
.entry-content .color-option-4 input[type="submit"],
.entry-content .color-option-4 .gform_wrapper.gform_wrapper .gform_footer input.button,
.entry-content .color-option-4 .gform_wrapper.gform_wrapper .gform_footer input[type=submit] {
  background: white; }

.entry-content .color-option-4 p {
  color: #0A2A52; }

.site-header {
  background: white; }
  .site-header.home {
    background: transparent; }
  @media screen and (min-width: 47.5em) {
    .site-header.minify-header {
      background: rgba(255, 255, 255, 0.95);
      -webkit-box-shadow: 0 0.15em 0.15em rgba(10, 42, 82, 0.35);
      box-shadow: 0 0.15em 0.15em rgba(10, 42, 82, 0.35); } }
  .lt-ie9 .site-header.minify-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0.15em 0.15em rgba(10, 42, 82, 0.35);
    box-shadow: 0 0.15em 0.15em rgba(10, 42, 82, 0.35); }
  .site-header.minify-header .top-nav a {
    color: #0A2A52; }
  .site-header.minify-header .cart-link a {
    color: #FB6230; }

.innerpage .site-header .cart-link a {
  color: #FB6230; }

.top-nav a {
  color: #0A2A52;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
  border-bottom: 0 solid transparent; }

.top-nav li {
  background: none;
  padding: 0; }

.top-nav.home a {
  color: white; }

.top-nav li:last-child {
  margin-bottom: 0; }

.top-nav li.current_page_ancestor > a,
.top-nav li.current_page_item > a,
.top-nav li.current_page_parent > a {
  border-bottom: 3px solid #FFC845; }

.top-nav li > a:hover {
  border-bottom: 3px solid #FB6230; }

.top-nav .sub-menu.sub-menu {
  background: rgba(10, 42, 82, 0.9); }
  .top-nav .sub-menu.sub-menu a {
    color: white; }
  .top-nav .sub-menu.sub-menu li.current_page_ancestor a,
  .top-nav .sub-menu.sub-menu li.current_page_item a,
  .top-nav .sub-menu.sub-menu li.current_page_parent a {
    border-bottom: 0;
    color: white; }
  .top-nav .sub-menu.sub-menu li > a:hover {
    background: rgba(251, 98, 48, 0.9);
    border-bottom: 0; }

.banner {
  background: #FB6230 url(../img/global/bg-amp-alt.png) repeat; }
  .banner .h1 {
    color: white; }

.email {
  -webkit-transition: all, 1s;
  transition: all, 1s;
  border-bottom: 1px solid transparent; }
  .email:hover {
    border-bottom: 1px solid white; }

.newsletter {
  background: #0A2A52 url(../img/global/bg-amp.png) repeat; }
  .newsletter h6 {
    color: white; }
  .newsletter label {
    color: white; }
  .newsletter #gform_submit_button_1 {
    -webkit-transition: all, 1s;
    transition: all, 1s;
    width: 24px;
    height: 22px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    background: #FFC845 url(../img/global/arrow.png) no-repeat center center;
    padding: 1.6em 2.5em; }
    .newsletter #gform_submit_button_1:hover {
      background: #FB6230 url(../img/global/arrow.png) no-repeat center center; }
  .newsletter input[type="text"],
  .newsletter input[type="email"],
  .newsletter input[type="phone"],
  .newsletter textarea {
    background: white;
    border: 0;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    outline: none; }
    .newsletter input[type="text"]:focus,
    .newsletter input[type="email"]:focus,
    .newsletter input[type="phone"]:focus,
    .newsletter textarea:focus {
      -webkit-box-shadow: 0px 0px 12px 0px #FB6230;
      box-shadow: 0px 0px 12px 0px #FB6230; }

.site-footer {
  background: #FB6230;
  color: white; }
  .site-footer a {
    color: white; }
  .site-footer a.fa-stack {
    color: #FB6230;
    -webkit-transition: all, 1s;
    transition: all, 1s; }
    .site-footer a.fa-stack .fa-inverse {
      color: white;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
    .site-footer a.fa-stack:hover .fa-inverse {
      color: #0A2A52; }
  .site-footer .site-info .wrap {
    border-top: 3px solid #0A2A52; }
  .site-footer .imagebox a {
    -webkit-transition: all, 1s;
    transition: all, 1s;
    opacity: 1; }
    .site-footer .imagebox a:hover {
      opacity: 0.65; }

.inner-social a {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all, 1s;
  transition: all, 1s;
  background: #FB6230; }
  .inner-social a:hover {
    background: #0A2A52; }

.inner-social .fa-inverse {
  color: white; }

.inner-sidebar-nav li {
  border-bottom: 1px solid #FFC845; }
  .inner-sidebar-nav li:last-child,
  .inner-sidebar-nav li .children li {
    border-bottom: 0; }
  .inner-sidebar-nav li a {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    color: #0A2A52; }
  .inner-sidebar-nav li.current_page_item > a,
  .inner-sidebar-nav li.current_page_parent > a {
    color: #FB6230; }
  .inner-sidebar-nav li a:hover {
    color: #FB6230; }

.mobile-head {
  background: #0A2A52; }

.icon-menu,
.icon-location {
  color: #FB6230; }

.mobile-nav,
.mobile-contact {
  background: #071e3b; }
  .mobile-nav p, .mobile-nav h3, .mobile-nav a,
  .mobile-contact p,
  .mobile-contact h3,
  .mobile-contact a {
    color: #FB6230; }

.mobile-nav li a {
  color: white; }

.mobile-nav li.current_page_parent > a,
.mobile-nav li.current_page_ancestor > a,
.mobile-nav li.current_page_item a {
  color: #FB6230; }

.mobile-contact a {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s; }

.mobile-contact a:hover {
  border-bottom: 1px solid #FB6230; }

.mobile-nav li {
  border-bottom: 1px solid #FB6230; }
  .mobile-nav li .sub-menu li {
    border: 0; }

.homepage .hero h1, .homepage .hero h6 {
  color: white; }

.homepage .mission {
  background: #FB6230; }
  .homepage .mission h4, .homepage .mission p {
    color: #0A2A52; }
  .homepage .mission h4 {
    border-bottom: 3px solid #0A2A52; }
    @media screen and (min-width: 47.5em) {
      .homepage .mission h4 {
        border-bottom: 0; } }
    .lt-ie9 .homepage .mission h4 {
      border-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .homepage .mission .mission-info {
      border-left: 3px solid #0A2A52; } }
  .lt-ie9 .homepage .mission .mission-info {
    border-left: 3px solid #0A2A52; }
  @media screen and (min-width: 75em) {
    .homepage .mission .mission-info {
      border-left: 0; } }
  @media screen and (min-width: 75em) {
    .homepage .mission .mission-info h4 {
      border-right: 3px solid #0A2A52; } }

.homepage .photo-collage h3 {
  color: white; }

.homepage .blog-posts {
  background: white; }
  .homepage .blog-posts h2 {
    color: #0A2A52; }
  .homepage .blog-posts a {
    color: #E24F25; }
  .homepage .blog-posts h1 a {
    color: #525252;
    -webkit-transition: all, 1s;
    transition: all, 1s; }
    .homepage .blog-posts h1 a:hover {
      color: #0A2A52; }
  .homepage .blog-posts p {
    color: #525252; }
  .homepage .blog-posts .date {
    color: #FB6230; }
  .homepage .blog-posts p a {
    color: #ffb912;
    -webkit-transition: all, 1s;
    transition: all, 1s; }
    .homepage .blog-posts p a:hover {
      color: #FB6230; }
  @media screen and (min-width: 47.5em) {
    .homepage .blog-posts li:first-child {
      border-right: 2px solid #FFC845; } }
  .lt-ie9 .homepage .blog-posts li:first-child {
    border-right: 2px solid #FFC845; }
  @media screen and (min-width: 47.5em) {
    .homepage .blog-posts li:nth-child(2) {
      border-right: 2px solid #FFC845; } }
  .lt-ie9 .homepage .blog-posts li:nth-child(2) {
    border-right: 2px solid #FFC845; }

.entry-content h1,
.slide-content h1 {
  color: #E24F25; }
  .entry-content h1:after,
  .slide-content h1:after {
    background: #E24F25; }

.entry-content p, .entry-content li, .entry-content td, .entry-content h4, .entry-content h6 {
  color: #444; }

.entry-content h1 {
  color: #FB6230; }
  .entry-content h1:after {
    background: #FB6230; }

.entry-content h2 {
  color: #0A2A52; }

.entry-content h3 {
  color: #FB6230; }

.entry-content p.author {
  color: #408be8; }

.entry-content a {
  color: #E24F25; }

.entry-content h6 {
  color: #0A2A52; }

.split.innerpage {
  background: #0A2A52;
  color: #FB6230; }
  .split.innerpage h1, .split.innerpage p {
    color: #FB6230; }
  .split.innerpage h1:after {
    background: none;
    content: ""; }

.parallax {
  color: #FB6230; }
  .parallax h4 {
    color: white; }
  .parallax.ie8plax {
    background-color: #F6F6F6;
    background-color: rgba(238, 238, 238, 0.5); }

.button,
input[type="submit"],
.entry-content .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  background: #FFC845;
  color: white; }
  .button:hover,
  input[type="submit"]:hover,
  .entry-content .button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce .woocommerce-error .button:hover,
  .woocommerce .woocommerce-info .button:hover,
  .woocommerce .woocommerce-message .button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background: #FB6230;
    color: white; }
  .button.border,
  input[type="submit"].border,
  .entry-content .button.border,
  .woocommerce #respond input#submit.alt.border,
  .woocommerce a.button.alt.border,
  .woocommerce button.button.alt.border,
  .woocommerce input.button.alt.border,
  .woocommerce .woocommerce-error .button.border,
  .woocommerce .woocommerce-info .button.border,
  .woocommerce .woocommerce-message .button.border,
  .woocommerce #respond input#submit.border,
  .woocommerce a.button.border,
  .woocommerce button.button.border,
  .woocommerce input.button.border {
    background: transparent;
    border: 3px solid #FFC845; }
    .button.border:hover,
    input[type="submit"].border:hover,
    .entry-content .button.border:hover,
    .woocommerce #respond input#submit.alt.border:hover,
    .woocommerce a.button.alt.border:hover,
    .woocommerce button.button.alt.border:hover,
    .woocommerce input.button.alt.border:hover,
    .woocommerce .woocommerce-error .button.border:hover,
    .woocommerce .woocommerce-info .button.border:hover,
    .woocommerce .woocommerce-message .button.border:hover,
    .woocommerce #respond input#submit.border:hover,
    .woocommerce a.button.border:hover,
    .woocommerce button.button.border:hover,
    .woocommerce input.button.border:hover {
      background: #FFC845; }
      .button.border:hover .fa,
      input[type="submit"].border:hover .fa,
      .entry-content .button.border:hover .fa,
      .woocommerce #respond input#submit.alt.border:hover .fa,
      .woocommerce a.button.alt.border:hover .fa,
      .woocommerce button.button.alt.border:hover .fa,
      .woocommerce input.button.alt.border:hover .fa,
      .woocommerce .woocommerce-error .button.border:hover .fa,
      .woocommerce .woocommerce-info .button.border:hover .fa,
      .woocommerce .woocommerce-message .button.border:hover .fa,
      .woocommerce #respond input#submit.border:hover .fa,
      .woocommerce a.button.border:hover .fa,
      .woocommerce button.button.border:hover .fa,
      .woocommerce input.button.border:hover .fa {
        color: white; }
  .button .fa,
  input[type="submit"] .fa,
  .entry-content .button .fa,
  .woocommerce #respond input#submit.alt .fa,
  .woocommerce a.button.alt .fa,
  .woocommerce button.button.alt .fa,
  .woocommerce input.button.alt .fa,
  .woocommerce .woocommerce-error .button .fa,
  .woocommerce .woocommerce-info .button .fa,
  .woocommerce .woocommerce-message .button .fa,
  .woocommerce #respond input#submit .fa,
  .woocommerce a.button .fa,
  .woocommerce button.button .fa,
  .woocommerce input.button .fa {
    margin-left: 0.75em;
    color: #FFC845; }
  .button.inner,
  input[type="submit"].inner,
  .entry-content .button.inner,
  .woocommerce #respond input#submit.alt.inner,
  .woocommerce a.button.alt.inner,
  .woocommerce button.button.alt.inner,
  .woocommerce input.button.alt.inner,
  .woocommerce .woocommerce-error .button.inner,
  .woocommerce .woocommerce-info .button.inner,
  .woocommerce .woocommerce-message .button.inner,
  .woocommerce #respond input#submit.inner,
  .woocommerce a.button.inner,
  .woocommerce button.button.inner,
  .woocommerce input.button.inner {
    color: #0A2A52; }
    .button.inner:hover,
    input[type="submit"].inner:hover,
    .entry-content .button.inner:hover,
    .woocommerce #respond input#submit.alt.inner:hover,
    .woocommerce a.button.alt.inner:hover,
    .woocommerce button.button.alt.inner:hover,
    .woocommerce input.button.alt.inner:hover,
    .woocommerce .woocommerce-error .button.inner:hover,
    .woocommerce .woocommerce-info .button.inner:hover,
    .woocommerce .woocommerce-message .button.inner:hover,
    .woocommerce #respond input#submit.inner:hover,
    .woocommerce a.button.inner:hover,
    .woocommerce button.button.inner:hover,
    .woocommerce input.button.inner:hover {
      color: white; }

.photo-collage .button {
  background: #ffb912; }
  .photo-collage .button:hover {
    background: #FB6230; }

.testimonials-slider p {
  color: #767676; }

.testimonials-slider .name {
  color: #FB6230; }

.testimonials-slider .title {
  color: #767676; }

.testimonials-slider .org {
  color: #767676; }

.testimonials-slider .owl-dot {
  -webkit-transition: all, 1s;
  transition: all, 1s;
  background: #E7E7E7; }
  .testimonials-slider .owl-dot:hover {
    background: #cecece; }
  .testimonials-slider .owl-dot.active {
    background: #0A2A52; }

.initiatives-and-solutions {
  position: relative;
  min-height: 960px; }
  @media screen and (min-width: 47.5em) {
    .initiatives-and-solutions {
      min-height: 480px; } }
  .lt-ie9 .initiatives-and-solutions {
    min-height: 480px; }
  .initiatives-and-solutions .initiatives .caption {
    background: url(../img/global/darken-blue.png) repeat; }
  .initiatives-and-solutions .solutions .caption {
    background: url(../img/global/darken-orange.png) repeat;
    background: url(../img/global/darken-orange-more.png) repeat; }
  .initiatives-and-solutions h3 {
    color: white; }
  .initiatives-and-solutions .box ul {
    border-top: 3px solid transparent;
    border-top: 3px solid #FFC845; }
  .initiatives-and-solutions a {
    -webkit-transition: all, 1s;
    transition: all, 1s;
    color: white;
    border-bottom: 2px solid transparent; }
    .initiatives-and-solutions a:hover {
      border-bottom: 2px solid white; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  outline: none; }
  .gform_wrapper input[type="text"]:focus,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper textarea:focus {
    -webkit-box-shadow: 0px 0px 12px 0px #FB6230;
    box-shadow: 0px 0px 12px 0px #FB6230; }

.gform_wrapper .gfield_label {
  color: #0A2A52; }

.gform_wrapper .gfield_required {
  color: #FB6230; }

.slide-content {
  background: #0A2A52;
  background: rgba(0, 0, 0, 0.6);
  color: white; }
  .slide-content h1, .slide-content h4 {
    color: white; }

.sidebar-nav a {
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
  color: white;
  background: #FB6230;
  border-bottom: 1px solid white; }

.sidebar-nav a:hover,
.sidebar-nav li.current_page_item a {
  background: #0A2A52; }

.sidebar h4 {
  color: #0A2A52; }

.entry-footer .comments-link,
.entry-footer .edit-link {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  background: white;
  border: 1px solid #FB6230;
  color: #FB6230; }
  .entry-footer .comments-link:hover,
  .entry-footer .edit-link:hover {
    background: #FB6230;
    color: white; }
  .entry-footer .comments-link a,
  .entry-footer .edit-link a {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    color: #FB6230; }
    .entry-footer .comments-link a:hover,
    .entry-footer .edit-link a:hover {
      background: #FB6230;
      color: white; }

.nav-links a {
  color: #E24F25; }

.blog-page article,
.search-result {
  border-bottom: 1px solid #c8c8c8; }

.tags a {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  background: #FFC845;
  color: #0A2A52; }
  .tags a:hover {
    background: #0A2A52;
    color: #FFC845; }

#respond {
  background: #f8f8f8; }
  #respond a {
    color: #E24F25; }

#respond .required {
  color: #B20000; }

#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond textarea {
  -webkit-transition: all, 0.25s ease-in-out;
  transition: all, 0.25s ease-in-out;
  border: 1px solid #a4c8f4; }

#respond input[type=text]:focus,
#respond input[type=email]:focus,
#respond input[type=url]:focus,
#respond textarea:focus {
  -webkit-box-shadow: 0 0 5px #2b0b01;
  box-shadow: 0 0 5px #2b0b01;
  border: 1px solid #fb4f17; }

ol.comment-list li.comment div.comment-meta a {
  color: #E24F25; }

ol.comment-list li.even {
  background: #f8f8f8; }

ol.comment-list li.odd {
  background: #E7E7E7; }

.sharing span {
  color: #0A2A52; }

.sharing a {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s; }
  .sharing a:hover {
    color: #0A2A52; }

.location-list.location-list {
  border: 1px solid #0A2A52; }
  .location-list.location-list li {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    border: 1px solid #0A2A52;
    background: #FB6230; }
    .location-list.location-list li:last-child {
      border-bottom: 0; }
    .location-list.location-list li:hover {
      background: #fb4f17; }
    .location-list.location-list li.active-location {
      background: #767676; }

h1, .testimonials-slider .title {
  font-weight: 300; }

blockquote p.author, .top-nav li, .site-footer .footer-nav a, .testimonials-slider .name, .testimonials-slider .org {
  font-weight: 600; }

.entry-content ol > li:before, h2, .three-col-full h2, h3, .newsletter h6, .inner-sidebar-nav .children li, .mobile-nav li .sub-menu li, .mobile-nav li .sub-menu li .sub-menu li, .gform_wrapper .gfield_label, .initiatives-and-solutions h3, .sharing span {
  font-weight: 700; }

html {
  font-size: 62.5%;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", Georgia, Serif; }

p, li, td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 175%; }
  @media screen and (min-width: 47.5em) {
    p, li, td {
      font-size: 16px;
      font-size: 1.6rem; } }
  .lt-ie9 p, .lt-ie9 li, .lt-ie9 td {
    font-size: 16px;
    font-size: 1.6rem; }
  @media screen and (min-width: 60em) {
    p, li, td {
      font-size: 17px;
      font-size: 1.7rem; } }
  .lt-ie9 p, .lt-ie9 li, .lt-ie9 td {
    font-size: 17px;
    font-size: 1.7rem; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

i.fa {
  font-style: normal; }

a:hover {
  text-decoration: none; }

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

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

.entry-content ul {
  list-style: none;
  margin-left: 5em; }
  .entry-content ul li {
    background: url(../img/global/bullet.png) no-repeat left 12px;
    padding-left: 1em; }

.entry-content ol {
  list-style: none;
  margin-left: 6em;
  counter-reset: li; }
  .entry-content ol > li {
    position: relative;
    padding-left: 1.75em; }
    .entry-content ol > li:before {
      background: #FB6230;
      color: white;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 2px;
      left: -0.75em;
      width: 25px;
      height: 25px;
      display: inline-block;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 900;
      line-height: 178%; }
  .entry-content ol ul {
    margin-left: 1em; }

.entry-content li {
  margin-bottom: 0.25em; }
  .entry-content li ul, .entry-content li ol {
    margin: 0.25em 0 0.5em 1em; }

h1 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  line-height: 120%;
  font-size: 38px;
  font-size: 3.8rem; }
  @media screen and (min-width: 47.5em) {
    h1 {
      font-size: 48px;
      font-size: 4.8rem; } }
  .lt-ie9 h1 {
    font-size: 48px;
    font-size: 4.8rem; }
  @media screen and (min-width: 60em) {
    h1 {
      font-size: 54px;
      font-size: 5.4rem; } }
  .lt-ie9 h1 {
    font-size: 54px;
    font-size: 5.4rem; }
  h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 20%; }
    @media screen and (min-width: 47.5em) {
      h1:after {
        width: 10%; } }
    .lt-ie9 h1:after {
      width: 10%; }

h2 {
  margin-bottom: 0.5em;
  line-height: 120%;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (min-width: 47.5em) {
    h2 {
      font-size: 24px;
      font-size: 2.4rem; } }
  .lt-ie9 h2 {
    font-size: 24px;
    font-size: 2.4rem; }
  @media screen and (min-width: 60em) {
    h2 {
      font-size: 28px;
      font-size: 2.8rem; } }
  .lt-ie9 h2 {
    font-size: 28px;
    font-size: 2.8rem; }

.three-col-full h2 {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem; }

h3 {
  margin-bottom: 0.5em;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase; }

h4 {
  margin-bottom: 1em;
  line-height: 190%;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 47.5em) {
    h4 {
      font-size: 22px;
      font-size: 2.2rem; } }
  .lt-ie9 h4 {
    font-size: 22px;
    font-size: 2.2rem; }

h5 {
  line-height: 120%;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem; }

h6 {
  line-height: 160%;
  margin-bottom: 1.25em;
  font-size: 23px;
  font-size: 2.3rem; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1em; }

blockquote {
  background: url(../img/default/quote.png) no-repeat top left; }
  blockquote p {
    font-size: 21px;
    font-size: 2.1rem; }
    blockquote p.author {
      font-size: 16px;
      font-size: 1.6rem; }

.button,
input[type="submit"],
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

h1.site-title {
  margin: 0;
  padding: 0;
  font-size: inherit; }

.top-nav li {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }
  @media screen and (min-width: 60em) {
    .top-nav li {
      font-size: 12px;
      font-size: 1.2rem; } }
  .lt-ie9 .top-nav li {
    font-size: 12px;
    font-size: 1.2rem; }
  @media screen and (min-width: 75em) {
    .top-nav li {
      font-size: 13px;
      font-size: 1.3rem; } }
  .top-nav li .sub-menu li {
    text-transform: none;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 120%; }

.banner .h1 {
  font-family: "Crimson Text", Georgia, Serif;
  font-size: 25px;
  font-size: 2.5rem; }
  @media screen and (min-width: 30em) {
    .banner .h1 {
      line-height: 0; } }
  @media screen and (min-width: 47.5em) {
    .banner .h1 {
      font-size: 35px;
      font-size: 3.5rem; } }
  .lt-ie9 .banner .h1 {
    font-size: 35px;
    font-size: 3.5rem; }
  @media screen and (min-width: 60em) {
    .banner .h1 {
      font-size: 40px;
      font-size: 4rem; } }
  .lt-ie9 .banner .h1 {
    font-size: 40px;
    font-size: 4rem; }
  @media screen and (min-width: 75em) {
    .banner .h1 {
      font-size: 48px;
      font-size: 4.8rem; } }

.newsletter h6 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1em; }
  @media screen and (min-width: 47.5em) {
    .newsletter h6 {
      margin-bottom: 0; } }
  .lt-ie9 .newsletter h6 {
    margin-bottom: 0; }

.newsletter input {
  font-size: 15px;
  font-size: 1.5rem; }

.site-footer .address h3 {
  text-transform: uppercase;
  margin-bottom: 0.35em; }

.site-footer .address p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 1em; }

.site-footer .address a[href^="tel"] {
  text-decoration: none;
  cursor: default; }

.site-footer .address .email {
  text-decoration: none;
  display: inline-block; }

.site-footer .address h6,
.site-footer .social-media h6 {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.25em; }
  @media screen and (min-width: 47.5em) {
    .site-footer .address h6,
    .site-footer .social-media h6 {
      margin-bottom: 1.5em; } }
  .lt-ie9 .site-footer .address h6, .lt-ie9
  .site-footer .social-media h6 {
    margin-bottom: 1.5em; }

.site-footer .footer-nav li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.25em; }

.site-footer .footer-nav a {
  font-size: 15px;
  font-size: 1.5rem; }

.site-footer .site-info {
  font-size: 11px;
  font-size: 1.1rem; }
  .site-footer .site-info .copyright {
    margin-bottom: 1em; }
    @media screen and (min-width: 47.5em) {
      .site-footer .site-info .copyright {
        margin-bottom: 0; } }
    .lt-ie9 .site-footer .site-info .copyright {
      margin-bottom: 0; }
  .site-footer .site-info .imagebox a {
    text-decoration: none; }

.inner-sidebar-nav li {
  font-family: "Crimson Text", Georgia, Serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%; }

.inner-sidebar-nav .children li {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

.icon-menu,
.icon-location {
  font-size: 30px;
  font-size: 3rem; }

.mobile-nav ul li {
  margin: 0; }
  .mobile-nav ul li a {
    text-decoration: none; }
  .mobile-nav ul li .sub-menu li {
    line-height: 100%;
    text-transform: none; }

.mobile-nav li {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Crimson Text", Georgia, Serif; }
  .mobile-nav li .sub-menu li {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Lato", Arial, sans-serif; }
    .mobile-nav li .sub-menu li .sub-menu li {
      text-transform: uppercase; }

.mobile-contact h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1em; }

.mobile-contact p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em; }

.mobile-contact a {
  text-decoration: none; }

.gform_wrapper .gfield_label {
  font-size: 18px;
  font-size: 1.8rem; }

.gform_wrapper .gfield_required {
  margin-left: 0.25em;
  font-size: 20px;
  font-size: 2rem; }

body.page-template-page-home-php .hero h1 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 0em;
  padding-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .hero h1 {
      font-size: 35px;
      font-size: 3.5rem; } }
  .lt-ie9 body.page-template-page-home-php .hero h1 {
    font-size: 35px;
    font-size: 3.5rem; }
  @media screen and (min-width: 60em) {
    body.page-template-page-home-php .hero h1 {
      font-size: 40px;
      font-size: 4rem; } }
  .lt-ie9 body.page-template-page-home-php .hero h1 {
    font-size: 40px;
    font-size: 4rem; }
  @media screen and (min-width: 75em) {
    body.page-template-page-home-php .hero h1 {
      font-size: 48px;
      font-size: 4.8rem; } }

body.page-template-page-home-php .hero h6 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 120%;
  margin-bottom: 0.15em; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .hero h6 {
      font-size: 35px;
      font-size: 3.5rem; } }
  .lt-ie9 body.page-template-page-home-php .hero h6 {
    font-size: 35px;
    font-size: 3.5rem; }
  @media screen and (min-width: 60em) {
    body.page-template-page-home-php .hero h6 {
      font-size: 40px;
      font-size: 4rem; } }
  .lt-ie9 body.page-template-page-home-php .hero h6 {
    font-size: 40px;
    font-size: 4rem; }
  @media screen and (min-width: 75em) {
    body.page-template-page-home-php .hero h6 {
      font-size: 48px;
      font-size: 4.8rem; } }

body.page-template-page-home-php .mission {
  text-align: center; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .mission {
      text-align: left; } }
  .lt-ie9 body.page-template-page-home-php .mission {
    text-align: left; }
  body.page-template-page-home-php .mission h4 {
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 22px;
    font-size: 2.2rem; }
    @media screen and (min-width: 47.5em) {
      body.page-template-page-home-php .mission h4 {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 0;
        margin-bottom: 0.5em; } }
    .lt-ie9 body.page-template-page-home-php .mission h4 {
      font-size: 30px;
      font-size: 3rem;
      padding-bottom: 0;
      margin-bottom: 0.5em; }
    @media screen and (min-width: 75em) {
      body.page-template-page-home-php .mission h4 {
        font-size: 30px;
        font-size: 3rem;
        margin: 0;
        padding-right: 1em; } }
  body.page-template-page-home-php .mission p {
    line-height: 120%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0; }
    @media screen and (min-width: 60em) {
      body.page-template-page-home-php .mission p {
        font-size: 20px;
        font-size: 2rem; } }
    .lt-ie9 body.page-template-page-home-php .mission p {
      font-size: 20px;
      font-size: 2rem; }

body.page-template-page-home-php .photo-collage h3 {
  text-transform: none; }

body.page-template-page-home-php .photo-collage .left h3 {
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .photo-collage .left h3 {
      font-size: 34px;
      font-size: 3.4rem; } }
  .lt-ie9 body.page-template-page-home-php .photo-collage .left h3 {
    font-size: 34px;
    font-size: 3.4rem; }
  @media screen and (min-width: 60em) {
    body.page-template-page-home-php .photo-collage .left h3 {
      font-size: 36px;
      font-size: 3.6rem; } }
  .lt-ie9 body.page-template-page-home-php .photo-collage .left h3 {
    font-size: 36px;
    font-size: 3.6rem; }

body.page-template-page-home-php .photo-collage .right-top h3 {
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .photo-collage .right-top h3 {
      font-size: 26px;
      font-size: 2.6rem; } }
  .lt-ie9 body.page-template-page-home-php .photo-collage .right-top h3 {
    font-size: 26px;
    font-size: 2.6rem; }
  @media screen and (min-width: 60em) {
    body.page-template-page-home-php .photo-collage .right-top h3 {
      font-size: 30px;
      font-size: 3rem; } }
  .lt-ie9 body.page-template-page-home-php .photo-collage .right-top h3 {
    font-size: 30px;
    font-size: 3rem; }

body.page-template-page-home-php .photo-collage .right-bottom-left h3,
body.page-template-page-home-php .photo-collage .right-bottom-right h3 {
  font-size: 30px;
  font-size: 3rem; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .photo-collage .right-bottom-left h3,
    body.page-template-page-home-php .photo-collage .right-bottom-right h3 {
      font-size: 22px;
      font-size: 2.2rem; } }
  .lt-ie9 body.page-template-page-home-php .photo-collage .right-bottom-left h3, .lt-ie9
  body.page-template-page-home-php .photo-collage .right-bottom-right h3 {
    font-size: 22px;
    font-size: 2.2rem; }
  @media screen and (min-width: 60em) {
    body.page-template-page-home-php .photo-collage .right-bottom-left h3,
    body.page-template-page-home-php .photo-collage .right-bottom-right h3 {
      font-size: 26px;
      font-size: 2.6rem; } }
  .lt-ie9 body.page-template-page-home-php .photo-collage .right-bottom-left h3, .lt-ie9
  body.page-template-page-home-php .photo-collage .right-bottom-right h3 {
    font-size: 26px;
    font-size: 2.6rem; }

.testimonials-slider p {
  font-family: "Crimson Text", Georgia, Serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 125%;
  margin-bottom: 0.75em; }
  @media screen and (min-width: 47.5em) {
    .testimonials-slider p {
      font-size: 21px;
      font-size: 2.1rem; } }
  .lt-ie9 .testimonials-slider p {
    font-size: 21px;
    font-size: 2.1rem; }
  @media screen and (min-width: 60em) {
    .testimonials-slider p {
      font-size: 23px;
      font-size: 2.3rem; } }
  .lt-ie9 .testimonials-slider p {
    font-size: 23px;
    font-size: 2.3rem; }

.testimonials-slider .name {
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 47.5em) {
    .testimonials-slider .name {
      font-size: 17px;
      font-size: 1.7rem; } }
  .lt-ie9 .testimonials-slider .name {
    font-size: 17px;
    font-size: 1.7rem; }

.testimonials-slider .title {
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 47.5em) {
    .testimonials-slider .title {
      font-size: 17px;
      font-size: 1.7rem; } }
  .lt-ie9 .testimonials-slider .title {
    font-size: 17px;
    font-size: 1.7rem; }

.testimonials-slider .org {
  margin-top: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase; }
  @media screen and (min-width: 47.5em) {
    .testimonials-slider .org {
      font-size: 15px;
      font-size: 1.5rem; } }
  .lt-ie9 .testimonials-slider .org {
    font-size: 15px;
    font-size: 1.5rem; }

.initiatives-and-solutions h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase; }

.initiatives-and-solutions ul {
  list-style: none;
  margin: 0; }

.initiatives-and-solutions a {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem; }

.sidebar .sidebar-nav a {
  font-size: 18px;
  font-size: 1.8rem; }

.sidebar .widget h4,
.sidebar h1.widget-title {
  margin-bottom: 0.5em;
  font-size: 25px;
  font-size: 2.5rem; }
  @media screen and (min-width: 47.5em) {
    .sidebar .widget h4,
    .sidebar h1.widget-title {
      font-size: 30px;
      font-size: 3rem; } }
  .lt-ie9 .sidebar .widget h4, .lt-ie9
  .sidebar h1.widget-title {
    font-size: 30px;
    font-size: 3rem; }

.sidebar .widget li {
  font-size: 16px;
  font-size: 1.6rem; }

.entry-header {
  font-size: 14px;
  font-size: 1.4rem; }
  .entry-header .entry-title a {
    text-decoration: none; }

.entry-footer span {
  font-size: 15px;
  font-size: 1.5rem; }
  .entry-footer span a:hover {
    text-decoration: none; }

.entry-footer .cat-links,
.entry-footer .tags-links {
  margin-bottom: 1em; }

.entry-footer .comments-link,
.entry-footer .edit-link {
  text-transform: uppercase;
  text-align: center;
  display: block; }
  .entry-footer .comments-link a,
  .entry-footer .edit-link a {
    text-decoration: none; }

.sidebar .tags.widget a {
  text-decoration: none; }

.sidebar .tags.widget h4 {
  margin-bottom: 1em; }

.sidebar .tags.widget li {
  font-size: 12px;
  font-size: 1.2rem; }

.nav-links {
  font-size: 15px;
  font-size: 1.5rem; }
  .nav-links a {
    text-decoration: none; }
    .nav-links a:hover {
      text-decoration: underline; }
  .nav-links .nav-previous a:before {
    content: "« "; }
  .nav-links .nav-next a:after {
    content: " »"; }

#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond textarea {
  font-size: 14px;
  font-size: 1.4rem; }

.form-allowed-tags.form-allowed-tags {
  font-size: 13px;
  font-size: 1.3rem; }

.sharing span {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: 0.35em; }

.parallax h4 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 155%;
  margin-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .parallax h4 {
      font-size: 30px;
      font-size: 3rem; } }
  .lt-ie9 .parallax h4 {
    font-size: 30px;
    font-size: 3rem; }
  @media screen and (min-width: 60em) {
    .parallax h4 {
      font-size: 38px;
      font-size: 3.8rem; } }
  .lt-ie9 .parallax h4 {
    font-size: 38px;
    font-size: 3.8rem; }

.parallax .button {
  margin-top: 1em; }

.hero .hero-speaks h1 {
  padding-bottom: 0; }
  @media screen and (min-width: 75em) {
    .hero .hero-speaks h1 {
      font-size: 75px;
      font-size: 7.5rem; } }

.hero .hero-speaks h3 {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-size: 2rem; }
  @media screen and (min-width: 60em) {
    .hero .hero-speaks h3 {
      font-size: 30px;
      font-size: 3rem; } }
  .lt-ie9 .hero .hero-speaks h3 {
    font-size: 30px;
    font-size: 3rem; }
  @media screen and (min-width: 75em) {
    .hero .hero-speaks h3 {
      font-size: 40px;
      font-size: 4rem; } }

.split.innerpage h1 {
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .split.innerpage h1 {
      font-size: 32px;
      font-size: 3.2rem; } }
  .lt-ie9 .split.innerpage h1 {
    font-size: 32px;
    font-size: 3.2rem; }
  @media screen and (min-width: 60em) {
    .split.innerpage h1 {
      font-size: 42px;
      font-size: 4.2rem; } }
  .lt-ie9 .split.innerpage h1 {
    font-size: 42px;
    font-size: 4.2rem; }
  @media screen and (min-width: 75em) {
    .split.innerpage h1 {
      font-size: 52px;
      font-size: 5.2rem; } }

.split.innerpage p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
  margin-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .split.innerpage p {
      font-size: 16px;
      font-size: 1.6rem; } }
  .lt-ie9 .split.innerpage p {
    font-size: 16px;
    font-size: 1.6rem; }
  @media screen and (min-width: 60em) {
    .split.innerpage p {
      font-size: 18px;
      font-size: 1.8rem; } }
  .lt-ie9 .split.innerpage p {
    font-size: 18px;
    font-size: 1.8rem; }
  @media screen and (min-width: 75em) {
    .split.innerpage p {
      font-size: 21px;
      font-size: 2.1rem; } }

.blog-posts.blog-posts h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 1em; }

.blog-posts.blog-posts .date {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  font-weight: 700; }

.blog-posts.blog-posts h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0em;
  padding-bottom: 0;
  font-family: "Crimson Text", Georgia, Serif; }
  .blog-posts.blog-posts h1 a {
    text-decoration: none; }

.blog-posts.blog-posts p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%; }
  .blog-posts.blog-posts p.link {
    margin-bottom: 0; }

.blog-posts.blog-posts p a {
  text-decoration: none;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Crimson Text", Georgia, Serif; }

.location-list.location-list .button {
  font-size: 14px;
  font-size: 1.4rem; }

.button,
input[type="submit"],
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  outline: none;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 1em 2em;
  min-width: 190px;
  text-align: center; }

#gform_submit_button_1 {
  min-width: auto; }

body.page-template-page-customer-php .button {
  padding: 1em 2em;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 2em auto 0;
  display: block;
  width: 220px; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-customer-php .button {
      width: 300px;
      font-size: 20px;
      font-size: 2rem; } }
  .lt-ie9 body.page-template-page-customer-php .button {
    width: 300px;
    font-size: 20px;
    font-size: 2rem; }

.location-list.location-list .button {
  padding: 0.5em 1em; }

.columns {
  margin-bottom: 1em;
  *zoom: 1; }
  .columns:before, .columns:after {
    content: " ";
    display: table; }
  .columns:after {
    clear: both; }
  .columns.one {
    width: 100%; }
  .columns.two .column, .columns.three .column, .columns.four .column, .columns.thirds .column {
    margin-bottom: 1em; }
    @media screen and (min-width: 47.5em) {
      .columns.two .column, .columns.three .column, .columns.four .column, .columns.thirds .column {
        margin-bottom: 0;
        float: left; } }
    .lt-ie9 .columns.two .column, .lt-ie9 .columns.three .column, .lt-ie9 .columns.four .column, .lt-ie9 .columns.thirds .column {
      margin-bottom: 0;
      float: left; }
  @media screen and (min-width: 47.5em) {
    .columns.two .column-one,
    .columns.two .column-two {
      width: 45.8333333333%; } }
  .lt-ie9 .columns.two .column-one, .lt-ie9
  .columns.two .column-two {
    width: 45.8333333333%; }
  @media screen and (min-width: 47.5em) {
    .columns.two .column-one {
      margin-right: 8.33333333333%; } }
  .lt-ie9 .columns.two .column-one {
    margin-right: 8.33333333333%; }
  @media screen and (min-width: 47.5em) {
    .columns.three .column-one,
    .columns.three .column-two,
    .columns.three .column-three {
      width: 29.1666666667%; } }
  .lt-ie9 .columns.three .column-one, .lt-ie9
  .columns.three .column-two, .lt-ie9
  .columns.three .column-three {
    width: 29.1666666667%; }
  @media screen and (min-width: 47.5em) {
    .columns.three .column-one,
    .columns.three .column-two {
      margin-right: 6.25%; } }
  .lt-ie9 .columns.three .column-one, .lt-ie9
  .columns.three .column-two {
    margin-right: 6.25%; }
  @media screen and (min-width: 47.5em) {
    .columns.four .column-one,
    .columns.four .column-two,
    .columns.four .column-three,
    .columns.four .column-four {
      width: 21.6666666667%; } }
  .lt-ie9 .columns.four .column-one, .lt-ie9
  .columns.four .column-two, .lt-ie9
  .columns.four .column-three, .lt-ie9
  .columns.four .column-four {
    width: 21.6666666667%; }
  @media screen and (min-width: 47.5em) {
    .columns.four .column-one,
    .columns.four .column-two,
    .columns.four .column-three {
      margin-right: 4.41666666667%; } }
  .lt-ie9 .columns.four .column-one, .lt-ie9
  .columns.four .column-two, .lt-ie9
  .columns.four .column-three {
    margin-right: 4.41666666667%; }
  @media screen and (min-width: 47.5em) {
    .columns.thirds .column-one-third {
      width: 30%; } }
  .lt-ie9 .columns.thirds .column-one-third {
    width: 30%; }
  @media screen and (min-width: 47.5em) {
    .columns.thirds .column-one-third.left {
      margin-right: 2.5%; } }
  .lt-ie9 .columns.thirds .column-one-third.left {
    margin-right: 2.5%; }
  @media screen and (min-width: 47.5em) {
    .columns.thirds .column-one-third.left img {
      margin: 0; } }
  .lt-ie9 .columns.thirds .column-one-third.left img {
    margin: 0; }
  @media screen and (min-width: 47.5em) {
    .columns.thirds .column-one-third.right {
      margin-left: 2.5%; } }
  .lt-ie9 .columns.thirds .column-one-third.right {
    margin-left: 2.5%; }
  @media screen and (min-width: 47.5em) {
    .columns.thirds .column-one-third.right img {
      margin: 0; } }
  .lt-ie9 .columns.thirds .column-one-third.right img {
    margin: 0; }
  @media screen and (min-width: 47.5em) {
    .columns.thirds .column-two-thirds {
      width: 66.6666666667%; } }
  .lt-ie9 .columns.thirds .column-two-thirds {
    width: 66.6666666667%; }

.fullwidth-column {
  *zoom: 1;
  padding: 2em 0; }
  .fullwidth-column:before, .fullwidth-column:after {
    content: " ";
    display: table; }
  .fullwidth-column:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .fullwidth-column {
      padding: 4em 0; } }
  .lt-ie9 .fullwidth-column {
    padding: 4em 0; }
  @media screen and (min-width: 60em) {
    .fullwidth-column {
      padding: 6em 0; } }
  .lt-ie9 .fullwidth-column {
    padding: 6em 0; }
  .fullwidth-column .wrap {
    margin: 0 auto;
    width: 90%; }
    @media screen and (min-width: 47.5em) {
      .fullwidth-column .wrap {
        max-width: 620px; } }
    .lt-ie9 .fullwidth-column .wrap {
      max-width: 620px; }
    @media screen and (min-width: 60em) {
      .fullwidth-column .wrap {
        max-width: 700px; } }
    .lt-ie9 .fullwidth-column .wrap {
      max-width: 700px; }
    @media screen and (min-width: 75em) {
      .fullwidth-column .wrap {
        max-width: 900px; } }
  .fullwidth-column.has-sidebar .wrap {
    margin: 0 auto;
    width: 85%; }
    @media screen and (min-width: 47.5em) {
      .fullwidth-column.has-sidebar .wrap {
        width: auto;
        max-width: 760px; } }
    .lt-ie9 .fullwidth-column.has-sidebar .wrap {
      width: auto;
      max-width: 760px; }
    @media screen and (min-width: 60em) {
      .fullwidth-column.has-sidebar .wrap {
        max-width: 940px; } }
    .lt-ie9 .fullwidth-column.has-sidebar .wrap {
      max-width: 940px; }
    @media screen and (min-width: 75em) {
      .fullwidth-column.has-sidebar .wrap {
        max-width: 1200px; } }
  @media screen and (min-width: 47.5em) {
    .fullwidth-column.has-sidebar .column-content {
      width: 75%;
      float: right; } }
  .lt-ie9 .fullwidth-column.has-sidebar .column-content {
    width: 75%;
    float: right; }
  .fullwidth-column.has-sidebar .sidebar {
    display: none; }
    @media screen and (min-width: 47.5em) {
      .fullwidth-column.has-sidebar .sidebar {
        display: block;
        width: 15%;
        float: left; } }
    .lt-ie9 .fullwidth-column.has-sidebar .sidebar {
      display: block;
      width: 15%;
      float: left; }

@media screen and (min-width: 47.5em) {
  .entry-content .fullwidth-column blockquote.left {
    float: left;
    max-width: 300px;
    padding: 2em 0 0 3em;
    margin: 1em 2em 2em 0; } }

.lt-ie9 .entry-content .fullwidth-column blockquote.left {
  float: left;
  max-width: 300px;
  padding: 2em 0 0 3em;
  margin: 1em 2em 2em 0; }

@media screen and (min-width: 60em) {
  .entry-content .fullwidth-column blockquote.left {
    margin: 1em 3em 3em -3em; } }

.lt-ie9 .entry-content .fullwidth-column blockquote.left {
  margin: 1em 3em 3em -3em; }

@media screen and (min-width: 75em) {
  .entry-content .fullwidth-column blockquote.left {
    margin-left: -10em; } }

@media screen and (min-width: 47.5em) {
  .entry-content .fullwidth-column blockquote.right {
    float: right;
    max-width: 300px;
    padding: 2em 3em 0 0;
    margin: 1em 0 2em 2em; } }

.lt-ie9 .entry-content .fullwidth-column blockquote.right {
  float: right;
  max-width: 300px;
  padding: 2em 3em 0 0;
  margin: 1em 0 2em 2em; }

@media screen and (min-width: 60em) {
  .entry-content .fullwidth-column blockquote.right {
    margin: 1em -3em 3em 3em; } }

.lt-ie9 .entry-content .fullwidth-column blockquote.right {
  margin: 1em -3em 3em 3em; }

@media screen and (min-width: 75em) {
  .entry-content .fullwidth-column blockquote.right {
    margin-right: -10em; } }

.full-width {
  *zoom: 1; }
  .full-width:before, .full-width:after {
    content: " ";
    display: table; }
  .full-width:after {
    clear: both; }
  .full-width.alt-color {
    background: #F6F6F6;
    background: rgba(238, 238, 238, 0.5); }

.banner {
  overflow: hidden;
  *zoom: 1;
  display: table;
  width: 100%;
  padding: 2em 0; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  @media screen and (min-width: 30em) {
    .banner {
      padding: 0; } }
  .banner .title {
    display: block;
    text-align: center; }
    @media screen and (min-width: 30em) {
      .banner .title {
        width: 50%;
        float: left; } }
  @media screen and (min-width: 30em) {
    .banner.norm .h1 {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .banner img {
    display: none; }
    @media screen and (min-width: 30em) {
      .banner img {
        display: block;
        width: 50%;
        float: right; } }
  .banner.customer .title {
    width: 100%;
    padding: 3em 0; }
    @media screen and (min-width: 47.5em) {
      .banner.customer .title {
        width: 50%;
        padding: 0; } }
    .lt-ie9 .banner.customer .title {
      width: 50%;
      padding: 0; }
  .banner.customer .h1 {
    text-align: center; }
    @media screen and (min-width: 47.5em) {
      .banner.customer .h1 {
        text-align: left;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .lt-ie9 .banner.customer .h1 {
      text-align: left;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .banner.customer .slogan {
    display: none; }
    @media screen and (min-width: 47.5em) {
      .banner.customer .slogan {
        display: block; } }
    .lt-ie9 .banner.customer .slogan {
      display: block; }
  .banner .slogan {
    background: #0A2A52; }
    @media screen and (min-width: 47.5em) {
      .banner .slogan {
        float: left;
        width: 50%; } }
    .lt-ie9 .banner .slogan {
      float: left;
      width: 50%; }
    @media screen and (min-width: 47.5em) {
      .banner .slogan img {
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 3em 0;
        float: none; } }
    .lt-ie9 .banner .slogan img {
      width: 70%;
      height: auto;
      display: block;
      margin: 0 auto;
      padding: 3em 0;
      float: none; }

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

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

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

@media screen and (min-width: 47.5em) {
  .entry-content .alignright {
    float: right;
    margin: 1em 0 2em 2em; } }

.lt-ie9 .entry-content .alignright {
  float: right;
  margin: 1em 0 2em 2em; }

@media screen and (min-width: 47.5em) {
  .entry-content .alignleft {
    float: left;
    margin: 1em 2em 2em 0; } }

.lt-ie9 .entry-content .alignleft {
  float: left;
  margin: 1em 2em 2em 0; }

.entry-content .hero {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 47.5em) {
    .entry-content .hero {
      background-attachment: fixed;
      background-position: center center; } }
  .lt-ie9 .entry-content .hero {
    background-attachment: fixed;
    background-position: center center; }
  .entry-content .hero .hero-speaks {
    text-align: center;
    padding: 10em 0; }
    @media screen and (min-width: 60em) {
      .entry-content .hero .hero-speaks {
        padding: 15em 0; } }
    .lt-ie9 .entry-content .hero .hero-speaks {
      padding: 15em 0; }
    @media screen and (min-width: 75em) {
      .entry-content .hero .hero-speaks {
        padding: 30em 0; } }
    @media screen and (min-width: 106.25em) {
      .entry-content .hero .hero-speaks {
        padding: 40em 0; } }
    .entry-content .hero .hero-speaks h1:after {
      width: 0; }
    .entry-content .hero .hero-speaks .inner {
      margin: 0 auto;
      max-width: 800px;
      padding: 5em 0em 9em 0em; }

.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .flexible-container iframe,
  .flexible-container object,
  .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cycle-outer {
  *zoom: 1;
  width: 100%; }
  .cycle-outer:before, .cycle-outer:after {
    content: " ";
    display: table; }
  .cycle-outer:after {
    clear: both; }

.cycle-wrap {
  position: relative; }
  .cycle-wrap:hover .cycle-controls a {
    opacity: 0.6; }
  .cycle-wrap.fixed-width {
    margin: 0 auto;
    width: 85%; }
    @media screen and (min-width: 47.5em) {
      .cycle-wrap.fixed-width {
        width: auto;
        max-width: 760px; } }
    .lt-ie9 .cycle-wrap.fixed-width {
      width: auto;
      max-width: 760px; }
    @media screen and (min-width: 60em) {
      .cycle-wrap.fixed-width {
        max-width: 940px; } }
    .lt-ie9 .cycle-wrap.fixed-width {
      max-width: 940px; }
    @media screen and (min-width: 75em) {
      .cycle-wrap.fixed-width {
        max-width: 1200px; } }

.lte-ie9 .cycle-wrap.fixed-width {
  max-width: 940px; }

.cycle-controls {
  z-index: 10;
  font-size: 40px;
  font-size: 4rem; }
  .cycle-controls a {
    opacity: 0.6;
    -webkit-transition: 1s all;
    transition: 1s all;
    color: white; }
    @media screen and (min-width: 47.5em) {
      .cycle-controls a {
        opacity: 0; } }
    .lt-ie9 .cycle-controls a {
      opacity: 0; }
  .cycle-controls .prev,
  .cycle-controls .next {
    position: absolute;
    top: 45%; }
  .cycle-controls .prev {
    left: 1%; }
  .cycle-controls .next {
    right: 1%; }

.cycle-slideshow.cycle-slideshow {
  z-index: 0;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cycle-slideshow.cycle-slideshow li {
    margin: 0;
    padding: 0; }
  .cycle-slideshow.cycle-slideshow img {
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 47.5em) {
      .cycle-slideshow.cycle-slideshow img {
        margin: 0; } }
    .lt-ie9 .cycle-slideshow.cycle-slideshow img {
      margin: 0; }
  .cycle-slideshow.cycle-slideshow .cycle-slide {
    width: 100%; }

.slide-content {
  padding: 2em; }
  @media screen and (min-width: 47.5em) {
    .slide-content {
      position: absolute;
      max-width: 300px; } }
  .lt-ie9 .slide-content {
    position: absolute;
    max-width: 300px; }
  @media screen and (min-width: 60em) {
    .slide-content {
      max-width: 400px; } }
  .lt-ie9 .slide-content {
    max-width: 400px; }
  @media screen and (min-width: 75em) {
    .slide-content {
      max-width: 500px; } }
  @media screen and (min-width: 47.5em) {
    .slide-content.top-left {
      top: 10%;
      left: 5%; } }
  .lt-ie9 .slide-content.top-left {
    top: 10%;
    left: 5%; }
  @media screen and (min-width: 47.5em) {
    .slide-content.top-right {
      top: 10%;
      right: 5%; } }
  .lt-ie9 .slide-content.top-right {
    top: 10%;
    right: 5%; }
  @media screen and (min-width: 47.5em) {
    .slide-content.bottom-left {
      bottom: 10%;
      left: 5%; } }
  .lt-ie9 .slide-content.bottom-left {
    bottom: 10%;
    left: 5%; }
  @media screen and (min-width: 47.5em) {
    .slide-content.bottom-right {
      bottom: 10%;
      right: 5%; } }
  .lt-ie9 .slide-content.bottom-right {
    bottom: 10%;
    right: 5%; }

.carousel-wrapper {
  *zoom: 1;
  padding: 3.5em 0;
  width: 100%;
  float: left; }
  .carousel-wrapper:before, .carousel-wrapper:after {
    content: " ";
    display: table; }
  .carousel-wrapper:after {
    clear: both; }
  .carousel-wrapper .wrap {
    width: 90%; }

.owl-carousel {
  *zoom: 1;
  position: relative;
  padding: 0 75px; }
  .owl-carousel:before, .owl-carousel:after {
    content: " ";
    display: table; }
  .owl-carousel:after {
    clear: both; }

.owl-stage {
  width: 100%; }

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  top: 20%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 35px;
  font-size: 3.5rem; }
  .owl-nav .owl-next:hover,
  .owl-nav .owl-prev:hover {
    opacity: 0.6; }

.owl-nav .owl-next {
  right: 0; }

.owl-nav .owl-prev {
  left: 0; }

.owl-carousel .item {
  height: 70px; }
  .owl-carousel .item.testimonial {
    height: auto; }

.owl-carousel .item img {
  width: auto;
  display: block;
  margin: 0 auto; }

.owl-carousel .item.no-link img,
.owl-carousel .item.link a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }

.entry-footer .js-social-share,
.primary-footer .social-media a,
.inner-social a {
  font-size: 23px;
  font-size: 2.3rem; }

.inner-social {
  *zoom: 1;
  margin-bottom: 3em;
  text-align: center; }
  .inner-social:before, .inner-social:after {
    content: " ";
    display: table; }
  .inner-social:after {
    clear: both; }

.inner-social a {
  margin: 0 0.4em; }
  @media screen and (min-width: 47.5em) {
    .inner-social a {
      margin: 0 0.75em; } }
  .lt-ie9 .inner-social a {
    margin: 0 0.75em; }

.parallax {
  padding: 3.5em 0;
  position: relative;
  background-size: cover; }
  @media screen and (min-width: 47.5em) {
    .parallax {
      background-attachment: fixed;
      background-position: center center; } }
  .lt-ie9 .parallax {
    background-attachment: fixed;
    background-position: center center; }
  @media screen and (min-width: 47.5em) {
    .parallax {
      padding: 6em 0; } }
  .lt-ie9 .parallax {
    padding: 6em 0; }
  @media screen and (min-width: 60em) {
    .parallax {
      padding: 10em 0; } }
  .lt-ie9 .parallax {
    padding: 10em 0; }
  .parallax.ie8plax {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center; }
  .parallax .button {
    display: block;
    margin: 2em auto 0;
    width: 20%;
    text-align: center; }

.overlay-wrap {
  position: relative; }
  .overlay-wrap .wrap {
    position: relative;
    z-index: 20; }

.overlay {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: url(../img/global/overlay.png) repeat; }

.site-header .top-nav {
  display: none; }
  @media screen and (min-width: 47.5em) {
    .site-header .top-nav {
      display: block; } }
  .lt-ie9 .site-header .top-nav {
    display: block; }
  .site-header .top-nav ul {
    list-style: none;
    margin: 0;
    text-align: right; }
  .site-header .top-nav li {
    position: relative;
    margin: 0;
    display: inline-block;
    margin-left: 0.5em; }
    @media screen and (min-width: 60em) {
      .site-header .top-nav li {
        margin-left: 1.5em; } }
    .lt-ie9 .site-header .top-nav li {
      margin-left: 1.5em; }
    @media screen and (min-width: 75em) {
      .site-header .top-nav li {
        margin-left: 2em; } }
    .site-header .top-nav li:first-child {
      margin-left: 0; }
    .site-header .top-nav li.cart-link {
      font-size: 18px;
      font-size: 1.8rem; }
      .site-header .top-nav li.cart-link .cart-items {
        font-size: 11px;
        font-size: 1.1rem;
        position: absolute;
        color: #0A2A52;
        top: -1.75em;
        left: -1.5em;
        min-width: 80px;
        text-align: center; }
      .site-header .top-nav li.cart-link a.view {
        color: #0A2A52; }
      .site-header .top-nav li.cart-link a:hover {
        border-bottom: none; }
  .site-header .top-nav a {
    text-decoration: none; }
  .site-header .top-nav .sub-menu {
    z-index: 500;
    display: none;
    position: absolute;
    top: 2.25em;
    left: 0;
    min-width: 200px;
    padding: 0.75em 0; }
    .site-header .top-nav .sub-menu li {
      display: block;
      padding: 0;
      text-align: left;
      margin-left: 0; }
    .site-header .top-nav .sub-menu li, .site-header .top-nav .sub-menu a {
      display: block; }
    .site-header .top-nav .sub-menu a {
      padding: 0.5em 1em; }
    .site-header .top-nav .sub-menu .sub-menu {
      display: none; }
  .site-header .top-nav li:last-child .sub-menu {
    right: 0; }
  .site-header .top-nav ul li:hover > .sub-menu {
    display: block; }
  .site-header .top-nav ul.sub-menu li:hover > .sub-menu {
    left: 100%;
    top: 0; }

.site-header.home .top-nav li.cart-link .cart-items a.view {
  color: white; }

.main-nav {
  *zoom: 1;
  width: 100%;
  padding: 3em 0; }
  .main-nav:before, .main-nav:after {
    content: " ";
    display: table; }
  .main-nav:after {
    clear: both; }
  .main-nav ul {
    list-style: none;
    margin: 0; }
  .main-nav li {
    position: relative;
    margin: 0;
    display: inline-block;
    margin-right: 1em; }
  .main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    background: #e1e1e1;
    min-width: 200px;
    padding: 1em; }
    .main-nav .sub-menu li {
      margin-right: 0; }
    .main-nav .sub-menu li, .main-nav .sub-menu a {
      display: block; }
  .main-nav ul li:hover > .sub-menu {
    display: block; }
  .main-nav ul.sub-menu li:hover > .sub-menu {
    left: 100%;
    top: 0; }

.top-nav, .main-nav {
  display: none; }
  @media screen and (min-width: 47.5em) {
    .top-nav, .main-nav {
      display: block; } }
  .lt-ie9 .top-nav, .lt-ie9 .main-nav {
    display: block; }

.mobile-head {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 1em;
  overflow: hidden;
  z-index: 500; }
  @media screen and (min-width: 47.5em) {
    .mobile-head {
      display: none; } }
  .lt-ie9 .mobile-head {
    display: none; }
  .mobile-head .icon-menu {
    float: left; }
  .mobile-head .icon-location {
    float: right; }

.mobile-nav ul {
  margin: 0;
  list-style: none; }
  .mobile-nav ul li {
    margin: 0;
    background: none; }

#site-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all; }
  @media screen and (min-width: 47.5em) {
    #canvas {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .lt-ie9 #canvas {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.show-nav #canvas {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }
  @media screen and (min-width: 30em) {
    .show-nav #canvas {
      -webkit-transform: translateX(400px);
      -ms-transform: translateX(400px);
      transform: translateX(400px);
      -webkit-transform: translate3d(400px, 0, 0);
      transform: translate3d(400px, 0, 0); } }

.show-contact #canvas {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }
  @media screen and (min-width: 30em) {
    .show-contact #canvas {
      -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      transform: translateX(-400px);
      -webkit-transform: translate3d(-400px, 0, 0);
      transform: translate3d(-400px, 0, 0); } }

#mobile-nav {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%; }
  @media screen and (min-width: 30em) {
    #mobile-nav {
      left: -400px;
      width: 400px; } }

#mobile-contact {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%; }
  @media screen and (min-width: 30em) {
    #mobile-contact {
      right: -400px;
      width: 400px; } }

.mobile-nav a {
  display: block; }

.mobile-head {
  padding: 1em; }

.mobile-nav {
  padding: 0 3em; }

.mobile-nav ul a {
  padding: 0.5em 0; }

.mobile-nav ul .sub-menu {
  display: none;
  padding-bottom: 0.75em; }
  .mobile-nav ul .sub-menu li {
    margin-bottom: 1em; }
    .mobile-nav ul .sub-menu li:last-child {
      margin-bottom: 0; }
  .mobile-nav ul .sub-menu a {
    padding: 0 1em 0.5em 1em; }
  .mobile-nav ul .sub-menu .sub-menu {
    padding-top: 1em;
    padding-bottom: 0; }
    .mobile-nav ul .sub-menu .sub-menu a {
      padding-left: 2em; }

.mobile-nav ul li.current_page_ancestor .sub-menu {
  display: block; }

.mobile-contact {
  padding: 3em; }

.grid {
  *zoom: 1;
  overflow: hidden;
  margin-top: 3em; }
  .grid:before, .grid:after {
    content: " ";
    display: table; }
  .grid:after {
    clear: both; }
  @media screen and (min-width: 60em) {
    .grid {
      margin-top: 5em; } }
  .lt-ie9 .grid {
    margin-top: 5em; }
  .grid .logo {
    vertical-align: middle;
    padding: 1em;
    width: 50%;
    height: 120px;
    float: left; }
    @media screen and (min-width: 47.5em) {
      .grid .logo {
        width: 33.33333333333%; } }
    .lt-ie9 .grid .logo {
      width: 33.33333333333%; }
    @media screen and (min-width: 60em) {
      .grid .logo {
        width: 25%; } }
    .lt-ie9 .grid .logo {
      width: 25%; }
    .grid .logo img {
      width: auto;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .grid .logo:nth-child(2n+1) {
      clear: left; }
      @media screen and (min-width: 47.5em) {
        .grid .logo:nth-child(2n+1) {
          clear: none; } }
      .lt-ie9 .grid .logo:nth-child(2n+1) {
        clear: none; }
    @media screen and (min-width: 47.5em) {
      .grid .logo:nth-child(3n+1) {
        clear: left; } }
    .lt-ie9 .grid .logo:nth-child(3n+1) {
      clear: left; }
    @media screen and (min-width: 60em) {
      .grid .logo:nth-child(3n+1) {
        clear: none; } }
    .lt-ie9 .grid .logo:nth-child(3n+1) {
      clear: none; }
    @media screen and (min-width: 60em) {
      .grid .logo:nth-child(4n+1) {
        clear: left; } }
    .lt-ie9 .grid .logo:nth-child(4n+1) {
      clear: left; }

.split.innerpage {
  overflow: hidden; }
  @media screen and (min-width: 47.5em) {
    .split.innerpage .content,
    .split.innerpage .image {
      width: 50%;
      float: left; } }
  .lt-ie9 .split.innerpage .content, .lt-ie9
  .split.innerpage .image {
    width: 50%;
    float: left; }
  .split.innerpage .content .inner {
    padding: 5em 5em 5em 0; }
    @media screen and (min-width: 47.5em) {
      .split.innerpage .content .inner {
        padding: 2em 2em 2em 0; } }
    .lt-ie9 .split.innerpage .content .inner {
      padding: 2em 2em 2em 0; }
    @media screen and (min-width: 60em) {
      .split.innerpage .content .inner {
        padding: 3em 3em 3em 0; } }
    .lt-ie9 .split.innerpage .content .inner {
      padding: 3em 3em 3em 0; }
    @media screen and (min-width: 75em) {
      .split.innerpage .content .inner {
        padding: 7em 7em 7em 0; } }
  .split.innerpage .image {
    padding-bottom: 5em; }
    @media screen and (min-width: 47.5em) {
      .split.innerpage .image {
        padding-bottom: 0; } }
    .lt-ie9 .split.innerpage .image {
      padding-bottom: 0; }
  .split.innerpage .image img {
    margin: 0; }

.three-col-full {
  *zoom: 1;
  text-align: center; }
  .three-col-full:before, .three-col-full:after {
    content: " ";
    display: table; }
  .three-col-full:after {
    clear: both; }
  .three-col-full .col {
    padding: 3em; }
    @media screen and (min-width: 47.5em) {
      .three-col-full .col {
        float: left;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }
    .lt-ie9 .three-col-full .col {
      float: left;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    @media screen and (min-width: 60em) {
      .three-col-full .col {
        padding: 7.5em; } }
    .lt-ie9 .three-col-full .col {
      padding: 7.5em; }
    @media screen and (min-width: 75em) {
      .three-col-full .col {
        padding: 10em; } }

.four-photos img {
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 47.5em) {
    .four-photos img {
      width: 50%;
      float: left; } }
  .lt-ie9 .four-photos img {
    width: 50%;
    float: left; }
  @media screen and (min-width: 60em) {
    .four-photos img {
      width: 25%; } }
  .lt-ie9 .four-photos img {
    width: 25%; }

.acf-map {
  *zoom: 1;
  width: 100%;
  height: 400px; }
  .acf-map:before, .acf-map:after {
    content: " ";
    display: table; }
  .acf-map:after {
    clear: both; }

.entry-content .blog-posts.blog-posts,
.blog-posts.blog-posts {
  *zoom: 1; }
  .entry-content .blog-posts.blog-posts:before, .entry-content .blog-posts.blog-posts:after,
  .blog-posts.blog-posts:before,
  .blog-posts.blog-posts:after {
    content: " ";
    display: table; }
  .entry-content .blog-posts.blog-posts:after,
  .blog-posts.blog-posts:after {
    clear: both; }
  .entry-content .blog-posts.blog-posts ul,
  .blog-posts.blog-posts ul {
    *zoom: 1;
    margin: 0; }
    .entry-content .blog-posts.blog-posts ul:before, .entry-content .blog-posts.blog-posts ul:after,
    .blog-posts.blog-posts ul:before,
    .blog-posts.blog-posts ul:after {
      content: " ";
      display: table; }
    .entry-content .blog-posts.blog-posts ul:after,
    .blog-posts.blog-posts ul:after {
      clear: both; }
    .entry-content .blog-posts.blog-posts ul li,
    .blog-posts.blog-posts ul li {
      margin: 0;
      list-style: none;
      margin-bottom: 4em;
      background: none;
      padding: 0; }
      @media screen and (min-width: 47.5em) {
        .entry-content .blog-posts.blog-posts ul li,
        .blog-posts.blog-posts ul li {
          margin-bottom: 0; } }
      .lt-ie9 .entry-content .blog-posts.blog-posts ul li, .lt-ie9
      .blog-posts.blog-posts ul li {
        margin-bottom: 0; }
  .entry-content .blog-posts.blog-posts .blog-thumb,
  .blog-posts.blog-posts .blog-thumb {
    margin-bottom: 2em; }
    .entry-content .blog-posts.blog-posts .blog-thumb img,
    .blog-posts.blog-posts .blog-thumb img {
      margin: 0 auto;
      width: 100%; }

.blog-posts.blog-posts h1:after,
.entry-content .blog-posts.blog-posts h1:after {
  background: none;
  width: auto;
  height: 0px; }

.blog-posts.blog-posts h1 a,
.entry-content .blog-posts.blog-posts h1 a {
  -webkit-transition: all, 1s;
  transition: all, 1s;
  color: #525252; }

.blog-posts.blog-posts .date,
.entry-content .blog-posts.blog-posts .date {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  color: #FB6230; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts li:first-child,
  .blog-posts.blog-posts li:nth-child(2),
  .entry-content .blog-posts.blog-posts li:first-child,
  .entry-content .blog-posts.blog-posts li:nth-child(2) {
    border-right: 2px solid #FFC845; } }

.lt-ie9 .blog-posts.blog-posts li:first-child, .lt-ie9
.blog-posts.blog-posts li:nth-child(2), .lt-ie9
.entry-content .blog-posts.blog-posts li:first-child, .lt-ie9
.entry-content .blog-posts.blog-posts li:nth-child(2) {
  border-right: 2px solid #FFC845; }

.blog-posts.blog-posts .category-button,
.entry-content .blog-posts.blog-posts .category-button {
  *zoom: 1;
  margin-top: 4em; }
  .blog-posts.blog-posts .category-button:before, .blog-posts.blog-posts .category-button:after,
  .entry-content .blog-posts.blog-posts .category-button:before,
  .entry-content .blog-posts.blog-posts .category-button:after {
    content: " ";
    display: table; }
  .blog-posts.blog-posts .category-button:after,
  .entry-content .blog-posts.blog-posts .category-button:after {
    clear: both; }
  .blog-posts.blog-posts .category-button .button,
  .entry-content .blog-posts.blog-posts .category-button .button {
    color: black !important; }
    @media screen and (min-width: 47.5em) {
      .blog-posts.blog-posts .category-button .button,
      .entry-content .blog-posts.blog-posts .category-button .button {
        float: right; } }
    .lt-ie9 .blog-posts.blog-posts .category-button .button, .lt-ie9
    .entry-content .blog-posts.blog-posts .category-button .button {
      float: right; }

.blog-posts.blog-posts.color-option-2 a,
.entry-content .blog-posts.blog-posts.color-option-2 a {
  color: white; }

.blog-posts.blog-posts.color-option-2 .date,
.entry-content .blog-posts.blog-posts.color-option-2 .date {
  color: #FFC845; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts.color-option-2 li:first-child,
  .blog-posts.blog-posts.color-option-2 li:nth-child(2),
  .entry-content .blog-posts.blog-posts.color-option-2 li:first-child,
  .entry-content .blog-posts.blog-posts.color-option-2 li:nth-child(2) {
    border-right: 1px solid white; } }

.lt-ie9 .blog-posts.blog-posts.color-option-2 li:first-child, .lt-ie9
.blog-posts.blog-posts.color-option-2 li:nth-child(2), .lt-ie9
.entry-content .blog-posts.blog-posts.color-option-2 li:first-child, .lt-ie9
.entry-content .blog-posts.blog-posts.color-option-2 li:nth-child(2) {
  border-right: 1px solid white; }

.blog-posts.blog-posts.color-option-2 .button,
.entry-content .blog-posts.blog-posts.color-option-2 .button {
  background: #0A2A52;
  color: white !important; }
  .blog-posts.blog-posts.color-option-2 .button:hover,
  .entry-content .blog-posts.blog-posts.color-option-2 .button:hover {
    background: #FFC845;
    color: #0A2A52 !important; }

.blog-posts.blog-posts.color-option-3 h1 a,
.entry-content .blog-posts.blog-posts.color-option-3 h1 a {
  color: #FFC845; }

.blog-posts.blog-posts.color-option-3 .button,
.entry-content .blog-posts.blog-posts.color-option-3 .button {
  background: #FB6230;
  color: white !important; }
  .blog-posts.blog-posts.color-option-3 .button:hover,
  .entry-content .blog-posts.blog-posts.color-option-3 .button:hover {
    background: #FFC845;
    color: #0A2A52 !important; }

.blog-posts.blog-posts.color-option-4 h1 a,
.entry-content .blog-posts.blog-posts.color-option-4 h1 a {
  color: #0A2A52; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts.color-option-4 li:first-child,
  .blog-posts.blog-posts.color-option-4 li:nth-child(2),
  .entry-content .blog-posts.blog-posts.color-option-4 li:first-child,
  .entry-content .blog-posts.blog-posts.color-option-4 li:nth-child(2) {
    border-right: 1px solid white; } }

.lt-ie9 .blog-posts.blog-posts.color-option-4 li:first-child, .lt-ie9
.blog-posts.blog-posts.color-option-4 li:nth-child(2), .lt-ie9
.entry-content .blog-posts.blog-posts.color-option-4 li:first-child, .lt-ie9
.entry-content .blog-posts.blog-posts.color-option-4 li:nth-child(2) {
  border-right: 1px solid white; }

.blog-posts.blog-posts.color-option-4 p,
.entry-content .blog-posts.blog-posts.color-option-4 p {
  color: white; }

.blog-posts.blog-posts.color-option-4 .button,
.entry-content .blog-posts.blog-posts.color-option-4 .button {
  background: #0A2A52;
  color: white !important; }
  .blog-posts.blog-posts.color-option-4 .button:hover,
  .entry-content .blog-posts.blog-posts.color-option-4 .button:hover {
    background: #FB6230; }

.blog-posts.blog-posts.color-option-5 h1 a, .blog-posts.blog-posts.shop-page h1 a,
.entry-content .blog-posts.blog-posts.color-option-5 h1 a,
.entry-content .blog-posts.blog-posts.shop-page h1 a {
  color: #0A2A52; }

.blog-posts.blog-posts.color-option-5 .button, .blog-posts.blog-posts.shop-page .button,
.entry-content .blog-posts.blog-posts.color-option-5 .button,
.entry-content .blog-posts.blog-posts.shop-page .button {
  background: #FB6230;
  color: white !important; }
  .blog-posts.blog-posts.color-option-5 .button:hover, .blog-posts.blog-posts.shop-page .button:hover,
  .entry-content .blog-posts.blog-posts.color-option-5 .button:hover,
  .entry-content .blog-posts.blog-posts.shop-page .button:hover {
    background: #0A2A52; }

.blog-posts.blog-posts .posts-one li,
.entry-content .blog-posts.blog-posts .posts-one li {
  border: 0; }
  @media screen and (min-width: 47.5em) {
    .blog-posts.blog-posts .posts-one li,
    .entry-content .blog-posts.blog-posts .posts-one li {
      width: 100%; } }
  .lt-ie9 .blog-posts.blog-posts .posts-one li, .lt-ie9
  .entry-content .blog-posts.blog-posts .posts-one li {
    width: 100%; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts .posts-two li,
  .entry-content .blog-posts.blog-posts .posts-two li {
    float: left;
    width: 48.75%; } }

.lt-ie9 .blog-posts.blog-posts .posts-two li, .lt-ie9
.entry-content .blog-posts.blog-posts .posts-two li {
  float: left;
  width: 48.75%; }

.blog-posts.blog-posts .posts-two li:first-child,
.entry-content .blog-posts.blog-posts .posts-two li:first-child {
  margin-right: 2.5%; }

.blog-posts.blog-posts .posts-two li:last-child,
.entry-content .blog-posts.blog-posts .posts-two li:last-child {
  margin-bottom: 0;
  border: 0; }
  @media screen and (min-width: 47.5em) {
    .blog-posts.blog-posts .posts-two li:last-child,
    .entry-content .blog-posts.blog-posts .posts-two li:last-child {
      float: right;
      margin-right: 0; } }
  .lt-ie9 .blog-posts.blog-posts .posts-two li:last-child, .lt-ie9
  .entry-content .blog-posts.blog-posts .posts-two li:last-child {
    float: right;
    margin-right: 0; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts .posts-three li,
  .entry-content .blog-posts.blog-posts .posts-three li {
    float: left;
    width: 28.3333333333%; } }

.lt-ie9 .blog-posts.blog-posts .posts-three li, .lt-ie9
.entry-content .blog-posts.blog-posts .posts-three li {
  float: left;
  width: 28.3333333333%; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts .posts-three li:first-child,
  .entry-content .blog-posts.blog-posts .posts-three li:first-child {
    margin-right: 4.16666666667%;
    padding-right: 4.16666666667%;
    width: 31.6666666667%; } }

.lt-ie9 .blog-posts.blog-posts .posts-three li:first-child, .lt-ie9
.entry-content .blog-posts.blog-posts .posts-three li:first-child {
  margin-right: 4.16666666667%;
  padding-right: 4.16666666667%;
  width: 31.6666666667%; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts .posts-three li:nth-child(2),
  .entry-content .blog-posts.blog-posts .posts-three li:nth-child(2) {
    margin-right: 4.16666666667%;
    padding-right: 4.16666666667%;
    width: 31.6666666667%; } }

.lt-ie9 .blog-posts.blog-posts .posts-three li:nth-child(2), .lt-ie9
.entry-content .blog-posts.blog-posts .posts-three li:nth-child(2) {
  margin-right: 4.16666666667%;
  padding-right: 4.16666666667%;
  width: 31.6666666667%; }

.blog-posts.blog-posts .posts-three li:last-child,
.entry-content .blog-posts.blog-posts .posts-three li:last-child {
  margin-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .blog-posts.blog-posts .posts-three li:last-child,
    .entry-content .blog-posts.blog-posts .posts-three li:last-child {
      float: right;
      margin-right: 0; } }
  .lt-ie9 .blog-posts.blog-posts .posts-three li:last-child, .lt-ie9
  .entry-content .blog-posts.blog-posts .posts-three li:last-child {
    float: right;
    margin-right: 0; }

@media screen and (min-width: 47.5em) {
  .blog-posts.blog-posts .posts-four li,
  .entry-content .blog-posts.blog-posts .posts-four li {
    float: left;
    width: 23.3333333333%; } }

.lt-ie9 .blog-posts.blog-posts .posts-four li, .lt-ie9
.entry-content .blog-posts.blog-posts .posts-four li {
  float: left;
  width: 23.3333333333%; }

.blog-posts.blog-posts .posts-four li:first-child, .blog-posts.blog-posts .posts-four li:nth-child(2),
.entry-content .blog-posts.blog-posts .posts-four li:first-child,
.entry-content .blog-posts.blog-posts .posts-four li:nth-child(2) {
  margin-right: 2.25%; }

.blog-posts.blog-posts .posts-four li:last-child,
.entry-content .blog-posts.blog-posts .posts-four li:last-child {
  margin-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .blog-posts.blog-posts .posts-four li:last-child,
    .entry-content .blog-posts.blog-posts .posts-four li:last-child {
      float: right;
      margin-right: 0; } }
  .lt-ie9 .blog-posts.blog-posts .posts-four li:last-child, .lt-ie9
  .entry-content .blog-posts.blog-posts .posts-four li:last-child {
    float: right;
    margin-right: 0; }

#reply-title {
  margin-top: 1em; }

#respond {
  margin-top: 4em;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 2em 3.5em; }

#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond textarea {
  width: 100%;
  outline: none;
  padding: 0.5em;
  margin: 5px 1px 3px 0px; }

#respond input[type=text]:focus,
#respond input[type=email]:focus,
#respond input[type=url]:focus,
#respond textarea:focus {
  margin: 5px 1px 3px 0px; }

ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0; }

ol.comment-list li.comment {
  padding: 1em; }

ol.comment-list li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 1em 1em; }

ol.comment-list li.comment p {
  margin: 0 0 1em; }

ol.comment-list li.comment ul {
  list-style: square;
  margin: 0 0 1em 2em; }

ol.comment-list li.comment ol.children {
  list-style: none;
  margin: 1em 0 0 3em;
  text-indent: 0; }

.blog-page .comment-list article {
  margin-bottom: 2em;
  padding-bottom: 0em;
  border-bottom: 0; }

.entry-header .entry-meta {
  margin: 1em 0 2em; }

.sharing {
  margin: 2em 0; }

.entry-footer {
  *zoom: 1; }
  .entry-footer:before, .entry-footer:after {
    content: " ";
    display: table; }
  .entry-footer:after {
    clear: both; }
  .entry-footer .cat-links,
  .entry-footer .tags-links {
    width: 100%;
    display: inline-block; }
  .entry-footer .comments-link,
  .entry-footer .edit-link {
    display: inline-block;
    width: 50%;
    float: left; }
    .entry-footer .comments-link a,
    .entry-footer .edit-link a {
      display: block;
      padding: 1.5em 1.25em; }

.nav-links {
  *zoom: 1; }
  .nav-links:before, .nav-links:after {
    content: " ";
    display: table; }
  .nav-links:after {
    clear: both; }
  .nav-links div {
    width: 50%;
    display: block;
    float: left; }
    .nav-links div.nav-previous {
      text-align: left; }
    .nav-links div.nav-next {
      text-align: right; }
    .nav-links div a {
      display: block;
      padding: 2em; }

.sidebar .tags.widget ul {
  *zoom: 1;
  border: 0;
  margin: 0; }
  .sidebar .tags.widget ul:before, .sidebar .tags.widget ul:after {
    content: " ";
    display: table; }
  .sidebar .tags.widget ul:after {
    clear: both; }

.sidebar .tags.widget li {
  border: 0;
  display: inline-block;
  margin: 0 0.25em 2em; }

.sidebar .tags.widget a {
  padding: 0.5em 0.75em;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/*--------------------------------------------------------------
## Galleries
## Default styles for WP built in galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }
  .gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    overflow: hidden; }
    .gallery .gallery-item img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-2 .gallery-item {
      max-width: 50%; } }
  .lt-ie9 .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-3 .gallery-item {
      max-width: 33.33%; } }
  .lt-ie9 .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-4 .gallery-item {
      max-width: 25%; } }
  .lt-ie9 .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-5 .gallery-item {
      max-width: 20%; } }
  .lt-ie9 .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-6 .gallery-item {
      max-width: 16.66%; } }
  .lt-ie9 .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-7 .gallery-item {
      max-width: 14.28%; } }
  .lt-ie9 .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-8 .gallery-item {
      max-width: 12.5%; } }
  .lt-ie9 .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  @media screen and (min-width: 47.5em) {
    .gallery.gallery-columns-9 .gallery-item {
      max-width: 11.11%; } }
  .lt-ie9 .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.pillars {
  *zoom: 1;
  width: 100%;
  clear: left;
  margin-top: 4em; }
  .pillars:before, .pillars:after {
    content: " ";
    display: table; }
  .pillars:after {
    clear: both; }
  .pillars ul {
    margin: 0;
    list-style: none; }
    .pillars ul li {
      margin: 0;
      padding: 0;
      background: transparent; }
  .pillars ul li {
    *zoom: 1;
    width: 100%;
    float: left;
    margin-bottom: 2em; }
    .pillars ul li:before, .pillars ul li:after {
      content: " ";
      display: table; }
    .pillars ul li:after {
      clear: both; }
    @media screen and (min-width: 47.5em) {
      .pillars ul li {
        margin-bottom: 1.5em; } }
    .lt-ie9 .pillars ul li {
      margin-bottom: 1.5em; }
    .pillars ul li .icon {
      margin: 0 auto 1em;
      text-align: center;
      width: 100%; }
      .pillars ul li .icon img {
        margin: 0 auto; }
      @media screen and (min-width: 47.5em) {
        .pillars ul li .icon {
          float: left;
          width: 15.7894736842%;
          margin-right: 3.50877192982%; } }
      .lt-ie9 .pillars ul li .icon {
        float: left;
        width: 15.7894736842%;
        margin-right: 3.50877192982%; }
      @media screen and (min-width: 60em) {
        .pillars ul li .icon {
          width: 12.7659574468%;
          margin-right: 2.83687943262%; } }
      .lt-ie9 .pillars ul li .icon {
        width: 12.7659574468%;
        margin-right: 2.83687943262%; }
      @media screen and (min-width: 75em) {
        .pillars ul li .icon {
          width: 10%;
          margin-right: 2.22222222222%; } }
    .pillars ul li .copy {
      text-align: center; }
      @media screen and (min-width: 47.5em) {
        .pillars ul li .copy {
          text-align: left;
          float: right;
          width: 80.701754386%; } }
      .lt-ie9 .pillars ul li .copy {
        text-align: left;
        float: right;
        width: 80.701754386%; }
      @media screen and (min-width: 60em) {
        .pillars ul li .copy {
          width: 84.3971631206%; } }
      .lt-ie9 .pillars ul li .copy {
        width: 84.3971631206%; }
      @media screen and (min-width: 75em) {
        .pillars ul li .copy {
          width: 87.7777777778%; } }

.testimonials-slider {
  text-align: center;
  *zoom: 1;
  padding: 4em 0; }
  .testimonials-slider:before, .testimonials-slider:after {
    content: " ";
    display: table; }
  .testimonials-slider:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .testimonials-slider {
      padding: 6em 0; } }
  .lt-ie9 .testimonials-slider {
    padding: 6em 0; }
  .testimonials-slider .item {
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 47.5em) {
      .testimonials-slider .item {
        max-width: 600px; } }
    .lt-ie9 .testimonials-slider .item {
      max-width: 600px; }
    @media screen and (min-width: 60em) {
      .testimonials-slider .item {
        max-width: 740px; } }
    .lt-ie9 .testimonials-slider .item {
      max-width: 740px; }
  .testimonials-slider .org {
    display: block; }
  .testimonials-slider .owl-dots {
    text-align: center;
    height: 10px;
    margin-top: 3em; }
  .testimonials-slider .owl-dot {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 1em; }
    @media screen and (min-width: 47.5em) {
      .testimonials-slider .owl-dot {
        width: 15px;
        height: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px; } }
    .lt-ie9 .testimonials-slider .owl-dot {
      width: 15px;
      height: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px; }
    @media screen and (min-width: 60em) {
      .testimonials-slider .owl-dot {
        width: 12px;
        height: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px; } }
    .lt-ie9 .testimonials-slider .owl-dot {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 12px;
      border-radius: 12px; }

ul.gform_fields {
  list-style: none;
  margin: 0; }
  ul.gform_fields li {
    padding: 0;
    background: none;
    margin-bottom: 1em; }
  ul.gform_fields input,
  ul.gform_fields textarea {
    width: 100%;
    padding: 1em;
    font-size: 15px;
    font-size: 1.5rem; }
  ul.gform_fields .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  ul.gform_fields .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  ul.gform_fields .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    font-size: 13px;
    font-size: 1.3rem; }
  ul.gform_fields .name_first {
    margin-right: 2.63%; }
  ul.gform_fields .ginput_complex label {
    display: block; }

.gform_button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.site {
  overflow: hidden;
  min-height: 100%;
  min-width: 100%; }

.site-content {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 47.5em) {
    .site-content {
      margin-top: 137px; } }
  .lt-ie9 .site-content {
    margin-top: 137px; }
  @media screen and (min-width: 47.5em) {
    .site-content.home {
      margin-top: 0; } }
  .lt-ie9 .site-content.home {
    margin-top: 0; }

.site-header,
.site-footer,
.body-content {
  *zoom: 1; }
  .site-header:before, .site-header:after,
  .site-footer:before,
  .site-footer:after,
  .body-content:before,
  .body-content:after {
    content: " ";
    display: table; }
  .site-header:after,
  .site-footer:after,
  .body-content:after {
    clear: both; }

.wrap {
  margin: 0 auto;
  width: 85%; }
  @media screen and (min-width: 47.5em) {
    .wrap {
      width: auto;
      max-width: 760px; } }
  .lt-ie9 .wrap {
    width: auto;
    max-width: 760px; }
  @media screen and (min-width: 60em) {
    .wrap {
      max-width: 940px; } }
  .lt-ie9 .wrap {
    max-width: 940px; }
  @media screen and (min-width: 75em) {
    .wrap {
      max-width: 1200px; } }

.lt-ie9 .wrap {
  max-width: 940px; }

.section, .full-width, .entry-content .blog-posts,
.blog-posts, .site-main.simple, .blog-page, .shop-page, section.error-404 {
  *zoom: 1;
  padding: 2em 0; }
  .section:before, .full-width:before, .entry-content .blog-posts:before,
  .blog-posts:before, .site-main.simple:before, .blog-page:before, .shop-page:before, section.error-404:before, .section:after, .full-width:after, .entry-content .blog-posts:after,
  .blog-posts:after, .site-main.simple:after, .blog-page:after, .shop-page:after, section.error-404:after {
    content: " ";
    display: table; }
  .section:after, .full-width:after, .entry-content .blog-posts:after,
  .blog-posts:after, .site-main.simple:after, .blog-page:after, .shop-page:after, section.error-404:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .section, .full-width, .entry-content .blog-posts,
    .blog-posts, .site-main.simple, .blog-page, .shop-page, section.error-404 {
      padding: 4em 0; } }
  .lt-ie9 .section, .lt-ie9 .full-width, .lt-ie9 .entry-content .blog-posts, .entry-content .lt-ie9 .blog-posts, .lt-ie9
  .blog-posts, .lt-ie9 .site-main.simple, .lt-ie9 .blog-page, .lt-ie9 .shop-page, .lt-ie9 section.error-404 {
    padding: 4em 0; }
  @media screen and (min-width: 60em) {
    .section, .full-width, .entry-content .blog-posts,
    .blog-posts, .site-main.simple, .blog-page, .shop-page, section.error-404 {
      padding: 6em 0; } }
  .lt-ie9 .section, .lt-ie9 .full-width, .lt-ie9 .entry-content .blog-posts, .entry-content .lt-ie9 .blog-posts, .lt-ie9
  .blog-posts, .lt-ie9 .site-main.simple, .lt-ie9 .blog-page, .lt-ie9 .shop-page, .lt-ie9 section.error-404 {
    padding: 6em 0; }
  .section.three-col-full, .three-col-full.full-width, .entry-content .three-col-full.blog-posts,
  .three-col-full.blog-posts, .three-col-full.site-main.simple, .three-col-full.blog-page, .three-col-full.shop-page, section.three-col-full.error-404 {
    padding: 0; }

.entry-content {
  position: relative; }

.site-header {
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
  z-index: 150;
  text-align: center; }
  @media screen and (min-width: 47.5em) {
    .site-header {
      height: auto;
      text-align: left;
      position: fixed;
      width: 100%;
      z-index: 150; } }
  .lt-ie9 .site-header {
    height: auto;
    text-align: left;
    position: fixed;
    width: 100%;
    z-index: 150; }
  .site-header .site-title {
    margin-top: 50px;
    padding: 4em 0; }
    @media screen and (min-width: 47.5em) {
      .site-header .site-title {
        padding: 0;
        margin-top: 0; } }
    .lt-ie9 .site-header .site-title {
      padding: 0;
      margin-top: 0; }
  .site-header .site-title a {
    margin: 0 auto;
    width: 252px;
    height: 75px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    background-image: url(../img/global/logo-dark.png);
    background-image: url(../img/global/logo-dark.svg), none;
    opacity: 1;
    position: relative; }
    @media screen and (min-width: 47.5em) {
      .site-header .site-title a {
        width: 183px;
        height: 54px;
        display: block;
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        background-image: url(../img/global/logo-dark-min.png);
        background-image: url(../img/global/logo-dark-min.svg), none; } }
    .lt-ie9 .site-header .site-title a {
      width: 183px;
      height: 54px;
      display: block;
      text-indent: -999em;
      overflow: hidden;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
      background-image: url(../img/global/logo-dark-min.png);
      background-image: url(../img/global/logo-dark-min.svg), none; }
    @media screen and (min-width: 60em) {
      .site-header .site-title a {
        width: 252px;
        height: 75px;
        display: block;
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        background-image: url(../img/global/logo-dark.png);
        background-image: url(../img/global/logo-dark.svg), none; } }
    .lt-ie9 .site-header .site-title a {
      width: 252px;
      height: 75px;
      display: block;
      text-indent: -999em;
      overflow: hidden;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
      background-image: url(../img/global/logo-dark.png);
      background-image: url(../img/global/logo-dark.svg), none; }
    .site-header .site-title a:hover {
      opacity: 0.8; }
    @media screen and (min-width: 47.5em) {
      .site-header .site-title a {
        margin: 0;
        top: 4em; } }
    .lt-ie9 .site-header .site-title a {
      margin: 0;
      top: 4em; }
    @media screen and (min-width: 60em) {
      .site-header .site-title a {
        top: 3.25em; } }
    .lt-ie9 .site-header .site-title a {
      top: 3.25em; }
    .site-header .site-title a.home {
      width: 251px;
      height: 74px;
      display: block;
      text-indent: -999em;
      overflow: hidden;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
      background-image: url(../img/global/logo-dark.png);
      background-image: url(../img/global/logo-dark.svg), none; }
      @media screen and (min-width: 47.5em) {
        .site-header .site-title a.home {
          width: 183px;
          height: 54px;
          display: block;
          text-indent: -999em;
          overflow: hidden;
          background-repeat: no-repeat;
          text-align: left;
          direction: ltr;
          background-image: url(../img/global/logo-min.png); } }
      .lt-ie9 .site-header .site-title a.home {
        width: 183px;
        height: 54px;
        display: block;
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        background-image: url(../img/global/logo-min.png); }
      @media screen and (min-width: 60em) {
        .site-header .site-title a.home {
          width: 252px;
          height: 75px;
          display: block;
          text-indent: -999em;
          overflow: hidden;
          background-repeat: no-repeat;
          text-align: left;
          direction: ltr;
          background-image: url(../img/global/logo.png);
          background-image: url(../img/global/logo.svg), none; } }
      .lt-ie9 .site-header .site-title a.home {
        width: 252px;
        height: 75px;
        display: block;
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
        background-image: url(../img/global/logo.png);
        background-image: url(../img/global/logo.svg), none; }
  @media screen and (min-width: 47.5em) {
    .site-header .site-branding {
      width: 16.6666666667%;
      float: left; } }
  .lt-ie9 .site-header .site-branding {
    width: 16.6666666667%;
    float: left; }
  @media screen and (min-width: 47.5em) {
    .site-header .top-nav {
      -webkit-transition: all, 0.25s;
      transition: all, 0.25s;
      width: 80%;
      float: right;
      padding: 5.65em 0; } }
  .lt-ie9 .site-header .top-nav {
    -webkit-transition: all, 0.25s;
    transition: all, 0.25s;
    width: 80%;
    float: right;
    padding: 5.65em 0; }
  .site-header .top-nav a {
    padding: 0 0.32em 1em; }
  @media screen and (min-width: 47.5em) {
    .site-header.minify-header .site-title a {
      top: 1.5em;
      width: 183px;
      height: 54px;
      display: block;
      text-indent: -999em;
      overflow: hidden;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
      background-image: url(../img/global/logo-dark-min.png);
      background-image: url(../img/global/logo-dark-min.svg), none; } }
  .lt-ie9 .site-header.minify-header .site-title a {
    top: 1.5em;
    width: 183px;
    height: 54px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    background-image: url(../img/global/logo-dark-min.png);
    background-image: url(../img/global/logo-dark-min.svg), none; }
  @media screen and (min-width: 47.5em) {
    .site-header.minify-header .top-nav {
      padding: 3em 0; } }
  .lt-ie9 .site-header.minify-header .top-nav {
    padding: 3em 0; }

.side-header .cart-link {
  position: relative; }

.header-search {
  position: relative;
  display: none; }
  @media screen and (min-width: 47.5em) {
    .header-search {
      display: block;
      float: right;
      width: 3.33333333333%;
      padding: 5.8em 0 5.8em 1em; } }
  .lt-ie9 .header-search {
    display: block;
    float: right;
    width: 3.33333333333%;
    padding: 5.8em 0 5.8em 1em; }
  @media screen and (min-width: 60em) {
    .header-search {
      padding: 5.8em 0 5.8em 3em; } }
  .lt-ie9 .header-search {
    padding: 5.8em 0 5.8em 3em; }
  .header-search .search-form {
    display: none;
    position: absolute;
    width: 283px;
    max-width: 283px;
    top: 8em;
    right: -1em;
    z-index: 500; }
  .header-search .fa-search {
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-size: 1.8rem; }
  .header-search .search-field {
    outline: 0;
    border: 0;
    background: #0A2A52;
    color: white;
    padding: 1em 0.35em;
    font-size: 14px;
    font-size: 1.4rem;
    height: 3.45em;
    top: -1px;
    position: relative; }
  .header-search .search-submit {
    position: relative;
    right: 2px; }

@media screen and (min-width: 47.5em) {
  .minify-header .header-search {
    padding: 3em 0 3em 1em; } }

.lt-ie9 .minify-header .header-search {
  padding: 3em 0 3em 1em; }

@media screen and (min-width: 60em) {
  .minify-header .header-search {
    padding: 3em 0 3em 1em; } }

.lt-ie9 .minify-header .header-search {
  padding: 3em 0 3em 1em; }

.minify-header .header-search .fa-search {
  color: #FB6230; }

.minify-header .cart-link a {
  color: #FB6230; }

.minify-header .cart-link .cart-items {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  color: #0A2A52;
  top: -1.75em;
  left: -1.5em;
  min-width: 80px;
  text-align: center; }
  .minify-header .cart-link .cart-items a {
    color: #0A2A52; }

.innerpage .header-search .fa-search {
  color: #FB6230; }

.site-footer {
  width: 100%;
  padding: 2em 0; }
  @media screen and (min-width: 47.5em) {
    .site-footer {
      padding: 4em 0; } }
  .lt-ie9 .site-footer {
    padding: 4em 0; }
  @media screen and (min-width: 60em) {
    .site-footer {
      padding: 6em 0; } }
  .lt-ie9 .site-footer {
    padding: 6em 0; }

.primary-footer {
  *zoom: 1; }
  .primary-footer:before, .primary-footer:after {
    content: " ";
    display: table; }
  .primary-footer:after {
    clear: both; }

.newsletter {
  *zoom: 1;
  padding: 2em 0; }
  .newsletter:before, .newsletter:after {
    content: " ";
    display: table; }
  .newsletter:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .newsletter {
      padding: 4em 0; } }
  .lt-ie9 .newsletter {
    padding: 4em 0; }
  @media screen and (min-width: 60em) {
    .newsletter {
      padding: 6em 0; } }
  .lt-ie9 .newsletter {
    padding: 6em 0; }
  @media screen and (min-width: 75em) {
    .newsletter {
      padding: 7em 0; } }
  .newsletter label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .newsletter label.focusable:active, .newsletter label.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
  @media screen and (min-width: 47.5em) {
    .newsletter h6 {
      display: inline-block;
      width: 35.5263157895%;
      float: left;
      position: relative;
      top: 0.5em; } }
  .lt-ie9 .newsletter h6 {
    display: inline-block;
    width: 35.5263157895%;
    float: left;
    position: relative;
    top: 0.5em; }
  @media screen and (min-width: 60em) {
    .newsletter h6 {
      width: 27.0833333333%;
      margin-left: 0.5em; } }
  .lt-ie9 .newsletter h6 {
    width: 27.0833333333%;
    margin-left: 0.5em; }
  @media screen and (min-width: 47.5em) {
    .newsletter .gform_wrapper {
      width: 61.8421052632%;
      float: right;
      position: relative;
      top: -1em; } }
  .lt-ie9 .newsletter .gform_wrapper {
    width: 61.8421052632%;
    float: right;
    position: relative;
    top: -1em; }
  @media screen and (min-width: 60em) {
    .newsletter .gform_wrapper {
      width: 70.8333333333%; } }
  .lt-ie9 .newsletter .gform_wrapper {
    width: 70.8333333333%; }
  @media screen and (min-width: 75em) {
    .newsletter .gform_wrapper {
      width: 71.6666666667%; } }
  .newsletter .gform_wrapper .top_label input.medium {
    width: 100%;
    padding: 1em; }
    @media screen and (min-width: 47.5em) {
      .newsletter .gform_wrapper .top_label input.medium {
        display: inline-block;
        width: 38.2978723404%;
        float: left; } }
    .lt-ie9 .newsletter .gform_wrapper .top_label input.medium {
      display: inline-block;
      width: 38.2978723404%;
      float: left; }
    @media screen and (min-width: 60em) {
      .newsletter .gform_wrapper .top_label input.medium {
        width: 34.7826086957%; } }
    .lt-ie9 .newsletter .gform_wrapper .top_label input.medium {
      width: 34.7826086957%; }
    @media screen and (min-width: 75em) {
      .newsletter .gform_wrapper .top_label input.medium {
        width: 35.8108108108%; } }
    .newsletter .gform_wrapper .top_label input.medium#input_1_1, .newsletter .gform_wrapper .top_label input.medium#input_1_2 {
      margin-bottom: 1em; }
      @media screen and (min-width: 47.5em) {
        .newsletter .gform_wrapper .top_label input.medium#input_1_1, .newsletter .gform_wrapper .top_label input.medium#input_1_2 {
          margin-bottom: 0;
          margin-right: 1em; } }
      .lt-ie9 .newsletter .gform_wrapper .top_label input.medium#input_1_1, .lt-ie9 .newsletter .gform_wrapper .top_label input.medium#input_1_2 {
        margin-bottom: 0;
        margin-right: 1em; }
    @media screen and (min-width: 60em) {
      .newsletter .gform_wrapper .top_label input.medium#input_1_1 {
        margin-left: 3.5em; } }
    .lt-ie9 .newsletter .gform_wrapper .top_label input.medium#input_1_1 {
      margin-left: 3.5em; }
  .newsletter #gform_submit_button_1 {
    margin: 0 auto; }
    @media screen and (min-width: 47.5em) {
      .newsletter #gform_submit_button_1 {
        margin: 0;
        display: inline-block; } }
    .lt-ie9 .newsletter #gform_submit_button_1 {
      margin: 0;
      display: inline-block; }

.footer-nav {
  *zoom: 1;
  width: 100%; }
  .footer-nav:before, .footer-nav:after {
    content: " ";
    display: table; }
  .footer-nav:after {
    clear: both; }
  .footer-nav ul {
    list-style: none;
    margin: 0; }
  .footer-nav li {
    margin: 0 0 0.75em 0;
    display: block; }
  .footer-nav a {
    display: block;
    text-transform: uppercase;
    text-decoration: none; }
  .footer-nav .sub-menu {
    display: none; }

.address,
.footer-nav {
  text-align: center;
  margin-bottom: 2em; }
  @media screen and (min-width: 47.5em) {
    .address,
    .footer-nav {
      margin-bottom: 0;
      text-align: left;
      width: 31.5789473684%;
      float: left; } }
  .lt-ie9 .address, .lt-ie9
  .footer-nav {
    margin-bottom: 0;
    text-align: left;
    width: 31.5789473684%;
    float: left; }
  @media screen and (min-width: 60em) {
    .address,
    .footer-nav {
      width: 25%; } }
  .lt-ie9 .address, .lt-ie9
  .footer-nav {
    width: 25%; }
  @media screen and (min-width: 75em) {
    .address,
    .footer-nav {
      width: 20%; } }

@media screen and (min-width: 47.5em) {
  .address {
    margin-right: 2.63157894737%; } }

.lt-ie9 .address {
  margin-right: 2.63157894737%; }

@media screen and (min-width: 60em) {
  .address {
    margin-right: 2.08333333333%; } }

.lt-ie9 .address {
  margin-right: 2.08333333333%; }

@media screen and (min-width: 75em) {
  .address {
    margin-right: 1.66666666667%; } }

.social-media {
  text-align: center; }
  @media screen and (min-width: 47.5em) {
    .social-media {
      width: 31.5789473684%;
      float: right;
      text-align: right; } }
  .lt-ie9 .social-media {
    width: 31.5789473684%;
    float: right;
    text-align: right; }
  @media screen and (min-width: 60em) {
    .social-media {
      width: 35.4166666667%; } }
  .lt-ie9 .social-media {
    width: 35.4166666667%; }
  @media screen and (min-width: 75em) {
    .social-media {
      width: 30%; } }
  @media screen and (min-width: 47.5em) {
    .social-media .links {
      position: relative;
      left: 1em; } }
  .lt-ie9 .social-media .links {
    position: relative;
    left: 1em; }

.site-info {
  *zoom: 1;
  margin-top: 2em;
  text-align: center; }
  .site-info:before, .site-info:after {
    content: " ";
    display: table; }
  .site-info:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .site-info {
      text-align: left; } }
  .lt-ie9 .site-info {
    text-align: left; }
  .site-info .wrap {
    padding-top: 2em; }
    @media screen and (min-width: 47.5em) {
      .site-info .wrap {
        padding-top: 4em; } }
    .lt-ie9 .site-info .wrap {
      padding-top: 4em; }
  @media screen and (min-width: 47.5em) {
    .site-info .copyright,
    .site-info .imagebox {
      width: 50%;
      float: left; } }
  .lt-ie9 .site-info .copyright, .lt-ie9
  .site-info .imagebox {
    width: 50%;
    float: left; }
  @media screen and (min-width: 47.5em) {
    .site-info .imagebox {
      text-align: right; } }
  .lt-ie9 .site-info .imagebox {
    text-align: right; }
  .site-info .imagebox span {
    position: relative;
    top: 0.5em;
    margin-right: 1em;
    display: inline-block; }
    @media screen and (min-width: 47.5em) {
      .site-info .imagebox span {
        top: 0;
        margin: 0.5em 1em 0 0; } }
    .lt-ie9 .site-info .imagebox span {
      top: 0;
      margin: 0.5em 1em 0 0; }
  .site-info .imagebox a {
    width: 81px;
    height: 23px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    display: inline-block;
    background: url(../img/global/imagebox2x.png) no-repeat;
    background-size: 81px, 23px; }
    @media screen and (min-width: 47.5em) {
      .site-info .imagebox a {
        float: right; } }
    .lt-ie9 .site-info .imagebox a {
      float: right; }

.sidebar {
  margin-top: 3em; }
  @media screen and (min-width: 47.5em) {
    .sidebar {
      margin-top: 0; } }
  .lt-ie9 .sidebar {
    margin-top: 0; }

body.woocommerce .sidebar.default {
  display: none; }

.inner-sidebar-nav.inner-sidebar-nav {
  margin-bottom: 3em; }
  .inner-sidebar-nav.inner-sidebar-nav ul {
    list-style: none;
    margin: 0; }
  .inner-sidebar-nav.inner-sidebar-nav li {
    background: none;
    padding: 0; }
  .inner-sidebar-nav.inner-sidebar-nav li, .inner-sidebar-nav.inner-sidebar-nav a {
    display: block;
    margin: 0; }
  .inner-sidebar-nav.inner-sidebar-nav a {
    text-decoration: none;
    padding: 0.25em 0; }
  .inner-sidebar-nav.inner-sidebar-nav .children {
    display: none;
    margin-left: 1em;
    margin-bottom: 0.5em; }
  .inner-sidebar-nav.inner-sidebar-nav .current_page_parent .children,
  .inner-sidebar-nav.inner-sidebar-nav .current_page_item .children {
    display: block; }

.sidebar-nav {
  margin-bottom: 3em; }
  .sidebar-nav ul {
    list-style: none;
    margin: 0; }
  .sidebar-nav li {
    background: none;
    padding: 0; }
  .sidebar-nav li, .sidebar-nav a {
    display: block;
    margin: 0; }
  .sidebar-nav a {
    text-decoration: none;
    padding: 1em; }
  .sidebar-nav .children {
    display: none;
    margin-left: 1em; }
  .sidebar-nav .current_page_parent .children,
  .sidebar-nav .current_page_item .children {
    display: block; }

.widget {
  margin-bottom: 3em; }
  .widget li {
    margin-bottom: 1em; }

body.page-template-page-home-php .mission,
body.page-template-page-home-php .photo-collage,
body.page-template-page-home-php .initiatives-and-solutions {
  position: relative;
  top: -20px; }
  @media screen and (min-width: 47.5em) {
    body.page-template-page-home-php .mission,
    body.page-template-page-home-php .photo-collage,
    body.page-template-page-home-php .initiatives-and-solutions {
      top: -10px; } }
  .lt-ie9 body.page-template-page-home-php .mission, .lt-ie9
  body.page-template-page-home-php .photo-collage, .lt-ie9
  body.page-template-page-home-php .initiatives-and-solutions {
    top: -10px; }
  @media screen and (min-width: 60em) {
    body.page-template-page-home-php .mission,
    body.page-template-page-home-php .photo-collage,
    body.page-template-page-home-php .initiatives-and-solutions {
      top: -20px; } }
  .lt-ie9 body.page-template-page-home-php .mission, .lt-ie9
  body.page-template-page-home-php .photo-collage, .lt-ie9
  body.page-template-page-home-php .initiatives-and-solutions {
    top: -20px; }

.site-main.homepage .hero-border {
  position: relative;
  padding: 10px 10px 30px 10px;
  height: auto;
  border: 3px solid white;
  z-index: 50; }
  @media screen and (min-width: 47.5em) {
    .site-main.homepage .hero-border {
      padding: 5px 5px 15px 5px;
      border: 2px solid white; } }
  .lt-ie9 .site-main.homepage .hero-border {
    padding: 5px 5px 15px 5px;
    border: 2px solid white; }
  @media screen and (min-width: 60em) {
    .site-main.homepage .hero-border {
      padding: 10px 10px 30px 10px;
      border: 3px solid white; } }
  .lt-ie9 .site-main.homepage .hero-border {
    padding: 10px 10px 30px 10px;
    border: 3px solid white; }

.site-main.homepage .hero {
  *zoom: 1;
  text-align: center;
  background-size: cover;
  padding: 10px; }
  .site-main.homepage .hero:before, .site-main.homepage .hero:after {
    content: " ";
    display: table; }
  .site-main.homepage .hero:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .site-main.homepage .hero {
      padding: 5px; } }
  .lt-ie9 .site-main.homepage .hero {
    padding: 5px; }
  @media screen and (min-width: 60em) {
    .site-main.homepage .hero {
      padding: 10px; } }
  .lt-ie9 .site-main.homepage .hero {
    padding: 10px; }
  .site-main.homepage .hero .inner {
    padding: 4em 0; }
    @media screen and (min-width: 47.5em) {
      .site-main.homepage .hero .inner {
        padding: 20em 0 15em; } }
    .lt-ie9 .site-main.homepage .hero .inner {
      padding: 20em 0 15em; }
    @media screen and (min-width: 60em) {
      .site-main.homepage .hero .inner {
        padding: 25em 0 20em; } }
    .lt-ie9 .site-main.homepage .hero .inner {
      padding: 25em 0 20em; }
  .site-main.homepage .hero h1:after {
    background: none; }
  .site-main.homepage .hero .button {
    margin-top: 2em; }
    @media screen and (min-width: 47.5em) {
      .site-main.homepage .hero .button {
        margin-top: 3em; } }
    .lt-ie9 .site-main.homepage .hero .button {
      margin-top: 3em; }

.site-main.homepage .mission {
  *zoom: 1;
  padding: 4em 0; }
  .site-main.homepage .mission:before, .site-main.homepage .mission:after {
    content: " ";
    display: table; }
  .site-main.homepage .mission:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .site-main.homepage .mission {
      padding: 6em 0; } }
  .lt-ie9 .site-main.homepage .mission {
    padding: 6em 0; }
  .site-main.homepage .mission img {
    width: auto;
    margin: 0 auto 2em; }
    @media screen and (min-width: 47.5em) {
      .site-main.homepage .mission img {
        float: left;
        margin: 1em 1em 0 0;
        padding: 0 1em 0 0; } }
    .lt-ie9 .site-main.homepage .mission img {
      float: left;
      margin: 1em 1em 0 0;
      padding: 0 1em 0 0; }
    @media screen and (min-width: 60em) {
      .site-main.homepage .mission img {
        margin: 0;
        padding: 0; } }
    .lt-ie9 .site-main.homepage .mission img {
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 47.5em) {
    .site-main.homepage .mission .mission-info {
      float: right;
      width: 81.4285714286%;
      padding-left: 3em; } }
  .lt-ie9 .site-main.homepage .mission .mission-info {
    float: right;
    width: 81.4285714286%;
    padding-left: 3em; }
  @media screen and (min-width: 60em) {
    .site-main.homepage .mission .mission-info {
      width: 85.4166666667%; } }
  .lt-ie9 .site-main.homepage .mission .mission-info {
    width: 85.4166666667%; }
  @media screen and (min-width: 75em) {
    .site-main.homepage .mission .mission-info {
      float: none;
      width: auto; } }
  @media screen and (min-width: 75em) {
    .site-main.homepage .mission .mission-info h4 {
      float: left;
      margin: 0.25em 0 0 1.25em;
      max-width: 520px; } }
  @media screen and (min-width: 75em) {
    .site-main.homepage .mission .mission-info p {
      float: right;
      max-width: 510px;
      margin-top: 1em; } }

.site-main.homepage .photo-collage {
  *zoom: 1;
  position: relative;
  text-align: center; }
  .site-main.homepage .photo-collage:before, .site-main.homepage .photo-collage:after {
    content: " ";
    display: table; }
  .site-main.homepage .photo-collage:after {
    clear: both; }
  .site-main.homepage .photo-collage img {
    margin: 0;
    display: block;
    width: 100%;
    height: auto; }
  .site-main.homepage .photo-collage .left,
  .site-main.homepage .photo-collage .right-top,
  .site-main.homepage .photo-collage .right-bottom-left,
  .site-main.homepage .photo-collage .right-bottom-right {
    position: relative;
    width: 100%; }
  .site-main.homepage .photo-collage .collage-box {
    position: relative; }
  .site-main.homepage .photo-collage .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../img/global/darken.png) repeat; }
  .site-main.homepage .photo-collage .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .site-main.homepage .photo-collage .left {
    min-height: 400px; }
    @media screen and (min-width: 47.5em) {
      .site-main.homepage .photo-collage .left {
        min-height: 600px;
        float: left;
        width: 50%; } }
    .lt-ie9 .site-main.homepage .photo-collage .left {
      min-height: 600px;
      float: left;
      width: 50%; }
  @media screen and (min-width: 47.5em) {
    .site-main.homepage .photo-collage .right {
      min-height: 600px;
      float: left;
      width: 50%; } }
  .lt-ie9 .site-main.homepage .photo-collage .right {
    min-height: 600px;
    float: left;
    width: 50%; }
  .site-main.homepage .photo-collage,
  .site-main.homepage .photo-collage .right-top {
    min-height: 400px; }
    @media screen and (min-width: 47.5em) {
      .site-main.homepage .photo-collage,
      .site-main.homepage .photo-collage .right-top {
        min-height: 300px;
        width: 100%; } }
    .lt-ie9 .site-main.homepage .photo-collage, .lt-ie9
    .site-main.homepage .photo-collage .right-top {
      min-height: 300px;
      width: 100%; }
  .site-main.homepage .photo-collage .right-bottom-left,
  .site-main.homepage .photo-collage .right-bottom-right {
    min-height: 400px; }
    @media screen and (min-width: 47.5em) {
      .site-main.homepage .photo-collage .right-bottom-left,
      .site-main.homepage .photo-collage .right-bottom-right {
        min-height: 300px;
        float: left;
        width: 50%; } }
    .lt-ie9 .site-main.homepage .photo-collage .right-bottom-left, .lt-ie9
    .site-main.homepage .photo-collage .right-bottom-right {
      min-height: 300px;
      float: left;
      width: 50%; }

.initiatives-and-solutions {
  *zoom: 1;
  text-align: center; }
  .initiatives-and-solutions:before, .initiatives-and-solutions:after {
    content: " ";
    display: table; }
  .initiatives-and-solutions:after {
    clear: both; }
  .initiatives-and-solutions .initiatives,
  .initiatives-and-solutions .solutions {
    position: relative;
    min-height: 480px; }
    @media screen and (min-width: 47.5em) {
      .initiatives-and-solutions .initiatives,
      .initiatives-and-solutions .solutions {
        float: left;
        width: 50%; } }
    .lt-ie9 .initiatives-and-solutions .initiatives, .lt-ie9
    .initiatives-and-solutions .solutions {
      float: left;
      width: 50%; }
  .initiatives-and-solutions .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
  .initiatives-and-solutions .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .initiatives-and-solutions .box ul {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 1em; }
    @media screen and (min-width: 47.5em) {
      .initiatives-and-solutions .box ul {
        display: none; } }
    .lt-ie9 .initiatives-and-solutions .box ul {
      display: none; }
  .initiatives-and-solutions .large-amp {
    background: url(../img/home/large-amp.png) no-repeat center center;
    width: 116px;
    height: 128px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    top: 44%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 47.5em) {
      .initiatives-and-solutions .large-amp {
        top: 40%; } }
    .lt-ie9 .initiatives-and-solutions .large-amp {
      top: 40%; }

.site-main.simple {
  *zoom: 1; }
  .site-main.simple:before, .site-main.simple:after {
    content: " ";
    display: table; }
  .site-main.simple:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .site-main.simple .entry-content {
      width: 71.6666666667%;
      float: right; } }
  .lt-ie9 .site-main.simple .entry-content {
    width: 71.6666666667%;
    float: right; }
  @media screen and (min-width: 47.5em) {
    .site-main.simple .sidebar {
      width: 21.6666666667%;
      float: left; } }
  .lt-ie9 .site-main.simple .sidebar {
    width: 21.6666666667%;
    float: left; }

.blog-page .blog-intro {
  margin-bottom: 4em;
  padding-bottom: 2em;
  border-bottom: 1px solid #c8c8c8; }

@media screen and (min-width: 47.5em) {
  .blog-page .entry-content {
    width: 71.6666666667%;
    float: left; } }

.lt-ie9 .blog-page .entry-content {
  width: 71.6666666667%;
  float: left; }

@media screen and (min-width: 47.5em) {
  .blog-page .sidebar {
    width: 21.6666666667%;
    float: right; } }

.lt-ie9 .blog-page .sidebar {
  width: 21.6666666667%;
  float: right; }

.blog-page article {
  margin-bottom: 5em;
  padding-bottom: 6em; }
  .blog-page article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  @media screen and (min-width: 47.5em) {
    .blog-page article {
      margin-bottom: 10em;
      padding-bottom: 12em; } }
  .lt-ie9 .blog-page article {
    margin-bottom: 10em;
    padding-bottom: 12em; }

.search-result {
  margin-bottom: 5em;
  padding-bottom: 6em; }
  .search-result:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.shop-page .entry-content {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 47.5em) {
    .shop-page .entry-content {
      max-width: 1200px; } }
  .lt-ie9 .shop-page .entry-content {
    max-width: 1200px; }

.shop-page .sku_wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  color: #444; }

.shop-page .page-title,
.shop-page .woocommerce-breadcrumb,
.shop-page .woocommerce-result-count,
.shop-page .woocommerce-ordering,
.shop-page .products .add_to_cart_button {
  display: none; }

.shop-page ul.products li.product {
  text-align: center;
  background: white;
  padding: 1em; }
  .shop-page ul.products li.product h3 {
    color: #0A2A52; }

@media screen and (min-width: 47.5em) {
  .shop-page ul.products li.product a .product-photo-wrap {
    height: 275px;
    background: white; } }

.lt-ie9 .shop-page ul.products li.product a .product-photo-wrap {
  height: 275px;
  background: white; }

@media screen and (min-width: 47.5em) {
  .shop-page ul.products li.product a .product-photo-wrap img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 257px !important;
    width: auto !important;
    margin: 0 auto !important; } }

.lt-ie9 .shop-page ul.products li.product a .product-photo-wrap img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 257px !important;
  width: auto !important;
  margin: 0 auto !important; }

.shop-page ul.products li.product a .product-photo-wrap a {
  overflow: hidden; }

.shop-page .woocommerce-pagination ul.page-numbers li {
  background: transparent; }

.product_title:after {
  height: 0; }

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #FFC845 !important; }

.variations select {
  font-size: 17px;
  font-size: 1.7rem; }

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.stock {
  font-size: 18px;
  font-size: 1.8rem; }

.woocommerce ul.products li.product .price {
  background: #FB6230;
  color: white !important; }

.woocommerce .quantity .qty,
#coupon_code {
  padding: 0.55em;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem; }

#coupon_code {
  width: 200px !important; }

.woocommerce-message,
.woocommerce-info {
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (min-width: 47.5em) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 30%; } }

.lt-ie9 .woocommerce #content div.product div.images, .lt-ie9
.woocommerce div.product div.images, .lt-ie9
.woocommerce-page #content div.product div.images, .lt-ie9
.woocommerce-page div.product div.images {
  width: 30%; }

@media screen and (min-width: 47.5em) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 65%; } }

.lt-ie9 .woocommerce #content div.product div.summary, .lt-ie9
.woocommerce div.product div.summary, .lt-ie9
.woocommerce-page #content div.product div.summary, .lt-ie9
.woocommerce-page div.product div.summary {
  width: 65%; }

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce table.shop_table th {
  font-size: 16px;
  font-size: 1.6rem; }

.woocommerce-error,
.wc_payment_methods,
.woocommerce-thankyou-order-details.order_details {
  margin: 0; }
  .woocommerce-error li,
  .wc_payment_methods li,
  .woocommerce-thankyou-order-details.order_details li {
    margin-left: 0;
    background: transparent; }

li.payment_method_stripe {
  background: transparent !important;
  padding-left: 0 !important; }

.wc_payment_methods {
  margin: 0; }
  .wc_payment_methods li {
    padding-left: 0;
    background: transparent; }
  .wc_payment_methods img {
    display: inline-block; }

.woocommerce-thankyou-order-details.order_details {
  font-size: 16px;
  font-size: 1.6rem; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ccc; }

ul.card-connect-allowed-cards li {
  display: inline-block; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem; }

.type-product.search-result {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

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