@charset "UTF-8";
/*
 _scratch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5; }

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

.footer-column .gform-body fieldset {
	background-color: transparent !important;
	border: 0 !important;
}

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/*!
 *  Font Awesome 4.6.2 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("../eot/fontawesome-webfont9efe.eot?v=4.6.2");
  src: url("../eot/fontawesome-webfontd41d.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../woff2/fontawesome-webfont9efe.woff2?v=4.6.2") format("woff2"), url("../woff/fontawesome-webfont9efe.woff?v=4.6.2") format("woff"), url("../ttf/fontawesome-webfont9efe.ttf?v=4.6.2") format("truetype"), url("../svg/fontawesome-webfont9efe.svg?v=4.6.2#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.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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-pp: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-resistance: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: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* BNPP Sans */
@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-light.html);
  src: url(../bnpp-sans-lightd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-light-2.html) format("woff"), url(../bnpp-sans-light-3.html) format("truetype"), url(../bnpp-sans-light-4.html#BNPPSans) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-light-italic.html);
  src: url(../bnpp-sans-light-italicd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-light-italic-2.html) format("woff"), url(../bnpp-sans-light-italic-3.html) format("truetype"), url(../bnpp-sans-light-italic-4.html#BNPPSans) format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans.html);
  src: url(../bnpp-sansd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-2.html) format("woff"), url(../bnpp-sans-3.html) format("truetype"), url(../bnpp-sans-4.html#BNPPSans) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-italic.html);
  src: url(../bnpp-sans-italicd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-italic-2.html) format("woff"), url(../bnpp-sans-italic-3.html) format("truetype"), url(../bnpp-sans-italic-4.html#BNPPSans) format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-bold.html);
  src: url(../bnpp-sans-boldd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-bold-2.html) format("woff"), url(../bnpp-sans-bold-3.html) format("truetype"), url(../bnpp-sans-bold-4.html#BNPPSans) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-bold-italic.html);
  src: url(../bnpp-sans-bold-italicd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-bold-italic-2.html) format("woff"), url(../bnpp-sans-bold-italic-3.html) format("truetype"), url(../bnpp-sans-bold-italic-4.html#BNPPSans) format("svg");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-extrabold.html);
  src: url(../bnpp-sans-extraboldd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-extrabold-2.html) format("woff"), url(../bnpp-sans-extrabold-3.html) format("truetype"), url(../bnpp-sans-extrabold-4.html#BNPPSans) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSans";
  src: url(../bnpp-sans-extrabold-italic.html);
  src: url(../bnpp-sans-extrabold-italicd41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-extrabold-italic-2.html) format("woff"), url(../bnpp-sans-extrabold-italic-3.html) format("truetype"), url(../bnpp-sans-extrabold-italic-4.html#BNPPSans) format("svg");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal; }

/* BNPP Sans Condensed */
@font-face {
  font-family: "BNPPSansCondensed";
  src: url(../bnpp-sans-cond-light-v2.html);
  src: url(../bnpp-sans-cond-light-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-cond-light-v2-2.html) format("woff"), url(../bnpp-sans-cond-light-v2-3.html) format("truetype"), url(../bnpp-sans-cond-light-v2-4.html#BNPPSansCondensed) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSansCondensed";
  src: url(../bnpp-sans-cond-v2.html);
  src: url(../bnpp-sans-cond-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-cond-v2-2.html) format("woff"), url(../bnpp-sans-cond-v2-3.html) format("truetype"), url(../bnpp-sans-cond-v2-4.html#BNPPSansCondensed) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSansCondensed";
  src: url(../bnpp-sans-cond-bold-v2.html);
  src: url(../bnpp-sans-cond-bold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-cond-bold-v2-2.html) format("woff"), url(../bnpp-sans-cond-bold-v2-3.html) format("truetype"), url(../bnpp-sans-cond-bold-v2-4.html#BNPPSansCondensed) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSansCondensed";
  src: url(../bnpp-sans-cond-extrabold-v2.html);
  src: url(../bnpp-sans-cond-extrabold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-sans-cond-extrabold-v2-2.html) format("woff"), url(../bnpp-sans-cond-extrabold-v2-3.html) format("truetype"), url(../bnpp-sans-cond-extrabold-v2-4.html#BNPPSansCondensed) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* BNPP Serif */
@font-face {
  font-family: "BNPPSerif";
  src: url(../bnpp-serif-light-v2.html);
  src: url(../bnpp-serif-light-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-serif-light-v2-2.html) format("woff"), url(../bnpp-serif-light-v2-3.html) format("truetype"), url(../bnpp-serif-light-v2-4.html#BNPPSerif) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSerif";
  src: url(../bnpp-serif-regular-v2.html);
  src: url(../bnpp-serif-regular-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-serif-regular-v2-2.html) format("woff"), url(../bnpp-serif-regular-v2-3.html) format("truetype"), url(../bnpp-serif-regular-v2-4.html#BNPPSerif) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSerif";
  src: url(../bnpp-serif-bold-v2.html);
  src: url(../bnpp-serif-bold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-serif-bold-v2-2.html) format("woff"), url(../bnpp-serif-bold-v2-3.html) format("truetype"), url(../bnpp-serif-bold-v2-4.html#BNPPSerif) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSerif";
  src: url(../bnpp-serif-extrabold-v2.html);
  src: url(../bnpp-serif-extrabold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-serif-extrabold-v2-2.html) format("woff"), url(../bnpp-serif-extrabold-v2-3.html) format("truetype"), url(../bnpp-serif-extrabold-v2-4.html#BNPPSerif) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* BNPP Slab Expanded */
@font-face {
  font-family: "BNPPSlabExpanded";
  src: url(../bnpp-slabexpanded-light-v2.html);
  src: url(../bnpp-slabexpanded-light-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabexpanded-light-v2-2.html) format("woff"), url(../bnpp-slabexpanded-light-v2-3.html) format("truetype"), url(../bnpp-slabexpanded-light-v2-4.html#BNPPSlabExpanded) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSlabExpanded";
  src: url(../bnpp-slabexpanded-regular-v2.html);
  src: url(../bnpp-slabexpanded-regular-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabexpanded-regular-v2-2.html) format("woff"), url(../bnpp-slabexpanded-regular-v2-3.html) format("truetype"), url(../bnpp-slabexpanded-regular-v2-4.html#BNPPSlabExpanded) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSlabExpanded";
  src: url(../bnpp-slabexpended-bold-v2.html);
  src: url(../bnpp-slabexpended-bold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabexpended-bold-v2-2.html) format("woff"), url(../bnpp-slabexpended-bold-v2-3.html) format("truetype"), url(../bnpp-slabexpended-bold-v2-4.html#BNPPSlabExpanded) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSlabExpanded";
  src: url(../bnpp-slabexpended-extrabold-v2.html);
  src: url(../bnpp-slabexpended-extrabold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabexpended-extrabold-v2-2.html) format("woff"), url(../bnpp-slabexpended-extrabold-v2-3.html) format("truetype"), url(../bnpp-slabexpended-extrabold-v2-4.html#BNPPSlabExpanded) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* BNPP Slab Serif */
@font-face {
  font-family: "BNPPSlabSerif";
  src: url(../bnpp-slabserif-light-v2.html);
  src: url(../bnpp-slabserif-light-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabserif-light-v2-2.html) format("woff"), url(../bnpp-slabserif-light-v2-3.html) format("truetype"), url(../bnpp-slabserif-light-v2-4.html#BNPPSlabSerif) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSlabSerif";
  src: url(../bnpp-slabserif-regular-v2.html);
  src: url(../bnpp-slabserif-regular-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabserif-regular-v2-2.html) format("woff"), url(../bnpp-slabserif-regular-v2-3.html) format("truetype"), url(../bnpp-slabserif-regular-v2-4.html#BNPPSlabSerif) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSlabSerif";
  src: url(../bnpp-slabserif-bold-v2.html);
  src: url(../bnpp-slabserif-bold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabserif-bold-v2-2.html) format("woff"), url(../bnpp-slabserif-bold-v2-3.html) format("truetype"), url(../bnpp-slabserif-bold-v2-4.html#BNPPSlabSerif) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSlabSerif";
  src: url(../bnpp-slabserif-extrabold-v2.html);
  src: url(../bnpp-slabserif-extrabold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-slabserif-extrabold-v2-2.html) format("woff"), url(../bnpp-slabserif-extrabold-v2-3.html) format("truetype"), url(../bnpp-slabserif-extrabold-v2-4.html#BNPPSlabSerif) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* BNPP Square */
@font-face {
  font-family: "BNPPSquare";
  src: url(../bnpp-square-light-v3.html);
  src: url(../bnpp-square-light-v3d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-square-light-v3-2.html) format("woff"), url(../bnpp-square-light-v3-3.html) format("truetype"), url(../bnpp-square-light-v3-4.html#BNPPSquare) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSquare";
  src: url(../bnpp-square-regular-v3.html);
  src: url(../bnpp-square-regular-v3d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-square-regular-v3-2.html) format("woff"), url(../bnpp-square-regular-v3-3.html) format("truetype"), url(../bnpp-square-regular-v3-4.html#BNPPSquare) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSquare";
  src: url(../bnpp-square-bold-v3.html);
  src: url(../bnpp-square-bold-v3d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-square-bold-v3-2.html) format("woff"), url(../bnpp-square-bold-v3-3.html) format("truetype"), url(../bnpp-square-bold-v3-4.html#BNPPSquare) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPSquare";
  src: url(../bnpp-square-extrabold-v3.html);
  src: url(../bnpp-square-extrabold-v3d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-square-extrabold-v3-2.html) format("woff"), url(../bnpp-square-extrabold-v3-3.html) format("truetype"), url(../bnpp-square-extrabold-v3-4.html#BNPPSquare) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/* BNPP Rounded */
@font-face {
  font-family: "BNPPRounded";
  src: url(../bnpp-rounded-light-v2.html);
  src: url(../bnpp-rounded-light-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-rounded-light-v2-2.html) format("woff"), url(../bnpp-rounded-light-v2-3.html) format("truetype"), url(../bnpp-rounded-light-v2-4.html#BNPPRounded) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPRounded";
  src: url(../bnpp-rounded-v2.html);
  src: url(../bnpp-rounded-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-rounded-v2-2.html) format("woff"), url(../bnpp-rounded-v2-3.html) format("truetype"), url(../bnpp-rounded-v2-4.html#BNPPRounded) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPRounded";
  src: url(../bnpp-rounded-bold-v2.html);
  src: url(../bnpp-rounded-bold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-rounded-bold-v2-2.html) format("woff"), url(../bnpp-rounded-bold-v2-3.html) format("truetype"), url(../bnpp-rounded-bold-v2-4.html#BNPPRounded) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "BNPPRounded";
  src: url(../bnpp-rounded-extrabold-v2.html);
  src: url(../bnpp-rounded-extrabold-v2d41d.html?#iefix) format("embedded-opentype"), url(../bnpp-rounded-extrabold-v2-2.html) format("woff"), url(../bnpp-rounded-extrabold-v2-3.html) format("truetype"), url(../bnpp-rounded-extrabold-v2-4.html#BNPPRounded) format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

/**
 * Table of Contents
 *
 * Accessibility
 * Alignments
 * Clearings
 * Widgets
 *
 */
/*------------------------------------------------------------------*
 * Accessibility
/*------------------------------------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif; }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*------------------------------------------------------------------*
 * Alignments
/*------------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/*------------------------------------------------------------------*
 * Clearings
/*------------------------------------------------------------------*/
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both; }

/*------------------------------------------------------------------*
 * Widgets
/*------------------------------------------------------------------*/
.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0; }

.widget .widget-title:empty {
  margin-bottom: 0; }

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0; }

.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center; }

.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em; }

.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700; }

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff; }

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em; }

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0; }

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em; }

.widget_rss .rss-date,
.widget_rss cite {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em; }

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em; }

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

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: inherit !important;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em; }

.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #007acc;
  color: #007acc;
  outline: 0; }

.bypostauthor {
  display: block; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #435aa1;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 8px 24px; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #435aa1; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f6f6;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c3c3; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; 
}

@media screen and (max-width: 540px) {
	body {
  		font-size: 16px !important;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: #000; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

p, ul {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.6s linear;
  transition: color 0.6s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
 _scratch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*------------------------------------------------------------------*
 * Social Navigation
/*------------------------------------------------------------------*/
.social-navigation ul {
  list-style: none;
  margin: 0; }

.social-navigation li {
  display: inline-block;
  margin: 0 14px 0 0; }

.social-navigation a {
  background-color: #a9a9a9;
  color: #333333;
  display: block;
  font-size: 22px;
  height: 36px;
  position: relative;
  text-align: center;
  width: 36px; }
  .social-navigation a:before {
    font-family: "FontAwesome";
    content: "\f09a";
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 26px;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .social-navigation a:hover {
    background-color: #435aa1; }
    .social-navigation a:hover:before {
      color: #333333; }

.social-navigation a[href*="codepen.io"]:before {
  content: "\f1cb"; }

.social-navigation a[href*="digg.com"]:before {
  content: "\f1a6"; }

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f17d"; }

.social-navigation a[href*="facebook.com"]:before {
  content: "\f09a"; }

.social-navigation a[href*="flickr.com"]:before {
  content: "\f16e"; }

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f0d5"; }

.social-navigation a[href*="instagram.com"]:before {
  content: "\f16d"; }

.social-navigation a[href*="linkedin.com"]:before {
  /** content: "\f08c"; **/
	content: "\f0e1";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f0d2"; }

.social-navigation a[href*="skype.com"]:before {
  content: "\f17e"; }

.social-navigation a[href*="twitter.com"]:before {
  content: "\f099"; }

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f27d"; }

.social-navigation a[href*="youtube.com"]:before {
  content: "\f167"; }

.social-navigation a[href^="mailto:"]:before {
  content: "\f003"; }

.social-navigation a[href$="/feed/"]:before {
  content: "\f09e"; }

.sliding-panel-button {
  display: none; }

@media screen and (max-width: 800px) {
  .sliding-panel-content {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: -270px;
    height: 100%;
    width: 270px;
    background: #fff;
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 999999; }
    .sliding-panel-content ul {
      padding: 0;
      margin: 0; }
    .sliding-panel-content li {
      list-style: none; }
    .sliding-panel-content li a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      text-align: left;
      padding: 16px 20px; }
      .sliding-panel-content li a:hover {
        color: #000;
        background-color: #e9e8e8; }
    .sliding-panel-content.is-visible {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      display: block;
      padding-top: 30px;
      left: 0; }
  .sliding-panel-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    z-index: 999998; }
    .sliding-panel-fade-screen.is-visible {
      opacity: 0.4;
      visibility: visible; }
  .sliding-panel-button {
    color: #435aa1;
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    margin-top: 4px;
    outline: none;
    padding: 0;
    position: absolute;
    left: 32px;
    top: 30px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: 0.6s;
    transition: 0.6s; } }
  @media screen and (max-width: 800px) and (max-width: 400px) {
    .sliding-panel-button {
      left: 15px; } }

@media screen and (max-width: 800px) {
    .sliding-panel-button:active, .sliding-panel-button:focus {
      background-color: transparent;
      color: #435aa1;
      border: none; }
    .sliding-panel-button:hover {
      background-color: transparent;
      color: #435aa1;
      border: none; }
    .sliding-panel-button span {
      color: #435aa1; } }
  @media screen and (max-width: 800px) and (max-width: 400px) {
    .sliding-panel-button {
      top: 26px; } }

.ginput_container_checkbox {
  margin-top: 6px; }
  .ginput_container_checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Source Sans Pro", Arial, sans-serif;
    line-height: 20px; }
  .ginput_container_checkbox input[type=checkbox],
  .ginput_container_checkbox input[type=radio] {
    display: none; }
  .ginput_container_checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #fff; }
  .ginput_container_checkbox input[type=checkbox]:checked + label:before,
  .ginput_container_checkbox input[type=radio]:checked + label:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #f3f3f3;
    font-size: 14px;
    text-align: center;
    line-height: 20px; }

/*
 _scratch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*------------------------------------------------------------------*
 *
 * Layout
 * Reusables
 * Header
 * Navigation - Accessible menu
 * Navigation - No JS
 * Social Navigation
 * Page Styles
 * Home Page Styles
 * Contact Page Styles
 * Blog Styles
 * Comments
 * Forms
 * 404 Styles
 * Sidebar
 * Footer
 * Media Query Viewports
 *
 
 // Font Weights
 
 Light 			300
 Normal 		400
 Bold 			700
 Extrabold 		800
 
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*
 * Layout
/*------------------------------------------------------------------*/
html,
body {
  height: 100%; }

@media screen and (max-width: 680px) {
  html {
    font-size: 14px; } }

body {
  color: #424242;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400; }

.container, .site-header-main, .site-header-menu, .page-main,
.blog-main,
.single-main, .footer-inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after, .site-header-main::after, .site-header-menu::after, .page-main::after,
  .blog-main::after,
  .single-main::after, .footer-inner::after {
    clear: both;
    content: "";
    display: block; }

.wide-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }
  .wide-container::after {
    clear: both;
    content: "";
    display: block; }

p, ul {
  color: #000;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 20px; 
}

@media screen and (max-width: 540px) {
	p, ul {
	  font-size: 1.3rem !important;
	  line-height: 1.5rem !important;
	}
}


a {
  color: #424242;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  a:focus, a:active {
    color: #424242; }
  a:hover {
    color: #435aa1; }

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

iframe {
  max-width: 100%; }

/*------------------------------------------------------------------*
 * Reusables - Styles that are reused across this site and other projects
/*------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400; }

h2 {
  font-size: 2rem; }

.wpa-btn {
  background: #fff;
  border: 1px solid #435aa1;
  border-radius: 0px;
  color: #000;
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 24px; }
  .wpa-btn:visited, .wpa-btn:active {
    color: #000;
    text-decoration: none; }
  .wpa-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #000; }

.hvr-underline, .gform_wrapper input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  border: 1px solid #435aa1; }
  .hvr-underline:hover, .gform_wrapper input[type="submit"]:hover {
    border: 1px solid #fff; }

.hvr-underline:before, .gform_wrapper input[type="submit"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #435aa1;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline:hover:before, .gform_wrapper input[type="submit"]:hover:before, .hvr-underline:focus:before, .gform_wrapper input[type="submit"]:focus:before, .hvr-underline:active:before, .gform_wrapper input[type="submit"]:active:before {
  left: 15px;
  right: 15px; }

.wpa-btn-alt {
  background-color: transparent;
  padding: 5px 24px; }
  .wpa-btn-alt:hover {
    border: 1px solid transparent;
    background-color: transparent; }

/*------------------------------------------------------------------*
 * Search
/*------------------------------------------------------------------*/
.site-search {
  float: right;
  width: 196px; }
  @media screen and (max-width: 1024px) {
    .site-search {
      display: none; } }
  .site-search label {
    float: right; }
  .site-search input[type="search"] {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #424242;
    font-size: 0.875rem;
    height: 28px;
    line-height: 28px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 162px; }
    .site-search input[type="search"]::-webkit-input-placeholder {
      color: #424242;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 400; }
    .site-search input[type="search"]::-moz-placeholder {
      color: #424242;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 400; }
    .site-search input[type="search"]:-moz-placeholder {
      color: #424242;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 400; }
    .site-search input[type="search"]:-ms-input-placeholder {
      color: #424242;
      font-family: "Source Sans Pro", Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 400; }
    @media screen and (max-width: 1024px) {
      .site-search input[type="search"] {
        width: 165px; } }
  .site-search button {
    background-color: #fff;
    background-image: url(../png/search-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    border-radius: 0;
    float: left;
    height: 28px;
    width: 34px; }

/*------------------------------------------------------------------*
 * Header
/*------------------------------------------------------------------*/
#masthead {
  background-color: rgba(0, 0, 0, 0.42);
  position: relative;
  z-index: 999; }

.hello {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  top: 30px;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .hello {
      left: 15px; } }
  @media screen and (max-width: 800px) {
    .hello {
      display: none; } }
  .hello a {
    color: #fff;
    border-bottom: 1px solid transparent; }
    .hello a:hover {
      border-bottom: 1px solid #fff; }
  .hello span {
    color: #435aa1; }

.site-branding {
  margin: 0 auto;
  width: 133px;
  position: relative;
  padding-top: 34px;
  padding-bottom: 4px;
  z-index: 9; }
  @media screen and (max-width: 800px) {
    .site-branding {
      padding-top: 18px;
      padding-bottom: 12px; } }

.languages {
  position: absolute;
  top: 20px;
  right: 0;
  top: 30px;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .languages {
      right: 32px; } }
  @media screen and (max-width: 400px) {
    .languages {
      right: 15px; } }
  .languages a {
    color: #fff;
    font-size: 0.875rem; }
    .languages a:hover {
      color: #435aa1; }
  .languages span {
    color: #435aa1; }
  .languages .languages-sub {
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: 99999;
    padding-top: 6px;
    padding: 8px 12px 12px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 8px 12px 12px;
    width: 120px; }
    .languages .languages-sub a {
      font-size: 0.75rem; }

/*------------------------------------------------------------------*
 * Navigation
/*------------------------------------------------------------------*/
.primary-navigation {
  background-color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px solid #435aa1;
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 800px) {
    .primary-navigation {
      position: fixed; } }

@media screen and (max-width: 800px) {
  .site-header-menu {
    padding-left: 0;
    padding-right: 0; } }

.main-navigation ul {
  list-style: none;
  margin: 0;
  text-align: center; }

.main-navigation li {
  display: inline-block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px; }
  @media screen and (max-width: 800px) {
    .main-navigation li {
      display: block;
      padding-top: 0;
      padding-bottom: 0; } }

.main-navigation a {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-right: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
  text-transform: uppercase;
  font-weight: 400; }
  @media screen and (max-width: 1024px) {
    .main-navigation a {
      padding-right: 6px;
      padding-bottom: 4px;
      padding-left: 6px; } }
  @media screen and (max-width: 800px) {
    .main-navigation a {
      color: #424242; } }
  .main-navigation a:hover, .main-navigation a:focus {
    color: #435aa1; }
    @media screen and (max-width: 800px) {
      .main-navigation a:hover, .main-navigation a:focus {
        color: #000; } }

.main-navigation .menu-item-has-children {
  position: relative; }

#menu-item-10165 .dropdown-menu li a {
	color: #ffffff;
	padding-left: 20px;
}

.main-navigation .fa {
  display: none; }
  @media screen and (max-width: 800px) {
    .main-navigation .fa {
      display: block;
      position: absolute;
      right: 15px;
      top: 20px;
      font-family: "FontAwesome";
      content: '\f054';
      width: 30px;
      height: 100%;
      z-index: 9999; } }

@media screen and (min-width: 801px) {
  .main-navigation .current-menu-item {
    background-image: url(../png/blue-line.png);
    background-position: center bottom;
    background-repeat: no-repeat; } }

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 800px) {
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a {
      color: #000; } }

#menu-item-71061, #menu-item-71066, #menu-item-71067, #menu-item-71062, #menu-item-71063, #menu-item-71065, #menu-item-71064 {
	background-image: none;
	background-color: transparent !important;
}

.main-navigation .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 55px;
  left: 0px;
  margin-left: 0;
  min-width: 200px;
  display: none; }
  .main-navigation .dropdown-menu li {
    padding: 2px 0;
    float: none;
    display: block;
    margin: 0;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
    background-image: none; }
    .main-navigation .dropdown-menu li:first-child {
      padding-top: 4px; }
    .main-navigation .dropdown-menu li:last-child {
      padding-bottom: 6px; }
      .main-navigation .dropdown-menu li:last-child a {
        border-bottom: none; }
    .main-navigation .dropdown-menu li:hover {
      color: #435aa1; }
    .main-navigation .dropdown-menu li a {
      font-size: 13px;
      text-align: left;
      display: block;
      padding-bottom: 6px;
      padding-top: 4px;
      text-transform: uppercase;
      padding-left: 0; }
      .main-navigation .dropdown-menu li a:hover {
        color: #435aa1 !important; }
    .main-navigation .dropdown-menu li:before {
      content: ""; }
  .main-navigation .dropdown-menu .menu-item-has-children > a {
    position: relative; }
  .main-navigation .dropdown-menu ul {
    left: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    border-top: none; }
    .main-navigation .dropdown-menu ul::after {
      clear: both;
      content: "";
      display: block; }
    .main-navigation .dropdown-menu ul li {
      padding: 2px 0 3px; }
      .main-navigation .dropdown-menu ul li:first-child {
        padding-bottom: 3px; }
      .main-navigation .dropdown-menu ul li:last-child {
        padding-bottom: 2px; }
      .main-navigation .dropdown-menu ul li:hover a {
        color: #435aa1; }
      .main-navigation .dropdown-menu ul li a {
        font-size: 12px; }
  @media screen and (max-width: 800px) {
    .main-navigation .dropdown-menu .fa {
      top: 9px; } }

.main-navigation ul .open .dropdown-menu {
  display: block; }

.main-navigation ul .open .dropdown-menu ul {
  display: none; }

.main-navigation ul ul .open .dropdown-menu {
  display: block; }

.main-navigation .menu-toggle {
  display: none; }

.main-navigation .mobile-menu {
  display: none; }
  @media screen and (max-width: 800px) {
    .main-navigation .mobile-menu {
      display: block; } }

@media screen and (max-width: 800px) {
  .primary-navigation {
    display: block;
    padding-top: 0;
    border: none;
    position: fixed;
    z-index: 99999999;
    background-color: #e1e1e1; } }

@media screen and (max-width: 800px) {
  .primary-navigation .main-navigation .dropdown-menu {
    background-color: transparent;
    position: relative;
    top: auto; } }

@media screen and (max-width: 800px) {
  .primary-navigation .main-navigation .dropdown-menu ul {
    left: auto;
    padding-left: 15px;
    padding-right: 0; } }

@media screen and (min-width: 801px) {
  .single-nexo_systems .systems-link,
  .single-nexo_products .systems-link {
    background-image: url(../png/blue-line.png);
    background-position: center bottom;
    background-repeat: no-repeat; } }

.single-nexo_systems .systems-link > a,
.single-nexo_products .systems-link > a {
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 810px) and (max-width: 1024px) {
    .single-nexo_systems .systems-link > a,
    .single-nexo_products .systems-link > a {
      background-color: transparent;
      color: #435aa1; } }

@media screen and (min-width: 801px) {
  .single-nexo_applications .app-link {
    background-image: url(../png/blue-line.png);
    background-position: center bottom;
    background-repeat: no-repeat; } }

.single-nexo_applications .app-link a {
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 810px) and (max-width: 1024px) {
    .single-nexo_applications .app-link a {
      background-color: transparent;
      color: #435aa1; } }

@media screen and (min-width: 801px) {
  .single-nexo_events .edu-link {
    background-image: url(../png/blue-line.png);
    background-position: center bottom;
    background-repeat: no-repeat; } }

.single-nexo_events .edu-link a {
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 810px) and (max-width: 1024px) {
    .single-nexo_events .edu-link a {
      background-color: transparent;
      color: #435aa1; } }

@media screen and (min-width: 801px) {
  .single-post .news-link,
  .blog .news-link {
    background-image: url(../png/blue-line.png);
    background-position: center bottom;
    background-repeat: no-repeat; } }

.single-post .news-link a,
.blog .news-link a {
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 810px) and (max-width: 1024px) {
    .single-post .news-link a,
    .blog .news-link a {
      background-color: transparent;
      color: #435aa1; } }

@media screen and (min-width: 801px) {
  .fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); } }

@media screen and (min-width: 801px) {
  .fixed-header-in {
    position: fixed;
    width: 100%;
    top: 32px;
    background-color: rgba(0, 0, 0, 0.8); } }

.push-content,
.push-content-in {
  padding-top: 60px; }

/*------------------------------------------------------------------*
 * Navigation - No JS
/*------------------------------------------------------------------*/
.no-js .site-header-menu {
  display: block;
  -webkit-box-flex: 0;
  box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

.no-js .main-navigation ul ul {
  display: block; }

/*------------------------------------------------------------------*
 * Sub Navigation
/*------------------------------------------------------------------*/
.secondary-navigation {
  background-color: rgba(225, 225, 225, 0.85);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  display: none;
  padding-top: 20px;
  padding-bottom: 0; }
  @media screen and (max-width: 800px) {
    .secondary-navigation {
      display: none; } }
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    text-align: center; }
  .secondary-navigation li {
    display: inline-block;
    position: relative;
    padding: 0 6px 18px; }
    .secondary-navigation li:first-child {
      padding-left: 0; }
    .secondary-navigation li:last-child {
      padding-right: 0; }
    @media screen and (max-width: 800px) {
      .secondary-navigation li {
        display: block;
        width: 50%;
        float: left; } }
  .secondary-navigation a {
    color: #000;
    display: block;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0 0 4px;
    text-transform: uppercase;
    font-weight: 400; }
    .secondary-navigation a:hover, .secondary-navigation a:focus {
      color: #888; }
  @media screen and (min-width: 801px) {
    .secondary-navigation .current_page_item {
      background-image: url(../png/grey-line.png);
      background-position: center bottom;
      background-repeat: no-repeat; } }
  .secondary-navigation .current_page_item > a,
  .secondary-navigation .current-menu-ancestor > a {
    color: #000;
    font-weight: bold; }

/*------------------------------------------------------------------*
 * Header Images & Sliders
/*------------------------------------------------------------------*/
.home-page-slider {
  margin-top: -148px; 
  height: 624px;
  overflow: hidden; 
}

@media screen and (max-width: 540px) {
   .home-page-slider {
   		height: auto;
    		margin-top: -172px; 
	} 
}

.home-slider {
  height: 470px;
  overflow: hidden; 
}

.home-slide {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 470px;
  position: relative;
  text-align: center; }

.slide-content {
  position: relative;
  height: 470px;
  z-index: 10;
  padding-left: 140px;
  padding-right: 140px;
  display: table-cell;
  vertical-align: middle; }
  .slide-content h1,
  .slide-content h2 {
    text-transform: none;
    color: #fff;
    font-size: 3.25rem;
    font-weight: bold;
    line-height: 3.75rem;
    margin-bottom: 22px; }
  .slide-content p, .slide-content ul {
    color: #fff;
    font-size: 1.6875rem;
    font-weight: bold;
    line-height: 1.875rem;
    margin-bottom: 15px; }
  .slide-content a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: 2.875rem; }
    .slide-content a:hover {
      border-bottom-color: #435aa1;
      color: #435aa1; }

.slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(207, 219, 84, 0.3);
  z-index: 9; }

.header-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 64px;
  margin-top: 0;
  position: relative;
  z-index: 9;
  text-align: center;
  overflow: hidden;
  width: 100%; }
  .header-banner h1,
  .header-banner h2 {
    color: #fff;
    font-size: 2.8125rem;
    line-height: 3.5rem;
    padding-top: 240px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 10; }
  .header-banner img {
    display: inline-block;
    position: relative;
    z-index: 10; }

.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.2); }

.has-image {
  height: 624px;
  margin-top: -148px; 
}

.nexo_applications-template-default .has-image {
  height: 483px;
}

  @media screen and (max-width: 540px) {
    .has-image {
      height: auto;
      margin-top: -172px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 60px; } }

.has-icon h1 {
  padding-top: 200px; }

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 8; }

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .fullscreen-bg__video {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .fullscreen-bg__video {
      display: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 3) {
    .fullscreen-bg__video {
      display: none; } }

.video-outer {
  position: relative;
  height: 624px;
  margin-top: -148px; }
  @media screen and (max-width: 540px) {
    .video-outer {
      height: 300px;
      margin-top: -172px; } }

.video-banner {
  margin-top: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  min-height: 624px;
  text-align: center; }
  @media screen and (max-width: 540px) {
    .video-banner {
      min-height: 300px; } }

#headvideo {
  width: 100%;
  margin: -92px auto 0; }
  #headvideo iframe {
    position: absolute;
    top: 0;
    max-width: none; }

.video-foreground {
  position: absolute;
  left: 0;
  right: 0; }
  .video-foreground img {
    width: 100%;
    height: auto;
    z-index: 99; }
  .video-foreground iframe {
    z-index: 98; }

.video-overlay {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 99;
  display: block;
  height: 720px;
  position: relative; }
  @media screen and (max-width: 540px) {
    .video-overlay {
      height: 400px; } }

.parallax-background {
  background-position: top;
  background-size: cover;
  height: 998.4px;
  left: 0;
  position: absolute;
  top: -260px;
  width: 100%;
  opacity: 0; }
  @media screen and (max-width: 540px) {
    .parallax-background {
      top: 0 !important;
      height: 100% !important; } }

.loaded .parallax-background {
  opacity: 1; }

.page-id-69320 .parallax-background {
	height: 110%;
}

/** make applications header smaller **/
.nexo_applications-template-default .parallax-background {
  height: 500px;
}

/*------------------------------------------------------------------*
 * Page Styles
/*------------------------------------------------------------------*/
.site-main ul {
  padding-left: 20px; }

.site-main ol {
  list-style: decimal;
  padding-left: 15px; }
  .site-main ol li {
    padding-left: 5px; }

.content-area {
  background-color: #f0f0f0; }

.page-main,
.blog-main,
.single-main {
  padding-top: 50px;
  padding-bottom: 30px; }

.page-main {
  padding-top: 0;
  padding-bottom: 0; }

.page-inner {
  padding-top: 50px;
  padding-bottom: 50px; }

.page-template-template-login .page-inner {
  padding-top: 50px;
  padding-bottom: 50px; }

.mepr_price {
  display: none; }

.system-owners .mpfy-fullwrap {
  margin-top: 38px;
  font-family: "Source Sans Pro", Arial, sans-serif; }

.system-owners .mpfy-controls-wrap {
  top: -50px; }

.system-owners .mpfy-controls {
  background: transparent; }

.system-owners .mpfy-mll-location .mpfy-mll-l-content p, .system-owners .mpfy-mll-location .mpfy-mll-l-content ul {
  margin-bottom: 4px;
  font-family: "Source Sans Pro", Arial, sans-serif; }
  .system-owners .mpfy-mll-location .mpfy-mll-l-content p a, .system-owners .mpfy-mll-location .mpfy-mll-l-content ul a {
    font-weight: bold;
    border-bottom: 1px solid #333333; }
    .system-owners .mpfy-mll-location .mpfy-mll-l-content p a:hover, .system-owners .mpfy-mll-location .mpfy-mll-l-content ul a:hover {
      border-bottom: 1px solid #435aa1; }

.wpa-map-content {
  font-family: "Source Sans Pro", Arial, sans-serif; }
  .wpa-map-content::after {
    clear: both;
    content: "";
    display: block; }
  .wpa-map-content h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 4px; }
  .wpa-map-content table {
    margin: 0; }
    .wpa-map-content table tr:nth-child(odd) {
      background-color: #fff; }
    .wpa-map-content table td {
      padding: 4px 0;
      font-size: 0.8125rem;
      padding-left: 15px;
      border: none; }
  .wpa-map-content p, .wpa-map-content ul {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin-bottom: 0; }
    .wpa-map-content p strong, .wpa-map-content ul strong {
      font-weight: 400; }

.mpfy-fullwrap * {
  font-family: "Source Sans Pro", Arial, sans-serif !important; }

/*------------------------------------------------------------------*
 * Home Page Styles
/*------------------------------------------------------------------*/
.latest-news {
  background-color: #f0f0f0;
  padding-top: 72px; }
  .latest-news h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  .latest-news .readmore {
    margin-bottom: 68px;
    text-align: center;
    text-transform: uppercase; }
    .latest-news .readmore a span {
      color: #435aa1; }
  .latest-news .three-column {
    margin-bottom: 60px; }
    .latest-news .three-column:nth-child(3n+1) {
      clear: left; }

.news-image {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 320px; 
}

.news-intro {
  background-color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  min-height: 196px;
  margin-top: -30px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 15px; }
  @media screen and (max-width: 540px) {
    .news-intro {
      min-height: auto; } }
  .news-intro h3 {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    min-height: 38px;
    text-transform: uppercase; }
  .news-intro .news-meta {
    text-transform: uppercase; }
  .news-intro p, .news-intro ul {
    font-size: 0.8125rem;
    line-height: 1rem; }

.news-meta {
  text-transform: uppercase; }

.blog .news-intro {
  min-height: 234px; }

/*------------------------------------------------------------------*
 * Events
/*------------------------------------------------------------------*/
.events-area {
  padding-top: 50px;
  padding-bottom: 50px; }

.event-intro {
  margin-bottom: 30px; }
  .event-intro::after {
    clear: both;
    content: "";
    display: block; }

.event-icon {
  float: left;
  width: 16%; }

.event-info {
  float: left;
  width: 84%; }
  .event-info h2 {
    font-size: 1.5rem;
    margin-top: 14px; }
  .event-info p, .event-info ul {
    font-size: 0.8125rem; }

.event-section::after {
  clear: both;
  content: "";
  display: block; }

.event-section h2 {
  text-transform: uppercase;
  font-size: 1.625rem;
  margin-bottom: 20px; }

.event-section table {
  margin-top: 0; }

.event-section tr:nth-child(even) {
  background-color: #fff; }

.event-section td {
  border-bottom: none;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  padding: 8px 0 8px 20px; }

.event-section .half-column {
  margin-bottom: 30px; }
  .event-section .half-column:nth-child(odd) {
    clear: left; }

.itinerary-header {
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px; }
  .itinerary-header h3 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0; }

.event-dates {
  margin-bottom: 54px; }

.date-section {
  position: relative;
  border-bottom: 1px solid #a9a9a9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-top: 6px;
  padding-bottom: 10px; }
  .date-section::after {
    clear: both;
    content: "";
    display: block; }
  .date-section:nth-child(even) {
    background-color: #fff; }
    .date-section:nth-child(even) .expander-content .gform_wrapper input {
      background-color: transparent; }
    .date-section:nth-child(even) .expander-content .gform_wrapper input[type="submit"] {
      background-color: transparent; }
    .date-section:nth-child(even) .expander-content #gform_confirmation_message_2 {
      color: #435aa1;
      font-weight: bold; }

  .date-section .wpa-btn {
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 3px 24px; }
    @media screen and (max-width: 680px) {
      .date-section .wpa-btn {
        position: relative;
        right: auto;
        top: auto;
        margin-left: 15px;
        margin-top: 10px; } }
    .date-section .wpa-btn:hover {
      background-color: #fff; }

.date-info {
  padding-top: 8px;
  float: left;
  padding-left: 20px;
  font-size: 0.8125rem; }

.month {
  width: 23%;
  text-transform: uppercase; }

.dates {
  width: 27%; }

.location {
  width: 20%; }

.language {
  width: 20%; }

.book {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 10%; }

.expander-content::after {
  clear: both;
  content: "";
  display: block; }

.expander-content .date-form-left,
.expander-content .date-form-right {
  padding-top: 12px;
  padding-left: 20px;
  float: left; }

.expander-content .date-form-left {
  width: 46%; }
  @media screen and (max-width: 800px) {
    .expander-content .date-form-left {
      width: 100%; } }

.expander-content .date-form-right {
  width: 54%; }
  @media screen and (max-width: 800px) {
    .expander-content .date-form-right {
      width: 100%; } }

.expander-content p, .expander-content ul {
  font-size: 0.8125rem; }

.expander-content .gform_body {
  width: 74%;
  float: left; }

.expander-content .gform_footer {
  float: right;
  width: 24%; }

.expander-content .gform_wrapper input {
  border-color: #435aa1;
  background-color: transparent;
  height: 24px;
  line-height: 24px;
  font-size: 0.8125rem;
  color: #000; }
  .expander-content .gform_wrapper input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 0.8125rem; }
  .expander-content .gform_wrapper input::-moz-placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 0.8125rem; }
  .expander-content .gform_wrapper input:-moz-placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 0.8125rem; }
  .expander-content .gform_wrapper input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 0.8125rem; }

.expander-content .gform_wrapper input[type="submit"] {
  padding: 3px 0px;
  text-align: center;
  width: auto;
  color: #000;
  font-size: 0.6875rem;
  float: right;
  margin-right: 15px;
  width: 85px;
  background-color: transparent; }
  .expander-content .gform_wrapper input[type="submit"]:hover {
    border: 1px solid #435aa1; }

.expander-hidden + .expander-content {
  display: none; }

.dist-list::after {
  clear: both;
  content: "";
  display: block; }

.dist-list .wp-pagenavi {
  margin-top: 20px; }

.distributor {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 20px; }
  .distributor::after {
    clear: both;
    content: "";
    display: block; }
  .distributor h3 {
    text-transform: uppercase;
    margin-bottom: 0; }
  .distributor span {
    float: right;
    display: inline-block;
    padding-top: 2px;
    text-transform: none; }

.distributor-meta .meta-section {
  display: inline-block;
  margin-left: 20px;
  font-size: 1rem; }

/*------------------------------------------------------------------*
 * Contact Page
/*------------------------------------------------------------------*/
.gform_wrapper .top_label .gfield_label {
  display: none; }

.gform_wrapper input,
.gform_wrapper textarea {
  background-color: transparent;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #424242;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff; }
  .gform_wrapper input::-webkit-input-placeholder,
  .gform_wrapper textarea::-webkit-input-placeholder {
    color: #fff; }
  .gform_wrapper input::-moz-placeholder,
  .gform_wrapper textarea::-moz-placeholder {
    color: #fff; }
  .gform_wrapper input:-moz-placeholder,
  .gform_wrapper textarea:-moz-placeholder {
    color: #fff; }
  .gform_wrapper input:-ms-input-placeholder,
  .gform_wrapper textarea:-ms-input-placeholder {
    color: #fff; }

.gform_wrapper textarea {
  margin-bottom: 32px; }

.gform_wrapper input {
  height: 34px;
  line-height: 40px; }

.gform_wrapper input[type="submit"] {
  background-color: transparent;
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 18px;
  border: 1px solid #435aa1;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.gform_wrapper .math_captcha small {
  width: 40px; }

.page-inner .customSelect {
  color: #424242;
  font-size: 0.875rem; }

.page-inner input[type="submit"] {
  color: #424242;
  min-width: 200px; }

.page-inner input,
.page-inner textarea {
  color: #424242; }
  .page-inner input::-webkit-input-placeholder,
  .page-inner textarea::-webkit-input-placeholder {
    color: #424242; }
  .page-inner input::-moz-placeholder,
  .page-inner textarea::-moz-placeholder {
    color: #424242; }
  .page-inner input:-moz-placeholder,
  .page-inner textarea:-moz-placeholder {
    color: #424242; }
  .page-inner input:-ms-input-placeholder,
  .page-inner textarea:-ms-input-placeholder {
    color: #424242; }

.contact-section::after {
  clear: both;
  content: "";
  display: block; }

.customSelect {
  background-color: transparent;
  border: 1px solid #a9a9a9;
  padding: 7px 9px;
  width: 100%;
  position: relative;
  height: 34px;
  color: #fff;
  margin-bottom: 10px; }
  .customSelect:after {
    position: absolute;
    right: 10px;
    top: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 0.875rem;
    z-index: 9;
    color: #435aa1; }

.hasCustomSelect {
  width: 315px !important;
  z-index: 9999;
  margin-bottom: 0; }

.page-inner .hasCustomSelect {
  width: 100% !important; }

.site-main .gform_body ul {
  padding-left: 0; }

.blog-filters {
  padding-bottom: 30px;
  opacity: 0; }
  .blog-filters::after {
    clear: both;
    content: "";
    display: block; }
  .blog-filters .customSelect {
    background-color: #fff;
    border-color: #435aa1;
    color: #333333;
    text-transform: uppercase;
    padding: 4px 9px;
    height: 30px; }
    .blog-filters .customSelect:after {
      position: absolute;
      right: 5px;
      top: 4px;
      color: #fff;
      background-color: #435aa1;
      width: 20px;
      text-align: center; }
  .blog-filters .hasCustomSelect {
    width: 232px !important; }
  .blog-filters .blog-search-submit {
    float: right; }

.owner-filters .column-push {
  margin-left: 17.0596086706%; }

.owner-filters .blog-search-submit {
  display: inline-block;
  float: none; }

.owner-filters form {
  text-align: center; }
  .owner-filters form select,
  .owner-filters form .customSelect {
    text-align: left; }

.dist-filters .four-column:nth-child(4n) {
  margin-right: 2.3576515979%; }

.loaded .blog-filters {
  opacity: 1; }

.accordion {
  margin: 0 0 28px 0;
  padding: 0; }
  .accordion ul {
    margin: 0;
    padding: 0; }
  .accordion li {
    list-style: none;
    margin-bottom: 0;
    position: relative; }
    .accordion li > a {
      color: #000;
      display: block;
      padding: 18px 0;
      text-decoration: none;
      border-top: 1px solid #e1e1e1;
      color: #000;
      position: relative;
      z-index: 2;
      text-transform: uppercase;
      font-size: 1.25rem; }
      .accordion li > a:after {
        position: absolute;
        right: 0;
        top: 18px;
        content: url(../png/plus.png); }
  .accordion .owner-content {
    position: relative;
    z-index: 1;
    margin-top: 0;
    display: none;
    padding: 10px 0 20px; }
    .accordion .owner-content::after {
      clear: both;
      content: "";
      display: block; }
  .accordion p, .accordion ul {
    margin-bottom: 0; }
  .accordion .is-expanded {
    display: block;
    padding-bottom: 0; }
    .accordion .is-expanded .owner-content {
      display: block; }
    .accordion .is-expanded > a:after {
      content: url(../png/minus.png); }

.address-column h2 {
  background-image: url(../png/pin.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1.875rem;
  padding-left: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  text-transform: uppercase; }

.address-column p, .address-column ul {
  line-height: 20px; }

.address-column a {
  font-weight: bold;
  text-decoration: underline; }

.validation_error {
  color: #435aa1;
  margin-bottom: 10px; }

.gfield_description.validation_message {
  margin-top: -8px;
  margin-bottom: 10px;
  color: #435aa1; }

.not-found h2 {
  text-align: center;
  text-transform: uppercase; }

.not-found p, .not-found ul {
  text-align: center; }

/*------------------------------------------------------------------*
 * Blog Styles
/*------------------------------------------------------------------*/
.blog .hentry::after,
.archive .hentry::after {
  clear: both;
  content: "";
  display: block; }

.blog .hentry:nth-child(even) .content-inner,
.archive .hentry:nth-child(even) .content-inner {
  float: left;
  padding-left: 0;
  padding-right: 136px; }

.blog .hentry:nth-child(even) .image-col,
.archive .hentry:nth-child(even) .image-col {
  float: right; }

.single-post .ins-menu a,
.author .ins-menu a,
.category .ins-menu a,
.tag .ins-menu a {
  background-color: #435aa1;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .single-post .ins-menu a,
    .author .ins-menu a,
    .category .ins-menu a,
    .tag .ins-menu a {
      background-color: transparent;
      color: #435aa1; } }

.breadcrumbs {
  color: #424242;
  font-size: 0.75rem;
  margin-bottom: 35px;
  padding-top: 21px; }
  .breadcrumbs a {
    color: #424242;
    border-bottom: 1px solid #fff; }
    .breadcrumbs a:hover {
      border-bottom: 1px solid #424242; }
  .breadcrumbs span {
    color: #435aa1; }

.single-post .entry-header {
  margin-bottom: 30px; }

.single-post .entry-title {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 11px;
  text-transform: uppercase; }

.single-post .date,
.single-post .locations {
  color: #424242;
  margin-bottom: 0;
  text-align: center; }

.single-post .locations {
  margin-top: 10px; }

.single-post .entry-content {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  color: #424242;
  line-height: 24px; }
  .single-post .entry-content ul {
    margin-bottom: 20px;
    list-style: disc; }
  .single-post .entry-content ol {
    font-size: 0.8125rem;
    margin-bottom: 20px; }
  .single-post .entry-content li {
    margin-bottom: 6px; }
  .single-post .entry-content .wpa-btn {
    border: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 30px; }
    .single-post .entry-content .wpa-btn:hover {
      border: 1px solid #435aa1; }

.single-post .entry-header h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 12px; }

.social-sharing {
  margin-top: 20px;
  padding-bottom: 24px; }
  @media screen and (max-width: 680px) {
    .social-sharing {
      text-align: center; } }
  .social-sharing h3 {
    text-transform: uppercase; }
  .social-sharing ul {
    margin-left: 0;
    padding-left: 0; }
  .social-sharing .wpa-btn {
    background-color: transparent;
    border-color: #435aa1;
    margin-bottom: 4px;
    width: 190px;
    margin-right: 8px;
    padding: 4px 0;
    text-align: center; }
    .social-sharing .wpa-btn:last-child {
      margin-right: 0; }
    .social-sharing .wpa-btn:hover {
      background-color: transparent;
      border: 1px solid transparent; }

.related-posts::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (max-width: 1024px) {
  .related-posts {
    border-top: 30px solid #424242;
    margin-top: 50px;
    padding-top: 30px; } }

.related-posts .four-column {
  padding-top: 16px; }
  @media screen and (max-width: 1024px) {
    .related-posts .four-column {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .related-posts .four-column:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 680px) {
    .related-posts .four-column {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .related-posts .four-column:nth-child(even) {
      margin-right: 0; } }
  .related-posts .four-column h3 {
    margin-bottom: 8px; }
    .related-posts .four-column h3 a:hover {
      color: #435aa1; }
  .related-posts .four-column .post-author {
    font-size: 0.875rem;
    margin-bottom: 3px; }
  .related-posts .four-column .date {
    font-size: 0.6875rem;
    color: #424242; }

#comments {
  padding-top: 20px;
  padding-bottom: 30px; }
  #comments .comment-reply-title {
    text-transform: uppercase;
    font-size: 1.5rem; }
  #comments label {
    font-weight: 400;
    font-size: 0.8125rem;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-bottom: 6px;
    display: block; }
  #comments textarea,
  #comments input[type="text"],
  #comments input[type="email"],
  #comments input[type="url"] {
    border: none; }
  #comments input[type="text"],
  #comments input[type="email"],
  #comments input[type="url"] {
    height: 50px;
    line-height: 50px; }

.post-featured {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 520px; }

blockquote {
  border-left: 5px solid #000;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 30px; }

/*------------------------------------------------------------------*
 * Page Navi
/*------------------------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  padding-bottom: 60px;
  font-size: 0.75rem;
  color: #424242;
  text-align: right;
  text-transform: uppercase; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 3px 3px 3px 6px;
  margin: 2px;
  color: #424242; }

.wp-pagenavi .nextpostslink {
  background-color: #435aa1;
  color: #fff;
  text-align: center; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #333333; }

/*------------------------------------------------------------------*
 * 404 Styles
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*
 * Sidebar
/*------------------------------------------------------------------*/
.sidebar {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-right: 0; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 82.9403913294%;
      margin-left: 8.5298043353%; }
      .sidebar:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .sidebar {
      width: 100%;
      margin-left: 0%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 800px) {
    .sidebar .insight-authors {
      width: 100%; } }
  .sidebar .insight-authors .tab-author {
    padding-right: 0; }
  @media screen and (max-width: 1024px) {
    .sidebar .insight-authors::after {
      clear: both;
      content: "";
      display: block; } }
  .sidebar .insight-authors li:last-child {
    border: none;
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .sidebar .insight-authors li {
      width: 50%;
      float: left;
      height: 56px; } }
  @media screen and (max-width: 680px) {
    .sidebar .insight-authors li {
      width: 100%;
      float: none;
      height: auto; } }

/*------------------------------------------------------------------*
 * Top Footer
/*------------------------------------------------------------------*/
.top-footer {
  background-color: #424242;
  border-bottom: 1px solid #435aa1;
  padding-top: 22px;
  padding-bottom: 16px; }
  .top-footer .site-branding {
    margin: 0;
    width: 110px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 0;
    z-index: 9;
    float: left; }
    @media screen and (max-width: 800px) {
      .top-footer .site-branding {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0; } }
    @media screen and (max-width: 680px) {
      .top-footer .site-branding {
        float: none;
        margin: 0 auto 20px; } }
  .top-footer .footer-logo {
    float: right; }
    @media screen and (max-width: 680px) {
      .top-footer .footer-logo {
        float: none;
        text-align: center; } }

/*------------------------------------------------------------------*
 * Footer
/*------------------------------------------------------------------*/
#colophon {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-color: #333333; }

.footer-inner {
  padding-top: 36px;
  padding-bottom: 36px; }
  .footer-inner::after {
    clear: both;
    content: "";
    display: block; }

.footer-widgets {
  color: #fff; }
  .footer-widgets::after {
    clear: both;
    content: "";
    display: block; }
  .footer-widgets p, .footer-widgets ul {
    font-size: 0.9375rem;
    line-height: 1.125rem; }

.footer-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .footer-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .footer-column {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-bottom: 20px; }
      .footer-column:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 400px) {
    .footer-column {
      width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .footer-column:nth-child(odd) {
      margin-right: 0; } }
  .footer-column h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 18px;
    text-transform: uppercase; }
  .footer-column p, .footer-column ul {
    font-size: 0.8125rem;
    color: #fff;
    margin-bottom: 10px; }

	.footer-column .footer-menu a {
    		color: #fff;
    		display: block;
    		padding-top: 7px;
    		padding-bottom: 6px;
    		text-transform: uppercase; 
    		font-size: 1.2rem;
    		line-height: 2rem;
	}

	@media screen and (min-width: 540px) {
		.footer-column .footer-menu a {
    			font-size: 0.8125rem !important;
    			line-height: 0.875rem !important;
		}
	}

  	
    .footer-column .footer-menu a:hover {
      color: #435aa1; }
  .footer-column .foot-top {
    margin-top: 28px; }
  .footer-column .foot-bottom {
    margin-bottom: 32px; }
  .footer-column .gform_description {
    display: block;
    margin-bottom: 15px; }
  .footer-column .gform_wrapper textarea {
    height: 100px;
    margin-bottom: 10px; }
  .footer-column .gform_wrapper input {
    line-height: 1; }

.gform_wrapper input {
  line-height: 1; }

.footer-address h4 {
  margin-top: 30px; }

.footer-address .tagline {
  margin-top: 0;
  margin-bottom: 4px; }

.footer-address a {
  color: #fff;
  border-bottom: 1px solid transparent; }
  .footer-address a:hover {
    color: #fff;
    border-bottom: 1px solid #fff; }

.attribution {
  background-color: #333333; }
  .attribution p, .attribution ul {
    font-size: 0.8125rem;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 15px; }

/*------------------------------------------------------------------*
 * Media Query Viewports
/*------------------------------------------------------------------*/
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/*------------------------------------------------------------------*
 * Job section
/*------------------------------------------------------------------*/
.job-section {
  background-color: #f0f0f0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px; }
  .job-section .expander-content {
    padding: 20px 12px 30px; }
    .job-section .expander-content ul {
      list-style: disc;
      padding-left: 20px; }
    .job-section .expander-content ol {
      list-style: decimal;
      padding-left: 15px; }
      .job-section .expander-content ol li {
        padding-left: 5px; }
  .job-section .job-title {
    font-size: 1.125rem;
    padding-left: 12px;
    text-transform: uppercase; }
  .job-section .date-section {
    padding-top: 10px;
    padding-bottom: 4px; }
  .job-section .expander-trigger {
    top: 14px; }
  .job-section .job-enquire {
    position: relative;
    top: auto;
    right: auto; }

.single-job {
  padding-top: 40px;
  padding-bottom: 50px; }
  .single-job .page-inner {
    padding-top: 0;
    padding-bottom: 20px; }

/*
 _scratch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*------------------------------------------------------------------*
 * General Layout
/*------------------------------------------------------------------*/
.scratch-layouts::after {
  clear: both;
  content: "";
  display: block; }

.layout::after {
  clear: both;
  content: "";
  display: block; }

.layout h1 {
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 10px; }

.layout h2 {
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 10px; }

.layout h3 {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 10px; }

.layout h4 {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 11px; }

.layout p, .layout ul {
  font-size: 0.8125rem;
  line-height: 1.3125rem; }

.page-spacer {
  padding-top: 30px; }

/*------------------------------------------------------------------*
 *Columns
/*------------------------------------------------------------------*/
.layout-columns {
  padding-top: 30px;
  padding-bottom: 30px; }
  .layout-columns::after {
    clear: both;
    content: "";
    display: block; }

.two-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .two-column:last-child {
    margin-right: 0; }
  .two-column:nth-child(even) {
    margin-right: 0; }
  @media screen and (max-width: 680px) {
    .two-column {
      width: 100%;
      margin-right: 0; } }

.three-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .three-column:last-child {
    margin-right: 0; }
  .three-column:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 680px) {
    .three-column {
      width: 100%;
      margin-right: 0; } }

.four-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  .four-column:last-child {
    margin-right: 0; }
  .four-column:nth-child(4n) {
    margin-right: 0; }
  
@media screen and (max-width: 680px) {
    .four-column {
      width: 100%;
      margin-right: 0;
		margin-bottom: 40px; 
	} 
}

.owner-filters .four-column {
  display: inline-block;
  float: none; }

.half-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .half-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 680px) {
    .half-column {
      width: 100%;
      margin-right: 0; } }

.one-third-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .one-third-column:last-child {
    margin-right: 0; }

.two-third-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  .two-third-column:last-child {
    margin-right: 0; }

.three-quarter-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  .three-quarter-column:last-child {
    margin-right: 0; }

.column-last {
  margin-right: 0; }

/*------------------------------------------------------------------*
 * Two Column with Image
/*------------------------------------------------------------------*/
.content-col {
  float: left;
  width: 50%;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 496px; }
  @media screen and (max-width: 800px) {
    .content-col {
      width: 100%;
      min-height: 100px; } }

.content-inner {
  padding-left: 88px;
  min-height: 496px;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: left;
  box-align: left;
  -moz-align-items: left;
  -ms-align-items: left;
  -o-align-items: left;
  align-items: left;
  -ms-flex-align: left;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .content-inner {
      padding-left: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      min-height: 100px; } }
  .content-inner h2 {
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1.625rem; }
  .content-inner .hvr-underline, .content-inner .gform_wrapper input[type="submit"], .gform_wrapper .content-inner input[type="submit"] {
    background-color: #f0f0f0;
    display: inline-table;
    padding: 5px 24px;
    margin-bottom: 10px; }
    .content-inner .hvr-underline:hover, .content-inner .gform_wrapper input[type="submit"]:hover, .gform_wrapper .content-inner input[type="submit"]:hover {
      border: 1px solid #f0f0f0; }

.ie9 .content-col {
  display: table; }

.ie9 .content-inner {
  display: table-cell;
  vertical-align: middle; }

.image-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 496px;
  width: 50%;
  float: left; }
  @media screen and (max-width: 800px) {
    .image-col {
      width: 100%;
      min-height: 300px; } }

.small-image-col {
  width: 50%;
  min-height: 496px;
  float: left;
  background-color: #fff; }
  @media screen and (max-width: 800px) {
    .small-image-col {
      width: 100%;
      min-height: 300px; } }

.small-image-outer {
  float: right;
  width: 980px;
  padding-right: 80px;
  max-width: 100%;
  height: 496px; }
  @media screen and (max-width: 800px) {
    .small-image-outer {
      float: none;
      width: 100%;
      height: 300px;
      padding-right: 0; } }

.small-image-inner {
  height: 496px;
  width: 980px;
  max-width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  .small-image-inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 800px) {
    .small-image-inner {
      width: 100%;
      height: 300px;
      display: block;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .small-image-inner img {
    display: inline-block;
    max-height: 100%;
    width: auto; }

.image-inner {
  float: right;
  width: 750px;
  max-width: 100%; }

.two-column-layout {
  background-color: #f0f0f0; }
  .two-column-layout::after {
    clear: both;
    content: "";
    display: block; }
  .two-column-layout:nth-child(even) .content-inner {
    padding-left: 0;
    padding-right: 136px; }
    @media screen and (max-width: 800px) {
      .two-column-layout:nth-child(even) .content-inner {
        padding-right: 0; } }
  .two-column-layout:nth-child(even) .image-col {
    float: right; }
  .two-column-layout:nth-child(even) .small-image-col {
    float: right; }
  .two-column-layout:nth-child(even) .small-image-outer {
    float: left;
    padding-left: 80px;
    padding-right: 0; }
    @media screen and (max-width: 800px) {
      .two-column-layout:nth-child(even) .small-image-outer {
        padding-left: 0; } }
  .two-column-layout:nth-child(even) .image-inner {
    float: left; }

.content-left-layout .content-inner {
  min-height: 650px;
  padding-left: 0;
  padding-right: 136px; }

.content-left-layout .content-col {
  min-height: 650px; }

.content-left-layout .image-col {
  float: right;
  min-height: 650px; }

.content-left-layout .small-image-col {
  float: right;
  min-height: 650px; }

.content-left-layout .small-image-inner {
  height: 650px; }

.content-left-layout .small-image-outer {
  float: left;
  padding-left: 80px;
  padding-right: 0;
  height: 650px; }

.content-left-layout .image-inner {
  float: left; }

.big-image-layout .content-inner {
  min-height: 880px;
  padding-left: 0;
  padding-right: 136px; }
  @media screen and (max-width: 800px) {
    .big-image-layout .content-inner {
      padding-right: 0;
      min-height: 300px; } }

.big-image-layout .content-col {
  min-height: 880px; }
  @media screen and (max-width: 800px) {
    .big-image-layout .content-col {
      min-height: 300px; } }

.big-image-layout .image-col {
  float: right;
  min-height: 880px; }
  @media screen and (max-width: 800px) {
    .big-image-layout .image-col {
      min-height: 300px;
      float: none; } }

.big-image-layout .small-image-col {
  float: right;
  min-height: 880px; }
  @media screen and (max-width: 800px) {
    .big-image-layout .small-image-col {
      min-height: 300px;
      float: none; } }

.big-image-layout .small-image-inner {
  height: 880px; }
  @media screen and (max-width: 800px) {
    .big-image-layout .small-image-inner {
      height: 300px; } }

.big-image-layout .small-image-outer {
  float: left;
  padding-left: 80px;
  padding-right: 0;
  height: 880px; }
  @media screen and (max-width: 800px) {
    .big-image-layout .small-image-outer {
      height: 300px;
      padding-left: 0; } }

.big-image-layout .image-inner {
  float: left; }

.alt-image-loop .image-col {
  background-color: #fff; }

.system-docs .small-image-inner {
  text-align: right; }
  @media screen and (max-width: 800px) {
    .system-docs .small-image-inner {
      text-align: center; } }

.system-docs .two-column-layout:nth-child(even) .small-image-inner {
  text-align: left; }
  @media screen and (max-width: 800px) {
    .system-docs .two-column-layout:nth-child(even) .small-image-inner {
      text-align: center; } }

.extra-buttons .hvr-underline, .extra-buttons .gform_wrapper input[type="submit"], .gform_wrapper .extra-buttons input[type="submit"] {
  display: block;
  margin-bottom: 10px;
  width: 280px;
  max-width: 100%;
  text-align: center; }

.extra-buttons h4 {
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin-bottom: 16px; }

@media screen and (max-width: 1024px) {
  .extra-buttons .two-column {
    width: 100%;
    float: none;
    margin-right: 0; } }

@media screen and (max-width: 1024px) {
  .extra-buttons .column-last h4 {
    padding-top: 8px; } }

.multiple-buttons .wpa-btn {
  margin-bottom: 6px;
  margin-right: 4px; }

.docs-slider {
  background-color: #fff;
  min-height: 420px;
  padding: 80px 60px 100px 90px;
  opacity: 0; }
  .docs-slider::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .docs-slider {
      padding: 60px 50px 60px 80px; } }
  @media screen and (max-width: 400px) {
    .docs-slider {
      padding: 50px 30px 50px 46px; } }
  .docs-slider h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1.625rem; }
  .docs-slider .image-sub {
    text-align: center;
    margin-bottom: 50px; }

.loaded .docs-slider {
  opacity: 1; }

.doc-column::after {
  clear: both;
  content: "";
  display: block; }

.doc-image {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .doc-image:last-child {
    margin-right: 0; }
  @media screen and (max-width: 400px) {
    .doc-image {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 15px; } }

.doc-details {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 15px; }
  .doc-details:last-child {
    margin-right: 0; }
  @media screen and (max-width: 400px) {
    .doc-details {
      width: 100%;
      float: none;
      padding-left: 0;
      padding-right: 0; } }
  .doc-details h3 {
    text-transform: uppercase;
    font-size: 1.25rem; }
  .doc-details .wpa-btn {
    width: 160px;
    max-width: 100%;
    display: block;
    padding: 8px 0;
    text-align: center; }

.two-below {
  margin-top: 20px; }
  .two-below p, .two-below ul {
    font-size: 0.875rem; }
    .two-below p a, .two-below ul a {
      border-bottom: 1px solid #000; }

/*------------------------------------------------------------------*
 * Products
/*------------------------------------------------------------------*/
.single-nexo_products .image-col,
.single-post .image-col {
  float: right;
  min-height: 650px;
  background-color: #f0f0f0;
  margin-bottom: 50px;
  position: relative;
  z-index: 999; }
  @media screen and (max-width: 800px) {
    .single-nexo_products .image-col,
    .single-post .image-col {
      margin-bottom: 0; } }
  @media screen and (max-width: 540px) {
    .single-nexo_products .image-col,
    .single-post .image-col {
      min-height: 200px; } }

.single-nexo_products .content-col,
.single-post .content-col {
  display: block;
  min-height: auto;
  padding-top: 76px;
  padding-right: 30px;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .single-nexo_products .content-col,
    .single-post .content-col {
      padding-top: 0; } }

.single-nexo_products .content-inner,
.single-post .content-inner {
  padding-left: 0;
  display: block;
  min-height: auto; }

.single-nexo_products p, .single-nexo_products ul, .single-nexo_products product-main p, .single-nexo_products product-main ul,
.single-post p,
.single-post ul,
.single-post product-main p,
.single-post product-main ul {
  font-size: 0.8125rem; }

.single-post .content-col {
  padding-bottom: 20px; }

.slider {
  background-color: #fff;
  margin-bottom: 6px; }
  .slider .slick-slide {
    height: 520px;
    text-align: center; }
    @media screen and (max-width: 540px) {
      .slider .slick-slide {
        height: auto; } }

.slider .slick-slide img {
      display: inline-block;
      padding-top: 50px;
      padding-bottom: 50px;
      max-height: 100%;
      width: auto; 
	 z-index: 900;
}

.slider-nav-thumbnails {
  margin-top: 6px; }
  .slider-nav-thumbnails .slick-slide {
    height: 160px;
    width: 160px;
    padding: 20px 40px;
    background-color: #fff;
    margin-right: 6px; }

.single-post .slider {
  background: transparent; 
}

.single-post .slider .slick-slide img {
    padding-top: 0;
    padding-bottom: 0;
    display: block; 
}

.single-post .slider-nav-thumbnails .slick-slide {
  padding: 0;
  background-color: transparent; }

.single-post .slider-nav-thumbnails .slick-slide.slick-active {
  background-color: transparent; }

.product-section {
  margin-top: 38px; }
  .product-section ul {
    margin-left: 20px;
    font-size: 0.8125rem; }
    .product-section ul li {
      list-style: disc;
      padding-bottom: 5px; }
  .product-section td {
    padding: 2px 0;
    border: none; }


@media screen and (max-width: 540px) {
	.product-section .wpa-btn {
		margin-bottom: 20px;
	}
}

.restricted-buttons {
  margin-top: 0; }

.other-information p, .other-information ul {
  margin-bottom: 6px; }

.system-template {
  background-color: #f0f0f0; }

.system-media {
  padding-top: 74px;
  padding-bottom: 46px; }
  .system-media::after {
    clear: both;
    content: "";
    display: block; }

.system-owners {
  padding-top: 50px;
  padding-bottom: 50px; }

.media-inner {
  background-color: #fff;
  margin-bottom: 28px;
  padding: 12px 20px 20px;
  height: 198px; }
  .media-inner::after {
    clear: both;
    content: "";
    display: block; }

.media-image {
  width: 174px;
  float: left;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .media-image {
      width: 144px; } }
  @media screen and (max-width: 800px) {
    .media-image {
      width: 114px; } }
  @media screen and (max-width: 540px) {
    .media-image {
      width: 30%; } }
  .media-image img {
    max-height: 170px;
    width: auto; }

.media-align {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  width: 174px; }

.media-content {
  float: right;
  width: 260px; }
  @media screen and (max-width: 1024px) {
    .media-content {
      width: 190px; } }
  @media screen and (max-width: 800px) {
    .media-content {
      width: 160px; } }
  @media screen and (max-width: 540px) {
    .media-content {
      width: 65%; } }
  .media-content h2 {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top: 36px; }
  .media-content p, .media-content ul {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
    margin-bottom: 14px;
    text-transform: uppercase; }

/*------------------------------------------------------------------*
 * Intro Section
/*------------------------------------------------------------------*/
.intro-layout {
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 74px;
  padding-bottom: 100px; }
  .intro-layout h1 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .intro-layout p, .intro-layout ul {
    font-size: 0.875rem;
    line-height: 1.3125rem; }

/*------------------------------------------------------------------*
 * Separator
/*------------------------------------------------------------------*/
.layout-separator {
  height: 2px;
  background-color: #424242; }

.thick-separator {
  height: 8px; }

/*------------------------------------------------------------------*
 * Sections
/*------------------------------------------------------------------*/
.light-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  .light-section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .light-section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.grey-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  .grey-section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .grey-section {
      padding-top: 40px;
      padding-bottom: 40px; } }

/*------------------------------------------------------------------*
 * Column Overides
/*------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .news-loop .three-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .news-loop .three-column:last-child {
      margin-right: 0; } }

@media screen and (max-width: 540px) {
  .news-loop .three-column {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 800px) {
  .news-loop .three-column:nth-child(even) {
    margin-right: 0;
    clear: none; } }

option {
  color: #424242; }

option[selected] {
  color: #424242; }

/*------------------------------------------------------------------*
 * Animate Elements
/*------------------------------------------------------------------*/
.fade-in {
  opacity: 0;
  -webkit-transition: 1.2s, opacity 2s linear;
  transition: 1.2s, opacity 2s linear;
  -webkit-transform: translate3d(0px, 120px, 0px);
  transform: translate3d(0px, 120px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fade-in.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.fade-in-image {
  opacity: 0;
  -webkit-transition: opacity 1.4s ease-in;
  transition: opacity 1.4s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fade-in-image.in-view {
  opacity: 1; }

/*------------------------------------------------------------------*
 * Tabs
/*------------------------------------------------------------------*/
.accordion-tabs {
  padding: 0; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: block; }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    display: inline; }
  .accordion-tabs .tab-link {
    color: #fff;
    padding-right: 1em;
    margin-bottom: 20px;
    font-size: 1rem;
    margin-right: 10px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    display: inline-block; }
  .accordion-tabs .tab-link-last {
    border: none;
    margin-right: 0; }
  .accordion-tabs .is-active {
    color: #435aa1; }
  .accordion-tabs .tab-content {
    display: none;
    width: 100%;
    float: left; }

	.footer-column .accordion-tabs .tab-link {
		font-size: 0.9rem !important;
	} 

/*------------------------------------------------------------------*
 * Mobile Overrides
/*------------------------------------------------------------------*/
#page .mobile-only {
  display: none; }
  @media screen and (max-width: 800px) {
    #page .mobile-only {
      display: block; } }

.tablet-only {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tablet-only {
      display: block; } }

@media screen and (max-width: 1024px) {
  .tablet-off {
    display: none; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.4; }

.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;
  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;
  width: 770px;
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px #777; }
  .mfp-content::after {
    clear: both;
    content: "";
    display: block; }
  .mfp-content .section-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

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

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

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

.mfp-zoom {
  cursor: pointer;
  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;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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;
  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; }

.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;
  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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  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%;
  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;
  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;
  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;
    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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  margin-left: 0px;
  width: 100%;
  position: relative;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .resource-column .resource-inner {
    padding-bottom: 40px; }

.loaded .slick-slider {
  display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("../gif/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick.html");
  src: url("../slickd41d.html?#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 21px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none !important; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: transparent; }

.slick-prev {
  left: -60px;
  background: url(../png/caro-arrow.png) no-repeat;
  background-position: 0 0; }
  @media screen and (max-width: 1024px) {
    .slick-prev {
      left: -66px; } }
  @media screen and (max-width: 400px) {
    .slick-prev {
      left: -38px; } }
  .slick-prev:hover {
    background: url(../png/caro-arrow.png) no-repeat;
    background-position: 0 0;
    opacity: 0.8;
    border: none; }

.slick-next {
  right: -40px;
  background: url(../png/caro-arrow.png) no-repeat;
  background-position: -24px 0; }
  @media screen and (max-width: 400px) {
    .slick-next {
      right: -24px; } }
  .slick-next:hover {
    background: url(../png/caro-arrow.png) no-repeat;
    background-position: -24px 0;
    opacity: 0.8;
    border: none; }

/* Dots */
.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 40px;
  list-style: none;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  width: 100%;
  left: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      border: 0;
      border-radius: 0;
      background-color: #fff;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0;
      cursor: pointer;
      box-shadow: none;
      border-radius: 999px;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      .slick-dots li button:hover {
        outline: none;
        background-color: #435aa1; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-dots .slick-active button {
  background-color: #fff; }

@media screen and (max-width: 800px) {
  .home #headslider .slick-dots {
    bottom: 222px; } }

.single-post .slick-dots {
  bottom: -30px; }
  @media screen and (max-width: 540px) {
    .single-post .slick-dots {
      bottom: -22px; } }

.single-post .slick-dots li button {
  background-color: #424242; }

.single-post .slick-dots .slick-active button {
  background-color: #435aa1; }

#headsliders .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -500px;
  list-style: none;
  display: inline-block !important;
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 801px) and (max-width: 1100px) {
    #headsliders .slick-dots {
      margin-left: 0;
      left: 40px; } }
  #headsliders .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    #headsliders .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 16px;
      outline: none;
      line-height: 0;
      font-size: 20px;
      font-weight: 700;
      color: transparent;
      padding: 5px 0;
      cursor: pointer;
      box-shadow: none;
      text-shadow: none;
      color: #fff;
      font-family: "Source Sans Pro", Arial, sans-serif; }
      #headsliders .slick-dots li button:hover, #headsliders .slick-dots li button:focus {
        outline: none; }
        #headsliders .slick-dots li button:hover:before, #headsliders .slick-dots li button:focus:before {
          opacity: 1; }
      #headsliders .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    #headsliders .slick-dots li.slick-active button {
      font-size: 32px;
      color: #435aa1; }
    #headsliders .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

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

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

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

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

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

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

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

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

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

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

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

.slick-initialized .slick-slide {
  display: block; }
  @media screen and (min-width: 992px) and (max-width: 1140px) {
    .slick-initialized .slick-slide {
      min-width: auto; } }

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

@media screen and (max-width: 540px) {
  .slider-nav-thumbnails {
    padding-bottom: 30px; } }

.slider-nav-thumbnails .slick-slide {
  opacity: 0.5; }

.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
  background: #fff; }

.home-page-slider .home-item {
  height: 624px;
  overflow: hidden; 
}

.home-page-slider .home-item img {
    margin: 0 auto; 
}

.home-page-slider a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.home-page-slider .slick-dots {
  bottom: 10px; }

.home-page-slider .slick-dots li {
  width: 15px;
  height: 15px; }
  .home-page-slider .slick-dots li button {
    width: 15px;
    height: 15px; }

.home-page-slider .slick-dots .slick-active button {
  background-color: #435aa1; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*
 _scratch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
  .site-search button {
    background-image: url(../png/search-icon%402x.png);
    background-size: 20px; }
  .video-play {
    background-image: url(../png/play%402x.png); } }

@media print {
  /*
 _scratch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none; }
  body,
  blockquote cite,
  blockquote small,
  pre,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .entry-content .author-title {
    font-size: 12pt; }
  blockquote {
    font-size: 14.25pt; }
  .site-title,
  .page-title,
  .comments-title,
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .widecolumn h2 {
    font-size: 17.25pt; }
  .site-description {
    display: block; }
  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em; }
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em; }
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt; }
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt; }
  .site-description,
  .author-bio,
  .entry-footer,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-metadata,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt; }
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */ }
  body,
  blockquote cite,
  blockquote small,
  .site-branding .site-title a,
  .entry-title a,
  .comment-author {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */ }
  blockquote,
  .page-header,
  .comments-title {
    border-color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */ }
  blockquote,
  .site-description,
  body:not(.search-results) .entry-summary,
  body:not(.search-results) .entry-summary blockquote,
  .author-bio,
  .entry-footer,
  .entry-footer a,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */ }
  code,
  hr {
    background-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */ }
  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */ }
  a {
    color: #007acc !important;
    /* Make sure color schemes don't affect to print */ }
  .entry-content a,
  .entry-summary a,
  .taxonomy-description a,
  .comment-content a,
  .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
    /* Make sure color schemes don't affect to print */ }
  .site {
    margin: 5%; }
  .site-inner {
    max-width: none; }
  .site-header {
    padding: 0 0 1.75em; }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em; }
  .site-main {
    margin-bottom: 3.5em; }
  .entry-header,
  .entry-footer,
  .page-header,
  .page-content,
  .entry-content,
  .entry-summary,
  .post-thumbnail,
  .comments-area {
    margin-right: 0;
    margin-left: 0; }
  .post-thumbnail,
  .site-main > article {
    margin-bottom: 3.5em; }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: calc(50% - 0.736842105em); }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em; }
  .site-footer,
  .widecolumn {
    padding: 0; } }

	
.showcontspan {
		display: block;
		padding-bottom: 10px;
	}
	
	.hidecontspan {
		display: none;
	}

	.stmrequestplus {
		width: 10px;
		height: 10px; 
		background-repeat: no-repeat; 
		background-size: 10px 10px;
		background-image: url("../jpg/plus-sign.jpg");
		float: left;
	}

	.stmrequestminus {
		width: 10px;
		height: 10px; 
		background-repeat: no-repeat;
		background-size: 10px 10px; 
		background-image: url("../jpg/minus-sign.jpg");
		float: left;
	}

	.stmrequestblocks {
		clear: both;
		display: block;
		padding-bottom: 3px;
		overflow: auto;
	}

	.stmrequestblockstext {
		float: left;
		margin-left: 7px;
		margin-top: -5px;
	}



@media screen and (min-width: 540px) {
	.page-id-10161 .banner-overlay, .page-id-10177 .banner-overlay, .page-id-10181 .banner-overlay, .page-id-10192 .banner-overlay, .page-id-10185 .banner-overlay, .page-id-10188 .banner-overlay, .page-id-10198 .banner-overlay, .page-id-10201 .banner-overlay, .page-id-10195 .banner-overlay {
	
		background-image: url("../stm-logo.html");
		background-repeat: no-repeat;
		background-position: center 75%;
	}
}

#bookademo select {
	max-width: 90%;
}

#bookademo .customSelect {
	width: 90%;
}

#bookademo input {
	width: 90%;
	margin: auto auto;
}

@media screen and (min-width: 540px) {

	#bookademo select {
		max-width: 40%;
	}

	#bookademo .customSelect {
		width: 40%;
	}

	#bookademo input {
		width: 40%;
		margin: auto auto;
	}

}

#bookademo .customSelectInner {
	width: 100% !important;
	text-align: left;
}

#bookademo .hasCustomSelect {
	width: 100% !important;
}

#gform_confirmation_message_8 {
	color: #ffffff;
}

#gform_confirmation_message_26 {
	color: #000;
	font-size: 1rem;
	line-height: 1.1875rem;
	margin-bottom: 20px;
}

.home #gform_confirmation_message_26 {
	color: #ffffff !important; 
}

.gfield--input-type-captcha {
	position: fixed !impotant;
	bottom: 0;
	right: 0;
}

.ginput_recaptcha div {
	margin: auto auto;
	margin-top: 20px;
}

.grecaptcha-badge .ginput_recaptcha div {
	margin-top: 0px !important;
}

.grecaptcha-badge div {
	margin-top: 0px !important;
}

.eduaccordion {
	font-weight: bold;
	margin-bottom: 5px;
  background-color: #dddddd;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .eduaccordion:hover {
  background-color: #ccc; 
}

#menu-item-71085.active {
  background-color: transparent; 
}

.edudata span {
	font-weight: bold;
}

.edupanel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.edupanel .edudatahead {
	overflow: auto;
	margin-top: 10px;
}

.edupanel .edudatahead li {
	float: left;
	font-weight: bold;
	margin-right: 40px;
	line-height: 45px;
}

.edupanel .edudatahead li:last-of-type {
	line-height: 0px;
}

.edupanel .edudatahead li img {
	width: 140px;
}

.edupanelrow {
	padding: 20px 0 20px 0;
}

.educationsub {
	padding: 40px 0;
}

.educationsub .overview {
	overflow: auto;
}

.educationsub h2 {
	text-align: center;
	text-transform: uppercase;
}

.eduform {
	display: none;
}

.eduform input {
	background-color: #f0f0f0;
	color: #9c9c9c;
}

.eduform input::placeholder {
	color: #9c9c9c;
}

.eduform select {
	width: 100% !important;
}

.eduform select option::placeholder {
	background-color: #f0f0f0 !important;
	color: #9c9c9c;
}

.eduform select option {
	background-color: #f0f0f0 !important;
	color: #9c9c9c !important;
}

.eduform .customSelect {
	background-color: #f0f0f0 !important;
	color: #9c9c9c !important;
	font-size: 0.8em;
}

.eduform textarea {
	background-color: #f0f0f0;
	color: #9c9c9c;
}

.eduform textarea::placeholder {
	color: #9c9c9c;
}

.eduform .gform_button {
	color: #000 !important;
	width: max-content !important;
}

.regbutton {
	margin-bottom: 40px;
}

.fully_booked {
	background-color: #3a57a3;
	color: #ffffff;
	width: max-content;
	padding: 5px 10px;
}

.downarrow .eduarrow {
  border: solid #3a57a3;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);	
	float: right;
}

.uparrow .eduarrow {
  border: solid #3a57a3;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
	float: right;
}

/** home page update **/

#home-installed_sound-slider .header-banner h2, #home-rental-slider .header-banner h2 {
    padding-top: 200px;
	padding-bottom: 20px;
}

body #home-standard-slider-en {
	display: block !important;
}

body #home-standard-slider-de {
	display: block !important;
}

body #home-standard-slider {
	display: none;
}

#home-installed_sound-slider {
	display: none;
}

#home-rental-slider {
	display: none;
}

body #home-installed_sound-slider {
	display: block;
}

#home-slider-buttons-block {
	overflow: auto;
	margin: 10px auto 0 auto;
	width: max-content;
}

#home-slider-buttons-block .home-slider-buttons {
	min-width: 290px;
	color: #ffffff;
	margin: 0 10px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 1.5em;
	opacity: 0.8;
	margin-bottom: 20px;
	border: 1px solid #435aa1;
	background-color: #000000;
}

@media screen and (min-width: 800px) {
	#home-slider-buttons-block .home-slider-buttons {
		float: left;
		margin-bottom: 0;
	}
}

#home-slider-buttons-block .home-slider-buttons-rental {
	border: 1px solid #435aa1;
	background-color: #000000;
}

#home-installed_sound-slider #home-slider-buttons-block .home-slider-buttons-installed {
	background-color: #435aa1;
}

#home-rental-slider #home-slider-buttons-block .home-slider-buttons-rental {
	background-color: #435aa1;
}



/** category-education-resources **/


.category-education-resources .container {
	padding-bottom: 20px;
}

.category-education-resources .one-column {
	background-color: #ffffff;
	margin-bottom: 40px;
	overflow: auto;
	min-height: 130px;
}

.category-education-resources .one-column .news-image {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.category-education-resources .one-column .news-image {
		width: 25%;
		float: left;
		height: 130px;
	}
}

.category-education-resources .one-column .news-intro {
	min-height: auto;
}

@media screen and (min-width: 800px) {
	.category-education-resources .one-column .news-intro {
		width: 100%;
		float: left;
		margin: 0;
		min-height: auto;
	}
}

.category-education-resources .one-column .news-intro h3 {
	font-weight: bold;
	margin-top: 10px;
	min-height: auto;
}

.category-education-resources .one-column .news-button {
	margin: 0 0 20px 20px;
}

@media screen and (min-width: 800px) {
	.category-education-resources .one-column .news-button {
		width: 25%;
		float: left;
		margin: 30px 0 0 0;
	}
}


/** END category-education-resources **/


/** installedsoundapplicationshorizontal **/

#installedsoundapplicationshorizontal {
	display: block;
	margin-bottom: 0px;
}

#installedsoundapplicationshorizontal .one-column {
	background-color: #ffffff;
	margin-bottom: 40px;
	overflow: auto;
	min-height: 130px;
}

#installedsoundapplicationshorizontal .one-column .news-image {
	width: 100%;
}

@media screen and (min-width: 800px) {
	#installedsoundapplicationshorizontal .one-column .news-image {
		width: 25%;
		float: left;
		height: 130px;
	}
}

#installedsoundapplicationshorizontal .one-column .news-intro {
	font-weight: bold;
	min-height: auto;
}

@media screen and (min-width: 800px) {
	#installedsoundapplicationshorizontal .one-column .news-intro {
		width: 50%;
		float: left;
		margin: 0;
		min-height: auto;
	}
}

#installedsoundapplicationshorizontal .one-column .news-intro h3 {
	font-weight: bold;
	margin-top: 10px;
	min-height: auto;
}

#installedsoundapplicationshorizontal .one-column .news-button {
	margin: 0 0 20px 20px;
}

@media screen and (min-width: 800px) {
	#installedsoundapplicationshorizontal .one-column .news-button {
		width: 25%;
		float: left;
		margin: 30px 0 0 0;
	}
}


/** END installedsoundapplicationshorizontal **/


#installedsoundapplications {
	display: none;
	margin-bottom: 0px;
}

body #installedsoundapplications {
	display: block;
}

body #home_software {
	display: none;
}

body #systems-container {
	background-color: #dadada;
	width: 100%;
	padding: 100px 0;
}

#rentalapplications {
	display: none;
	margin-bottom: 40px;
}

#rentalapplications .four-column {
	margin-bottom: 30px;
}

#installedsoundapplications .four-column {
	margin-bottom: 30px;
}

#installedsoundapplications h3 {
	min-height: auto !important;
}

#installedsoundapplications .homeapplicationsintro {
	overflow: hidden;
}

#installedsoundapplications .news-intro {
	/**min-height: 400px;**/
}

.homeapplicationstitle {
	font-weight: bold;
	text-transform: uppercase;
}

#applicationh2 {
	margin: 0 0 60px 0;
}

body #home-standard-systems {
	display: none;
}

body #home-standard-news {
	display: none;
}

body #home-rental-news {
	display: none;
}

#home-installed-sound-news {
	display: none;
}

body #home-installed-sound-news {
	display: block;
}

#home-rental-systems {
	display: none;
}

#home-installed-sound-systems {
	display: none;
	margin-bottom: 40px;
	overflow: auto;
}

#home-installed-sound-systems .news-intro, #home-rental-systems .news-intro {
	background-color: #333333;
	color: #ffffff;
}

#home-installed-sound-systems .news-intro h3, #home-rental-systems .news-intro h3 {
	color: #ffffff;
}

#home-installed-sound-systems .news-intro p, #home-rental-systems .news-intro p {
	color: #ffffff;
}

#home-installed-sound-systems .news-intro .wpa-btn, #home-rental-systems .news-intro .wpa-btn {
	background: transparent;
	color: #fff !important;
}

body #home-installed-sound-systems {
	display: block;
}

body #systemdesignform {
	display: none;
}

body #bookademo .customSelect {
	width: 90%;
}

body #bookademo input {
	width: 90%;
}

body #home-installed-sound-form-a #systemdesignform {
	display: block;
}

#home-installed-sound-form-a {
	display: none;
	width: 100%;
	padding: 60px 20px 0 20px;
}

@media screen and (min-width: 1000px) {
	#home-installed-sound-form-a {
		width: 35%;
		float: left;
	}
}

#home-installed-sound-form-a h3 {
	color: #ffffff;
	text-transform: uppercase;
}

#home-installed-sound-form-a p {
	color: #ffffff;
	font-size: 0.9em;
}

#home-installed-sound-form-a input {
	color: #ffffff !important;
}

body #home-installed-sound-form-a {
	display: block;
}

#home-installed-sound-form-b {
	display: none;
	width: 100%;
	padding: 60px 20px 60px 20px;
	color: #fff;
}

@media screen and (min-width: 1000px) {
	#home-installed-sound-form-b {
		width: 32%;
		float: left;
	}
}

#home-installed-sound-form-b h3 {
	color: #fff;
	text-transform: uppercase;
}

#home-installed-sound-form-b p {
	color: #fff;
	font-size: 0.9em;
}

#home-installed-sound-form-b input {
	width: 90%;
}

