@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../images/fontawesome-webfont.svg#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: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: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, .accordionTrigger, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1100px) {
  .contentArea .contentWrap, .contentArea .twoColumn header, .twoColumn .contentArea header, .twoColumn header, .cta .ctaWrap {
    width: 87.5%;
    margin-left: 6.25%; } }

@media (min-width: 1400px) {
  .contentArea .contentWrap, .contentArea .twoColumn header, .twoColumn .contentArea header, .twoColumn header, .cta .ctaWrap {
    width: 75%;
    margin-left: 12.5%; } }

html, body {
  font-family: "quatro";
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p, li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: black; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

blockquote {
  font-size: 21px;
  line-height: 33px;
  font-weight: 400; }
  @media (min-width: 700px) {
    blockquote {
      font-size: 26px;
      line-height: 42px;
      font-weight: 100; } }

img {
  max-width: 100%;
  height: auto; }

.alignCenter {
  text-align: center; }
  .alignCenter li {
    text-align: left; }
  .alignCenter .bxSlider li {
    text-align: inherit; }

.alignLeft {
  text-align: left; }

.alignRight {
  text-align: right; }
  .alignRight li {
    text-align: left; }

h1, .h1Style {
  font-size: 26px;
  font-weight: 700;
  line-height: 33px; }

h2, .h2Style {
  font-size: 33px;
  font-weight: 100;
  line-height: 42px; }

h3, .h3Style {
  font-size: 26px;
  font-weight: 400;
  line-height: 33px; }

h4, .h4Style, h5, .h5Style, h6, .accordionTrigger, .h6Style {
  font-size: 21px;
  font-weight: 700;
  line-height: 26px; }

/* !Form elements */
form {
  padding-bottom: 11px;
  padding-top: 11px; }
  form label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 9px;
    display: block; }
  form input[type="text"], form input[type="password"], form input[type="email"], form input[type="submit"], form select, form textarea, form a {
    width: 100%;
    border: none;
    padding: 8px;
    line-height: 1em;
    border-radius: 0px !important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="submit"]:focus, form select:focus, form textarea:focus, form a:focus {
      outline: none; }
  @media (min-width: 600px) {
    form textarea {
      display: block; } }
  form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    padding: 8px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    width: 37.5%; }
  form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 8px; }
  form textarea {
    min-height: 165px; }

.btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 14px;
  background-color: #f7731e;
  font-weight: 700;
  color: #ffffff; }
  .btn:hover {
    background-color: #ffffff;
    color: #f7731e !important; }

.btn-2 {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #1891fd; }
  .btn-2:hover {
    border-bottom: 1px solid #f7731e; }

.listStyle1 li, .listStyle2 li {
  position: relative;
  padding-left: 13px;
  padding-bottom: 11px; }
  .listStyle1 li:before, .listStyle2 li:before {
    width: 9px;
    height: 9px;
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px; }

/* !bucketList */
.bucketList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bucketList li {
    width: 96.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%;
    line-height: 21px;
    border: solid #2555a4 1px;
    margin-bottom: 16px;
    padding: 1.6544117647%; }
    @media (min-width: 800px) {
      .bucketList li {
        width: 29.8039215686%;
        float: left;
        margin-left: 1.7647058824%;
        margin-right: 1.7647058824%; } }

.glyph-1-After {
  position: relative; }
  .glyph-1-After::after {
    border: thin solid #ffffff;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 13px 0px; }

.glyph-1-Before {
  position: relative; }
  .glyph-1-Before::before {
    border: thin solid #ffffff;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 13px 0px; }

.extraPaddingTop, .extraPaddingBoth {
  padding-top: 11px; }

.extraPaddingBottom, .extraPaddingBoth {
  padding-bottom: 11px; }

.backgroundStyle-1 {
  background-color: #ffffff;
  color: #1891fd; }
  .backgroundStyle-1 a:hover {
    color: #666666; }
  .backgroundStyle-1 input[type="text"], .backgroundStyle-1 input[type="password"], .backgroundStyle-1 input[type="email"], .backgroundStyle-1 input[type="submit"], .backgroundStyle-1 select, .backgroundStyle-1 textarea {
    background-color: #E6E6E6;
    color: #97999B;
    font-weight: 700;
    font-size: 16px; }
    .backgroundStyle-1 input[type="text"]:focus, .backgroundStyle-1 input[type="password"]:focus, .backgroundStyle-1 input[type="email"]:focus, .backgroundStyle-1 input[type="submit"]:focus, .backgroundStyle-1 select:focus, .backgroundStyle-1 textarea:focus {
      outline: none;
      background-color: #020E1E; }
  .backgroundStyle-1 input[type="submit"] {
    background-color: #666666;
    color: #ffffff; }
    .backgroundStyle-1 input[type="submit"]:hover {
      background-color: #ffffff;
      color: #666666; }
  .backgroundStyle-1 .listStyle1 li:before, .backgroundStyle-1 .listStyle2 li:before {
    background-color: #2555a4; }
  .backgroundStyle-1 .listStyle2 li:before {
    background-color: #1891fd;
    border-radius: 10px; }
  .backgroundStyle-1 .imageFrame, .backgroundStyle-1 .gallery .galleryItem img, .gallery .galleryItem .backgroundStyle-1 img {
    border: 1px solid #2555a4; }

.backgroundStyle-2 {
  background-color: #2555a4;
  color: #f7731e; }
  .backgroundStyle-2 a:hover {
    color: #666666; }
  .backgroundStyle-2 .btn-2 {
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f7731e; }
    .backgroundStyle-2 .btn-2:hover {
      border-bottom: 1px solid #ffffff; }
  .backgroundStyle-2 .tabWrapper {
    background-color: rgba(24, 145, 253, 0.2); }
    .backgroundStyle-2 .tabWrapper .tabTrigger {
      border: 1px solid #2555a4; }
      .backgroundStyle-2 .tabWrapper .tabTrigger.activeTab {
        background-color: #ffffff; }
  .backgroundStyle-2 input[type="text"], .backgroundStyle-2 input[type="email"], .backgroundStyle-2 input[type="submit"], .backgroundStyle-2 select, .backgroundStyle-2 textarea {
    background-color: rgba(247, 115, 30, 0.5);
    border: 1px #f7731e solid; }
    .backgroundStyle-2 input[type="text"]::-webkit-input-placeholder, .backgroundStyle-2 input[type="email"]::-webkit-input-placeholder, .backgroundStyle-2 input[type="submit"]::-webkit-input-placeholder, .backgroundStyle-2 select::-webkit-input-placeholder, .backgroundStyle-2 textarea::-webkit-input-placeholder {
      color: #ffffff; }
    .backgroundStyle-2 input[type="text"]::-moz-placeholder, .backgroundStyle-2 input[type="email"]::-moz-placeholder, .backgroundStyle-2 input[type="submit"]::-moz-placeholder, .backgroundStyle-2 select::-moz-placeholder, .backgroundStyle-2 textarea::-moz-placeholder {
      color: #ffffff; }
    .backgroundStyle-2 input[type="text"]:-ms-input-placeholder, .backgroundStyle-2 input[type="email"]:-ms-input-placeholder, .backgroundStyle-2 input[type="submit"]:-ms-input-placeholder, .backgroundStyle-2 select:-ms-input-placeholder, .backgroundStyle-2 textarea:-ms-input-placeholder {
      color: #ffffff; }
    .backgroundStyle-2 input[type="text"]:-moz-placeholder, .backgroundStyle-2 input[type="email"]:-moz-placeholder, .backgroundStyle-2 input[type="submit"]:-moz-placeholder, .backgroundStyle-2 select:-moz-placeholder, .backgroundStyle-2 textarea:-moz-placeholder {
      color: #ffffff; }
    .backgroundStyle-2 input[type="text"]:focus, .backgroundStyle-2 input[type="email"]:focus, .backgroundStyle-2 input[type="submit"]:focus, .backgroundStyle-2 select:focus, .backgroundStyle-2 textarea:focus {
      outline: none;
      background-color: white; }
  .backgroundStyle-2 input[type="submit"] {
    background-color: #666666;
    color: #ffffff; }
    .backgroundStyle-2 input[type="submit"]:hover {
      background-color: #ffffff;
      color: #666666; }
  .backgroundStyle-2 .listStyle1 li:before, .backgroundStyle-2 .listStyle2 li:before {
    background-color: #ffffff; }
  .backgroundStyle-2 .listStyle2 li:before {
    background-color: #ffffff;
    border-radius: 10px; }
  .backgroundStyle-2 .imageFrame, .backgroundStyle-2 .gallery .galleryItem img, .gallery .galleryItem .backgroundStyle-2 img {
    border: 1px solid #ffffff; }
  .backgroundStyle-2.sidebar aside .widget {
    background-color: #f7731e;
    color: #2555a4; }
    .backgroundStyle-2.sidebar aside .widget h4 {
      border-bottom: 1px solid #2555a4; }

.backgroundStyle-3 {
  background-color: #f7731e;
  color: #ffffff; }
  .backgroundStyle-3 a:hover {
    color: #2555a4; }
  .backgroundStyle-3 .btn-2 {
    border-bottom: 1px solid #2555a4; }
    .backgroundStyle-3 .btn-2:hover {
      border-bottom: 1px solid #ffffff; }
  .backgroundStyle-3 .tabWrapper {
    background-color: rgba(24, 145, 253, 0.2); }
    .backgroundStyle-3 .tabWrapper .tabnav .tabTrigger {
      border: 1px solid #666666; }
      .backgroundStyle-3 .tabWrapper .tabnav .tabTrigger.activeTab {
        background-color: #1891fd; }
  .backgroundStyle-3 .accordionWrap .accordionTrigger.activeAccordion {
    color: #2555a4; }
  .backgroundStyle-3 input[type="text"], .backgroundStyle-3 input[type="email"], .backgroundStyle-3 input[type="submit"], .backgroundStyle-3 select, .backgroundStyle-3 textarea {
    background-color: rgba(24, 145, 253, 0.5);
    border: 1px #1891fd solid; }
    .backgroundStyle-3 input[type="text"]::-webkit-input-placeholder, .backgroundStyle-3 input[type="email"]::-webkit-input-placeholder, .backgroundStyle-3 input[type="submit"]::-webkit-input-placeholder, .backgroundStyle-3 select::-webkit-input-placeholder, .backgroundStyle-3 textarea::-webkit-input-placeholder {
      color: #ffffff; }
    .backgroundStyle-3 input[type="text"]::-moz-placeholder, .backgroundStyle-3 input[type="email"]::-moz-placeholder, .backgroundStyle-3 input[type="submit"]::-moz-placeholder, .backgroundStyle-3 select::-moz-placeholder, .backgroundStyle-3 textarea::-moz-placeholder {
      color: #ffffff; }
    .backgroundStyle-3 input[type="text"]:-ms-input-placeholder, .backgroundStyle-3 input[type="email"]:-ms-input-placeholder, .backgroundStyle-3 input[type="submit"]:-ms-input-placeholder, .backgroundStyle-3 select:-ms-input-placeholder, .backgroundStyle-3 textarea:-ms-input-placeholder {
      color: #ffffff; }
    .backgroundStyle-3 input[type="text"]:-moz-placeholder, .backgroundStyle-3 input[type="email"]:-moz-placeholder, .backgroundStyle-3 input[type="submit"]:-moz-placeholder, .backgroundStyle-3 select:-moz-placeholder, .backgroundStyle-3 textarea:-moz-placeholder {
      color: #ffffff; }
    .backgroundStyle-3 input[type="text"]:focus, .backgroundStyle-3 input[type="email"]:focus, .backgroundStyle-3 input[type="submit"]:focus, .backgroundStyle-3 select:focus, .backgroundStyle-3 textarea:focus {
      outline: none;
      background-color: white; }
  .backgroundStyle-3 input[type="submit"] {
    background-color: #ffffff;
    color: #666666; }
    .backgroundStyle-3 input[type="submit"]:hover {
      background-color: #666666;
      color: #ffffff; }
  .backgroundStyle-3 .listStyle1 li:before, .backgroundStyle-3 .listStyle2 li:before {
    background-color: #2555a4; }
  .backgroundStyle-3 .listStyle2 li:before {
    background-color: #1891fd;
    border-radius: 10px; }
  .backgroundStyle-3 .imageFrame, .backgroundStyle-3 .gallery .galleryItem img, .gallery .galleryItem .backgroundStyle-3 img {
    border: 1px solid #ffffff; }

.copyContainer h2, .copyContainer h3, .copyContainer h4, .copyContainer h5, .copyContainer h6, .copyContainer .accordionTrigger {
  margin-bottom: 11px; }

.copyContainer p {
  margin-bottom: 26px; }

.copyContainer li {
  list-style-type: disc;
  margin-left: 16px; }

/* !general */
html, body {
  width: 100% !important;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden; }

body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  body:after {
    content: " ";
    display: block;
    clear: both; }

.moduleWrap {
  position: relative;
  clear: both;
  z-index: 0;
  float: left;
  width: 100%; }

.contentWrap, .twoColumn header {
  padding-bottom: 21px;
  padding-top: 21px;
  width: 100%; }
  .contentWrap header, .twoColumn header header {
    margin-bottom: 21px; }
  .contentWrap .header, .twoColumn header .header {
    font-weight: 900;
    color: rgba(128, 128, 128, 0.2);
    font-size: 53px;
    width: 100%;
    padding: 8px 1.6544117647%;
    text-align: left; }
    @media (min-width: 700px) {
      .contentWrap .header, .twoColumn header .header {
        font-weight: 900;
        color: rgba(128, 128, 128, 0.1);
        font-size: 171px;
        padding: 0px;
        text-align: center; } }
  .contentWrap .subHead, .twoColumn header .subHead {
    font-weight: 400;
    color: #2555a4;
    font-size: 18px;
    line-height: 23px;
    margin: 8px 1.6544117647%; }
    @media (min-width: 700px) {
      .contentWrap .subHead, .twoColumn header .subHead {
        font-size: 33px;
        line-height: 42px;
        margin-left: 18.75%;
        margin-right: 6.25%; } }
  @media (min-width: 900px) {
    .contentWrap, .twoColumn header {
      padding-bottom: 53px;
      padding-top: 53px; } }
  @media (min-width: 1400px) {
    .contentWrap, .twoColumn header {
      padding-bottom: 84px;
      padding-top: 84px; } }
  @media (min-width: 1800px) {
    .contentWrap, .twoColumn header {
      padding-bottom: 171px;
      padding-top: 171px; } }

/* !hero */
.hero.tall {
  height: 100vh; }

.hero.short {
  height: 50vh;
  min-height: 300px; }
  @media (min-width: 700px) {
    .hero.short {
      min-height: 650px; } }
  @media (min-width: 700px) {
    .hero.short {
      height: 70vh; } }

.hero .bx-viewport, .hero .bx-wrapper {
  height: 100% !important; }

/* !bxSlider */
.bx-controls-direction {
  bottom: 50%;
  position: absolute;
  z-index: 200;
  width: 100%;
  left: 0px; }

.bx-next, .bx-prev {
  position: absolute;
  right: 1.6544117647%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.8);
  text-indent: -10000px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }
  .bx-next:hover, .bx-prev:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }

.bx-prev {
  left: 1.6544117647%;
  border-right: 9px solid rgba(255, 255, 255, 0.8);
  border-left: none; }

.bx-pager {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }
  .bx-pager .bx-pager-item {
    display: inline-block; }
    .bx-pager .bx-pager-item a {
      display: block;
      height: 14px;
      width: 14px;
      margin: 13px 4px;
      border-radius: 8px;
      background-color: rgba(247, 115, 30, 0.2);
      border: 1px solid #ffffff;
      text-indent: -9000px; }
    .bx-pager .bx-pager-item a.active {
      background-color: #f7731e; }

.bx-caption {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%;
  color: #ffffff; }

/* !heroStyleOne */
.heroStyleOne .contentWrap, .heroStyleOne .twoColumn header, .twoColumn .heroStyleOne header {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }
  @media (min-width: 700px) {
    .heroStyleOne .contentWrap, .heroStyleOne .twoColumn header, .twoColumn .heroStyleOne header {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%; } }
  @media (min-width: 1800px) {
    .heroStyleOne .contentWrap, .heroStyleOne .twoColumn header, .twoColumn .heroStyleOne header {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 62.5%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%; } }
  .heroStyleOne .contentWrap h1, .heroStyleOne .twoColumn header h1, .twoColumn .heroStyleOne header h1, .heroStyleOne .contentWrap h2, .heroStyleOne .twoColumn header h2, .twoColumn .heroStyleOne header h2, .heroStyleOne .contentWrap p, .heroStyleOne .twoColumn header p, .twoColumn .heroStyleOne header p {
    margin-bottom: 26px;
    margin-top: 26px;
    color: #fff;
    font-size: 37px;
    line-height: 42px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    @media (min-width: 700px) {
      .heroStyleOne .contentWrap h1, .heroStyleOne .twoColumn header h1, .twoColumn .heroStyleOne header h1, .heroStyleOne .contentWrap h2, .heroStyleOne .twoColumn header h2, .twoColumn .heroStyleOne header h2, .heroStyleOne .contentWrap p, .heroStyleOne .twoColumn header p, .twoColumn .heroStyleOne header p {
        font-size: 47px;
        line-height: 53px; } }
    @media (min-width: 800px) {
      .heroStyleOne .contentWrap h1, .heroStyleOne .twoColumn header h1, .twoColumn .heroStyleOne header h1, .heroStyleOne .contentWrap h2, .heroStyleOne .twoColumn header h2, .twoColumn .heroStyleOne header h2, .heroStyleOne .contentWrap p, .heroStyleOne .twoColumn header p, .twoColumn .heroStyleOne header p {
        font-size: 59px;
        line-height: 67px; } }
    @media (min-width: 900px) {
      .heroStyleOne .contentWrap h1, .heroStyleOne .twoColumn header h1, .twoColumn .heroStyleOne header h1, .heroStyleOne .contentWrap h2, .heroStyleOne .twoColumn header h2, .twoColumn .heroStyleOne header h2, .heroStyleOne .contentWrap p, .heroStyleOne .twoColumn header p, .twoColumn .heroStyleOne header p {
        font-size: 84px;
        line-height: 95px; } }
  .heroStyleOne .contentWrap p, .heroStyleOne .twoColumn header p, .twoColumn .heroStyleOne header p {
    font-weight: 700;
    font-size: 21px; }
  .heroStyleOne .contentWrap .bx-controls-direction, .heroStyleOne .twoColumn header .bx-controls-direction, .twoColumn .heroStyleOne header .bx-controls-direction {
    bottom: 65%; }

.heroStyleOne .bgvid {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 100%;
  min-width: 100%; }

.heroStyleOne .heroImageWrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10; }
  .heroStyleOne .heroImageWrap li {
    height: 100%;
    background-size: cover; }

.heroStyleTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 600px) {
    .heroStyleTwo.hero.short, .heroStyleTwo.hero.tall {
      height: auto; } }
  @media (min-width: 600px) {
    .heroStyleTwo {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .heroStyleTwo.reverse .contentWrap, .heroStyleTwo.reverse .twoColumn header, .twoColumn .heroStyleTwo.reverse header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .heroStyleTwo.reverse .sliderWrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .heroStyleTwo .contentWrap, .heroStyleTwo .twoColumn header, .twoColumn .heroStyleTwo header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    text-align: center;
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-bottom: 21px; }
    @media (min-width: 600px) {
      .heroStyleTwo .contentWrap, .heroStyleTwo .twoColumn header, .twoColumn .heroStyleTwo header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 1.6544117647%;
        padding-right: 1.6544117647%;
        z-index: 15; } }
    @media (min-width: 800px) {
      .heroStyleTwo .contentWrap, .heroStyleTwo .twoColumn header, .twoColumn .heroStyleTwo header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 37.5%;
        float: left;
        padding-left: 1.6544117647%;
        padding-right: 1.6544117647%; } }
  .heroStyleTwo .sliderWrapper {
    height: 50vh;
    position: relative;
    width: 100%; }
    @media (min-width: 600px) {
      .heroStyleTwo .sliderWrapper {
        height: 100%;
        width: 50%; } }
    @media (min-width: 800px) {
      .heroStyleTwo .sliderWrapper {
        width: 62.5%; } }
  .heroStyleTwo input[type="text"], .heroStyleTwo textarea {
    margin-bottom: 11px; }
  .heroStyleTwo .heroImageWrap {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10; }
    .heroStyleTwo .heroImageWrap li {
      height: 100%;
      background-size: cover; }

/* !Navigation */
nav {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left; }
  nav.stickyTop {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90; }
  nav.stickyBottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 90; }
  nav.hideSecondaryNav .nSecondary {
    display: none !important; }
  nav .nPrimary, nav .nSecondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%; }
    nav .nPrimary .nRight, nav .nSecondary .nRight {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    nav .nPrimary #logo, nav .nSecondary #logo {
      margin-left: 1.6544117647%;
      display: block; }
      nav .nPrimary #logo img, nav .nSecondary #logo img {
        display: block;
        width: 200px;
        height: 26px;
        margin-left: -20px; }
        @media (min-width: 600px) {
          nav .nPrimary #logo img, nav .nSecondary #logo img {
            margin-left: 0px;
            width: 284px;
            height: 50px; } }
    nav .nPrimary .mainContainer, nav .nSecondary .mainContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      nav .nPrimary .mainContainer li, nav .nSecondary .mainContainer li {
        text-align: right; }
        nav .nPrimary .mainContainer li a i, nav .nSecondary .mainContainer li a i {
          font-size: 21px; }
    nav .nPrimary a.btn, nav .nSecondary a.btn {
      margin-left: 14px; }
  nav .nPrimary {
    padding-right: 0px; }
    nav .nPrimary .nLeft {
      width: 200px; }
    nav .nPrimary .nLeft {
      width: auto; }
    nav .nPrimary ul {
      background-color: #fff;
      position: relative;
      width: 100% !important;
      padding-right: 14px; }
      nav .nPrimary ul .mobileOnly:first-of-type {
        margin-left: 0px; }
      @media (min-width: 600px) {
        nav .nPrimary ul {
          margin-left: 10px;
          width: calc(100% - 45px) !important;
          margin-left: 45px;
          padding-right: 26px; }
          nav .nPrimary ul .mobileOnly:first-of-type {
            margin-left: 14px; } }
      nav .nPrimary ul:before {
        content: "";
        display: block;
        position: absolute;
        width: 45px;
        background-image: url(../images/whiteShape.svg);
        left: -40px;
        height: 26px;
        top: 0px;
        background-size: 45px 51px;
        background-repeat: no-repeat;
        bottom: 0px; }
        @media (min-width: 600px) {
          nav .nPrimary ul:before {
            height: 53px; } }
    nav .nPrimary .navItem {
      display: none;
      margin-left: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #1891fd;
      font-size: 14px; }
      nav .nPrimary .navItem:hover {
        color: #2555a4;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
      @media (min-width: 800px) {
        nav .nPrimary .navItem {
          display: block; }
          nav .nPrimary .navItem + span {
            margin-left: 14px; } }
    nav .nPrimary .nRight.centeredMenu ul.mainContainer {
      display: block;
      text-align: center; }
      nav .nPrimary .nRight.centeredMenu ul.mainContainer li {
        text-align: center;
        display: inline-block; }
    nav .nPrimary #mobileTrigger {
      display: block; }
      @media (min-width: 800px) {
        nav .nPrimary #mobileTrigger {
          display: none; } }
  nav .nSecondary {
    padding-right: 26px; }
    nav .nSecondary li {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    nav .nSecondary a {
      padding: 14px;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      display: inline-block; }
      nav .nSecondary a:last-of-type {
        padding-right: 0px; }
      nav .nSecondary a:hover {
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5); }
    nav .nSecondary .nLeft li:first-of-type a {
      padding-left: 0px; }
    nav .nSecondary .nRight li:last-of-type a {
      padding-right: 0px; }

.mobileOnly {
  display: block !important; }
  @media (min-width: 800px) {
    .mobileOnly {
      display: none !important; } }

.desktopOnly {
  display: none !important; }
  @media (min-width: 800px) {
    .desktopOnly {
      display: block !important; } }

/* !overlay */
.overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  z-index: 100;
  display: none; }
  .overlay .scrollWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    height: 100%;
    position: absolute;
    overflow: scroll; }
  .overlay .scrollable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%; }
  .overlay #overlayHeader {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    position: fixed;
    top: 0px;
    left: 0px; }
    .overlay #overlayHeader #closeOverlay {
      padding-top: 13px;
      padding-bottom: 13px;
      float: right;
      font-size: 21px; }
    .overlay #overlayHeader .overlayNavigation {
      float: right;
      padding: 13px; }
      .overlay #overlayHeader .overlayNavigation li {
        float: left;
        font-size: 26px;
        padding-left: 13px; }

/* !overlay */
#mobileMenu {
  text-align: center; }
  #mobileMenu .mainContainer {
    border: thin solid black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    padding-top: 13px;
    padding-bottom: 13px; }
    #mobileMenu .mainContainer li {
      padding: 13px;
      font-size: 26px;
      font-weight: 700; }
  #mobileMenu .socialMedia li {
    display: inline-block;
    font-size: 33px; }
    #mobileMenu .socialMedia li a {
      display: inline-block;
      padding: 13px 10px; }

/* !contentArea */
.contentArea .contentWrap, .contentArea .twoColumn header, .twoColumn .contentArea header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }
  @media (min-width: 700px) {
    .contentArea .contentWrap, .contentArea .twoColumn header, .twoColumn .contentArea header {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .contentArea .contentWrap .imageContainer, .contentArea .twoColumn header .imageContainer, .twoColumn .contentArea header .imageContainer {
    margin-bottom: 14px; }
    @media (min-width: 700px) {
      .contentArea .contentWrap .imageContainer, .contentArea .twoColumn header .imageContainer, .twoColumn .contentArea header .imageContainer {
        margin-bottom: 0px; } }

.contentArea.reverse .contentWrap, .contentArea.reverse .twoColumn header, .twoColumn .contentArea.reverse header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 700px) {
    .contentArea.reverse .contentWrap, .contentArea.reverse .twoColumn header, .twoColumn .contentArea.reverse header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .contentArea.reverse .contentWrap .copyContainer, .contentArea.reverse .twoColumn header .copyContainer, .twoColumn .contentArea.reverse header .copyContainer {
    margin-bottom: 14px; }
    @media (min-width: 700px) {
      .contentArea.reverse .contentWrap .copyContainer, .contentArea.reverse .twoColumn header .copyContainer, .twoColumn .contentArea.reverse header .copyContainer {
        margin-bottom: 0px; } }

/* !oneColumn */
.oneColumn .contentWrap, .oneColumn .twoColumn header, .twoColumn .oneColumn header {
  display: block;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }

.oneColumn .listStyle1, .oneColumn .listStyle2, .oneColumn .listStyle2 {
  -webkit-column-count: 1;
          column-count: 1; }
  @media (min-width: 600px) {
    .oneColumn .listStyle1, .oneColumn .listStyle2, .oneColumn .listStyle2 {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media (min-width: 1100px) {
    .oneColumn .listStyle1, .oneColumn .listStyle2, .oneColumn .listStyle2 {
      -webkit-column-count: 3;
              column-count: 3;
      margin-left: 6.25%;
      margin-right: 6.25%; } }

/* !twoColumn */
.twoColumn header {
  padding-bottom: 0px;
  margin-left: 0px; }
  .twoColumn header .header {
    margin-top: 26px; }

.twoColumn .imageContainer {
  background-size: cover;
  height: 274px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%;
  position: relative; }
  @media (min-width: 700px) {
    .twoColumn .imageContainer {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 37.5%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%;
      height: auto; } }
  .twoColumn .imageContainer .caption {
    position: absolute;
    bottom: 13px;
    right: 13px;
    font-style: italic;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600; }

.twoColumn .copyContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }
  @media (min-width: 700px) {
    .twoColumn .copyContainer {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 62.5%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%; } }

/* !sidebar */
.sidebar aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }
  @media (min-width: 600px) {
    .sidebar aside {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 31.25%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%; } }

.sidebar .widget {
  background-color: #2555a4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%;
  padding: 13px 13px 16px 13px;
  margin-bottom: 21px;
  color: #666666; }
  @media (min-width: 900px) {
    .sidebar .widget {
      padding: 21px; } }
  .sidebar .widget h4 {
    border-bottom: 1px solid #666666;
    margin-bottom: 14px; }
  .sidebar .widget .btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 10px; }
  .sidebar .widget li {
    list-style-type: disc;
    margin-left: 26px;
    line-height: 18px;
    margin-bottom: 10px; }

.sidebar .copyContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }
  @media (min-width: 600px) {
    .sidebar .copyContainer {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 68.75%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%; } }

/* !photograckground */
@media (min-width: 1100px) {
  .photoBackground {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    margin-left: 0px; } }

@media (min-width: 900px) {
  .photoBackground .contentWrap, .photoBackground .twoColumn header, .twoColumn .photoBackground header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    margin-left: 18.75%;
    margin-right: -100%;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    float: none; } }

/* !footer */
footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #fff; }
  footer .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%; }
  footer nav .nPrimary ul {
    background-color: #2555a4; }
  footer nav .nPrimary .mainContainer:before {
    background-image: url(../images/blueShape.svg);
    background-size: 48px 53px;
    height: 26px;
    overflow: hidden; }
    @media (min-width: 600px) {
      footer nav .nPrimary .mainContainer:before {
        height: 50px; } }
  footer .navItem {
    color: #ffffff !important; }

/* !Gallery */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery .galleryItem {
    display: block;
    margin-bottom: 3.3088235294%;
    font-size: 13px; }
    .gallery .galleryItem img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
  .gallery.items-4x4 .galleryItem {
    width: 46.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%; }
    @media (min-width: 700px) {
      .gallery.items-4x4 .galleryItem {
        width: 21.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }
  .gallery.items-5x5 .galleryItem {
    width: 46.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%; }
    @media (min-width: 700px) {
      .gallery.items-5x5 .galleryItem {
        width: 21.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }
    @media (min-width: 800px) {
      .gallery.items-5x5 .galleryItem {
        width: 16.4705882353%;
        float: left;
        margin-left: 1.7647058824%;
        margin-right: 1.7647058824%; } }
  .gallery.items-6x6 .galleryItem {
    width: 46.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%; }
    @media (min-width: 700px) {
      .gallery.items-6x6 .galleryItem {
        width: 21.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }
    @media (min-width: 800px) {
      .gallery.items-6x6 .galleryItem {
        width: 16.4705882353%;
        float: left;
        margin-left: 1.7647058824%;
        margin-right: 1.7647058824%; } }
    @media (min-width: 900px) {
      .gallery.items-6x6 .galleryItem {
        width: 13.7254901961%;
        float: left;
        margin-left: 1.4705882353%;
        margin-right: 1.4705882353%; } }

.galleryOverlay #overlayHeader ul li {
  float: right; }

.galleryOverlay img {
  display: block;
  margin: auto; }

.galleryOverlay .galleryCaption {
  text-align: center;
  margin-top: 26px; }

/* !imageSlider */
.imageSlider .bxWrapper {
  position: relative; }
  .imageSlider .bxWrapper li {
    position: relative;
    text-align: center; }
    .imageSlider .bxWrapper li img {
      width: 100%; }
    .imageSlider .bxWrapper li p {
      text-align: center;
      display: inline-block; }
  .imageSlider .bxWrapper .bx-pager {
    bottom: 42px; }
  @media (min-width: 800px) {
    .imageSlider .bxWrapper {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; } }

.imageSlider .bx-wrapper {
  margin-bottom: 26px; }

/* !testimonial */
.testimonial .bxWrapper {
  position: relative;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%; }

.testimonial .bx-pager {
  bottom: -26px; }

.testimonial .testimonialAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 308px;
  margin: 13px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .testimonial .testimonialAuthor em {
    display: block; }
  .testimonial .testimonialAuthor img {
    border-radius: 100px; }
  .testimonial .testimonialAuthor .testimonialAuthorInfo {
    text-align: left;
    padding-left: 13px; }

/* ! map */
.mapWrap .contentWrap.noHeader, .mapWrap .twoColumn header.noHeader, .twoColumn .mapWrap header.noHeader {
  display: none; }

/* ! map */
#map {
  width: 100%;
  height: 390px; }

/* ! cta */
.cta .ctaWrap {
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }

.cta.ctaStyleOne .ctaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cta.ctaStyleOne .ctaWrap .ctaHeader {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .cta.ctaStyleOne .ctaWrap .ctaSubHead {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 16px; }
    @media (min-width: 700px) {
      .cta.ctaStyleOne .ctaWrap .ctaSubHead {
        display: block; } }

.cta.ctaStyleTwo .contentWrap, .cta.ctaStyleTwo .twoColumn header, .twoColumn .cta.ctaStyleTwo header {
  margin-top: 47px;
  margin-bottom: 47px; }

.cta.ctaStyleThree .contentWrap, .cta.ctaStyleThree .twoColumn header, .twoColumn .cta.ctaStyleThree header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px; }

.cta.ctaStyleThree .copyContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%;
  padding-top: 26px;
  padding-bottom: 26px; }
  @media (min-width: 800px) {
    .cta.ctaStyleThree .copyContainer {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%;
      height: auto; } }

.cta.ctaStyleThree .ctaImage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%;
  padding-top: 26px;
  padding-bottom: 26px; }
  @media (min-width: 800px) {
    .cta.ctaStyleThree .ctaImage {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 1.6544117647%;
      padding-right: 1.6544117647%; } }

.accordionContent {
  display: none;
  overflow: hidden; }

.accordionTrigger {
  padding-bottom: 8px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer; }
  .accordionTrigger span {
    margin-right: 10px; }
    .accordionTrigger span i {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .accordionTrigger.activeAccordion {
    padding-bottom: 0px;
    color: #f7731e; }
    .accordionTrigger.activeAccordion i {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

/* ! tabs */
.tabWrapper {
  position: relative;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  margin-bottom: 26px; }
  .tabWrapper .tabnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tabWrapper .tabnav .tabTrigger {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      background-color: #026ac7;
      color: White;
      -webkit-transition: all ease .3s;
      transition: all ease .3s;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 3px; }
      .tabWrapper .tabnav .tabTrigger a:hover {
        color: white; }
      .tabWrapper .tabnav .tabTrigger:last-of-type {
        margin-bottom: 0px; }
      .tabWrapper .tabnav .tabTrigger.activeTab {
        background-color: #1891fd; }
      @media (min-width: 800px) {
        .tabWrapper .tabnav .tabTrigger {
          font-size: 18px;
          line-height: 21px; } }
      .tabWrapper .tabnav .tabTrigger .tabContent {
        display: none; }
  .tabWrapper .tabcontentWrap {
    padding: 1.6544117647%; }
    .tabWrapper .tabcontentWrap p {
      color: #fff;
      font-size: 26px;
      margin-bottom: 16px; }
    .tabWrapper .tabcontentWrap ul {
      margin-left: 16px; }
    .tabWrapper .tabcontentWrap li {
      color: #fff;
      position: relative;
      margin-left: 23px; }
      .tabWrapper .tabcontentWrap li:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 8px;
        border-radius: 5px;
        background-color: #1891fd;
        left: -26px;
        top: 8px; }
  .tabWrapper.topNav .tabnav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 4px;
    background-color: #ffffff; }
  .tabWrapper.topNav .tabTrigger {
    border-right: 4px solid white;
    margin-bottom: 0px; }
    .tabWrapper.topNav .tabTrigger:last-of-type {
      border-right: none; }
    .tabWrapper.topNav .tabTrigger a {
      padding: 26px; }
  .tabWrapper.topNav .tabcontentWrap {
    padding-top: 84px;
    width: 100%;
    padding-left: 6.25%;
    padding-right: 6.25%; }
    @media (min-width: 600px) {
      .tabWrapper.topNav .tabcontentWrap .threeColumns {
        -webkit-column-count: 2;
                column-count: 2; } }
    @media (min-width: 700px) {
      .tabWrapper.topNav .tabcontentWrap .threeColumns {
        -webkit-column-count: 3;
                column-count: 3; } }
    .tabWrapper.topNav .tabcontentWrap h3 {
      border-bottom: 4px solid #1891fd;
      font-weight: 700;
      color: #fff;
      width: 100%;
      text-align: center;
      padding-bottom: 8px;
      margin-top: 26px;
      margin-bottom: 33px; }
    .tabWrapper.topNav .tabcontentWrap #seeMore {
      width: 100%;
      text-align: center;
      max-width: 500px;
      margin: 26px auto;
      display: block;
      background-color: #1891fd; }
      .tabWrapper.topNav .tabcontentWrap #seeMore:hover {
        color: #1891fd !important;
        background-color: #ffffff; }
    .tabWrapper.topNav .tabcontentWrap .expandedContent {
      display: none; }
      .tabWrapper.topNav .tabcontentWrap .expandedContent.visiableContent {
        display: block; }
    .tabWrapper.topNav .tabcontentWrap .sellColumn .row {
      margin-bottom: 16px;
      float: left; }
      @media (min-width: 700px) {
        .tabWrapper.topNav .tabcontentWrap .sellColumn .row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-bottom: 2px solid #1a1919;
          float: none;
          margin-bottom: 0px; } }
      .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 1.6544117647%;
        padding-right: 1.6544117647%; }
        @media (min-width: 700px) {
          .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column {
            border-bottom: 2px solid #4d4c4c;
            border-right: 2px solid #1a1919;
            color: #ffffff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 25%;
            float: left;
            padding-left: 1.6544117647%;
            padding-right: 1.6544117647%;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 16px !important;
            line-height: 21px !important;
            padding-top: 16px;
            padding-bottom: 16px; } }
        .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column:last-of-type {
          border-right: none; }
        .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column.Colheader {
          display: none; }
          @media (min-width: 700px) {
            .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column.Colheader {
              font-weight: 700;
              color: black; } }
        .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column strong {
          font-weight: 500;
          display: block;
          color: #1891fd;
          width: 100%; }
        .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column img {
          display: block;
          width: 100%; }
        .tabWrapper.topNav .tabcontentWrap .sellColumn .row .column p {
          font-size: 14px !important;
          line-height: 16px !important;
          margin-bottom: 0px; 
          display: block;
          width: 100%;}
  .tabWrapper.bottomNav .tabnav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
  .tabWrapper.bottomNav .tabcontentWrap {
    padding-bottom: 84px; }
  .tabWrapper.leftNav .tabnav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
    @media (min-width: 700px) {
      .tabWrapper.leftNav .tabnav {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .tabWrapper.leftNav .tabcontentWrap {
    padding-top: 84px; }
    @media (min-width: 700px) {
      .tabWrapper.leftNav .tabcontentWrap {
        margin-left: 25%;
        padding-top: 1.6544117647%; } }
  @media (min-width: 700px) {
    .tabWrapper.leftNav .tabTrigger {
      padding: 26px; } }
  @media (max-width: 700px) {
    .tabWrapper .nativeContent {
      display: none !important; } }
  .tabWrapper.rightNav {
    display: block;
    width: 100%; }
    @media (min-width: 700px) {
      .tabWrapper.rightNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .tabWrapper.rightNav .tabnav {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .tabWrapper.rightNav .tabnav .tabTrigger {
        width: 100%;
        float: left;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        display: block; }
        @media (max-width: 700px) {
          .tabWrapper.rightNav .tabnav .tabTrigger {
            background-color: #333333;
            color: #ffffff;
            text-align: left;
            padding: 1.6544117647%; }
            .tabWrapper.rightNav .tabnav .tabTrigger p, .tabWrapper.rightNav .tabnav .tabTrigger a, .tabWrapper.rightNav .tabnav .tabTrigger li {
              color: #fff; }
            .tabWrapper.rightNav .tabnav .tabTrigger a {
              display: none !important; }
            .tabWrapper.rightNav .tabnav .tabTrigger .tabContent {
              display: block !important; }
            .tabWrapper.rightNav .tabnav .tabTrigger li {
              position: relative;
              margin-left: 39px; }
              .tabWrapper.rightNav .tabnav .tabTrigger li:before {
                content: "";
                position: absolute;
                width: 15px;
                height: 8px;
                border-radius: 5px;
                background-color: #1891fd;
                left: -26px;
                top: 8px; } }
        .tabWrapper.rightNav .tabnav .tabTrigger a {
          padding: 26px;
          display: block; }
        @media (min-width: 700px) {
          .tabWrapper.rightNav .tabnav .tabTrigger {
            width: 100%; }
            .tabWrapper.rightNav .tabnav .tabTrigger a {
              padding: 0px;
              display: block; } }
      @media (min-width: 700px) {
        .tabWrapper.rightNav .tabnav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 26px;
          margin-bottom: 26px;
          width: 37.5%;
          float: right;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-right: -47px;
          position: relative; }
          .tabWrapper.rightNav .tabnav .tabTrigger {
            position: relative; }
            .tabWrapper.rightNav .tabnav .tabTrigger a {
              text-transform: left;
              display: block;
              width: 100%;
              text-align: left; }
            .tabWrapper.rightNav .tabnav .tabTrigger:before {
              content: "";
              display: block;
              position: absolute;
              width: 30px;
              height: 100%;
              background-image: url("../images/blackTriganle-04.svg");
              background-size: cover;
              background-repeat: no-repeat;
              left: -30px;
              top: 0px;
              z-index: 10;
              -webkit-transition: all ease .4s;
              transition: all ease .4s; }
            .tabWrapper.rightNav .tabnav .tabTrigger.activeTab {
              margin-left: -47px;
              padding-left: 53px;
              position: relative; }
              .tabWrapper.rightNav .tabnav .tabTrigger.activeTab:before {
                left: -1px;
                z-index: 30; } }
    .tabWrapper.rightNav .tabcontentWrap {
      width: 100%;
      margin-right: 0px;
      padding-top: 14px; }
      @media (min-width: 700px) {
        .tabWrapper.rightNav .tabcontentWrap {
          width: 56.25%;
          padding-top: 1.6544117647%;
          margin-right: 47px; } }
    @media (min-width: 700px) {
      .tabWrapper.rightNav .tabTrigger {
        padding: 14px; } }

/* ! intreiorContactForm */
.interiorContactForm .formFieldGroup-full, .interiorContactForm .formFieldGroup-half {
  padding-top: 8px;
  padding-bottom: 8px; }

.interiorContactForm .formFieldGroup-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left; }

.interiorContactForm .formFieldGroup-half {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.6544117647%;
  padding-right: 1.6544117647%; }
  .interiorContactForm .formFieldGroup-half:nth-of-type(odd) {
    padding-left: 0px; }
  .interiorContactForm .formFieldGroup-half:nth-of-type(even) {
    padding-right: 0px; }

/* ! Buckets */
.team {
  display: none; }
  @media (min-width: 800px) {
    .team {
      display: block; } }

.bucketWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .bucketWrap .bucketItem {
    display: block;
    margin-bottom: 1.6544117647%;
    margin-top: 1.6544117647%; }
    .bucketWrap .bucketItem h5 {
      font-size: 14px;
      color: black;
      margin-bottom: 0px; }
    .bucketWrap .bucketItem p {
      font-size: 14px;
      color: #2555a4;
      line-height: 14px;
      font-weight: 400; }
    .bucketWrap .bucketItem img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
  .bucketWrap.items-2x2 .bucketItem {
    width: 96.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%; }
    @media (min-width: 500px) {
      .bucketWrap.items-2x2 .bucketItem {
        width: 46.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }
  .bucketWrap.items-3x3 .bucketItem {
    width: 96.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%; }
    @media (min-width: 500px) {
      .bucketWrap.items-3x3 .bucketItem {
        width: 46.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }
    @media (min-width: 600px) {
      .bucketWrap.items-3x3 .bucketItem {
        width: 27.4509803922%;
        float: left;
        margin-left: 2.9411764706%;
        margin-right: 2.9411764706%; } }
  .bucketWrap.items-4x4 .bucketItem {
    width: 96.6911764706%;
    float: left;
    margin-left: 1.6544117647%;
    margin-right: 1.6544117647%; }
    @media (min-width: 500px) {
      .bucketWrap.items-4x4 .bucketItem {
        width: 46.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }
    @media (min-width: 600px) {
      .bucketWrap.items-4x4 .bucketItem {
        width: 27.4509803922%;
        float: left;
        margin-left: 2.9411764706%;
        margin-right: 2.9411764706%; } }
    @media (min-width: 800px) {
      .bucketWrap.items-4x4 .bucketItem {
        width: 21.6911764706%;
        float: left;
        margin-left: 1.6544117647%;
        margin-right: 1.6544117647%; } }

.simplePage {
  float: left;
  width: 100%; }

@media (min-width: 700px) {
  #template-1 .short {
    height: 50vh; } }

.whiteTicketShape {
  width: 101%;
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: -3px;
  z-index: 30;
  max-width: none; }

.blueLines .contentWrap, .blueLines .twoColumn header, .twoColumn .blueLines header {
  background-image: url("../images/blueLines.jpg");
  background-position: center center;
  background-repeat: no-repeat; }

#videoWrapContainter .contentWrap, #videoWrapContainter .twoColumn header, .twoColumn #videoWrapContainter header {
  display: block;
  padding-top: 25px !important; }

.videoContainer {
  padding-bottom: 20%;
  padding-top: 0px;
  height: 0; }
  .videoContainer iframe {
    border: thin solid red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.formPage {
  height: 100%; }
  .formPage .bgvid {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 100%;
    min-width: 100%; }
  .formPage .contentWrap, .formPage .twoColumn header, .twoColumn .formPage header {
    position: relative;
    z-index: 7000;
    background-color: #ffffff;
    top: 152px;
    padding: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%; }
    @media (min-width: 800px) {
      .formPage .contentWrap, .formPage .twoColumn header, .twoColumn .formPage header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 87.5%;
        float: left;
        padding-left: 1.6544117647%;
        padding-right: 1.6544117647%;
        left: 6.25%; } }
    @media (min-width: 900px) {
      .formPage .contentWrap, .formPage .twoColumn header, .twoColumn .formPage header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 75%;
        float: left;
        padding-left: 1.6544117647%;
        padding-right: 1.6544117647%;
        left: 18.75%; } }
    @media (min-width: 1100px) {
      .formPage .contentWrap, .formPage .twoColumn header, .twoColumn .formPage header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 1.6544117647%;
        padding-right: 1.6544117647%;
        left: 25%; } }
  .formPage form {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1.6544117647%;
    float: left;
    padding-top: 16px;
    background-size: cover; }
    @media (min-width: 800px) {
      .formPage form {
        background-size: auto; } }
    .formPage form .checkboxLabel {
      width: 135px !important; }
    .formPage form input[type="checkbox"] {
      float: left;
      width: auto !important;
      margin-top: 12px; }
  .formPage h1.header {
    font-size: 47px;
    line-height: 53px;
    color: rgba(128, 128, 128, 0.3);
    text-align: center;
    margin-bottom: 11px; }
  .formPage h5.subHead {
    width: 100%;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-left: 0px;
    margin-right: 0px; }
  .formPage label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    display: block;
    text-align: left;
    margin-bottom: 7px;
    color: #1891fd;
    font-weight: 700;
    padding-left: 0px; }
  .formPage input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    margin-bottom: 11px; }
  .formPage .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.6544117647%;
    padding-right: 1.6544117647%;
    margin-top: 16px;
    margin-bottom: 16px; }

.joinLoginTemplate .nav .nSecondary a {
  color: #2555A4 !important; }

@media (min-width: 800px) {
  .joinLoginTemplate .loginJoinWrap {
    min-height: 790px;
    float: left; }
    .joinLoginTemplate .loginJoinWrap.shorty {
      min-height: 400px; } }

.joinLoginTemplate .leftSide {
  background-color: #2555A4;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 100px 26px 26px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 800px) {
    .joinLoginTemplate .leftSide {
      padding: 200px 26px;
      width: 70%;
      height: 100%;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px; } }
  .joinLoginTemplate .leftSide h1 {
    font-size: 30px;
    color: white;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); 
   	z-index: 2000;}
    @media (min-width: 800px) {
      .joinLoginTemplate .leftSide h1 {
        font-size: 60px;
        line-height: 65px; } }
  .joinLoginTemplate .leftSide h5 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400; 
    z-index: 2000;}

.joinLoginTemplate .rightSide {
  width: 100%;
  /*height: 100%;*/
  padding: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 800px) {
    .joinLoginTemplate .rightSide {
      padding: 200px 26px 26px 26px;
      width: 30%;
      position: absolute;
      right: 0px; } }
  .joinLoginTemplate .rightSide form h3 {
    text-align: left;
    font-weight: 700;
    font-size: 41px;
    color: #2555A4;
    margin-bottom: 16px; }

@media (min-width: 800px) {
  .loginonly.rightSide {
  	margin-top: 25px;
    padding-top: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .loginonly.rightSide form {
      width: 100%; } }
      
      
  .joinLoginTemplate .leftSide h5,
    .joinLoginTemplate .leftSide h1{
	    z-index: 2000;
    }       
@media only screen and (min-width: 700px){
	.tabLongHeader{
		margin-top:25px; 
	}
	.tabLongContent{
		margin-bottom:25px; 
	}
	
}

.legal {
	text-align:right;
	margin-right:30px;
	margin-top: 10px;
}
.legal li {
	display: inline;
	padding-left: 20px;
	font-size:12px;
}
.legal.login {
	margin-right:0;
	margin-top: 0;
}