body #home-installed-sound-form-b fieldset {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#nexo-news .nexonewsform {
	margin: 0 0 40px 0;
}

#nexo-news .nexonewsform fieldset {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#nexo-news .gform_wrapper .nexonewsform input::placeholder, #nexo-news .gform_wrapper .nexonewsform textarea::placeholder {
	color: #000;
}

#nexo-news .gform_wrapper .nexonewsform input, #nexo-news .gform_wrapper .nexonewsform  textarea {
	color: #000;
}

#nexo-news .nexonewsform .customSelect {
	color: #000;
	text-align: left;
}

#nexo-news .nexonewsform .hasCustomSelect {
	width: 97% !important;
}

#nexo-news .gform_wrapper .nexonewsform input[type="submit"] {
	color: #000;
}

#nexo-news .nexonewsform_wrapper .gform_submission_error {
	color: #435aa1;
	font-size: 1.4em;
}

body #home-installed-sound-form-b {
	display: block;
}

body #home-installed-sound-form-b a {
	color: #ffffff;
	text-decoration: underline;
}

#home-installed-sound-form-b .gfield--type-select {
	width: 90%;
}



#home-installed_sound-slider .header-banner, #home-rental-slider .header-banner {
	width: 100% !important;	
}

#home-installed_sound-slider .slick-track, #home-rental-slider .slick-track {
	width: 100% !important;	
}

#home-rental-form {
	display: none;
}

#home-forms {
	background-color: #333333; 
	width: 100%; 
	overflow: auto; 
}

@media screen and (min-width: 1000px) {
	body #home-forms {
		background-image: url(../webp/homeforms.webp);
		background-repeat: no-repeat;
		background-position: center;
	}
}

#bookademo {
	margin: 60px 0;
}

body #bookademo {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	body #bookademo {
		width: 32.5%;
		float: left;
	}
}

body #bookademo h3 {
	text-align: left;
	padding-left: 5%;
}

@media screen and (min-width: 800px) {
	body .rentalforms {
		background-image: url(../jpg/home-rental-forms.jpg) !important;
		background-repeat: no-repeat;
		background-position: center;
	}
}

body .rentalforms #bookademo {
	width: 100%;
}

@media screen and (min-width: 800px) {
	body .rentalforms #bookademo {
		width: 51%;
		float: left;
	}
}

body .rentalforms #home-rental-form {
	width: 100%;
	padding: 6%;
}

@media screen and (min-width: 800px) {
	body .rentalforms #home-rental-form {
		width: 49%;
		float: left;
		padding: 6%;
	}
}

body .rentalforms #home-rental-form h3 {
	text-transform: uppercase;
	color: #fff;
}

body .rentalforms #home-rental-form p {
	color: #fff;
	font-size: 0.9em;
}

@media screen and (max-width: 800px) {
	.news-intro {
		margin-top: -10px !important; 
	}
}

#gform_submit_button_962826543 {
	margin-top: 20px;
}

#gform_submit_button_1028267412 {
	margin-top: 20px;
}

/** Finance EN **/

.page-id-76593 .has-image {
	height: 607px !important;
}

.page-id-76593 .parallax-background {
	background-size: auto !important;
	height: 623px !important;
}

.page-id-76593 .page-inner {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.page-id-76593 #financecol {
	overflow: auto;
	width: 100%;
}


@media screen and (min-width: 800px) {
	.page-id-76593 #financecol {
		overflow: auto;
		width: auto;
	}
}


/** Finance DE **/

.page-id-77142 .has-image {
	height: 607px !important;
}

.page-id-77142 .parallax-background {
	background-size: auto !important;
	height: 623px !important;
}

.page-id-77142 .page-inner {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.page-id-77142 #financecol {
	overflow: auto;
	width: 100%;
}


@media screen and (min-width: 800px) {
	.page-id-77142 #financecol {
		overflow: auto;
		width: auto;
	}
}


/** Finance ES **/

.page-id-77143 .has-image {
	height: 607px !important;
}

.page-id-77143 .parallax-background {
	background-size: auto !important;
	height: 623px !important;
}

.page-id-77143 .page-inner {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.page-id-77143 #financecol {
	overflow: auto;
	width: 100%;
}


@media screen and (min-width: 800px) {
	.page-id-77143 #financecol {
		overflow: auto;
		width: auto;
	}
}

/** Finance FR **/

.page-id-77149 .has-image {
	height: 607px !important;
}

.page-id-77149 .parallax-background {
	background-size: auto !important;
	height: 623px !important;
}

.page-id-77149 .page-inner {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.page-id-77149 #financecol {
	overflow: auto;
	width: 100%;
}


@media screen and (min-width: 800px) {
	.page-id-77149 #financecol {
		overflow: auto;
		width: auto;
	}
}


/** Finance zh-CN **/

.page-id-77152 .has-image {
	height: 607px !important;
}

.page-id-77152 .parallax-background {
	background-size: auto !important;
	height: 623px !important;
}

.page-id-77152 .page-inner {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.page-id-77152 #financecol {
	overflow: auto;
	width: 100%;
}


@media screen and (min-width: 800px) {
	.page-id-77152 #financecol {
		overflow: auto;
		width: auto;
	}
}



/** Gravity form 14 **/

.gform_wrapper_original_id_14 #gfield_description_14_6 {
	font-size: 1.1em;		
	margin-bottom: 10px;
}

.gform_wrapper_original_id_14 .gform_footer {
	margin-top: 40px !important;
}

@media screen and (min-width: 800px) {
	.gform_wrapper_original_id_14 .gform_footer {
		width: 40%;
		margin: auto;
	}
}

.gform_wrapper_original_id_14 input {
	height: auto;
}

/** Gravity form 15 **/

.gform_wrapper_original_id_15 #gfield_description_15_6 {
	font-size: 1.1em;		
	margin-bottom: 10px;
}

.gform_wrapper_original_id_15 .gform_footer {
	margin-top: 40px !important;
}

@media screen and (min-width: 800px) {
	.gform_wrapper_original_id_15 .gform_footer {
		width: 40%;
		margin: auto;
	}
}

.gform_wrapper_original_id_15 input {
	height: auto;
}


/** Gravity form 16 **/

.gform_wrapper_original_id_16 #gfield_description_16_6 {
	font-size: 1.1em;		
	margin-bottom: 10px;
}

.gform_wrapper_original_id_16 .gform_footer {
	margin-top: 40px !important;
}

@media screen and (min-width: 800px) {
	.gform_wrapper_original_id_16 .gform_footer {
		width: 40%;
		margin: auto;
	}
}

.gform_wrapper_original_id_16 input {
	height: auto;
}


/** Gravity form 17 **/

.gform_wrapper_original_id_17 #gfield_description_17_6 {
	font-size: 1.1em;		
	margin-bottom: 10px;
}

.gform_wrapper_original_id_17 .gform_footer {
	margin-top: 40px !important;
}

@media screen and (min-width: 800px) {
	.gform_wrapper_original_id_17 .gform_footer {
		width: 40%;
		margin: auto;
	}
}

.gform_wrapper_original_id_17 input {
	height: auto;
}

/** Gravity form 18 **/

.gform_wrapper_original_id_18 #gfield_description_18_6 {
	font-size: 1.1em;		
	margin-bottom: 10px;
}

.gform_wrapper_original_id_18 .gform_footer {
	margin-top: 40px !important;
}

@media screen and (min-width: 800px) {
	.gform_wrapper_original_id_18 .gform_footer {
		width: 40%;
		margin: auto;
	}
}

.gform_wrapper_original_id_18 input {
	height: auto;
}

.gform_submission_error {
	font-size: 1.1rem;
	color: #ffffff;
}

.gfield_validation_message {
	font-size: 1.4em;
	padding: 10px 0;
}

#field_1_8, #field_1_4 {
	position: relative;
	overflow: auto;
	height: 44px;
}

#field_1_8 select, #field_1_4 select {
	appearance: menulist-button;
	width: 100%;
	position: absolute;
	height: 34px;
	font-size: 13px;
	background-color: #333;
	border: 1px solid;
}

.twocolcontent {
	background-color: #ffffff;
	padding: 0 40px 10px 0;
	z-index: 2500;
	position: relative;
}

.twocolcontent .container {
	z-index: 1000;
}

.twocolcontent form {
	z-index: 2000;
}

.twocolcontent input::placeholder, .twocolcontent textarea::placeholder {
	color: #000000;
}

.twocolcontent input, .twocolcontent textarea, .twocolcontent option, .twocolcontent option[selected] {
	color: #000000;
}

.twocolcontent select {
	width: 662.5px !important;
}

.twocolcontent .customSelectInner {
	color: #8c8c8c;
}

.twocolcontent input[type="submit"] {
	color: #000000;
	margin: 20px 0;
	width: auto;
	float: right;
}

@media screen and (max-width: 540px) {
	#mapfilters .form-group {
		margin-right: 30px !important;
	}
}

@media screen and (max-width: 540px) {
	.extra-buttons .hvr-underline {
		margin-bottom: 20px !important;
	}
}

.salespresenter input {
	color: #000 !important;
}

.salespresenter .customSelectInner {
	color: #000 !important;
}

.salespresenter input::placeholder {
	color: #000 !important;
}

.salespresenter submit {
	color: #000 !important;
}

.issuudownload {
	text-align: center;
	margin: 40px 0;
}

/** Start Quick Guide **/

@media screen and (min-width: 410px) {
   	.quickguideposts-template-default .content-inner {
		padding-top: 0px !important;
		margin-top: 0px !important;	
   	}
}

.single-quickguideposts .has-image {
	height: 300px !important;
}

.single-quickguideposts .header-banner h1 {
	padding-top: 180px !important;
	font-size: 2.5rem;
}

.single-quickguideposts .entry-content h1 {
	font-size: 30px;
	padding-top: 10px;
	margin: 10px 0;
}

@media screen and (min-width: 800px) {
	.single-quickguideposts .entry-content h1 {
		font-size: 48px;
	}
}

.single-quickguideposts .entry-content h2.fitwith span {
	text-transform: none;
  	display: inline;
	vertical-align: bottom;
	margin-right: 10px;
}

.single-quickguideposts .entry-content h2.fitwith img {
  	display: inline;
	vertical-align: bottom;
	margin-right: 40px;
	margin-top: 20px;
	max-height: 44px;
}

.post-type-archive-quickguideposts .post-wrap {
	padding-bottom: 40px;
}

.quickguideblock {
	max-width: 100%;
	margin: auto auto;
	padding: 40px 0 0px 0;
}

.quickguidesubheading {
	padding: 40px 0 0px 0;
 	text-decoration: underline;
}

@media screen and (min-width: 800px) {
	.quickguidesubheading {
		padding: 90px 0 0px 0;
	}
}

#quickguidebuttons {
	text-align: center;
	padding: 0px 0 0 0;
	margin: 0px 0px 20px 0px;	
}

@media screen and (min-width: 800px) {
	#quickguidebuttons {
		text-align: center;
		padding: 20px 0 0 0;	
	}
}

#quickguidebuttons a {
	margin: 10px 10px 0 0px;
}

#quickguidebuttons p {
	margin: 5px 10px 5px 0px;
	padding: 5px 5px;
	font-size: 0.7rem !important;
}

@media screen and (min-width: 800px) {
	#quickguidebuttons p {
		margin: 10px 10px 10px 0px;
		padding: 5px 10px;
	}
}

@media screen and (min-width: 800px) {
	#quickguidebuttons a {
		margin: 20px 20px 0 0px;
	}
}

.quickguiderow {
	margin: 20px 0 0 0 !important;
	min-height: 50px !important;
}

.quickguiderow h2 {
	text-align: left !important;
}

#uparrow {
	position: -webkit-sticky; /* Safari */
  	position: sticky;
    bottom: 80px;
  	width:max-content;
  	margin-left:auto;
	margin-right: 20px;
}

#uparrow img {
	width: 30px;
	height: 50px;
	margin-bottom: 20px;
}

.quicktable {
	width: 100%;
} 

.quicktable .quicktablerow {
	width: 100%;
	clear: both;	
	overflow: auto;
	display: table;
}

.quicktable .quicktablerow .quicktablecell {
	overflow: auto;
	padding: 1%;
	text-align: center;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecell {
		display: table-cell;
	}
}

.quicktable .quicktablerow .quicktablecell h6 {
	font-weight: bold;
	font-size: 1.3em;
}

.quicktable .quicktablerow .quicktableimgwidth_100 img {
	max-width: 100% !important;
}

.quicktable .quicktablerow .quicktableimgwidth_75 img {
	max-width: 100% !important;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktableimgwidth_75 img {
		max-width: 75% !important;
	}
}

.quicktable .quicktablerow .quicktableimgwidth_50 img {
	max-width: 100% !important;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktableimgwidth_50 img {
		max-width: 50% !important;
	}
}

.quicktable .quicktablerow .quicktableimgwidth_25 img {
	max-width: 100% !important;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktableimgwidth_25 img {
		max-width: 25% !important;
	}
}

.quicktable .quicktablerow .quicktablecellborder {
	border: 1px solid #000;
}

.quicktable .quicktablerow .quicktablecell p {
	margin-top: 10px;
}

.quicktable .quicktablerow .quicktablecell img {
	max-width: 100%;
}

@media screen and (max-width: 800px) {
	.quicktable .quicktablerow .quicktablecell img {
		max-height: 250px;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_1 {
	width: 100%;
}

.quicktable .quicktablerow .quicktablecellwidth_2 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_2 {
		width: 50%;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_3 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_3 {
		width: 33%;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_4 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_4 {
		width: 25%;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_5 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_5 {
		width: 20%;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_6 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_6 {
		width: 16.66%;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_7 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_7 {
		width: 14.2%;
	}
}

.quicktable .quicktablerow .quicktablecellwidth_8 {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.quicktable .quicktablerow .quicktablecellwidth_8 {
		width: 12.5%;
	}
}

#stickyquickfooter {
  	position: -webkit-sticky;
  	position: sticky;
	background-color: #f0f0f0;
	padding-bottom: 0px;
	top: 0px;
}

@media screen and (min-width: 800px) {
	#stickyquickfooter {
		padding-bottom: 20px 0;
		top: 87px;
	}
}

#stickyquickfooter #quickguidebuttons {
	padding: 0;
}


/** END Quick Guide **/

/** Software page form **/

#softwaresub fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

#softwaresub input {
	background-color: #fff;
	color: #000 !important;
}

#softwaresub .gform_wrapper input::placeholder {
	color: #000;
}

.gform_wrapper textarea::placeholder {
	color: #fff;
}

#softwaresub .gform_button {
	background-color: #435aa1;
	color: #ffffff !important;
}

#softwaresub select {
	width: 90% !important;
}

#softwaresub .customSelect {
	background-color: #fff;
	color: #a9a9a9;
}

/** END Software page form **/

.article_video {
	margin: 85px 0 40px 0;
}

.error404 .has-image {
	height: 300px !important;
}

.error404 .header-banner h1 {
	padding-top: 180px !important;
	font-size: 2.5rem;
}

.error404 .page-inner p {
	text-align: center;
}

 /* Move reCAPTCHA v3 badge to the left */ 
.grecaptcha-badge {
  	width: 70px !important;
  	overflow: hidden !important;
  	transition: all 0.3s ease !important;
  	left: 4px !important;
	right: auto !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.site-footer {
	z-index: 100;
	position: relative;
}

#openWidgetbutton {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: auto;
	background-color: #435aa1;
	color: #ffffff;
	padding: 15px 25px;
	font-size: 1em;
	border-radius: 25px;
	z-index: 999999;
}