@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-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; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 68.125rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #565459;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #4a484d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 68.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #565459;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #49474c;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #565459;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #454347;
      color: #fefefe; }
  .button.secondary {
    background-color: #ea1c2c;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #c0121f;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #565459;
    color: #565459; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #2b2a2d;
      color: #2b2a2d; }
    .button.hollow.primary {
      border: 1px solid #565459;
      color: #565459; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #2b2a2d;
        color: #2b2a2d; }
    .button.hollow.secondary {
      border: 1px solid #ea1c2c;
      color: #ea1c2c; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #780b14;
        color: #780b14; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #565459;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #565459;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ea1c2c;
        color: #0a0a0a; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #565459; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #565459; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #ea1c2c; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #565459; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #565459;
  color: #fefefe; }
  .badge.primary {
    background: #565459;
    color: #fefefe; }
  .badge.secondary {
    background: #ea1c2c;
    color: #0a0a0a; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #565459; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #565459;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #454347;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #ea1c2c;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #c0121f;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e6e5e6;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #fcdddf;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #565459;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #565459;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #565459 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #565459 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #565459 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #565459; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #565459 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #565459 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #565459; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #565459 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #565459 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #565459; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #565459 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #565459 transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #565459; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #565459 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #565459; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #565459;
  color: #fefefe; }
  .label.primary {
    background: #565459;
    color: #fefefe; }
  .label.secondary {
    background: #ea1c2c;
    color: #0a0a0a; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #35333c; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #35333c; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
          transform: translateX(-280px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
            transform: translateX(280px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
          transform: translateX(280px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
            transform: translateX(-280px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  -webkit-transform: translateY(-280px);
      -ms-transform: translateY(-280px);
          transform: translateY(-280px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(280px);
        -ms-transform: translateY(280px);
            transform: translateY(280px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  -webkit-transform: translateY(280px);
      -ms-transform: translateY(280px);
          transform: translateY(280px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-280px);
        -ms-transform: translateY(-280px);
            transform: translateY(-280px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 280px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 280px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 280px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 280px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 280px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 280px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 280px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 280px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 280px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 280px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 280px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 280px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #565459;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #565459; }
  .progress.secondary .progress-meter {
    background-color: #ea1c2c; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #565459; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #565459;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #49474c; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 68.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 68.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 68.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 68.125rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #565459; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #565459; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #5e5c62; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #565459; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #4a484d; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #565459; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(86, 84, 89, 0.5);
            box-shadow: 0 0 6px 1px rgba(86, 84, 89, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #e6e6e6;
  color: #0a0a0a; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/* Font Family
=========================== */
/* Font Weight
=========================== */
/* Color Code
=========================== */
/* Media Query
=========================== */
/* Transition
=========================== */
::-moz-selection {
  background: #ea1c2c;
  color: #fff; }
::selection {
  background: #ea1c2c;
  color: #fff; }

::-moz-selection {
  background: #ea1c2c;
  color: #fff; }

.cf:before, .cf:after {
  display: table;
  content: ""; }

.cf:after {
  clear: both; }

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  color: #565459; }

.wrapper {
  overflow-x: hidden; }

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
  font-weight: 300; }
  @media (max-width: 61.9375rem) {
    p {
      font-size: 1rem;
      line-height: 1.4; } }
  p strong {
    color: #ea1c2c;
    font-weight: 500; }

h1 {
  margin-bottom: 0.625rem;
  font-size: 2.3125rem;
  line-height: 2.625rem; }
  @media (max-width: 63.9375rem) {
    h1 {
      font-size: 2rem;
      line-height: 1.2; } }
  @media (max-width: 47.9375rem) {
    h1 {
      font-size: 1.875rem; } }

h2 {
  color: #35333c;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0.9375rem;
  font-weight: 300; }
  @media (max-width: 63.9375rem) {
    h2 {
      font-size: 1.625rem;
      line-height: 1.2; } }
  @media (max-width: 47.9375rem) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
  font-weight: 700; }
  @media (max-width: 47.9375rem) {
    h3 {
      font-size: 1.25rem;
      line-height: 1.3; } }

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  font-weight: 300;
  color: #ea1c2c; }
  @media (max-width: 47.9375rem) {
    h4 {
      font-size: 1.375rem; } }

h5 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  color: #ea1c2c; }
  @media (max-width: 47.9375rem) {
    h5 {
      font-size: 1.375rem; } }

h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  font-weight: 500; }
  @media (max-width: 47.9375rem) {
    h6 {
      font-size: 1.125rem;
      margin-bottom: 0.625rem; } }

ul {
  margin-bottom: 1.25rem; }
  ul li {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0.9375rem; }
    @media (max-width: 61.9375rem) {
      ul li {
        font-size: 1rem; } }

ol {
  margin-bottom: 1.25rem; }
  ol li {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0.9375rem; }
    @media (max-width: 61.9375rem) {
      ol li {
        font-size: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", sans-serif; }
a span {font-weight:900!important;}
a {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  color: inherit;
  font-weight:900!important;
  outline: inherit !important; }
  a:hover {
    color: inherit; }
a.elementor-item {
  font-weight: 300!important;
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: #656569; }

input:-moz-placeholder {
  opacity: 1;
  color: #656569; }

input::-moz-placeholder {
  opacity: 1;
  color: #656569; }

input:-ms-input-placeholder {
  opacity: 1;
  color: #656569; }

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #656569; }

textarea:-moz-placeholder {
  opacity: 1;
  color: #656569; }

textarea::-moz-placeholder {
  opacity: 1;
  color: #656569; }

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #656569; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  min-height: 2.8125rem !important;
  padding: 0.625rem 0.9375rem !important;
  font-weight: 300;
  font-size: 1.125rem;
  border: 1px solid #565459; }

textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
  font-style: italic;
  border: 1px solid #565459; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.75rem 2.8125rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin: 0;
  min-height: inherit !important;
  line-height: normal !important;
  outline: none !important; }

.btn {
  margin-bottom: 0.625rem; }
  .btn a {
    font-size: 1.25rem;
    color: #fff;
    background: #35333c;
    display: inline-block;
    padding: 0.5rem 1.75rem;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #35333c;
    font-weight: 500;
    min-width: 155px;
    text-align: center; }
    @media (max-width: 63.9375rem) {
      .btn a {
        padding: 0.5rem 1.375rem;
        font-size: 1.125rem; } }
    @media (max-width: 47.9375rem) {
      .btn a {
        padding: 0.5rem 0.9375rem;
        font-size: 1rem; } }
    .btn a:hover {
      background-color: transparent;
      color: #35333c; }
  .btn.dark-black-btn a {
    background: #35333c;
    border: 1px solid #35333c; }
    .btn.dark-black-btn a:hover {
      background-color: transparent;
      color: #35333c; }
  .btn.red-btn a {
    background: #ea1c2c;
    border: 1px solid #ea1c2c; }
    .btn.red-btn a:hover {
      background-color: transparent;
      color: #ea1c2c; }
  .btn.bright-blue-btn a {
    background: #3080df;
    border: 1px solid #3080df; }
    .btn.bright-blue-btn a:hover {
      background-color: transparent;
      color: #3080df; }
  .btn.green-btn a {
    background: #04a74d;
    border: 1px solid #04a74d; }
    .btn.green-btn a:hover {
      background-color: transparent;
      color: #04a74d; }
  .btn.yellow-btn a {
    background: #fcb040;
    border: 1px solid #fcb040; }
    .btn.yellow-btn a:hover {
      background-color: transparent;
      color: #fcb040; }
  .btn.light-blue-btn a {
    background: #30a0c4;
    border: 1px solid #30a0c4; }
    .btn.light-blue-btn a:hover {
      background-color: transparent;
      color: #30a0c4; }
  .btn.red-border-btn a {
    background: transparent;
    border: 1px solid #ea1c2c;
    color: #ea1c2c; }
    .btn.red-border-btn a:hover {
      background-color: #ea1c2c;
      color: #fff; }
  .btn.bright-blue-border-btn a {
    background: transparent;
    border: 1px solid #3080df;
    color: #3080df; }
    .btn.bright-blue-border-btn a:hover {
      background-color: #3080df;
      color: #fff; }
  .btn.green-border-btn a {
    background: transparent;
    border: 1px solid #04a74d;
    color: #04a74d; }
    .btn.green-border-btn a:hover {
      background-color: #04a74d;
      color: #fff; }
  .btn.yellow-border-btn a {
    background: transparent;
    border: 1px solid #fcb040;
    color: #fcb040; }
    .btn.yellow-border-btn a:hover {
      background-color: #fcb040;
      color: #fff; }
  .btn.light-blue-border-btn a {
    background: transparent;
    border: 1px solid #30a0c4;
    color: #30a0c4; }
    .btn.light-blue-border-btn a:hover {
      background-color: #30a0c4;
      color: #fff; }
  .btn.large-btn a {
    font-size: 1.5rem; }
  .btn.dark-black-border-btn a {
    background: transparent;
    border: 1px solid #35333c;
    color: #35333c; }
    .btn.dark-black-border-btn a:hover {
      background-color: #35333c;
      color: #fff; }
  .btn.white-btn a {
    background: #fff;
    border: 1px solid #fff;
    color: #04a74d; }
    .btn.white-btn a:hover {
      background-color: #04a74d;
      color: #fff; }
  .btn.white-border-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn.white-border-btn a:hover {
      background-color: #04a74d;
      border: 1px solid #04a74d;
      color: #fff; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.section-90 {
  padding: 5.625rem 0;
  position: relative;
  z-index: 99; }
  @media (max-width: 88.75rem) {
    .section-90 {
      padding: 3.75rem 0; } }
  @media (max-width: 61.9375rem) {
    .section-90 {
      padding: 3.125rem 0; } }
  @media (max-width: 39.9375rem) {
    .section-90 {
      padding: 2.5rem 0; } }

.section-60 {
  padding: 3.75rem 0;
  position: relative;
  z-index: 99; }
  @media (max-width: 61.9375rem) {
    .section-60 {
      padding: 3.125rem 0; } }
  @media (max-width: 39.9375rem) {
    .section-60 {
      padding: 2.5rem 0; } }

.section-30 {
  padding: 1.875rem 0;
  position: relative;
  z-index: 99; }

.section-40 {
  padding: 2.5rem 0;
  position: relative;
  z-index: 99; }
  @media (max-width: 47.9375rem) {
    .section-40 {
      padding: 1.875rem 0; } }
  @media (max-width: 88.75rem) {
    .section-40 br {
      display: none; } }

.grey-bg {
  background: #f4f4f4; }

ul.social {
  margin: 0;
  padding: 0; }
  @media (max-width: 39.9375rem) {
    ul.social {
      margin-top: 0.9375rem; } }
  ul.social li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.875rem;
    line-height: 1;
    margin-bottom: 0; }
    @media (max-width: 61.9375rem) {
      ul.social li {
        margin-right: 1.25rem; } }
    @media (max-width: 39.9375rem) {
      ul.social li {
        margin-right: 0.9375rem; } }
    ul.social li:last-child {
      margin-right: 0; }
    ul.social li a {
      font-size: 2rem;
      color: #35333c; }
      @media (max-width: 61.9375rem) {
        ul.social li a {
          font-size: 1.625rem; } }
      @media (max-width: 39.9375rem) {
        ul.social li a {
          font-size: 1.375rem; } }
      ul.social li a:hover {
        color: #ea1c2c; }

.responsive-embed,
.flex-video {
  padding-bottom: 50%; }
  @media (max-width: 63.9375rem) {
    .responsive-embed,
    .flex-video {
      padding-bottom: 56.25%; } }
  @media (max-width: 39.9375rem) {
    .responsive-embed,
    .flex-video {
      margin: 1.25rem 0 0.625rem; } }

.btn-wrap {
  width: 100%; }
  .btn-wrap .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0.9375rem 0.9375rem 0 0; }
    .btn-wrap .btn:last-child {
      margin-right: 0; }

.light-blue #custom-color-1 {
  fill: #30a0c4; }

.red #custom-color-1 {
  fill: #ea1c2c; }

.yellow #custom-color-1 {
  fill: #fcb040; }

.bright-blue #custom-color-1 {
  fill: #3080df; }

.green #custom-color-1 {
  fill: #04a74d; }

.heading-title {
  text-align: center;
  margin-bottom: 2.5rem; }

.section-30 h1 {
  font-size: 1.5rem;
  line-height: 1.3; }

@media (max-width: 39.9375rem) {
  .section-30 figure {
    margin-bottom: 1.25rem; } }

.inline-block .columns {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px; }

.inline-block .block-content {
  padding: 0 5rem 0 0; }

.asidebar input::-webkit-input-placeholder {
  opacity: 1;
  color: #35333c; }

.asidebar input:-moz-placeholder {
  opacity: 1;
  color: #35333c; }

.asidebar input::-moz-placeholder {
  opacity: 1;
  color: #35333c; }

.asidebar input:-ms-input-placeholder {
  opacity: 1;
  color: #35333c; }

@font-face {
  font-family: 'Wingdings 3';
  src: url("../fonts/Wingdings3.eot");
  src: url("../fonts/Wingdings3.eot?#iefix") format("embedded-opentype"), url("../fonts/Wingdings3.woff") format("woff"), url("../fonts/Wingdings3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Wingdings 2';
  src: url("../fonts/Wingdings2.eot");
  src: url("../fonts/Wingdings2.eot?#iefix") format("embedded-opentype"), url("../fonts/Wingdings2.woff") format("woff"), url("../fonts/Wingdings2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.banner-section {
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 8.75rem 0 5.625rem;
  position: relative;
  z-index: 9;
  min-height: 680px;
  overflow: hidden;
  margin-bottom: 40px;
  /*.index-banner-section:before {
		background: $bright-blue;
		background: -moz-linear-gradient(left, #3573bb 20%, #309cc8 60%);
		background: -webkit-linear-gradient(left, #3573bb 20%, #309cc8 60%);
		background: linear-gradient(to right, #3573bb 20%, #309cc8 60%);
		content: '';
		position: absolute;
		min-height: 420px;
		width: 100%;
		left: 0;
		right: 0;
		transform: skewY(9.5deg);
		-moz-transform: skewY(9.5deg);
		-ms-transform: skewY(9.5deg);
		-webkit-transform: skewY(9.5deg);
		transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		z-index: -1;
		bottom: 5px;
		top: 0;
		margin-top: 265px;
		opacity: 1;

		@media (max-width: $xlarge-breakpoint) {
			margin-top: 220px;
		}

		@media (max-width: $tab-port-breakpoint) {
			opacity: 0;
		}
	}*/
  /*&:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 259px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 600px 180px 0;
		border-color: transparent transparent $light-blue transparent;
		transform: skewY(-6deg);
		-moz-transform: skewY(-6deg);
		-ms-transform: skewY(-6deg);
		-webkit-transform: skewY(-6deg);
		transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		outline: 1px solid transparent;
		z-index: -1;
		@media(max-width: $xlarge-breakpoint) {
			border-width: 0 420px 150px 0;
			bottom: 192px;
		}
		@media(max-width: $large-breakpoint) {
			border-width: 0 350px 120px 0;
			bottom: 140px;
		}
		@media(max-width: $tab-port-breakpoint) {
			display: none;
		}
	}
	&:after {
		background: $white;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		z-index: -2;
		-webkit-backface-visibility: hidden;
		bottom: -390px;
		height: 390px;
		transform: skewY(11deg);
		-moz-transform: skewY(11deg);
		-ms-transform: skewY(11deg);
		-webkit-transform: skewY(11deg);
		transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		width: 101%;
		outline: 1px solid transparent;
		@media(max-width: $xsmall-breakpoint-lg) {
			transform: skewY(8deg);
			-moz-transform: skewY(8deg);
			-ms-transform: skewY(8deg);
			-webkit-transform: skewY(8deg);
		}
	}*/ }
  @media (max-width: 88.75rem) {
    .banner-section {
      padding: 3.75rem 0;
      min-height: 650px; } }
  @media (max-width: 63.9375rem) {
    .banner-section {
      min-height: inherit; } }
  @media (max-width: 47.9375rem) {
    .banner-section {
      padding: 3.125rem 0 5rem; } }
  @media (max-width: 39.9375rem) {
    .banner-section {
      text-align: center;
      padding: 2.5rem 0 5rem; } }
  .banner-section h1 {
    color: #fff;
    font-size: 3.25rem;
    line-height: 3.625rem;
    font-weight: 700; }
    @media (max-width: 63.9375rem) {
      .banner-section h1 {
        font-size: 1.875rem;
        line-height: 1.2; } }
    @media (max-width: 47.9375rem) {
      .banner-section h1 {
        font-size: 1.75rem; } }
  .banner-section p {
    color: #fff;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
    line-height: 2rem; }
    @media (max-width: 63.9375rem) {
      .banner-section p {
        margin-bottom: 1.5625rem;
        font-size: 1.25rem;
        line-height: 1.2; } }
    @media (max-width: 47.9375rem) {
      .banner-section p {
        font-size: 1.125rem;
        margin-bottom: 1.25rem; } }
  .banner-section .btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem; }
    @media (max-width: 47.9375rem) {
      .banner-section .btn {
        margin-right: 0.5rem; } }
    .banner-section .btn:last-child {
      margin-right: 0; }
    .banner-section .btn.white-btn a {
      background: #fff;
      border: 1px solid #fff;
      color: #3080df; }
      .banner-section .btn.white-btn a:hover {
        background-color: transparent;
        color: #fff; }
    .banner-section .btn.white-border-btn a {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff; }
      .banner-section .btn.white-border-btn a:hover {
        background-color: #fff;
        color: #3080df; }
    .banner-section .btn a {
      padding: 0.75rem 1.75rem; }
  @media (max-width: 39.9375rem) {
    .banner-section .banner-thumb {
      max-width: 320px;
      margin: 0 auto; } }
  .banner-section .banner-content {
    padding: 0 0 0 0; }
    @media (max-width: 63.9375rem) {
      .banner-section .banner-content {
        padding: 0 0 0 1.25rem; } }
    @media (max-width: 47.9375rem) {
      .banner-section .banner-content {
        padding: 0; } }

.sidetext-Video h2 {
  margin-top: 0; }

.sidetext-Video .flex-video {
  -webkit-box-shadow: 0 3px 8px 0 #e0e0e0;
  box-shadow: 0 3px 8px 0 #e0e0e0; }
  .sidetext-Video .flex-video iframe {
    border: 0 none; }

iframe {
  border: 0 none; }

.our-client-section {
  width: 100%;
  padding: 1.875rem 0 0;
  position: relative;
  z-index: 99; }
  @media (max-width: 88.75rem) {
    .our-client-section {
      padding: 1.25rem 0 0; } }
  @media (max-width: 47.9375rem) {
    .our-client-section {
      padding: 1.25rem 0; } }
  @media (max-width: 39.9375rem) {
    .our-client-section {
      text-align: center; } }
  .our-client-section ul {
    margin: 0 auto;
    padding: 0; }
    .our-client-section ul li {
      list-style: none;
      margin-left: -4px;
      padding-right: 2.8125rem;
      float: none !important;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 70rem) {
        .our-client-section ul li {
          padding-right: 0.9375rem;
          margin-bottom: 1.25rem; } }
      .our-client-section ul li img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: gray;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .our-client-section ul li img:hover {
          filter: grayscale(0%);
          -webkit-filter: grayscale(0%);
          filter: none; }

.solutions-section {
  width: 100%;
  padding: 11.25rem 0 12.5rem;
  background: #f9f9f9;
  background: -webkit-linear-gradient(left, #f9f9f9 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f4f4f4));
  background: linear-gradient(to right, #f9f9f9 0%, #f4f4f4 100%);
  position: relative;
  z-index: 9; }
  @media (max-width: 70rem) {
    .solutions-section {
      padding: 6.25rem 0; } }
  @media (max-width: 47.9375rem) {
    .solutions-section {
      padding: 4.375rem 0 6.875rem; } }
  @media (max-width: 39.9375rem) {
    .solutions-section {
      text-align: center;
      padding: 4.375rem 0; } }
  .solutions-section:before {
    background: #fff;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    top: -250px;
    height: 250px;
    transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 101%;
    outline: 1px solid transparent; }
  .solutions-section:after {
    background: #fff;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    bottom: -250px;
    height: 250px;
    transform: skewY(7deg);
    -moz-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    -webkit-transform: skewY(7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 101%;
    outline: 1px solid transparent; }
  .solutions-section .solutions-pattern {
    position: relative;
    z-index: 99; }
    .solutions-section .solutions-pattern .columns {
      float: none;
      display: inline-block;
      margin-left: -4px;
      vertical-align: middle; }
    .solutions-section .solutions-pattern:before {
      content: '';
      position: absolute;
      left: 0;
      top: -198px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 600px 180px 0;
      border-color: transparent transparent #f4f4f4 transparent;
      transform: skewY(-7deg);
      -moz-transform: skewY(-7deg);
      -ms-transform: skewY(-7deg);
      -webkit-transform: skewY(-7deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      outline: 1px solid transparent; }
      @media (max-width: 88.75rem) {
        .solutions-section .solutions-pattern:before {
          border-width: 0 500px 140px 0;
          top: -190px;
          display: none; } }
      @media (max-width: 70rem) {
        .solutions-section .solutions-pattern:before {
          border-width: 0 380px 125px 0;
          top: -135px; } }
      @media (max-width: 63.9375rem) {
        .solutions-section .solutions-pattern:before {
          display: none; } }
    .solutions-section .solutions-pattern:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -17px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 600px 180px 0;
      border-color: transparent transparent #f4f4f4 transparent;
      transform: skewY(-10.2deg);
      -moz-transform: skewY(-10.2deg);
      -ms-transform: skewY(-10.2deg);
      -webkit-transform: skewY(-10.2deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      outline: 1px solid transparent;
      z-index: -1; }
      @media (max-width: 88.75rem) {
        .solutions-section .solutions-pattern:after {
          border-width: 0 500px 140px 0;
          bottom: -100px;
          display: none; } }
      @media (max-width: 70rem) {
        .solutions-section .solutions-pattern:after {
          border-width: 0 380px 125px 0;
          bottom: -33px;
          transform: skewY(-11.8deg);
          -moz-transform: skewY(-11.8deg);
          -ms-transform: skewY(-11.8deg);
          -webkit-transform: skewY(-11.8deg); } }
      @media (max-width: 70rem) {
        .solutions-section .solutions-pattern:after {
          bottom: -15px; } }
      @media (max-width: 63.9375rem) {
        .solutions-section .solutions-pattern:after {
          display: none; } }
  .solutions-section .solutions-content {
    padding-left: 2.5rem; }
    @media (max-width: 88.75rem) {
      .solutions-section .solutions-content {
        padding-left: 1.25rem; } }
    @media (max-width: 61.9375rem) {
      .solutions-section .solutions-content {
        padding-left: 0.625rem; } }
    .solutions-section .solutions-content .btn {
      margin-top: 0.625rem; }
  .solutions-section ul {
    padding: 0;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    text-align: left; }
    @media (max-width: 70rem) {
      .solutions-section ul {
        width: 100%;
        margin-bottom: 0; } }
    @media (max-width: 39.9375rem) {
      .solutions-section ul {
        margin-left: 0; } }
    .solutions-section ul li {
      font-weight: 500; }
      @media (max-width: 47.9375rem) {
        .solutions-section ul li {
          list-style-position: inside; } }
      @media (max-width: 70rem) {
        .solutions-section ul li {
          margin-bottom: 0.625rem; } }
  @media (max-width: 47.9375rem) {
    .solutions-section figure {
      top: 0; } }
  @media (max-width: 39.9375rem) {
    .solutions-section figure {
      position: relative;
      margin: 0 auto 20px;
      max-width: 250px; } }
  .solutions-section figure img {
    margin: 0 auto;
    display: block; }

.inner-banner-section {
  width: 100%;
  padding: 3.75rem 0 7.5rem;
  background: #30a0c4;
  background: -webkit-linear-gradient(left, #30a0c4 0%, #3080df 100%);
  background: -webkit-gradient(linear, left top, right top, from(#30a0c4), to(#3080df));
  background: linear-gradient(to right, #30a0c4 0%, #3080df 100%);
  position: relative;
  z-index: 1;
  min-height: 450px; }
  @media (max-width: 63.9375rem) {
    .inner-banner-section {
      min-height: inherit; } }
  .inner-banner-section.gray-bg:after {
    background: #e7e7e7;
    background: -webkit-linear-gradient(to right, #e7e7e7 60%, #bababa 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f3eded), color-stop(140%, #2b2727));
    background: -webkit-linear-gradient(left, #f3eded 40%, #2b2727 140%);
    background: linear-gradient(to right, #f3eded 40%, #2b2727 140%);
    content: '';
    position: absolute;
    min-height: 250px;
    width: 100%;
    left: 0;
    right: 0;
    transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    z-index: -2;
    bottom: 0;
    top: 0;
    margin-top: 200px;
    opacity: 0.4; }
    @media (max-width: 88.75rem) {
      .inner-banner-section.gray-bg:after {
        margin-top: 140px; } }
    @media (max-width: 63.9375rem) {
      .inner-banner-section.gray-bg:after {
        margin-top: 115px; } }
    @media (max-width: 47.9375rem) {
      .inner-banner-section.gray-bg:after {
        opacity: 0; } }
  .inner-banner-section.bright-blue-bg:after {
    background: -webkit-linear-gradient(to right, #30a0c4 10%, #164ce6 180%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #30a0c4), color-stop(180%, #164ce6));
    background: -webkit-linear-gradient(left, #30a0c4 10%, #164ce6 180%);
    background: linear-gradient(to right, #30a0c4 10%, #164ce6 180%);
    content: '';
    position: absolute;
    min-height: 250px;
    width: 100%;
    left: 0;
    right: 0;
    transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    z-index: -2;
    bottom: 0;
    top: 0;
    margin-top: 200px; }
    @media (max-width: 88.75rem) {
      .inner-banner-section.bright-blue-bg:after {
        min-height: 170px; } }
    @media (max-width: 47.9375rem) {
      .inner-banner-section.bright-blue-bg:after {
        opacity: 0; } }
  .inner-banner-section:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -198px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 800px;
    border-color: transparent transparent #30a0c4 transparent;
    transform: skewY(14deg);
    -moz-transform: skewY(14deg);
    -ms-transform: skewY(14deg);
    -webkit-transform: skewY(14deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    outline: 1px solid transparent; }
    @media (max-width: 88.75rem) {
      .inner-banner-section:before {
        border-width: 0 0 200px 650px;
        bottom: -200px;
        transform: skewY(17.2deg);
        -moz-transform: skewY(17.2deg);
        -ms-transform: skewY(17.2deg);
        -webkit-transform: skewY(17.2deg); } }
    @media (max-width: 61.9375rem) {
      .inner-banner-section:before {
        border-width: 0 0 150px 400px;
        bottom: -149px;
        transform: skewY(20.5deg);
        -moz-transform: skewY(20.5deg);
        -ms-transform: skewY(20.5deg);
        -webkit-transform: skewY(20.5deg); } }
    @media (max-width: 47.9375rem) {
      .inner-banner-section:before {
        display: none; } }
  .inner-banner-section h1 {
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    display: inline-block;
    width: 100%; }
    @media (max-width: 63.9375rem) {
      .inner-banner-section h1 {
        font-size: 2rem; } }
    @media (max-width: 61.9375rem) {
      .inner-banner-section h1 {
        font-size: 1.75rem; } }
    @media (max-width: 47.9375rem) {
      .inner-banner-section h1 {
        font-size: 1.75rem;
        line-height: 1.3; } }
  .inner-banner-section span {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    line-height: 2rem;
    display: inline-block;
    width: 100%; }
    @media (max-width: 63.9375rem) {
      .inner-banner-section span {
        font-size: 1.375rem;
        line-height: 1.3;
        margin-bottom: 1.5625rem; } }
    @media (max-width: 61.9375rem) {
      .inner-banner-section span {
        font-size: 1.25rem; } }
    @media (max-width: 47.9375rem) {
      .inner-banner-section span {
        font-size: 1.125rem; } }
    @media (max-width: 70rem) {
      .inner-banner-section span br {
        display: none; } }
  .inner-banner-section .banner-thumb {
    position: relative;
    bottom: -60px; }
    @media (max-width: 63.9375rem) {
      .inner-banner-section .banner-thumb {
        bottom: -70px; } }
    @media (max-width: 47.9375rem) {
      .inner-banner-section .banner-thumb {
        bottom: 0 !important; } }
    @media (max-width: 39.9375rem) {
      .inner-banner-section .banner-thumb {
        bottom: 0; } }
  .inner-banner-section .date-sec {
    width: 100%; }
    .inner-banner-section .date-sec span {
      font-size: 1.0625rem;
      color: #30a0c4;
      font-weight: 300;
      display: inline-block;
      width: auto;
      margin-right: 22px;
      position: relative;
      margin-bottom: 0;
      line-height: 1.5; }
      .inner-banner-section .date-sec span:last-child {
        margin-right: 0; }
      .inner-banner-section .date-sec span:after {
        content: '';
        position: absolute;
        right: -12px;
        top: 5px;
        width: 1px;
        height: 16px;
        background: #30a0c4; }
      .inner-banner-section .date-sec span:last-child:after {
        display: none; }
  .inner-banner-section .btn a {
    padding: 0.5rem 0.9375rem; }
  .inner-banner-section .gform_wrapper {
    margin: 0; }
    .inner-banner-section .gform_wrapper ul li.gfield {
      margin: 0 0 0.625rem !important;
      padding: 0 !important;
      max-width: 100% !important; }
      .inner-banner-section .gform_wrapper ul li.gfield .gfield_label {
        display: none; }
      .inner-banner-section .gform_wrapper ul li.gfield .ginput_container {
        margin: 0; }
      .inner-banner-section .gform_wrapper ul li.gfield input[type="text"],
      .inner-banner-section .gform_wrapper ul li.gfield input[type="email"],
      .inner-banner-section .gform_wrapper ul li.gfield input[type="password"],
      .inner-banner-section .gform_wrapper ul li.gfield input[type="search"],
      .inner-banner-section .gform_wrapper ul li.gfield input[type="tel"] {
        border: 1px solid #969696;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        min-width: inherit !important; }
        .inner-banner-section .gform_wrapper ul li.gfield input[type="text"]:focus,
        .inner-banner-section .gform_wrapper ul li.gfield input[type="email"]:focus,
        .inner-banner-section .gform_wrapper ul li.gfield input[type="password"]:focus,
        .inner-banner-section .gform_wrapper ul li.gfield input[type="search"]:focus,
        .inner-banner-section .gform_wrapper ul li.gfield input[type="tel"]:focus {
          background: #f4f4f4;
          border: 1px solid #f4f4f4;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .inner-banner-section .gform_wrapper ul li.gfield .ginput_container {
        position: relative;
        z-index: 9;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .inner-banner-section .gform_wrapper ul li.gfield .ginput_container:before {
          content: '';
          position: absolute;
          left: -20px;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #656569;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          opacity: 0; }
        .inner-banner-section .gform_wrapper ul li.gfield .ginput_container.focus:before {
          opacity: 1; }
    .inner-banner-section .gform_wrapper .gform_footer {
      padding: 0;
      display: inline-block;
      margin: 0; }
      .inner-banner-section .gform_wrapper .gform_footer input[type="submit"].button {
        font-size: 1.25rem;
        color: #fff;
        display: inline-block;
        padding: 0.625rem 1.875rem;
        border-radius: 5px 5px 5px 5px;
        background: #ea1c2c;
        border: 1px solid #ea1c2c;
        font-weight: 500;
        min-width: inherit;
        text-align: center;
        margin: 0; }
        @media (max-width: 63.9375rem) {
          .inner-banner-section .gform_wrapper .gform_footer input[type="submit"].button {
            padding: 0.75rem 1.25rem;
            font-size: 1.125rem;
            min-width: inherit; } }
        .inner-banner-section .gform_wrapper .gform_footer input[type="submit"].button:hover, .inner-banner-section .gform_wrapper .gform_footer input[type="submit"].button:focus {
          background-color: #fff;
          color: #ea1c2c; }

.inner-banner-main {
  position: relative;
  z-index: 9;
  background-position: center 100px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  @media (max-width: 39.9375rem) {
    .inner-banner-main {
      text-align: center; } }
  @media (max-width: 47.9375rem) {
    .inner-banner-main {
      z-index: 100; } }
  .inner-banner-main.red-after-bg .inner-banner-section:before {
    border-color: transparent transparent #ea1c2c transparent; }
  .inner-banner-main.blue-after-bg .inner-banner-section:before {
    border-color: transparent transparent #3080df transparent; }
  .inner-banner-main.green-after-bg .inner-banner-section:before {
    border-color: transparent transparent #04a74d transparent; }
  .inner-banner-main.yellow-after-bg .inner-banner-section:before {
    border-color: transparent transparent #fcb040 transparent; }
  .inner-banner-main.light-blue-after-bg .inner-banner-section:before {
    border-color: transparent transparent #30a0c4 transparent; }
  .inner-banner-main.black-after-bg .inner-banner-section:before {
    border-color: transparent transparent #35333c transparent; }
  .inner-banner-main.gray-after-bg .inner-banner-section:before {
    border-color: transparent transparent #e7e7e7 transparent; }

.inner-banner-wrap {
  padding-bottom: 7%;
  overflow: hidden;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (max-width: 88.75rem) {
    .inner-banner-wrap {
      padding-bottom: 9%; } }
  @media (max-width: 70rem) {
    .inner-banner-wrap {
      padding-bottom: 11%; } }
  @media (max-width: 47.9375rem) {
    .inner-banner-wrap {
      padding-bottom: 0;
      overflow: visible; } }
  .inner-banner-wrap .inner-banner-section {
    width: 120%;
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    margin-top: -130px;
    left: -10%;
    padding: 13.4375rem 0 0;
    z-index: 9; }
    .inner-banner-wrap .inner-banner-section .btn {
      position: relative; }
    @media (max-width: 88.75rem) {
      .inner-banner-wrap .inner-banner-section {
        min-height: inherit;
        padding: 11.25rem 0 1.875rem; } }
    @media (max-width: 47.9375rem) {
      .inner-banner-wrap .inner-banner-section {
        padding: 2.5rem 0;
        margin-top: 0;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        left: 0;
        width: 100%; }
        .inner-banner-wrap .inner-banner-section .btn .dropdown-form {
          top: -100%; } }
    @media (max-width: 39.9375rem) {
      .inner-banner-wrap .inner-banner-section {
        position: relative;
        padding-bottom: 7.125rem; }
        .inner-banner-wrap .inner-banner-section .btn {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          margin: 0;
          bottom: -4.625rem;
          width: 100%; } }
    .inner-banner-wrap .inner-banner-section .inner-banner-rotate {
      transform: rotate(7deg);
      -moz-transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg); }
      @media (max-width: 47.9375rem) {
        .inner-banner-wrap .inner-banner-section .inner-banner-rotate {
          transform: rotate(5deg);
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -webkit-transform: rotate(5deg); } }
      @media (max-width: 47.9375rem) {
        .inner-banner-wrap .inner-banner-section .inner-banner-rotate {
          transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg); } }
      .inner-banner-wrap .inner-banner-section .inner-banner-rotate .columns {
        padding: 0; }
        @media (max-width: 70rem) {
          .inner-banner-wrap .inner-banner-section .inner-banner-rotate .columns {
            padding: 0 0.9375rem; } }
    .inner-banner-wrap .inner-banner-section.gray-bg {
      background: #e7e7e7;
      background: -webkit-linear-gradient(left, #e7e7e7 0%, #f9f9f9 100%);
      background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), to(#f9f9f9));
      background: linear-gradient(to right, #e7e7e7 0%, #f9f9f9 100%); }

.banner-img-content {
  padding: 250px 0 70px;
  position: relative;
  z-index: 1;
  margin-top: -200px; }
  @media (max-width: 88.75rem) {
    .banner-img-content br {
      display: none; } }
  @media (max-width: 63.9375rem) {
    .banner-img-content {
      padding: 200px 0 30px; } }
  @media (max-width: 47.9375rem) {
    .banner-img-content {
      padding: 5rem 0;
      margin: 0; } }
  @media (max-width: 30rem) {
    .banner-img-content {
      padding: 3.125rem 0; } }
  .banner-img-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .banner-img-content h2 {
    color: #fff;
    line-height: 3rem;
    margin-bottom: 0.625rem; }
    @media (max-width: 70rem) {
      .banner-img-content h2 {
        line-height: 1.3; } }
    @media (max-width: 63.9375rem) {
      .banner-img-content h2 {
        line-height: 1.2; } }
    .banner-img-content h2 strong {
      font-size: 2.25rem; }
      @media (max-width: 63.9375rem) {
        .banner-img-content h2 strong {
          font-size: 1.75rem;
          line-height: 1.2; } }
      @media (max-width: 47.9375rem) {
        .banner-img-content h2 strong {
          font-size: 1.5rem; } }
  .banner-img-content p {
    color: #fff; }
    .banner-img-content p strong {
      color: #fff; }
  .banner-img-content ul {
    text-align: left; }
    .banner-img-content ul li {
      color: #fff;
      list-style-position: inside; }
  .banner-img-content .btn {
    margin-top: 0.625rem; }

.content-right {
  padding: 0;
  height: 100%; }
  .content-right:after {
    display: none; }
  .content-right .row {
    display: table;
    width: 100%;
    height: 100%; }
    .content-right .row .columns {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      padding-top: 150px;
      padding-bottom: 50px;
      float: right; }
      @media (max-width: 88.75rem) {
        .content-right .row .columns {
          padding-top: 200px; } }
      @media (max-width: 39.9375rem) {
        .content-right .row .columns {
          padding: 2.5rem 0.9375rem; } }
      .content-right .row .columns:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 55%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1; }
        @media (max-width: 39.9375rem) {
          .content-right .row .columns:after {
            width: 100%; } }

.request-demo-section {
  width: 100%;
  position: relative;
  z-index: 9;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 1.5625rem;
  min-height: 650px; }
  @media (max-width: 63.9375rem) {
    .request-demo-section {
      background-position: 25% center;
      min-height: inherit; } }
  .request-demo-section .columns {
    float: right;
    margin-right: -3.125rem; }
    @media (max-width: 88.75rem) {
      .request-demo-section .columns {
        margin-right: 0; } }
  .request-demo-section .request-form-wrap {
    padding: 5rem 2.8125rem 3.125rem;
    border-radius: 0 0 12px 12px;
    background: rgba(0, 0, 0, 0.4); }
    @media (max-width: 39.9375rem) {
      .request-demo-section .request-form-wrap {
        padding: 1.875rem; } }
    @media (max-width: 30rem) {
      .request-demo-section .request-form-wrap {
        padding: 1.25rem; } }
  .request-demo-section h2 {
    color: #fff;
    font-weight: 700; }
  .request-demo-section p {
    color: #fff;
    margin-bottom: 1.25rem; }
    .request-demo-section p a {
      color: #fff; }
      .request-demo-section p a:hover {
        color: #ea1c2c; }
  .request-demo-section .gform_wrapper .gform_footer {
    padding: 0;
    text-align: right; }
    .request-demo-section .gform_wrapper .gform_footer input[type="submit"].button {
      font-size: 1.5rem;
      color: #fff;
      display: inline-block;
      padding: 0.6875rem 1.75rem;
      border-radius: 5px 5px 5px 5px;
      background: #30a0c4;
      border: 1px solid #30a0c4;
      font-weight: 500;
      min-width: 155px;
      text-align: center;
      margin: 0;
      line-height: normal !important; }
      .request-demo-section .gform_wrapper .gform_footer input[type="submit"].button:hover, .request-demo-section .gform_wrapper .gform_footer input[type="submit"].button:focus {
        background-color: #fff;
        color: #30a0c4; }
      @media (max-width: 70rem) {
        .request-demo-section .gform_wrapper .gform_footer input[type="submit"].button {
          font-size: 1.25rem;
          padding: 0.625rem 1.25rem; } }
  .request-demo-section .gform_wrapper .top_label .ginput_container {
    margin: 0; }
  .request-demo-section .gform_wrapper .gfield_label {
    display: none !important; }
  .request-demo-section .gform_wrapper ul li.gfield {
    padding: 0 !important;
    border-radius: 5px 5px 5px 5px; }
  .request-demo-section .gform_wrapper ul li input[type="text"],
  .request-demo-section .gform_wrapper ul li input[type="email"],
  .request-demo-section .gform_wrapper ul li input[type="password"],
  .request-demo-section .gform_wrapper ul li input[type="search"],
  .request-demo-section .gform_wrapper ul li input[type="tel"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    min-height: 2.8125rem;
    padding: 0.625rem 0.9375rem !important;
    font-weight: 300;
    font-size: 1.125rem;
    border: 1px solid #fff;
    border-radius: 6px 6px 6px 6px; }
  .request-demo-section .gform_wrapper ul li textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0.625rem 0.9375rem;
    font-size: 1.125rem;
    font-style: italic;
    border: 1px solid #fff;
    border-radius: 6px 6px 6px 6px; }
  .request-demo-section .mktoForm .mktoFormRow {
    margin-bottom: 5px; }
  .request-demo-section .mktoForm .mktoButtonRow {
    padding: 0;
    text-align: right;
    width: 100%; }
    .request-demo-section .mktoForm .mktoButtonRow button {
      font-size: 1.375rem !important;
      color: #fff;
      display: inline-block;
      padding: 0.6875rem 1.75rem !important;
      border-radius: 5px 5px 5px 5px;
      background: #30a0c4 !important;
      border: 1px solid #30a0c4;
      font-weight: 500;
      min-width: 155px;
      text-align: center;
      margin: 0;
      line-height: normal !important;
      width: auto !important;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      .request-demo-section .mktoForm .mktoButtonRow button:hover, .request-demo-section .mktoForm .mktoButtonRow button:focus {
        background-color: #fff !important;
        color: #30a0c4; }
      @media (max-width: 70rem) {
        .request-demo-section .mktoForm .mktoButtonRow button {
          font-size: 1.25rem;
          padding: 0.625rem 1.25rem; } }
  .request-demo-section .mktoForm input[type="text"],
  .request-demo-section .mktoForm input[type="email"],
  .request-demo-section .mktoForm input[type="password"],
  .request-demo-section .mktoForm input[type="search"],
  .request-demo-section .mktoForm input[type="tel"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    min-height: 2.8125rem;
    padding: 0.625rem 0.9375rem !important;
    font-weight: 300;
    font-size: 1.125rem;
    border: 1px solid #fff;
    border-radius: 6px 6px 6px 6px; }
  .request-demo-section .mktoForm select {
    border-radius: 6px 6px 6px 6px !important;
    border: 1px solid #fff; }
  .request-demo-section .mktoForm textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0.625rem 0.9375rem;
    font-size: 1.125rem;
    font-style: italic;
    border: 1px solid #fff;
    border-radius: 6px 6px 6px 6px;
    height: 100px !important; }

.ready-totalk-section {
  width: 100%;
  text-align: center;
  background: #f4f4f4; }
  .ready-totalk-section h2 {
    color: #35333c;
    font-weight: 500;
    margin-bottom: 0.9375rem; }
    @media (max-width: 61.9375rem) {
      .ready-totalk-section h2 {
        margin-bottom: 0.625rem; } }
  .ready-totalk-section .btn {
    margin-right: 1.875rem; }
    @media (max-width: 63.9375rem) {
      .ready-totalk-section .btn {
        margin-right: 1.25rem; } }
    @media (max-width: 39.9375rem) {
      .ready-totalk-section .btn {
        margin-right: 0.625rem; } }
    @media (max-width: 30rem) {
      .ready-totalk-section .btn {
        display: block;
        margin-right: 0; } }
    .ready-totalk-section .btn a {
      font-size: 1.5rem;
      min-width: 240px; }
      @media (max-width: 63.9375rem) {
        .ready-totalk-section .btn a {
          padding: 0.5rem 1.375rem;
          font-size: 1.25rem; } }
      @media (max-width: 39.9375rem) {
        .ready-totalk-section .btn a {
          min-width: inherit;
          font-size: 1.125rem; } }

.products-listing-section {
  width: 100%;
  position: relative;
  z-index: 12;
  text-align: center; }
  @media (max-width: 39.9375rem) {
    .products-listing-section {
      padding-top: 2.5rem; } }
  .products-listing-section ul {
    margin: 0 auto; }
    .products-listing-section ul li {
      list-style: none;
      line-height: 1.5;
      margin: 1.875rem 0 5rem;
      float: left !important; }
      @media (max-width: 88.75rem) {
        .products-listing-section ul li {
          margin: 1.25rem 0 1.875rem; } }
      @media (max-width: 39.9375rem) {
        .products-listing-section ul li {
          margin: 0.625rem 0; } }
      .products-listing-section ul li .products-listing-box {
        padding: 2.1875rem 1.25rem 6.25rem;
        -webkit-box-shadow: 0 3px 8px 0 #e0e0e0;
        box-shadow: 0 3px 8px 0 #e0e0e0;
        position: relative; }
        @media (max-width: 61.9375rem) {
          .products-listing-section ul li .products-listing-box {
            padding: 1.5625rem 0.9375rem 6.25rem; } }
        @media (max-width: 39.9375rem) {
          .products-listing-section ul li .products-listing-box {
            height: auto !important;
            padding: 1.5625rem 0.9375rem; } }
        .products-listing-section ul li .products-listing-box .btn {
          margin-top: 2.1875rem;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 30px; }
          @media (max-width: 39.9375rem) {
            .products-listing-section ul li .products-listing-box .btn {
              position: static;
              bottom: auto; } }
        .products-listing-section ul li .products-listing-box .product-thumb {
          margin-bottom: 1.5625rem; }
          @media (max-width: 70rem) {
            .products-listing-section ul li .products-listing-box .product-thumb {
              margin-bottom: 1.25rem; } }
          @media (max-width: 61.9375rem) {
            .products-listing-section ul li .products-listing-box .product-thumb {
              margin-bottom: 1.25rem; }
              .products-listing-section ul li .products-listing-box .product-thumb .svg {
                height: auto; } }
        .products-listing-section ul li .products-listing-box h4:nth-of-type(1) {
          margin-bottom: 0.75rem; }
          @media (max-width: 63.9375rem) {
            .products-listing-section ul li .products-listing-box h4:nth-of-type(1) {
              margin-bottom: 0.3125rem; } }
        .products-listing-section ul li .products-listing-box h4 p {
          font-size: 18px; }
      .products-listing-section ul li.red h4 {
        color: #ea1c2c; }
      .products-listing-section ul li.light-blue h4 {
        color: #30a0c4; }
      .products-listing-section ul li.yellow h4 {
        color: #fcb040; }
      .products-listing-section ul li.green h4 {
        color: #04a74d; }
      .products-listing-section ul li.bright-blue h4 {
        color: #3080df; }
      .products-listing-section ul li.dark-black h4 {
        color: #35333c; }
      .products-listing-section ul li.light-blue #custom-color-1 {
        fill: #30a0c4; }
      .products-listing-section ul li.red #custom-color-1 {
        fill: #ea1c2c; }
      .products-listing-section ul li.yellow #custom-color-1 {
        fill: #fcb040; }
      .products-listing-section ul li.bright-blue #custom-color-1 {
        fill: #3080df; }
      .products-listing-section ul li.green #custom-color-1 {
        fill: #04a74d; }
      @media (max-width: 70rem) {
        .products-listing-section ul li p br {
          display: none; } }
      @media (max-width: 39.9375rem) {
        .products-listing-section ul li:last-child {
          margin-bottom: 0; } }
      @media (max-width: 63.9375rem) {
        .products-listing-section ul li:nth-of-type(2n+1) {
          clear: left; } }
  .products-listing-section.without-box-shadow .products-listing-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0; }
    .products-listing-section.without-box-shadow .products-listing-box .btn {
      position: static; }

.solution-cards-section {
  background: #f9f9f9;
  padding: 3.75rem 0 2.1875rem 0;
  position: relative;
  z-index: 10; }
  .solution-cards-section h2 {
    text-align: center;
    margin: 0.625rem 0 3rem 0; }
  @media (max-width: 61.9375rem) {
    .solution-cards-section {
      padding: 2.5rem 0; }
      .solution-cards-section h2 {
        margin-bottom: 1.5rem; } }
  .solution-cards-section:before {
    background: #fff;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    top: -250px;
    height: 380px;
    transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 101%;
    outline: 1px solid transparent; }
  .solution-cards-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 162px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 600px 130px 0;
    border-color: transparent transparent #f4f4f4 transparent;
    transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    outline: 1px solid transparent; }
  .solution-cards-section ul {
    margin: 0 auto;
    padding: 0; }
    .solution-cards-section ul li {
      list-style: none;
      line-height: 1.5;
      margin-bottom: 1.875rem; }
      .solution-cards-section ul li h2 {
        text-align: left; }
      .solution-cards-section ul li .solution-cards-wrap {
        position: relative;
        z-index: 9;
        overflow: hidden;
        border-radius: 6px 6px 6px 6px; }
        .solution-cards-section ul li .solution-cards-wrap figure {
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover;
          min-height: 280px;
          border-radius: 6px 6px 6px 6px;
          -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
          box-shadow: 0 3px 8px 0 #cfcfcf;
          position: relative;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out; }
          @media (max-width: 48rem) {
            .solution-cards-section ul li .solution-cards-wrap figure {
              min-height: 250px; } }
          @media (max-width: 39.9375rem) {
            .solution-cards-section ul li .solution-cards-wrap figure {
              min-height: 300px; } }
          @media (max-width: 30rem) {
            .solution-cards-section ul li .solution-cards-wrap figure {
              min-height: 250px; } }
          .solution-cards-section ul li .solution-cards-wrap figure figcaption {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 0.9375rem 1.25rem 0.9375rem 2.8125rem;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 0 0 6px 6px; }
            @media (max-width: 63.9375rem) {
              .solution-cards-section ul li .solution-cards-wrap figure figcaption {
                padding: 0.9375rem 1.25rem; } }
            .solution-cards-section ul li .solution-cards-wrap figure figcaption h2 {
              color: #fff;
              margin-bottom: 0.3125rem; }
            .solution-cards-section ul li .solution-cards-wrap figure figcaption p {
              color: #fff;
              line-height: 1.5rem; }
      .solution-cards-section ul li h2 {
        font-weight: 700; }
      .solution-cards-section ul li .cards-caption {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 6px 6px 6px 6px;
        padding: 2.5rem 1.875rem 5.625rem 2.5rem;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        @media (max-width: 61.9375rem) {
          .solution-cards-section ul li .cards-caption {
            padding: 1.5625rem 1.5625rem 4.375rem; } }
        .solution-cards-section ul li .cards-caption h2 {
          -webkit-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
          transform: translateY(-100px);
          opacity: 0;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out; }
        .solution-cards-section ul li .cards-caption p {
          -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
          transform: translateY(100px);
          opacity: 0;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          line-height: 1.5rem; }
          @media (max-width: 70rem) {
            .solution-cards-section ul li .cards-caption p br {
              display: none; } }
        .solution-cards-section ul li .cards-caption .btn {
          position: absolute;
          right: 30px;
          bottom: 30px;
          margin: 0; }
          @media (max-width: 61.9375rem) {
            .solution-cards-section ul li .cards-caption .btn {
              right: 25px;
              bottom: 20px; } }
      .solution-cards-section ul li:hover figure {
        /*-webkit-transform: scale(1.1, 1.1);
                    -moz-transform: scale(1.1, 1.1);
                    -o-transform: scale(1.1, 1.1);
                    -ms-transform: scale(1.1, 1.1);
                    transform: scale(1.1, 1.1);*/ }
      .solution-cards-section ul li:hover .cards-caption {
        opacity: 1; }
        .solution-cards-section ul li:hover .cards-caption h2 {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          opacity: 1; }
        .solution-cards-section ul li:hover .cards-caption p {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          opacity: 1; }
      .solution-cards-section ul li.bright-blue h2 {
        color: #3080df; }
      .solution-cards-section ul li.green h2 {
        color: #04a74d; }
      .solution-cards-section ul li.red h2 {
        color: #ea1c2c; }
      .solution-cards-section ul li.yellow h2 {
        color: #fcb040; }
      @media (max-width: 70rem) {
        .solution-cards-section ul li p br {
          display: none; } }
      @media (max-width: 39.9375rem) {
        .solution-cards-section ul li:last-child {
          margin-bottom: 0; } }

.resources-feed-section {
  width: 100%;
  text-align: center; }
  .resources-feed-section ul {
    margin: 25px auto;
    padding: 0; }
    @media (max-width: 47.9375rem) {
      .resources-feed-section ul {
        margin: 10px auto; } }
    .resources-feed-section ul li {
      list-style: none;
      margin: 0 0 4.6875rem;
      text-align: left;
      float: left !important; }
      @media (max-width: 88.75rem) {
        .resources-feed-section ul li {
          margin: 0 0 3.75rem; } }
      @media (max-width: 70rem) {
        .resources-feed-section ul li {
          margin: 0 0 3.125rem; } }
      @media (max-width: 47.9375rem) {
        .resources-feed-section ul li {
          margin: 0 0 1.875rem; } }
      .resources-feed-section ul li .resources-wrap {
        width: 100%;
        background: #fff;
        border-radius: 6px 6px 6px 6px;
        -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
        box-shadow: 0 3px 8px 0 #cfcfcf; }
        .resources-feed-section ul li .resources-wrap a {
          color: #565459; }
          .resources-feed-section ul li .resources-wrap a:hover {
            color: #ea1c2c; }
        .resources-feed-section ul li .resources-wrap .resources-thumb {
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover;
          width: 100%;
          min-height: 145px;
          border-radius: 6px 6px 0 0;
          background-color: #c3e6f2; }
          @media (max-width: 63.9375rem) {
            .resources-feed-section ul li .resources-wrap .resources-thumb {
              min-height: 140px; } }
          @media (max-width: 30rem) {
            .resources-feed-section ul li .resources-wrap .resources-thumb {
              min-height: 180px; } }
        .resources-feed-section ul li .resources-wrap .resources-caption {
          padding: 1.5625rem 1.5625rem 1.875rem;
          min-height: 135px; }
          @media (max-width: 70rem) {
            .resources-feed-section ul li .resources-wrap .resources-caption {
              padding: 1.25rem; } }
          @media (max-width: 61.9375rem) {
            .resources-feed-section ul li .resources-wrap .resources-caption {
              padding: 0.9375rem; } }
          .resources-feed-section ul li .resources-wrap .resources-caption h6 {
            font-size: 1.125rem;
            margin-bottom: 0.5rem; }
          .resources-feed-section ul li .resources-wrap .resources-caption p {
            color: #565459;
            font-size: 1rem;
            line-height: 1.375rem;
            margin-bottom: 0; }
            @media (max-width: 61.9375rem) {
              .resources-feed-section ul li .resources-wrap .resources-caption p {
                line-height: 1.3;
                margin-bottom: 0.625rem; } }
      .resources-feed-section ul li:nth-of-type(3n+1) {
        clear: left; }
        @media (max-width: 63.9375rem) {
          .resources-feed-section ul li:nth-of-type(3n+1) {
            clear: inherit; } }
      @media (max-width: 63.9375rem) {
        .resources-feed-section ul li:nth-of-type(2n+1) {
          clear: left; } }
  .resources-feed-section.grey-bg {
    background: #f9f9f9; }

.open-content-section {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 1.25rem; }
  @media (max-width: 47.9375rem) {
    .open-content-section {
      padding: 1.25rem 0; } }
  @media (max-width: 70rem) {
    .open-content-section br {
      display: none; } }
  .open-content-section h4 {
    color: #4d4d4d;
    margin-bottom: 1.875rem; }
  .open-content-section .row {
    max-width: 72.5rem; }
  .open-content-section.content-bg-shadow {
    position: relative;
    z-index: 9;
    overflow: hidden; }
    .open-content-section.content-bg-shadow:before {
      background: #e7e7e7;
      content: '';
      display: block;
      left: -10%;
      position: absolute;
      right: 0;
      z-index: -2;
      -webkit-backface-visibility: hidden;
      top: 0;
      height: 470px;
      transform: rotate(7deg);
      -moz-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      width: 120%;
      outline: 1px solid transparent; }
    .open-content-section.content-bg-shadow .content-bg-shadow-wrap {
      background: #fff;
      border-radius: 6px 6px 6px 6px;
      -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
      box-shadow: 0 3px 8px 0 #cfcfcf;
      padding: 4.375rem 3.75rem 1.875rem;
      max-width: 100%; }
      @media (max-width: 70rem) {
        .open-content-section.content-bg-shadow .content-bg-shadow-wrap {
          padding: 2.5rem 2.5rem 1.875rem; } }
      @media (max-width: 63.9375rem) {
        .open-content-section.content-bg-shadow .content-bg-shadow-wrap {
          max-width: 100%; } }
      @media (max-width: 47.9375rem) {
        .open-content-section.content-bg-shadow .content-bg-shadow-wrap {
          padding: 1.875rem 1.5625rem; } }
      @media (max-width: 39.9375rem) {
        .open-content-section.content-bg-shadow .content-bg-shadow-wrap {
          padding: 1.25rem 0.9375rem; } }
      .open-content-section.content-bg-shadow .content-bg-shadow-wrap li {
        font-weight: 300;
        margin: 0 0 8px 0; }
    .open-content-section.content-bg-shadow.section-90 {
      padding-top: 5.625rem; }
      @media (max-width: 88.75rem) {
        .open-content-section.content-bg-shadow.section-90 {
          padding: 3.75rem 0; } }
      @media (max-width: 61.9375rem) {
        .open-content-section.content-bg-shadow.section-90 {
          padding: 3.125rem 0; } }
      @media (max-width: 39.9375rem) {
        .open-content-section.content-bg-shadow.section-90 {
          padding: 2.5rem 0; } }
  @media (max-width: 61.9375rem) {
    .open-content-section.content-shadow-button {
      text-align: center; } }
  .open-content-section.content-shadow-button .row {
    max-width: 72.5rem; }
  .open-content-section.content-shadow-button .content-bg-shadow-wrap {
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
    box-shadow: 0 3px 8px 0 #cfcfcf;
    padding: 3.125rem 1.875rem; }
    @media (max-width: 70rem) {
      .open-content-section.content-shadow-button .content-bg-shadow-wrap {
        padding: 2.5rem 1.5625rem; } }
    @media (max-width: 39.9375rem) {
      .open-content-section.content-shadow-button .content-bg-shadow-wrap {
        padding: 1.5625rem 1.25rem; } }
    .open-content-section.content-shadow-button .content-bg-shadow-wrap li {
      font-weight: 300;
      line-height: 30px; }
      @media (max-width: 63.9375rem) {
        .open-content-section.content-shadow-button .content-bg-shadow-wrap li {
          line-height: 1.5; } }
    .open-content-section.content-shadow-button .content-bg-shadow-wrap .btn-wrap {
      text-align: center; }
      @media (max-width: 61.9375rem) {
        .open-content-section.content-shadow-button .content-bg-shadow-wrap .btn-wrap .btn {
          margin: 5px 10px; } }
      @media (max-width: 39.9375rem) {
        .open-content-section.content-shadow-button .content-bg-shadow-wrap .btn-wrap .btn {
          width: 46%;
          margin: 5px 2%; } }
      @media (max-width: 30rem) {
        .open-content-section.content-shadow-button .content-bg-shadow-wrap .btn-wrap .btn {
          width: 100%;
          margin: 5px 0; } }
      @media (max-width: 39.9375rem) {
        .open-content-section.content-shadow-button .content-bg-shadow-wrap .btn-wrap .btn a {
          min-width: inherit;
          width: 100%; } }
  @media (max-width: 39.9375rem) {
    .open-content-section.content-shadow-button h4 {
      font-size: 1.25rem;
      margin-bottom: 0.9375rem; } }

.features-section {
  width: 100%;
  position: relative;
  z-index: 9; }
  .features-section:before {
    background: #f4f4f4;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    height: 350px;
    transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 101%;
    outline: 1px solid transparent; }
  .features-section ul.features-listing {
    margin: 40px auto 0; }
    .features-section ul.features-listing li {
      list-style: none;
      margin-bottom: 1.5625rem;
      float: left !important; }
      .features-section ul.features-listing li:nth-of-type(3n+1) {
        clear: left; }
      @media (max-width: 63.9375rem) {
        .features-section ul.features-listing li:nth-of-type(3n+1) {
          clear: inherit; } }
      @media (max-width: 63.9375rem) {
        .features-section ul.features-listing li:nth-of-type(2n+1) {
          clear: left; } }
      .features-section ul.features-listing li h5 {
        margin-bottom: 0;
        margin-top: 0; }
      .features-section ul.features-listing li p {
        line-height: 1.5rem; }
      .features-section ul.features-listing li .features-icon {
        display: table;
        width: 100%;
        margin-bottom: 0.3125rem;
        padding-left: 0;
        position: relative;
        z-index: 9; }
        .features-section ul.features-listing li .features-icon .features-icon-wrap {
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          height: 100%; }
        .features-section ul.features-listing li .features-icon img {
          height: 4.375rem; }
        .features-section ul.features-listing li .features-icon:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 63px;
          height: 63px;
          background: #f4f4f4;
          border-radius: 50%;
          z-index: -1;
          display: none; }
      @media (max-width: 39.9375rem) {
        .features-section ul.features-listing li:last-child {
          margin-bottom: 0; } }
  .features-section .features-wrap {
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
    box-shadow: 0 3px 8px 0 #cfcfcf;
    padding: 3.75rem;
    margin: 3.4375rem 0 0.3125rem 0; }
    @media (max-width: 70rem) {
      .features-section .features-wrap {
        padding: 1.875rem; } }
    @media (max-width: 39.9375rem) {
      .features-section .features-wrap {
        margin-top: 0; } }
  .features-section.border-t-b .features-wrap {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    padding: 1.875rem 0 0; }
  .features-section.border-t-b {
    margin-bottom: 1.875rem; }
    .features-section.border-t-b:before {
      display: none; }

.testimonials-section {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  left: -10%;
  margin-bottom: -180px;
  margin-top: 140px;
  padding: 0 0 140px 0;
  transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  width: 120%;
  z-index: 9; }
  @media (max-width: 88.75rem) {
    .testimonials-section {
      margin-top: 100px; } }
  @media (max-width: 63.9375rem) {
    .testimonials-section {
      margin-top: 5rem 0 -5rem;
      padding: 8.125rem 0 20rem; } }
  @media (max-width: 47.9375rem) {
    .testimonials-section {
      padding: 3.125rem 0 5rem;
      margin: 0;
      width: 100%;
      left: 0%;
      transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg); } }
  .testimonials-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 160, 196, 0.75);
    z-index: -2; }
  .testimonials-section .testimonials-pattern {
    width: 100%;
    padding: 12.5rem 0;
    position: relative;
    z-index: 1;
    transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -webkit-transform: rotate(8deg); }
    @media (max-width: 63.9375rem) {
      .testimonials-section .testimonials-pattern {
        height: auto;
        display: block;
        padding: 0; } }
    @media (max-width: 47.9375rem) {
      .testimonials-section .testimonials-pattern {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); } }
    .testimonials-section .testimonials-pattern:before {
      content: '';
      position: absolute;
      left: 0;
      top: -106px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 600px 180px 0;
      border-color: transparent transparent #e7e7e7 transparent;
      transform: skewY(-8deg);
      -moz-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
      -webkit-transform: skewY(-8deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      outline: 1px solid transparent; }
      @media (max-width: 63.9375rem) {
        .testimonials-section .testimonials-pattern:before {
          display: none; } }
    .testimonials-section .testimonials-pattern .testimonials-wrap {
      height: 100%;
      width: 100%;
      vertical-align: middle; }
      @media (max-width: 63.9375rem) {
        .testimonials-section .testimonials-pattern .testimonials-wrap {
          display: block; } }
      .testimonials-section .testimonials-pattern .testimonials-wrap h2 {
        color: #fff;
        font-weight: 100;
        margin-bottom: 0.625rem; }
        @media (max-width: 39.9375rem) {
          .testimonials-section .testimonials-pattern .testimonials-wrap h2 {
            font-size: 1.375rem; } }
      .testimonials-section .testimonials-pattern .testimonials-wrap p {
        color: #fff; }
  .testimonials-section ul {
    margin: 0 auto;
    padding: 0 6.875rem; }
    @media (max-width: 47.9375rem) {
      .testimonials-section ul {
        padding: 0 3.125rem 0 4.375rem; } }
    @media (max-width: 47.9375rem) {
      .testimonials-section ul {
        padding: 0 0.625rem; } }
    .testimonials-section ul li {
      list-style: none; }
      .testimonials-section ul li:after {
        display: none; }
  @media (max-width: 63.9375rem) {
    .testimonials-section .owl-nav {
      display: none; } }
  .testimonials-section .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 20%;
    background: url(../images/previous-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    font-size: 0; }
  .testimonials-section .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 20%;
    background: url(../images/next-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    font-size: 0; }
  .testimonials-section .owl-dots {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
    line-height: 0; }
    @media (max-width: 47.9375rem) {
      .testimonials-section .owl-dots {
        bottom: -40px; } }
    .testimonials-section .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
      .testimonials-section .owl-dots .owl-dot span {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        background: #fff;
        border: 1px solid #fff;
        display: block;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
      .testimonials-section .owl-dots .owl-dot:hover span, .testimonials-section .owl-dots .owl-dot.active span {
        background-color: transparent; }
  .testimonials-section .owl-stage-outer {
    height: auto !important; }

.testimonials-outer {
  overflow: hidden; }
  .testimonials-outer.gray {
    background: #f4f4f4; }

.icon-block {
  width: 100%;
  text-align: center;
  background: #fff; }
  .icon-block ul {
    margin: 30px auto 0;
    padding: 0; }
    .icon-block ul li {
      list-style: none;
      line-height: 0;
      float: left !important; }
      .icon-block ul li .icon-wrap {
        width: 94px;
        height: 94px;
        display: table;
        border-radius: 50%;
        border: none;
        margin: 0 auto 30px; }
        @media (max-width: 88.75rem) {
          .icon-block ul li .icon-wrap {
            margin: 0 auto 20px; } }
        .icon-block ul li .icon-wrap .icon-content {
          width: 100%;
          height: 100%;
          display: table-cell;
          vertical-align: middle; }
      .icon-block ul li p {
        margin: 0; }
        @media (max-width: 39.9375rem) {
          .icon-block ul li p {
            margin-bottom: 0.9375rem; } }
      .icon-block ul li.light-blue .icon-wrap {
        border-color: #30a0c4; }
      .icon-block ul li.light-blue #custom-color-1 {
        fill: #30a0c4; }
      .icon-block ul li.red .icon-wrap {
        border-color: #ea1c2c; }
      .icon-block ul li.red #custom-color-1 {
        fill: #ea1c2c; }
      .icon-block ul li.yellow .icon-wrap {
        border-color: #fcb040; }
      .icon-block ul li.yellow #custom-color-1 {
        fill: #fcb040; }
      .icon-block ul li.bright-blue .icon-wrap {
        border-color: #3080df; }
      .icon-block ul li.bright-blue #custom-color-1 {
        fill: #3080df; }
      .icon-block ul li.green .icon-wrap {
        border-color: #04a74d; }
      .icon-block ul li.green #custom-color-1 {
        fill: #04a74d; }
      @media (max-width: 39.9375rem) {
        .icon-block ul li:last-child {
          margin-bottom: 0; } }
  @media (max-width: 88.75rem) {
    .icon-block br {
      display: none; } }

.bg-skew {
  position: relative;
  padding-bottom: 12.5rem;
  overflow: hidden;
  z-index: 1;
  background: #e7e7e7;
  display: block;
  left: -5%;
  -webkit-backface-visibility: hidden;
  top: 0;
  transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  width: 110%;
  outline: 1px solid transparent; }
  @media (max-width: 88.75rem) {
    .bg-skew {
      padding-bottom: 3.125rem;
      transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      left: 0;
      width: 100%; } }
  @media (max-width: 39.9375rem) {
    .bg-skew {
      padding-bottom: 2.5rem; } }
  .bg-skew .row {
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg); }
    @media (max-width: 88.75rem) {
      .bg-skew .row {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); } }

.media-section {
  width: 100%;
  position: relative;
  z-index: 10; }

.media-tab-listing {
  width: 100%;
  position: relative; }
  @media (max-width: 48rem) {
    .media-tab-listing .cta-list-wrap {
      width: 90%;
      margin: 0 auto 20px auto; } }
  .media-tab-listing .cta-list-wrap .cat-dropdown-title {
    display: none;
    padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
    margin: 0;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #969696;
    color: #656569;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px; }
    @media (max-width: 48rem) {
      .media-tab-listing .cta-list-wrap .cat-dropdown-title {
        display: inherit; } }
  .media-tab-listing .cta-list-wrap ul {
    margin: 25px auto 45px;
    text-align: center; }
    @media (max-width: 70rem) {
      .media-tab-listing .cta-list-wrap ul {
        margin: 10px auto 40px; } }
    @media (max-width: 48rem) {
      .media-tab-listing .cta-list-wrap ul {
        margin: -4px auto 0 auto;
        position: absolute;
        z-index: 100;
        background: #fff;
        border: 1px solid #969696;
        width: 90%;
        border-radius: 0 0 5px 5px;
        display: none; } }
    .media-tab-listing .cta-list-wrap ul li {
      line-height: 1;
      list-style: none;
      float: none;
      display: inline-block;
      margin-left: -4px;
      width: 16.66667%;
      padding-top: 0;
      padding-bottom: 0;
      vertical-align: top; }
      @media (max-width: 70rem) {
        .media-tab-listing .cta-list-wrap ul li {
          width: 25%;
          cursor: default; } }
      @media (max-width: 63.9375rem) {
        .media-tab-listing .cta-list-wrap ul li {
          width: 30%; } }
      @media (max-width: 48rem) {
        .media-tab-listing .cta-list-wrap ul li {
          width: 100%;
          border: 0;
          margin: 0;
          padding: 0; } }
      .media-tab-listing .cta-list-wrap ul li:hover {
        border-color: #fff; }
      .media-tab-listing .cta-list-wrap ul li:last-child {
        float: none !important; }
      .media-tab-listing .cta-list-wrap ul li a {
        color: #35333c;
        background-color: transparent;
        display: table;
        padding: 0.875rem 1.125rem;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #35333c;
        font-weight: 500;
        min-width: 155px;
        text-align: center;
        font-size: 0.875rem;
        margin-right: 1.5625rem; }
        @media (max-width: 70rem) {
          .media-tab-listing .cta-list-wrap ul li a {
            width: 100%; } }
        @media (max-width: 88.75rem) {
          .media-tab-listing .cta-list-wrap ul li a {
            margin-right: 0; } }
        @media (max-width: 47.9375rem) {
          .media-tab-listing .cta-list-wrap ul li a {
            min-width: inherit;
            width: 100%;
            padding: 10px 0;
            border-radius: 0;
            transition: all 0.0s ease-in-out;
            -o-transition: all 0.0s ease-in-out;
            -webkit-transition: all 0.0s ease-in-out;
            -moz-transition: all 0.0s ease-in-out; } }
        @media (max-width: 48rem) {
          .media-tab-listing .cta-list-wrap ul li a {
            border: 0;
            height: auto !important; } }
        .media-tab-listing .cta-list-wrap ul li a:hover {
          background-color: #35333c;
          color: #fff; }
          @media (max-width: 48rem) {
            .media-tab-listing .cta-list-wrap ul li a:hover {
              background: #1e90ff; } }
        .media-tab-listing .cta-list-wrap ul li a span {
          display: table-cell;
          height: 100%;
          width: 100%;
          vertical-align: middle; }
      .media-tab-listing .cta-list-wrap ul li:last-child {
        margin-right: 0; }
      .media-tab-listing .cta-list-wrap ul li.active a {
        background-color: #35333c;
        color: #fff; }

.media-listing {
  margin: 0 auto; }
  @media (max-width: 88.75rem) {
    .media-listing br {
      display: none; } }
  .media-listing > ul {
    margin: 0 auto; }
    .media-listing > ul > li {
      list-style: none;
      line-height: 1.5;
      margin-bottom: 3.75rem; }
      @media (max-width: 63.9375rem) {
        .media-listing > ul > li {
          margin-bottom: 2.5rem; } }
      @media (max-width: 47.9375rem) {
        .media-listing > ul > li {
          margin-bottom: 1.875rem; } }
      .media-listing > ul > li .media-listing-title {
        margin-bottom: 2.1875rem;
        text-align: center;
        display: inline-block; }
        @media (max-width: 63.9375rem) {
          .media-listing > ul > li .media-listing-title {
            margin-bottom: 0.9375rem; } }
        .media-listing > ul > li .media-listing-title span {
          background: #30a0c4;
          padding: 0.375rem 1.25rem;
          min-width: 280px;
          color: #fff;
          font-weight: 700;
          font-size: 1.5rem;
          border-radius: 0 0 6px 6px;
          display: inline-block; }
          @media (max-width: 63.9375rem) {
            .media-listing > ul > li .media-listing-title span {
              min-width: inherit;
              padding: 0.3125rem 1.5625rem; } }
          @media (max-width: 61.9375rem) {
            .media-listing > ul > li .media-listing-title span {
              font-size: 1.375rem; } }
          @media (max-width: 47.9375rem) {
            .media-listing > ul > li .media-listing-title span {
              font-size: 1.25rem; } }
      .media-listing > ul > li .media-listing-wrap {
        background: #f9f9f9;
        -webkit-box-shadow: 0 3px 8px 0 #e0e0e0;
        box-shadow: 0 3px 8px 0 #e0e0e0;
        position: relative; }
        .media-listing > ul > li .media-listing-wrap .media-listing-content {
          padding: 0 3.75rem 3.125rem 3.75rem;
          position: relative;
          z-index: 99; }
          @media (max-width: 70rem) {
            .media-listing > ul > li .media-listing-wrap .media-listing-content {
              padding: 0 0 1.875rem 1.875rem; } }
          @media (max-width: 47.9375rem) {
            .media-listing > ul > li .media-listing-wrap .media-listing-content {
              padding: 0 0 1.25rem 1.25rem; } }
          .media-listing > ul > li .media-listing-wrap .media-listing-content p {
            margin-bottom: 1.375rem; }
            @media (max-width: 70rem) {
              .media-listing > ul > li .media-listing-wrap .media-listing-content p {
                margin-bottom: 1.5625rem; } }
            @media (max-width: 39.9375rem) {
              .media-listing > ul > li .media-listing-wrap .media-listing-content p {
                color: #000; } }
          .media-listing > ul > li .media-listing-wrap .media-listing-content .btn {
            margin: 0; }
          @media (max-width: 39.9375rem) {
            .media-listing > ul > li .media-listing-wrap .media-listing-content:after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: rgba(255, 255, 255, 0.8);
              z-index: -1; } }
        .media-listing > ul > li .media-listing-wrap figure {
          border-radius: 0 6px 6px 0;
          -webkit-box-shadow: 0 3px 8px 0 #e0e0e0;
          box-shadow: 0 3px 8px 0 #e0e0e0;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 43%;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
                  background-size: cover; }
          @media (max-width: 39.9375rem) {
            .media-listing > ul > li .media-listing-wrap figure {
              width: 100%; } }
      .media-listing > ul > li.red .media-listing-title span {
        background: #ea1c2c; }
      .media-listing > ul > li.light-blue .media-listing-title span {
        background: #30a0c4; }
      .media-listing > ul > li.yellow .media-listing-title span {
        background: #fcb040; }
      .media-listing > ul > li.green .media-listing-title span {
        background: #04a74d; }
      .media-listing > ul > li.bright-blue .media-listing-title span {
        background: #3080df; }
      .media-listing > ul > li.dark-black .media-listing-title span {
        background: #35333c; }
  .media-listing.side-text-imageskew {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .media-listing.side-text-imageskew > ul {
      margin: 0 auto;
      text-align: left; }
      .media-listing.side-text-imageskew > ul > li {
        list-style: none;
        padding: 0;
        margin-bottom: 0; }
        @media (max-width: 39.9375rem) {
          .media-listing.side-text-imageskew > ul > li {
            text-align: center; } }
        .media-listing.side-text-imageskew > ul > li .media-listing-wrap {
          background-color: transparent;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 3.75rem 0 0; }
          @media (max-width: 88.75rem) {
            .media-listing.side-text-imageskew > ul > li .media-listing-wrap {
              padding: 3.125rem 0 0; } }
          .media-listing.side-text-imageskew > ul > li .media-listing-wrap > .row {
            padding: 0;
            position: relative;
            z-index: 10; }
            @media (max-width: 88.75rem) {
              .media-listing.side-text-imageskew > ul > li .media-listing-wrap > .row {
                padding: 0; } }
          .media-listing.side-text-imageskew > ul > li .media-listing-wrap .media-listing-content {
            padding: 0 3.75rem 0 0; }
            @media (max-width: 88.75rem) {
              .media-listing.side-text-imageskew > ul > li .media-listing-wrap .media-listing-content {
                padding: 0; } }
            @media (max-width: 39.9375rem) {
              .media-listing.side-text-imageskew > ul > li .media-listing-wrap .media-listing-content {
                margin-bottom: 1.875rem; } }
            .media-listing.side-text-imageskew > ul > li .media-listing-wrap .media-listing-content ul {
              text-align: left; }
              .media-listing.side-text-imageskew > ul > li .media-listing-wrap .media-listing-content ul li {
                font-weight: 300; }
            .media-listing.side-text-imageskew > ul > li .media-listing-wrap .media-listing-content h6 {
              font-size: 1.125rem; }
        .media-listing.side-text-imageskew > ul > li .side-thumb {
          padding: 0; }
          @media (max-width: 88.75rem) {
            .media-listing.side-text-imageskew > ul > li .side-thumb {
              padding: 0 1.875rem; } }
          @media (max-width: 61.9375rem) {
            .media-listing.side-text-imageskew > ul > li .side-thumb {
              padding: 0; } }
          @media (max-width: 39.9375rem) {
            .media-listing.side-text-imageskew > ul > li .side-thumb img {
              max-width: 320px;
              width: 100%; } }
        .media-listing.side-text-imageskew > ul > li:nth-child(even) {
          background: #f9f9f9; }
          .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap {
            padding: 10.625rem 0 8.125rem; }
            @media (max-width: 88.75rem) {
              .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap {
                padding: 9.375rem 0 6.25rem; } }
            @media (max-width: 61.9375rem) {
              .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap {
                padding: 6.25rem 0 4.375rem; } }
            @media (max-width: 39.9375rem) {
              .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap {
                padding: 5.625rem 0 3.125rem; } }
            .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap:before {
              background: #fff;
              content: '';
              display: block;
              left: -5%;
              position: absolute;
              right: 0;
              z-index: 0;
              -webkit-backface-visibility: hidden;
              top: -270px;
              height: 280px;
              transform: rotate(-7deg);
              -moz-transform: rotate(-7deg);
              -ms-transform: rotate(-7deg);
              -webkit-transform: rotate(-7deg);
              transform-origin: 100% 0;
              -moz-transform-origin: 100% 0;
              -ms-transform-origin: 100% 0;
              -webkit-transform-origin: 100% 0;
              -o-transform-origin: 100% 0;
              width: 110%;
              outline: 1px solid transparent; }
            .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap:after {
              background: #fff;
              content: '';
              display: block;
              left: -5%;
              position: absolute;
              right: 0;
              z-index: 0;
              -webkit-backface-visibility: hidden;
              bottom: -280px;
              height: 270px;
              transform: rotate(7deg);
              -moz-transform: rotate(7deg);
              -ms-transform: rotate(7deg);
              -webkit-transform: rotate(7deg);
              transform-origin: 100% 0;
              -moz-transform-origin: 100% 0;
              -ms-transform-origin: 100% 0;
              -webkit-transform-origin: 100% 0;
              -o-transform-origin: 100% 0;
              width: 110%;
              outline: 1px solid transparent; }
            .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .columns {
              float: right; }
            .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .side-thumb {
              padding: 0; }
              @media (max-width: 88.75rem) {
                .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .side-thumb {
                  padding: 0; } }
              @media (max-width: 39.9375rem) {
                .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .side-thumb {
                  padding: 0; } }
            .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .media-listing-content {
              padding: 0 0 0 1.875rem; }
              @media (max-width: 88.75rem) {
                .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .media-listing-content {
                  padding: 0 0 0 1.875rem; } }
              @media (max-width: 39.9375rem) {
                .media-listing.side-text-imageskew > ul > li:nth-child(even) .media-listing-wrap .media-listing-content {
                  padding: 0; } }
    .media-listing.side-text-imageskew table img {
      width: 100%; }
  .media-listing.image-varying .media-listing-wrap .media-listing-title {
    margin-bottom: 1.5625rem; }
    @media (max-width: 63.9375rem) {
      .media-listing.image-varying .media-listing-wrap .media-listing-title {
        margin-bottom: 0.9375rem; } }
  .media-listing.image-varying .media-listing-wrap .media-listing-content {
    padding: 0 3.75rem 1.5625rem 3.75rem; }
    @media (max-width: 70rem) {
      .media-listing.image-varying .media-listing-wrap .media-listing-content {
        padding: 0 1.875rem 1.5625rem 1.875rem; } }
    @media (max-width: 63.9375rem) {
      .media-listing.image-varying .media-listing-wrap .media-listing-content {
        padding: 0 0 1.5625rem 1.875rem; } }
    @media (max-width: 47.9375rem) {
      .media-listing.image-varying .media-listing-wrap .media-listing-content {
        padding: 0 0 1.25rem 1.25rem; } }
    .media-listing.image-varying .media-listing-wrap .media-listing-content p {
      margin-bottom: 1.25rem; }
    .media-listing.image-varying .media-listing-wrap .media-listing-content ul li {
      font-weight: 300;
      margin-bottom: 0.625rem; }
  .media-listing.image-varying .media-listing-wrap figure {
    width: 32%; }
    @media (max-width: 63.9375rem) {
      .media-listing.image-varying .media-listing-wrap figure {
        width: 40%; } }
    @media (max-width: 39.9375rem) {
      .media-listing.image-varying .media-listing-wrap figure {
        width: 100%; } }
  .media-listing.image-varying:before {
    background: #f4f4f4;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    height: 580px;
    transform: skewY(-9deg);
    -moz-transform: skewY(-9deg);
    -ms-transform: skewY(-9deg);
    -webkit-transform: skewY(-9deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 101%;
    outline: 1px solid transparent; }
  .media-listing .custom-select {
    display: inline-block;
    width: auto; }
    .media-listing .custom-select select {
      padding-right: 3.4375rem; }

.video-testimonial-section {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  @media (max-width: 88.75rem) {
    .video-testimonial-section br {
      display: none; } }
  .video-testimonial-section:before {
    background: #f4f4f4;
    content: '';
    display: block;
    left: -5%;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    bottom: -250px;
    height: 420px;
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 110%;
    outline: 1px solid transparent; }
  .video-testimonial-section .video-testimonial-wrap {
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
    box-shadow: 0 3px 8px 0 #cfcfcf;
    padding: 3.75rem 4.375rem; }
    @media (max-width: 63.9375rem) {
      .video-testimonial-section .video-testimonial-wrap {
        padding: 3.125rem 2.5rem; } }
    @media (max-width: 39.9375rem) {
      .video-testimonial-section .video-testimonial-wrap {
        padding: 2.5rem 1.875rem; } }
    .video-testimonial-section .video-testimonial-wrap .responsive-embed,
    .video-testimonial-section .video-testimonial-wrap .flex-video {
      width: 90%;
      margin: 45px auto 0;
      display: inline-block; }
      @media (max-width: 63.9375rem) {
        .video-testimonial-section .video-testimonial-wrap .responsive-embed,
        .video-testimonial-section .video-testimonial-wrap .flex-video {
          margin: 25px auto 0; } }
      @media (max-width: 47.9375rem) {
        .video-testimonial-section .video-testimonial-wrap .responsive-embed,
        .video-testimonial-section .video-testimonial-wrap .flex-video {
          margin: 15px auto 0; } }
      @media (max-width: 39.9375rem) {
        .video-testimonial-section .video-testimonial-wrap .responsive-embed,
        .video-testimonial-section .video-testimonial-wrap .flex-video {
          width: 100%;
          margin: 10px auto 0; } }
  .video-testimonial-section.content-bg-without-shadow .video-testimonial-wrap {
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 4.375rem; }
    @media (max-width: 39.9375rem) {
      .video-testimonial-section.content-bg-without-shadow .video-testimonial-wrap {
        padding: 0 0.625rem; } }

.block-section {
  background: #f4f4f4;
  padding: 4.375rem 0;
  position: relative;
  z-index: 10; }
  @media (max-width: 63.9375rem) {
    .block-section {
      padding: 3.125rem 0; } }
  @media (max-width: 47.9375rem) {
    .block-section {
      padding: 2.5rem 0; } }
  .block-section .row.inline-block {
    padding: 0 15px; }
  .block-section .text-center h2 {
    margin-bottom: 2.8125rem; }
  .block-section ul li {
    font-weight: 300; }
  .block-section .inline-block .columns {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px; }
  .block-section .inline-block .block-content {
    padding: 0 5rem 0 0; }
    @media (max-width: 88.75rem) {
      .block-section .inline-block .block-content {
        padding: 0 1.25rem 0 0; } }
    @media (max-width: 39.9375rem) {
      .block-section .inline-block .block-content {
        padding: 0;
        margin-bottom: 1.25rem; } }
  .block-section figure img {
    -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
    box-shadow: 0 3px 8px 0 #cfcfcf; }
  .block-section.block-imageskew {
    padding: 7.5rem 0 3.75rem;
    position: relative;
    z-index: 9; }
    @media (max-width: 70rem) {
      .block-section.block-imageskew {
        padding: 6.25rem 0 3.125rem; } }
    .block-section.block-imageskew:before {
      background: #fff;
      content: '';
      display: block;
      left: -5%;
      position: absolute;
      right: 0;
      z-index: -2;
      -webkit-backface-visibility: hidden;
      top: 0;
      height: 350px;
      transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      width: 110%;
      outline: 1px solid transparent; }
      @media (max-width: 88.75rem) {
        .block-section.block-imageskew:before {
          height: 250px; } }
      @media (max-width: 63.9375rem) {
        .block-section.block-imageskew:before {
          height: 180px; } }
      @media (max-width: 39.9375rem) {
        .block-section.block-imageskew:before {
          height: 120px; } }
  .block-section.pedding-left .block-content {
    padding: 0 0 0 2.5rem; }
    @media (max-width: 47.9375rem) {
      .block-section.pedding-left .block-content {
        padding: 0 0 0 1.25rem; } }
    @media (max-width: 39.9375rem) {
      .block-section.pedding-left .block-content {
        padding: 0;
        margin: 1.25rem 0; } }

.icon-list-section {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 3.75rem 0 5.625rem 0; }
  @media (max-width: 63.9375rem) {
    .icon-list-section {
      padding: 3.125rem 0; } }
  @media (max-width: 39.9375rem) {
    .icon-list-section {
      padding: 1.875rem 0; } }

ul.icon-listing {
  margin: 15px auto 0;
  padding: 0;
  text-align: left; }
  @media (max-width: 63.9375rem) {
    ul.icon-listing {
      margin: 0 auto; } }
  ul.icon-listing li {
    list-style: none;
    line-height: 0;
    margin-bottom: 2.8125rem;
    float: left !important; }
    @media (max-width: 63.9375rem) {
      ul.icon-listing li {
        margin-bottom: 1.5625rem; } }
    ul.icon-listing li:last-child {
      margin-bottom: 0; }
    ul.icon-listing li .columns {
      float: none !important;
      display: inline-block;
      vertical-align: middle;
      margin-left: -4px; }
    ul.icon-listing li .icon-list-wrap {
      width: 94px;
      height: 94px;
      display: table;
      border-radius: 50%;
      border: 3px solid #565459;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 39.9375rem) {
        ul.icon-listing li .icon-list-wrap {
          width: 80px;
          height: 80px; } }
      ul.icon-listing li .icon-list-wrap .icon-list-content {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle; }
        ul.icon-listing li .icon-list-wrap .icon-list-content img {
          height: auto; }
    @media (max-width: 39.9375rem) {
      ul.icon-listing li p {
        font-size: 0.875rem; } }
    ul.icon-listing li h4 {
      margin-bottom: 0.5rem;
      color: #35333c;
      font-weight: 500; }
      @media (max-width: 30rem) {
        ul.icon-listing li h4 {
          font-size: 1.25rem; } }
    ul.icon-listing li.light-blue .icon-list-wrap {
      border-color: #30a0c4; }
    ul.icon-listing li.light-blue #custom-color-1 {
      fill: #30a0c4; }
    ul.icon-listing li.red .icon-list-wrap {
      border-color: #ea1c2c; }
    ul.icon-listing li.red #custom-color-1 {
      fill: #ea1c2c; }
    ul.icon-listing li.yellow .icon-list-wrap {
      border-color: #fcb040; }
    ul.icon-listing li.yellow #custom-color-1 {
      fill: #fcb040; }
    ul.icon-listing li.bright-blue .icon-list-wrap {
      border-color: #3080df; }
    ul.icon-listing li.bright-blue #custom-color-1 {
      fill: #3080df; }
    ul.icon-listing li.green .icon-list-wrap {
      border-color: #04a74d; }
    ul.icon-listing li.green #custom-color-1 {
      fill: #04a74d; }
    ul.icon-listing li .icon-listing-content.light-blue h4 {
      color: #30a0c4; }
    ul.icon-listing li .icon-listing-content.red h4 {
      color: #ea1c2c; }
    ul.icon-listing li .icon-listing-content.yellow h4 {
      color: #fcb040; }
    ul.icon-listing li .icon-listing-content.bright-blue h4 {
      color: #3080df; }
    ul.icon-listing li .icon-listing-content.green h4 {
      color: #04a74d; }
    ul.icon-listing li ul {
      margin: 20px 0 20px 20px; }
      ul.icon-listing li ul li {
        list-style: disc;
        margin-bottom: 0.625rem;
        line-height: 1.2;
        float: none !important; }

.icon-without-border ul.icon-listing li .columns {
  float: left !important; }

.icon-without-border ul.icon-listing li .icon-list-wrap {
  border-color: transparent;
  height: auto; }

.picture-cards-section {
  width: 100%;
  position: relative;
  z-index: 9; }
  .picture-cards-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 620px 180px 0;
    border-color: transparent transparent #f4f4f4 transparent;
    transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    -webkit-transform: skewY(-7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    outline: 1px solid transparent;
    z-index: 10; }
    @media (max-width: 63.9375rem) {
      .picture-cards-section:before {
        display: none; } }
  .picture-cards-section .picture-cards-pattern {
    position: relative;
    z-index: 9;
    background: #f9f9f9;
    padding: 13.75rem 0 11.25rem; }
    @media (max-width: 63.9375rem) {
      .picture-cards-section .picture-cards-pattern {
        padding: 9.375rem 0; } }
    @media (max-width: 47.9375rem) {
      .picture-cards-section .picture-cards-pattern {
        padding: 8.125rem 0; } }
    @media (max-width: 39.9375rem) {
      .picture-cards-section .picture-cards-pattern {
        padding: 6.25rem 0; } }
    .picture-cards-section .picture-cards-pattern:before {
      background: #fff;
      content: '';
      display: block;
      left: -5%;
      position: absolute;
      right: 0;
      z-index: 0;
      -webkit-backface-visibility: hidden;
      top: -290px;
      height: 280px;
      transform: rotate(-7deg);
      -moz-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      -webkit-transform: rotate(-7deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      width: 110%;
      outline: 1px solid transparent; }
    .picture-cards-section .picture-cards-pattern:after {
      background: #fff;
      content: '';
      display: block;
      left: -5%;
      position: absolute;
      right: 0;
      z-index: 0;
      -webkit-backface-visibility: hidden;
      bottom: -280px;
      height: 270px;
      transform: rotate(7deg);
      -moz-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      width: 110%;
      outline: 1px solid transparent; }
  .picture-cards-section ul li {
    list-style: none;
    text-align: center;
    float: left !important; }
    @media (max-width: 63.9375rem) {
      .picture-cards-section ul li {
        margin-bottom: 1.875rem; } }
    @media (max-width: 39.9375rem) {
      .picture-cards-section ul li:last-child {
        margin-bottom: 0; } }
    .picture-cards-section ul li .picture-cards-wrap figure {
      background-position: top center;
      background-repeat: no-repeat;
      -webkit-background-size: 110% 110%;
              background-size: 110%;
      width: 100%;
      min-height: 515px;
      position: relative;
      border-radius: 6px 6px 6px 6px;
      -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
      box-shadow: 0 3px 8px 0 #cfcfcf;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      @media (max-width: 61.9375rem) {
        .picture-cards-section ul li .picture-cards-wrap figure {
          min-height: 450px; } }
      .picture-cards-section ul li .picture-cards-wrap figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 1.875rem 1.25rem;
        background: rgba(53, 51, 60, 0.75);
        border-radius: 0 0 6px 6px; }
        @media (max-width: 61.9375rem) {
          .picture-cards-section ul li .picture-cards-wrap figure figcaption {
            padding: 1.5625rem 0.9375rem; } }
    .picture-cards-section ul li .picture-cards-wrap h4 {
      color: #fff;
      font-weight: 700; }
    .picture-cards-section ul li .picture-cards-wrap p {
      color: #fff;
      margin-bottom: 1.5625rem; }
    .picture-cards-section ul li .picture-cards-wrap .btn a {
      padding: 0.625rem 1.25rem;
      min-width: inherit; }
    .picture-cards-section ul li:hover figure {
      -webkit-background-size: 100% 100%;
              background-size: 100%; }

.pricing-table-section {
  width: 100%;
  padding: 3.75rem 0 0; }
  @media (max-width: 63.9375rem) {
    .pricing-table-section {
      padding: 2.5rem 0 0; } }
  .pricing-table-section h2 {
    color: #4d4d4d;
    font-size: 1.5rem;
    font-weight: 700; }
  .pricing-table-section h4 {
    color: #4d4d4d; }
  .pricing-table-section ul.pricing-table-listing {
    margin: 110px auto 0; }
    @media (max-width: 70rem) {
      .pricing-table-section ul.pricing-table-listing {
        margin: 80px auto 0; } }
    .pricing-table-section ul.pricing-table-listing > li {
      list-style: none;
      margin: 0 0 1.875rem;
      position: relative;
      float: left !important; }
      .pricing-table-section ul.pricing-table-listing > li .most-popular-section {
        position: absolute;
        width: 70%;
        border-radius: 6px 6px 0 0;
        border: 1px solid #7f7f7f;
        padding: 0.875rem 1.25rem;
        border-bottom: 0;
        text-align: center;
        margin: 0 auto;
        top: -58px;
        left: 0;
        right: 0; }
        @media (max-width: 63.9375rem) {
          .pricing-table-section ul.pricing-table-listing > li .most-popular-section {
            top: -50px;
            padding: 0.875rem 1.25rem; } }
        @media (max-width: 39.9375rem) {
          .pricing-table-section ul.pricing-table-listing > li .most-popular-section {
            position: static;
            padding: 0.625rem 1.25rem; } }
        .pricing-table-section ul.pricing-table-listing > li .most-popular-section h4 {
          color: #7f7f7f;
          font-weight: 100;
          margin: 0; }
          @media (max-width: 63.9375rem) {
            .pricing-table-section ul.pricing-table-listing > li .most-popular-section h4 {
              font-size: 1.25rem; } }
          @media (max-width: 39.9375rem) {
            .pricing-table-section ul.pricing-table-listing > li .most-popular-section h4 {
              font-size: 1.125rem; } }
      .pricing-table-section ul.pricing-table-listing > li .pricing-table-title {
        background: #35333c;
        padding: 0.9375rem 1.25rem 0.625rem;
        text-align: center;
        border-radius: 6px 6px 0 0; }
        .pricing-table-section ul.pricing-table-listing > li .pricing-table-title h4 {
          color: #fff;
          font-weight: 100;
          margin-bottom: 0.3125rem; }
          @media (max-width: 30rem) {
            .pricing-table-section ul.pricing-table-listing > li .pricing-table-title h4 {
              font-size: 1.125rem; } }
      .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap {
        background: #fff;
        padding: 3.125rem 1.875rem 11.25rem;
        border-radius: 0 0 6px 6px;
        -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
        box-shadow: 0 3px 8px 0 #cfcfcf;
        position: relative; }
        @media (max-width: 70rem) {
          .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap {
            padding: 1.875rem 1.25rem 9.375rem; } }
        @media (max-width: 39.9375rem) {
          .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap {
            height: auto !important;
            padding: 1.875rem 1.25rem; } }
        .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .pricing-table-content {
          margin-bottom: 3.4375rem; }
          @media (max-width: 70rem) {
            .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .pricing-table-content {
              margin-bottom: 1.875rem; } }
          .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .pricing-table-content .pricing-table-icon {
            text-align: center;
            margin: 0 auto 40px; }
            @media (max-width: 39.9375rem) {
              .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .pricing-table-content .pricing-table-icon {
                margin: 0 auto 20px; } }
        .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap p {
          margin: 0; }
        .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .btn {
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          bottom: 25px; }
          @media (max-width: 39.9375rem) {
            .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .btn {
              position: static; } }
          .pricing-table-section ul.pricing-table-listing > li .pricing-table-wrap .btn a {
            padding: 0.75rem 1.25rem; }
      .pricing-table-section ul.pricing-table-listing > li h6 {
        font-size: 1.125rem;
        font-weight: 500; }
      .pricing-table-section ul.pricing-table-listing > li ul {
        margin: 0 0 1.25rem 1.25rem; }
        .pricing-table-section ul.pricing-table-listing > li ul li {
          font-weight: 300;
          margin-bottom: 0.1875rem;
          line-height: 1.5rem; }
          .pricing-table-section ul.pricing-table-listing > li ul li ul {
            margin-bottom: 0; }
            .pricing-table-section ul.pricing-table-listing > li ul li ul li {
              font-style: italic; }
      .pricing-table-section ul.pricing-table-listing > li.red .pricing-table-title {
        background: #ea1c2c; }
      .pricing-table-section ul.pricing-table-listing > li.red h6 {
        color: #ea1c2c; }
      .pricing-table-section ul.pricing-table-listing > li.light-blue .pricing-table-title {
        background: #30a0c4; }
      .pricing-table-section ul.pricing-table-listing > li.light-blue h6 {
        color: #30a0c4; }
      .pricing-table-section ul.pricing-table-listing > li.yellow .pricing-table-title {
        background: #fcb040; }
      .pricing-table-section ul.pricing-table-listing > li.yellow h6 {
        color: #fcb040; }
      .pricing-table-section ul.pricing-table-listing > li.green .pricing-table-title {
        background: #04a74d; }
      .pricing-table-section ul.pricing-table-listing > li.green h6 {
        color: #04a74d; }
      .pricing-table-section ul.pricing-table-listing > li.bright-blue .pricing-table-title {
        background: #3080df; }
      .pricing-table-section ul.pricing-table-listing > li.bright-blue h6 {
        color: #3080df; }

.download-section {
  width: 100%;
  padding: 0.625rem 0 7.5rem; }
  @media (max-width: 88.75rem) {
    .download-section {
      padding: 0.625rem 0 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .download-section {
      padding: 1.875rem 0 3.125rem; } }
  @media (max-width: 39.9375rem) {
    .download-section {
      padding: 1.875rem 0 2.5rem; } }
  .download-section .download-box-wrap {
    padding: 0 5.625rem;
    text-align: center; }
    @media (max-width: 88.75rem) {
      .download-section .download-box-wrap {
        padding: 0 1.25rem; } }
    @media (max-width: 30rem) {
      .download-section .download-box-wrap {
        padding: 0.625rem 0.625rem; } }
    .download-section .download-box-wrap h2 {
      margin-bottom: 1.25rem;
      color: #35333c; }
    .download-section .download-box-wrap .download-img {
      display: table;
      width: 100%;
      margin-bottom: 2.8125rem; }
      @media (max-width: 63.9375rem) {
        .download-section .download-box-wrap .download-img {
          margin-bottom: 1.5625rem; } }
      @media (max-width: 39.9375rem) {
        .download-section .download-box-wrap .download-img {
          height: auto !important;
          display: block; } }
      .download-section .download-box-wrap .download-img .download-wrap {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%; }
        @media (max-width: 39.9375rem) {
          .download-section .download-box-wrap .download-img .download-wrap {
            display: block; } }
        .download-section .download-box-wrap .download-img .download-wrap img {
          display: block;
          margin: 0 auto; }
          @media (max-width: 47.9375rem) {
            .download-section .download-box-wrap .download-img .download-wrap img {
              width: 100%; } }
          @media (max-width: 39.9375rem) {
            .download-section .download-box-wrap .download-img .download-wrap img {
              width: auto; } }
    .download-section .download-box-wrap ul {
      margin: 0; }
      .download-section .download-box-wrap ul li {
        list-style: none;
        text-align: left;
        margin-bottom: 1.375rem; }
        @media (max-width: 88.75rem) {
          .download-section .download-box-wrap ul li {
            text-align: center; } }
        @media (max-width: 63.9375rem) {
          .download-section .download-box-wrap ul li {
            margin-bottom: 0.9375rem; } }
        .download-section .download-box-wrap ul li a {
          display: inline-block;
          width: 100%;
          font-size: 1.6875rem;
          color: #fff;
          background: #969696;
          padding: 0.75rem 1.5625rem;
          font-weight: 300;
          border-radius: 6px 6px 6px 6px;
          border: 1px solid #969696;
          position: relative; }
          @media (max-width: 88.75rem) {
            .download-section .download-box-wrap ul li a {
              text-align: left;
              min-width: 320px;
              width: auto; } }
          @media (max-width: 63.9375rem) {
            .download-section .download-box-wrap ul li a {
              min-width: inherit;
              padding: 0.625rem 2.5rem; } }
          @media (max-width: 48rem) {
            .download-section .download-box-wrap ul li a {
              padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
              font-size: 1.25rem; } }
          .download-section .download-box-wrap ul li a span {
            max-width: 60px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.9375rem; }
            @media (max-width: 63.9375rem) {
              .download-section .download-box-wrap ul li a span {
                max-width: 40px;
                vertical-align: -12px; } }
            @media (max-width: 61.9375rem) {
              .download-section .download-box-wrap ul li a span {
                max-width: 32px;
                margin-right: 0.625rem;
                vertical-align: -9px; } }
            .download-section .download-box-wrap ul li a span img {
              display: block;
              height: auto; max-width: 32px }
          .download-section .download-box-wrap ul li a:hover {
            background: #04a74d; }
        .download-section .download-box-wrap ul li.bright-blue a {
          background: #3080df;
          border: 1px solid #3080df; }
          .download-section .download-box-wrap ul li.bright-blue a:hover {
            background-color: #04a74d;
            border: 1px solid #04a74d; }
        .download-section .download-box-wrap ul li.green a {
          background: #04a74d;
          border: 1px solid #04a74d; }
          .download-section .download-box-wrap ul li.green a:hover {
            background-color: #3080df;
            border: 1px solid #3080df; }
      .download-section .download-box-wrap ul li.toggle > a:after {
        position: absolute;
        content: "\f107";
        right: 0;
        font-family: fontawesome;
        padding: 0 0.9375rem;
        font-size: 3.125rem; }
        @media (max-width: 63.9375rem) {
          .download-section .download-box-wrap ul li.toggle > a:after {
            font-size: 1.875rem;
            padding: 0.3125rem 0.9375rem;
            top: 26%; } }
        @media (max-width: 61.9375rem) {
          .download-section .download-box-wrap ul li.toggle > a:after {
            padding: 0 0.625rem;
            font-size: 1.875rem;
            top: 26%;
            height: 30px;
            line-height: 30px; } }
        @media (max-width: 47.9375rem) {
          .download-section .download-box-wrap ul li.toggle > a:after {
            padding: 0 0.625rem;
            font-size: 1.875rem;
            top: 26%;
            height: 30px;
            line-height: 30px; } }
  .download-section ul.submenu {
    padding: 1.875rem 1.5625rem 0.9375rem 1.5625rem;
    margin: 1.875rem 0;
    background: #f9f9f9;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
    box-shadow: 0 3px 8px 0 #cfcfcf;
    position: relative;
    z-index: 9;
    display: none; }
    @media (max-width: 70rem) {
      .download-section ul.submenu {
        padding: 1.5625rem 1.25rem 0.9375rem 1.25rem; } }
    .download-section ul.submenu:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #f9f9f9 transparent;
      z-index: -1; }
    .download-section ul.submenu li {
      margin-bottom: 0.9375rem;
      text-align: center; }
      .download-section ul.submenu li a {
        background: #fff !important;
        color: #04a74d;
        padding: 1.875rem 0.75rem; }
        @media (max-width: 70rem) {
          .download-section ul.submenu li a {
            padding: 1.25rem 0.9375rem; } }
        @media (max-width: 63.9375rem) {
          .download-section ul.submenu li a {
            font-size: 1.375rem;
            padding: 0.75rem 0.9375rem; } }
        @media (max-width: 61.9375rem) {
          .download-section ul.submenu li a {
            padding: 0.625rem 0.9375rem;
            font-size: 1.125rem; } }
        .download-section ul.submenu li a:hover {
          background: #04a74d !important;
          border: 1px solid #04a74d !important;
          color: #fff; }
  .download-section.imageskew {
    position: relative;
    z-index: 9; }
    .download-section.imageskew:before {
      background: #f4f4f4;
      content: '';
      display: block;
      left: -5%;
      position: absolute;
      right: 0;
      z-index: -2;
      -webkit-backface-visibility: hidden;
      bottom: -280px;
      height: 420px;
      transform: rotate(7deg);
      -moz-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
      transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      width: 110%;
      outline: 1px solid transparent; }

.accordion-section {
  width: 100%; }
  .accordion-section .accordion-title {
    text-align: center; }
    .accordion-section .accordion-title h4 {
      color: #35333c; }

.accordion {
  width: 100%;
  margin: 40px auto; }
  @media (max-width: 70rem) {
    .accordion {
      margin: 20px auto; } }
  .accordion .title {
    margin-bottom: 1.5625rem; }
    @media (max-width: 70rem) {
      .accordion .title {
        margin-bottom: 1.25rem; } }
    @media (max-width: 47.9375rem) {
      .accordion .title {
        margin-bottom: 0.75rem; } }
    @media (max-width: 47.9375rem) {
      .accordion .title:last-child {
        margin-bottom: 0; } }
  .accordion .accordion-content {
    display: none; }
  .accordion .accordion-title {
    background: #30a0c4;
    list-style: outside none none;
    display: block;
    color: #fff;
    padding: 26px 60px 26px 30px;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 6px 6px 6px 6px !important;
    border: none !important;
    font-weight: 700;
    font-family: "museo-sans", sans-serif; }
    @media (max-width: 70rem) {
      .accordion .accordion-title {
        padding: 22px 65px 22px 22px;
        font-size: 1.375rem;
        word-break: keep-all; } }
    @media (max-width: 47.9375rem) {
      .accordion .accordion-title {
        padding: 15px 65px 15px 15px;
        font-size: 1.25rem; } }
    @media (max-width: 30rem) {
      .accordion .accordion-title {
        font-size: 1.125rem; } }
    .accordion .accordion-title.active {
      border-radius: 6px 6px 0 0 !important; }
    .accordion .accordion-title:after {
      content: '';
      position: absolute;
      right: 25px;
      top: 50%;
      width: 35px;
      height: 35px;
      border: 1px solid #fff;
      border-radius: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      margin-top: -0.0625rem; }
      @media (max-width: 47.9375rem) {
        .accordion .accordion-title:after {
          right: 16px; } }
    .accordion .accordion-title:before {
      content: '';
      background: url(../images/plus.svg) no-repeat;
      background-position: center center;
      width: 15px;
      height: 15px;
      right: 35px; }
      @media (max-width: 47.9375rem) {
        .accordion .accordion-title:before {
          right: 25px; } }
    .accordion .accordion-title.active:before {
      content: '';
      background: url(../images/minus.svg) no-repeat;
      background-position: center center;
      width: 15px;
      height: 15px;
      right: 35px; }
      @media (max-width: 47.9375rem) {
        .accordion .accordion-title.active:before {
          right: 25px; } }
  .accordion .accordion-content {
    display: none;
    padding: 3.125rem 5rem 1.875rem 1.875rem;
    border: 2px solid #30a0c4 !important;
    border-radius: 0 0 6px 6px; }
    @media (max-width: 70rem) {
      .accordion .accordion-content {
        padding: 1.875rem; } }
    @media (max-width: 63.9375rem) {
      .accordion .accordion-content {
        padding: 1.5625rem; } }
    .accordion .accordion-content h3 {
      font-size: 1.5rem; }
    .accordion .accordion-content p {
      letter-spacing: -0.1px; }

@media (max-width: 39.9375rem) {
  .sidetext-image {
    text-align: center; } }

@media (max-width: 39.9375rem) {
  .sidetext-image figure {
    margin-top: 1.875rem; } }

.sidetext-image .columns {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -4px; }
  @media (max-width: 88.75rem) {
    .sidetext-image .columns br {
      display: none; } }
  @media (max-width: 63.9375rem) {
    .sidetext-image .columns {
      vertical-align: top; } }

.sidetext-image ul {
  margin: 0.9375rem 0 0 0.9375rem;
  display: inline-block;
  width: 100%; }
  @media (max-width: 70rem) {
    .sidetext-image ul {
      margin-top: 0; } }
  @media (max-width: 39.9375rem) {
    .sidetext-image ul {
      width: 100%;
      text-align: left;
      margin: 0;
      padding: 0 0 0 30px; } }
  .sidetext-image ul li {
    margin-bottom: 1.25rem;
    font-weight: 500; }
    @media (max-width: 70rem) {
      .sidetext-image ul li {
        margin-bottom: 0.9375rem; } }
    .sidetext-image ul li:last-child {
      margin-bottom: 0; }

.request_demo-section {
  width: 100%;
  padding: 3.125rem 0 8.75rem; }
  @media (max-width: 88.75rem) {
    .request_demo-section {
      padding: 3.125rem 0 5rem; } }
  @media (max-width: 61.9375rem) {
    .request_demo-section {
      padding: 2.5rem 0 3.125rem; } }
  .request_demo-section .request-demo-content {
    padding: 1.875rem 0.9375rem 0 0; }
    .request_demo-section .request-demo-content h2 {
      color: #30a0c4;
      font-weight: 500; }
    .request_demo-section .request-demo-content figure {
      padding-top: 2.1875rem; }
      @media (max-width: 39.9375rem) {
        .request_demo-section .request-demo-content figure {
          margin: 1.875rem 0 1.25rem; } }
      .request_demo-section .request-demo-content figure img {
        width: 90%;
        margin: 0 auto;
        display: block; }
        @media (max-width: 39.9375rem) {
          .request_demo-section .request-demo-content figure img {
            width: auto; } }
  .request_demo-section .common-form {
    padding-top: 1.875rem;
    margin-top: 0.625rem;
    width: 90%; }
    @media (max-width: 63.9375rem) {
      .request_demo-section .common-form {
        width: 100%;
        margin-left: 0;
        padding: 1.875rem; } }
    .request_demo-section .common-form .gform_footer {
      margin: 30px 0 0; }
      @media (max-width: 63.9375rem) {
        .request_demo-section .common-form .gform_footer {
          margin-top: 1.25rem; } }
  .request_demo-section .mktoForm .mktoFormRow {
    margin-bottom: 5px; }
  .request_demo-section .mktoForm .mktoButtonRow {
    padding: 0;
    margin: 1.875rem 0 0;
    text-align: center;
    width: 100%; }
    .request_demo-section .mktoForm .mktoButtonRow button {
      font-size: 1.375rem !important;
      color: #fff;
      display: inline-block;
      padding: 0.6875rem 1.75rem !important;
      border-radius: 5px 5px 5px 5px;
      background: #ea1c2c !important;
      border: 1px solid #ea1c2c;
      font-weight: 500;
      min-width: 155px;
      text-align: center;
      margin: 0;
      line-height: normal !important;
      width: auto !important;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      .request_demo-section .mktoForm .mktoButtonRow button:hover, .request_demo-section .mktoForm .mktoButtonRow button:focus {
        background-color: #fff !important;
        color: #ea1c2c !important; }
      @media (max-width: 70rem) {
        .request_demo-section .mktoForm .mktoButtonRow button {
          font-size: 1.25rem;
          padding: 0.625rem 1.25rem; } }
  .request_demo-section .mktoForm input[type="text"],
  .request_demo-section .mktoForm input[type="email"],
  .request_demo-section .mktoForm input[type="tel"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    min-height: 2.8125rem;
    padding: 0.625rem 0.9375rem !important;
    font-weight: 300;
    font-size: 1.125rem;
    border: 1px solid #fff;
    border-radius: 6px 6px 6px 6px; }
  .request_demo-section .mktoForm select {
    border-radius: 6px 6px 6px 6px !important;
    border: 1px solid #fff; }

.common-form {
  width: 100%;
  margin-left: 1.875rem;
  padding: 2.1875rem 1.875rem; }
  @media (max-width: 70rem) {
    .common-form {
      padding: 1.875rem 1.25rem;
      margin: 0; } }
  @media (max-width: 47.9375rem) {
    .common-form {
      padding: 0; } }
  .common-form.box-shadow {
    background: #fff;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
    box-shadow: 0 3px 8px 0 #cfcfcf; }
  .common-form h2 {
    margin-bottom: 1.875rem; }
    @media (max-width: 47.9375rem) {
      .common-form h2 {
        margin-bottom: 1.25rem;
        font-size: 1.375rem; } }
  .common-form .gform_wrapper {
    margin: 0; }
    .common-form .gform_wrapper ul li.gfield {
      margin: 0 0 0.625rem !important;
      padding: 0 !important;
      max-width: 100% !important; }
      .common-form .gform_wrapper ul li.gfield .gfield_label {
        display: none; }
      .common-form .gform_wrapper ul li.gfield .ginput_container {
        margin: 0; }
      .common-form .gform_wrapper ul li.gfield input[type="text"],
      .common-form .gform_wrapper ul li.gfield input[type="email"],
      .common-form .gform_wrapper ul li.gfield input[type="password"],
      .common-form .gform_wrapper ul li.gfield input[type="search"],
      .common-form .gform_wrapper ul li.gfield input[type="tel"] {
        border: 1px solid #969696;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .common-form .gform_wrapper ul li.gfield input[type="text"]:focus,
        .common-form .gform_wrapper ul li.gfield input[type="email"]:focus,
        .common-form .gform_wrapper ul li.gfield input[type="password"]:focus,
        .common-form .gform_wrapper ul li.gfield input[type="search"]:focus,
        .common-form .gform_wrapper ul li.gfield input[type="tel"]:focus {
          background: #f4f4f4;
          border: 1px solid #f4f4f4;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .common-form .gform_wrapper ul li.gfield textarea {
        border: 1px solid #969696;
        max-height: 130px;
        padding: 0.625rem 0.9375rem;
        font-style: normal;
        color: #656569;
        font-weight: 300;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .common-form .gform_wrapper ul li.gfield textarea:focus {
          background: #f4f4f4;
          border: 1px solid #f4f4f4;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .common-form .gform_wrapper ul li.gfield select {
        padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
        margin: 0;
        height: 45px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 1px solid #969696;
        color: #656569;
        font-weight: 300;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url(../images/down-arrow.svg);
        background-position: 97.5% center;
        background-repeat: no-repeat; }
      .common-form .gform_wrapper ul li.gfield .ginput_container {
        position: relative;
        z-index: 9;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .common-form .gform_wrapper ul li.gfield .ginput_container:before {
          content: '';
          position: absolute;
          left: -20px;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #656569;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          opacity: 0; }
        .common-form .gform_wrapper ul li.gfield .ginput_container.focus:before {
          opacity: 1; }
    .common-form .gform_wrapper .gform_footer {
      padding: 0;
      text-align: center;
      display: inline-block; }
      .common-form .gform_wrapper .gform_footer input[type="submit"].button {
        font-size: 1.25rem;
        color: #fff;
        display: inline-block;
        padding: 0.875rem 0.9375rem;
        border-radius: 5px 5px 5px 5px;
        background: #ea1c2c;
        border: 1px solid #ea1c2c;
        font-weight: 500;
        min-width: 200px;
        text-align: center;
        margin: 0; }
        @media (max-width: 63.9375rem) {
          .common-form .gform_wrapper .gform_footer input[type="submit"].button {
            padding: 0.75rem 1.25rem;
            font-size: 1.125rem;
            min-width: inherit; } }
        .common-form .gform_wrapper .gform_footer input[type="submit"].button:hover, .common-form .gform_wrapper .gform_footer input[type="submit"].button:focus {
          background-color: #fff;
          color: #ea1c2c; }
  .common-form .gform_wrapper ul#gform_fields_4 {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 4% !important; }
    @media (max-width: 47.9375rem) {
      .common-form .gform_wrapper ul#gform_fields_4 {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0.9375rem !important; } }
  .common-form .gform_wrapper ul.gform-extra-ul {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0; }
    @media (max-width: 47.9375rem) {
      .common-form .gform_wrapper ul.gform-extra-ul {
        width: 100%; } }

.contact-us-section {
  width: 100%;
  z-index: 1; }
  .contact-us-section .common-form {
    padding: 0;
    margin: 0; }
  .contact-us-section .gform_wrapper .gform_footer {
    text-align: left;
    margin-top: 2.1875rem; }
    @media (max-width: 70rem) {
      .contact-us-section .gform_wrapper .gform_footer {
        margin-top: 1.25rem; } }
    @media (max-width: 63.9375rem) {
      .contact-us-section .gform_wrapper .gform_footer {
        margin-top: 0.625rem; } }
  .contact-us-section .contact-asidebar {
    background: #f4f4f4;
    float: right; }
    @media (max-width: 88.75rem) {
      .contact-us-section .contact-asidebar {
        float: none; } }
    @media (max-width: 39.9375rem) {
      .contact-us-section .contact-asidebar {
        margin-top: 1.875rem; } }
    .contact-us-section .contact-asidebar .aside-block-wrap {
      position: relative;
      z-index: 9;
      padding-bottom: 2.5rem; }
      @media (max-width: 88.75rem) {
        .contact-us-section .contact-asidebar .aside-block-wrap {
          padding-bottom: 1.875rem; } }
      @media (max-width: 39.9375rem) {
        .contact-us-section .contact-asidebar .aside-block-wrap {
          padding: 1.875rem 0 1.25rem; } }
      .contact-us-section .contact-asidebar .aside-block-wrap:before {
        content: '';
        position: absolute;
        top: -100%;
        right: -900%;
        height: 100%;
        background: #f4f4f4;
        width: 1000%; }
        @media (max-width: 39.9375rem) {
          .contact-us-section .contact-asidebar .aside-block-wrap:before {
            display: none; } }
      .contact-us-section .contact-asidebar .aside-block-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1000%;
        height: 100%;
        background: #f4f4f4;
        width: 1000%; }
        @media (max-width: 39.9375rem) {
          .contact-us-section .contact-asidebar .aside-block-wrap:after {
            display: none; } }
    .contact-us-section .contact-asidebar h4 {
      color: #35333c;
      font-weight: 700; }
    .contact-us-section .contact-asidebar .aside-block {
      width: 100%;
      padding: 0 2rem;
      margin-bottom: 2.5rem; }
      @media (max-width: 88.75rem) {
        .contact-us-section .contact-asidebar .aside-block {
          padding: 0 1.5625rem;
          margin-bottom: 1.875rem; } }
      @media (max-width: 39.9375rem) {
        .contact-us-section .contact-asidebar .aside-block {
          margin-bottom: 0.625rem; } }
      .contact-us-section .contact-asidebar .aside-block p {
        margin-bottom: 1.25rem; }
        @media (max-width: 39.9375rem) {
          .contact-us-section .contact-asidebar .aside-block p {
            margin-bottom: 0.625rem; } }
        .contact-us-section .contact-asidebar .aside-block p a {
          font-size: 1.125rem;
          line-height: 1.5rem;
          font-weight: 300;
          color: #565459; }
          .contact-us-section .contact-asidebar .aside-block p a.call {
            font-weight: 500;
            font-size: 1.5rem; }
            .contact-us-section .contact-asidebar .aside-block p a.call:hover {
              color: #ea1c2c; }
            @media (max-width: 39.9375rem) {
              .contact-us-section .contact-asidebar .aside-block p a.call {
                font-size: 1.25rem; } }
      .contact-us-section .contact-asidebar .aside-block .btn a {
        padding: 0.625rem 1rem; }
        @media (max-width: 39.9375rem) {
          .contact-us-section .contact-asidebar .aside-block .btn a {
            padding: 0.5rem 0.9375rem; } }
      .contact-us-section .contact-asidebar .aside-block .aside-block-contant {
        border-bottom: 1px solid #35333c;
        max-width: 280px; }
      .contact-us-section .contact-asidebar .aside-block:nth-of-type(2) {
        padding-bottom: 0;
        margin: 0; }
        .contact-us-section .contact-asidebar .aside-block:nth-of-type(2) .aside-block-contant {
          border: 0; }
    .contact-us-section .contact-asidebar .contact-map {
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      padding: 2.5rem 1.875rem;
      position: absolute;
      z-index: 9; }
      @media (max-width: 88.75rem) {
        .contact-us-section .contact-asidebar .contact-map {
          padding: 1.875rem 1.5625rem; } }
      @media (max-width: 39.9375rem) {
        .contact-us-section .contact-asidebar .contact-map {
          position: relative; } }
      .contact-us-section .contact-asidebar .contact-map:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(244, 244, 244, 0.68);
        z-index: -1; }
      .contact-us-section .contact-asidebar .contact-map p {
        margin-bottom: 2.5rem; }
        @media (max-width: 39.9375rem) {
          .contact-us-section .contact-asidebar .contact-map p {
            margin-bottom: 1.25rem; } }
    @media (max-width: 63.9375rem) {
      .contact-us-section .contact-asidebar br {
        display: none; } }
  .contact-us-section .common-form .gform_wrapper ul li.gfield .ginput_container::before {
    left: -10px; }
  .contact-us-section .common-form .mktoForm {
    width: 100% !important; }
    .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol {
      width: 100%; }
      .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
        width: 100%; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text],
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=url],
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email],
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel],
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=number],
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date],
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField {
          min-height: 2.8125rem !important;
          padding: 0.625rem 0.9375rem !important;
          font-family: "museo-sans", sans-serif !important;
          font-size: 1.125rem;
          font-weight: 300;
          width: 100% !important;
          border: 1px solid #cacaca;
          color: #0a0a0a; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap ::-webkit-input-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap ::-moz-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap :-ms-input-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap :-moz-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text]:focus,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=url]:focus,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email]:focus,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel]:focus,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=number]:focus,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date]:focus,
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus {
          background: #f4f4f4;
          border: 1px solid #f4f4f4;
          -webkit-box-shadow: none !important;
          box-shadow: none !important; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
          background-position: right 0 center; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
          display: none; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
          display: none; }
        .contact-us-section .common-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoClear {
          width: 100%; }
    .contact-us-section .common-form .mktoForm .mktoNative {
      width: 100%;
      margin: 0 !important; }
      .contact-us-section .common-form .mktoForm .mktoNative .mktoButton {
        font-size: 1.25rem;
        color: #fff;
        display: inline-block;
        padding: 0.875rem 0.9375rem;
        border-radius: 5px 5px 5px 5px;
        background: #ea1c2c;
        border: 1px solid #ea1c2c;
        font-weight: 500;
        min-width: 200px;
        text-align: center;
        margin: 20px 0 0 0;
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out; }
        .contact-us-section .common-form .mktoForm .mktoNative .mktoButton:hover {
          background-color: #fff;
          color: #ea1c2c; }

.partner-modal {
  width: 100%; }
  .partner-modal ul {
    margin: 0 auto;
    padding: 0; }
    .partner-modal ul li {
      list-style: none;
      margin-bottom: 1.875rem; }
      @media (max-width: 70rem) {
        .partner-modal ul li {
          margin-bottom: 1.25rem; } }
      .partner-modal ul li a {
        background: #30a0c4;
        list-style: outside none none;
        display: block;
        color: #fff;
        padding: 23px 60px 23px 30px;
        cursor: pointer;
        font-size: 1.5rem;
        border-radius: 6px 6px 6px 6px !important;
        border: none !important;
        font-weight: 700;
        font-family: "museo-sans", sans-serif;
        position: relative;
        z-index: 1; }
        @media (max-width: 70rem) {
          .partner-modal ul li a {
            padding: 20px 60px 20px 20px; } }
        @media (max-width: 61.9375rem) {
          .partner-modal ul li a {
            padding: 15px 50px 15px 15px;
            font-size: 1.25rem; } }
        .partner-modal ul li a:after {
          content: '';
          position: absolute;
          right: 25px;
          top: 50%;
          width: 35px;
          height: 35px;
          border: 1px solid #fff;
          border-radius: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
          @media (max-width: 61.9375rem) {
            .partner-modal ul li a:after {
              right: 15px;
              width: 30px;
              height: 30px; } }
        .partner-modal ul li a:before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          background: url(../images/plus.svg) no-repeat;
          background-position: center center;
          width: 15px;
          height: 15px;
          right: 35px; }
          @media (max-width: 61.9375rem) {
            .partner-modal ul li a:before {
              right: 22px; } }
        .partner-modal ul li a.active:before {
          content: '';
          background: url(../images/minus.svg) no-repeat;
          background-position: center center;
          width: 15px;
          height: 15px;
          right: 35px; }
  .partner-modal .common-form .gform_wrapper .gform_footer {
    text-align: right; }

.our-partners-section {
  width: 100%;
  position: relative;
  z-index: 9; }
  .our-partners-section:before {
    background: #f4f4f4;
    content: '';
    display: block;
    left: -5%;
    position: absolute;
    right: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
    bottom: -250px;
    height: 560px;
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    width: 110%;
    outline: 1px solid transparent; }
    @media (max-width: 88.75rem) {
      .our-partners-section:before {
        bottom: -200px;
        height: 400px; } }
    @media (max-width: 39.9375rem) {
      .our-partners-section:before {
        bottom: -150px;
        height: 350px; } }
  .our-partners-section h2 {
    text-align: center;
    margin: 1.25rem auto; }
  .our-partners-section ul {
    margin: 0 auto; }
    .our-partners-section ul li {
      list-style: none;
      margin-bottom: 3.75rem; }
      @media (max-width: 70rem) {
        .our-partners-section ul li {
          margin-bottom: 3.125rem; } }
      @media (max-width: 63.9375rem) {
        .our-partners-section ul li {
          margin-bottom: 2.5rem; } }
      @media (max-width: 47.9375rem) {
        .our-partners-section ul li {
          margin-bottom: 1.875rem; } }
      .our-partners-section ul li figure {
        background: #fff;
        border-radius: 6px 6px 6px 6px;
        -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
        box-shadow: 0 3px 8px 0 #cfcfcf;
        position: relative;
        z-index: 1;
        height: 280px;
        padding: 1.25rem;
        display: table;
        width: 100%;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .our-partners-section ul li figure .partners-thumb {
          display: table-cell;
          height: 100%;
          width: 100%;
          vertical-align: middle; }
          .our-partners-section ul li figure .partners-thumb img {
            display: block;
            margin: 0 auto; }
        .our-partners-section ul li figure figcaption {
          background: #f9f9f9;
          border-radius: 6px 6px 6px 6px;
          padding: 1.875rem 1.875rem 3.75rem;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out; }
          .our-partners-section ul li figure figcaption h6 {
            margin-bottom: 0.5rem;
            font-size: 1.1875rem;
            font-weight: 700;
            -webkit-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            transform: translateY(-100px);
            opacity: 0;
            transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out; }
          .our-partners-section ul li figure figcaption p {
            font-size: 0.875rem;
            line-height: 1.125rem;
            -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
            transform: translateY(100px);
            opacity: 0;
            transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out; }
          .our-partners-section ul li figure figcaption a {
            text-align: right;
            position: absolute;
            right: 30px;
            bottom: 30px;
            -webkit-transform: translateY(40px);
            -ms-transform: translateY(40px);
            transform: translateY(40px); }
      .our-partners-section ul li:hover figure figcaption {
        opacity: 1; }
        .our-partners-section ul li:hover figure figcaption h6 {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          opacity: 1; }
        .our-partners-section ul li:hover figure figcaption p {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          opacity: 1; }
        .our-partners-section ul li:hover figure figcaption a {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          opacity: 1; }
      .our-partners-section ul li:last-child {
        float: left !important; }
    .our-partners-section ul :nth-child(3n+1) {
      clear: left; }

.mfp-zoom-in.mfp-ready.mfp-bg {
  background: rgba(50, 51, 60, 0.9);
  opacity: 1 !important; }

#partner-modal,
#partner-modal2 {
  /*.gform_wrapper {
        ul {
            li {
                display: inline-block;
                width: 48%;
            }
        }
    }*/ }
  #partner-modal.white-popup,
  #partner-modal2.white-popup {
    max-width: 1200px;
    background: #fff; }
    #partner-modal.white-popup h2,
    #partner-modal2.white-popup h2 {
      text-align: center; }

.team-section {
  width: 100%; }
  .team-section ul {
    margin: 0 auto; }
    .team-section ul li {
      list-style: none;
      text-align: center;
      margin-bottom: 2.5rem;
      float: left !important; }
      .team-section ul li:nth-of-type(3n+1) {
        clear: left; }
      @media (max-width: 70rem) {
        .team-section ul li {
          margin-bottom: 1.875rem; } }
      @media (max-width: 39.9375rem) {
        .team-section ul li {
          margin-bottom: 0.9375rem; } }
      .team-section ul li:last-child {
        margin-bottom: 0; }
      .team-section ul li a figure {
        position: relative;
        z-index: 1;
        margin-bottom: 1.25rem;
        overflow: hidden; }
        @media (max-width: 39.9375rem) {
          .team-section ul li a figure {
            max-width: 320px;
            margin: 0 auto 10px; } }
        .team-section ul li a figure > img {
          display: block;
          border-radius: 50%; }
        .team-section ul li a figure figcaption {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: rgba(235, 28, 45, 0.85);
          opacity: 0;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out; }
          .team-section ul li a figure figcaption span img {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
      .team-section ul li a:hover figcaption {
        opacity: 1; }
      .team-section ul li .team-details-wrap {
        padding: 0 0.9375rem; }
        @media (max-width: 63.9375rem) {
          .team-section ul li .team-details-wrap {
            padding: 0; } }
        .team-section ul li .team-details-wrap h6 {
          font-size: 1.1875rem;
          font-weight: 700;
          margin-bottom: 0.3125rem; }
          @media (max-width: 47.9375rem) {
            .team-section ul li .team-details-wrap h6 {
              font-size: 1.125rem;
              margin-bottom: 0; } }
        .team-section ul li .team-details-wrap p {
          font-size: 1rem; }

.teamlisting {
  width: 100%;
  padding: 4.375rem 0;
  text-align: center; }
  @media (max-width: 70rem) {
    .teamlisting {
      padding: 3.125rem 0; } }
  @media (max-width: 61.9375rem) {
    .teamlisting {
      padding: 1.875rem 0; } }
  .teamlisting ul {
    margin: 10px auto;
    max-width: 100%; }
    .teamlisting ul li {
      list-style: none;
      margin-bottom: 1.875rem;
      float: left !important; }
      .teamlisting ul li:nth-of-type(2n+1) {
        clear: left; }
      @media (max-width: 70rem) {
        .teamlisting ul li {
          margin-bottom: 1.25rem; } }
      .teamlisting ul li .accordion-content {
        float: left;
        padding: 1.875rem; }
        .teamlisting ul li .accordion-content .team-member-thumb {
          margin: 0 auto 1.25rem;
          display: block;
          max-width: 18.75rem; }
        .teamlisting ul li .accordion-content span {
          margin-bottom: 0.625rem; }
      .teamlisting ul li a.accordion-title {
        background: #30a0c4;
        list-style: outside none none;
        display: block;
        color: #fff;
        padding: 13px 50px 11px 25px;
        cursor: pointer;
        font-size: 1.5rem;
        border-radius: 6px 6px 6px 6px !important;
        border: none !important;
        font-weight: 700;
        font-family: "museo-sans", sans-serif;
        position: relative;
        z-index: 1; }
        @media (max-width: 47.9375rem) {
          .teamlisting ul li a.accordion-title {
            padding: 12px 30px 10px 10px; } }
        .teamlisting ul li a.accordion-title h6 {
          font-weight: 700;
          font-size: 1.1875rem;
          margin: 0; }
          @media (max-width: 47.9375rem) {
            .teamlisting ul li a.accordion-title h6 {
              font-size: 1.0625rem; } }
        .teamlisting ul li a.accordion-title p {
          margin: 0;
          font-size: 1.1875rem; }
          @media (max-width: 47.9375rem) {
            .teamlisting ul li a.accordion-title p {
              font-size: 1rem; } }

.mfp-content {
  max-width: 1200px; }
  .mfp-content .mfp-arrow-left {
    margin: 0;
    width: 40px;
    height: 40px;
    top: inherit;
    bottom: 30px;
    border: none;
    opacity: 1;
    left: inherit;
    right: 80px; }
    @media (max-width: 70rem) {
      .mfp-content .mfp-arrow-left {
        bottom: 15px; } }
    @media (max-width: 39.9375rem) {
      .mfp-content .mfp-arrow-left {
        bottom: 45px; } }
    .mfp-content .mfp-arrow-left:after {
      border: none;
      content: "<";
      width: 40px;
      height: 40px;
      font-size: 2.25rem;
      color: #969696;
      text-align: center;
      margin: 0 !important;
      top: 0; }
  .mfp-content .mfp-arrow-right {
    margin: 0;
    width: 40px;
    height: 40px;
    top: inherit;
    bottom: 30px;
    border: none;
    opacity: 1;
    left: inherit;
    right: 40px; }
    @media (max-width: 70rem) {
      .mfp-content .mfp-arrow-right {
        bottom: 15px; } }
    @media (max-width: 39.9375rem) {
      .mfp-content .mfp-arrow-right {
        bottom: 45px; } }
    .mfp-content .mfp-arrow-right:after {
      border: none;
      content: ">";
      width: 40px !important;
      height: 40px !important;
      font-size: 2.25rem;
      color: #969696;
      text-align: center;
      margin: 0 !important;
      top: 0; }
  .mfp-content .mfp-arrow:before {
    display: none; }

@media (max-width: 47.9375rem) {
  .white-popup {
    padding: 1.875rem 0.625rem 3.75rem !important; } }

.white-popup.team-detail-warp {
  max-width: 100%;
  width: 100%;
  padding: 3.75rem 3.75rem 5rem; }
  @media (max-width: 70rem) {
    .white-popup.team-detail-warp {
      padding: 2.5rem 2.5rem 3.125rem; } }
  @media (max-width: 61.9375rem) {
    .white-popup.team-detail-warp {
      padding: 1.875rem 1.25rem 3.125rem; } }
  @media (max-width: 39.9375rem) {
    .white-popup.team-detail-warp {
      text-align: center;
      padding-bottom: 6.25rem !important;
      padding: 1.25rem 0.625rem 3.125rem; } }
  .white-popup.team-detail-warp .team-member-thumb figure img {
    border-radius: 50%; }
    @media (max-width: 39.9375rem) {
      .white-popup.team-detail-warp .team-member-thumb figure img {
        max-width: 320px;
        margin: 0 auto; } }
    @media (max-width: 30rem) {
      .white-popup.team-detail-warp .team-member-thumb figure img {
        width: 100%;
        max-width: inherit; } }
  .white-popup.team-detail-warp h5 {
    font-weight: 700;
    margin: 0;
    color: #445464; }
  .white-popup.team-detail-warp span {
    font-size: 1.125rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.875rem; }
    @media (max-width: 61.9375rem) {
      .white-popup.team-detail-warp span {
        margin-bottom: 0.625rem; } }
  .white-popup.team-detail-warp p {
    font-size: 1rem; }
  .white-popup.team-detail-warp ul.social {
    margin: 20px auto;
    text-align: center; }
    @media (max-width: 39.9375rem) {
      .white-popup.team-detail-warp ul.social {
        margin: 10px auto; } }
    .white-popup.team-detail-warp ul.social li {
      list-style: none;
      display: inline-block; }
      .white-popup.team-detail-warp ul.social li a {
        font-size: 1.875rem;
        color: #3080df; }
        @media (max-width: 47.9375rem) {
          .white-popup.team-detail-warp ul.social li a {
            font-size: 1.5rem; } }
        @media (max-width: 39.9375rem) {
          .white-popup.team-detail-warp ul.social li a {
            font-size: 1.25rem; } }
        .white-popup.team-detail-warp ul.social li a:hover {
          color: #ea1c2c; }
  .white-popup.team-detail-warp button.mfp-close {
    font-size: 2.5rem;
    right: 20px;
    top: 20px; }
    @media (max-width: 61.9375rem) {
      .white-popup.team-detail-warp button.mfp-close {
        right: 10px;
        top: 10px; } }
    @media (max-width: 47.9375rem) {
      .white-popup.team-detail-warp button.mfp-close {
        right: 0;
        top: 0; } }
  .white-popup.team-detail-warp button button.mfp-arrow {
    font-size: 2.5rem;
    right: 20px;
    top: 20px; }

.white-popup {
  text-align: left; }
  .white-popup .team-member-thumb figure img {
    border-radius: 50%; }
    @media (max-width: 39.9375rem) {
      .white-popup .team-member-thumb figure img {
        max-width: 20rem;
        margin: 0 auto; } }
    @media (max-width: 30rem) {
      .white-popup .team-member-thumb figure img {
        width: 100%;
        max-width: inherit; } }
  .white-popup h5 {
    font-weight: 700;
    margin: 0;
    color: #445464; }
  .white-popup span {
    font-size: 1.125rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.875rem; }
    @media (max-width: 61.9375rem) {
      .white-popup span {
        margin-bottom: 0.625rem; } }
  .white-popup p {
    font-size: 1rem; }
  .white-popup ul.social {
    margin: 20px auto;
    text-align: center; }
    @media (max-width: 39.9375rem) {
      .white-popup ul.social {
        margin: 10px auto; } }
    .white-popup ul.social li {
      list-style: none;
      display: inline-block;
      float: none !important; }
      .white-popup ul.social li a {
        font-size: 1.875rem;
        color: #3080df; }
        @media (max-width: 47.9375rem) {
          .white-popup ul.social li a {
            font-size: 1.5rem; } }
        @media (max-width: 39.9375rem) {
          .white-popup ul.social li a {
            font-size: 1.25rem; } }
        .white-popup ul.social li a:hover {
          color: #ea1c2c; }
  .white-popup button.mfp-close {
    font-size: 2.5rem;
    right: 20px;
    top: 20px; }
    @media (max-width: 61.9375rem) {
      .white-popup button.mfp-close {
        right: 10px;
        top: 10px; } }
    @media (max-width: 47.9375rem) {
      .white-popup button.mfp-close {
        right: 0;
        top: 0; } }
  .white-popup button.mfp-arrow {
    font-size: 2.5rem;
    right: 20px;
    top: 20px; }

.searchandfilter {
  width: 100%;
  margin-bottom: 1.875rem; }
  @media (max-width: 39.9375rem) {
    .searchandfilter {
      margin-bottom: 0.625rem; } }
  .searchandfilter ul {
    margin: 0; }
    .searchandfilter ul li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      max-width: 175px;
      text-align: center;
      padding: 0;
      margin-right: 1.25rem; }
      @media (max-width: 47.9375rem) {
        .searchandfilter ul li {
          max-width: inherit;
          width: 48%;
          margin-right: 4%;
          margin-bottom: 1.25rem; } }
      @media (max-width: 30rem) {
        .searchandfilter ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0.625rem; } }
      @media (max-width: 47.9375rem) {
        .searchandfilter ul li:nth-of-type(2n) {
          margin-right: 0; } }
      @media (max-width: 47.9375rem) {
        .searchandfilter ul li label {
          width: 100%; } }
      .searchandfilter ul li select {
        padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
        margin: 0;
        height: 50px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 1px solid #969696;
        color: #656569;
        font-weight: 300;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/down-arrow.svg);
        background-position: 90% center;
        background-repeat: no-repeat;
        border-radius: 6px 6px 6px 6px; }
        @media (max-width: 47.9375rem) {
          .searchandfilter ul li select {
            height: 45px;
            width: 100%;
            min-width: inherit; } }
      .searchandfilter ul li input[type="text"] {
        padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
        margin: 0;
        height: 50px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 1px solid #969696;
        color: #656569;
        font-weight: 300;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/down-arrow.svg);
        background-position: 90% center;
        background-repeat: no-repeat;
        border-radius: 6px 6px 6px 6px; }
        @media (max-width: 47.9375rem) {
          .searchandfilter ul li input[type="text"] {
            height: 45px; } }
      .searchandfilter ul li ul li {
        padding: 0; }
      @media (max-width: 39.9375rem) {
        .searchandfilter ul li:last-child {
          margin-bottom: 0; } }
      .searchandfilter ul li ul li {
        width: 100%; }
      .searchandfilter ul li input[type="submit"] {
        padding: 0.625rem 1.875rem;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        display: inline-block;
        margin: 0;
        min-height: inherit !important;
        line-height: normal !important;
        outline: none !important;
        background: #ea1c2c;
        border: 1px solid #ea1c2c;
        border-radius: 4px 4px 4px 4px;
        width: 100%;
        height: 50px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        .searchandfilter ul li input[type="submit"]:hover, .searchandfilter ul li input[type="submit"]:focus {
          background-color: transparent;
          color: #ea1c2c; }
  @media (max-width: 30rem) {
    .searchandfilter label {
      width: 100%; } }

.blog-listing-section {
  width: 100%; }
  .blog-listing-section ul {
    margin: 0 auto; }
    .blog-listing-section ul li {
      list-style: none;
      margin-bottom: 0;
      float: left !important; }
      .blog-listing-section ul li .blog-listing-content {
        margin-bottom: 1.5625rem;
        padding-bottom: 2.1875rem;
        border-bottom: 1px solid #e7e7e7; }
        @media (max-width: 63.9375rem) {
          .blog-listing-section ul li .blog-listing-content {
            padding-bottom: 1.5625rem; } }
      .blog-listing-section ul li .blog-listing-wrap {
        margin-bottom: 1.25rem; }
        .blog-listing-section ul li .blog-listing-wrap .author-pic {
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.9375rem; }
          .blog-listing-section ul li .blog-listing-wrap .author-pic img {
            width: 60px;
            border-radius: 50%; }
            @media (max-width: 63.9375rem) {
              .blog-listing-section ul li .blog-listing-wrap .author-pic img {
                width: 50px; } }
          .blog-listing-section ul li .blog-listing-wrap .author-pic a img {
            width: 60px;
            border-radius: 50%; }
            @media (max-width: 63.9375rem) {
              .blog-listing-section ul li .blog-listing-wrap .author-pic a img {
                width: 50px; } }
        .blog-listing-section ul li .blog-listing-wrap .author-content {
          display: inline-block;
          vertical-align: middle; }
          .blog-listing-section ul li .blog-listing-wrap .author-content h6 {
            color: #30a0c4;
            font-size: 1.125rem;
            margin: 0;
            text-transform: capitalize; }
            .blog-listing-section ul li .blog-listing-wrap .author-content h6 label {
              color: #969696;
              padding-left: 0.9375rem;
              display: inline-block;
              vertical-align: middle;
              position: relative; }
              .blog-listing-section ul li .blog-listing-wrap .author-content h6 label:before {
                content: '';
                position: absolute;
                left: 2px;
                background: #969696;
                width: 0.4375rem;
                height: 0.4375rem;
                border-radius: 50%;
                top: 9px; }
      .blog-listing-section ul li a h2 {
        font-weight: 700;
        margin-bottom: 0.625rem;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
        @media (max-width: 39.9375rem) {
          .blog-listing-section ul li a h2 {
            font-size: 1.375rem; } }
      .blog-listing-section ul li a:hover h2 {
        color: inherit; }
      .blog-listing-section ul li p {
        line-height: 1.875rem; }
        @media (max-width: 63.9375rem) {
          .blog-listing-section ul li p {
            line-height: 1.4; } }
      .blog-listing-section ul li .read-more {
        color: #30a0c4;
        font-weight: 500;
        font-family: "museo-sans", sans-serif; }
        .blog-listing-section ul li .read-more:hover {
          color: #ea1c2c; }
      .blog-listing-section ul li .member-thumb img {
        width: 100%;
        margin-bottom: 1.25rem; }
      .blog-listing-section ul li:last-child .blog-listing-content {
        border-bottom: none;
        padding-bottom: 0; }

.pagination {
  text-align: right; }
  .pagination .current {
    background-color: transparent;
    border: 1px solid #969696;
    border-radius: 50%;
    color: #969696;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .pagination .extend {
    display: none; }
  .pagination a {
    display: inline-block;
    vertical-align: middle;
    background: #969696;
    border: 1px solid #969696;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    line-height: 1.4;
    padding: 0.3125rem 0;
    text-align: center; }
    .pagination a:hover {
      background-color: transparent;
      border: 1px solid #969696;
      color: #969696; }
  .pagination br {
    display: none; }

.np-pagination {
  width: 100%; }
  .np-pagination a {
    background: #30a0c4;
    float: left;
    padding: 0.5rem 0.625rem;
    font-size: 0.875rem;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
    font-weight: 500;
    min-width: 90px;
    text-align: center; }
    .np-pagination a[rel="next"] {
      float: right; }
    .np-pagination a:hover {
      background: #ea1c2c; }

.tweet-section {
  width: 100%;
  background: #f4f4f4; }
  @media (max-width: 88.75rem) {
    .tweet-section br {
      display: none; } }
  .tweet-section h2 {
    text-align: center;
    margin-bottom: 1.875rem;
    font-weight: 500; }
    @media (max-width: 47.9375rem) {
      .tweet-section h2 {
        margin-bottom: 1.25rem; } }
    @media (max-width: 39.9375rem) {
      .tweet-section h2 {
        margin-bottom: 0.9375rem; } }
    .tweet-section h2:last-child {
      margin-bottom: 0; }
  .tweet-section #ctf {
    overflow: inherit; }
    .tweet-section #ctf .ctf-tweets {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 47.9375rem) {
        .tweet-section #ctf .ctf-tweets {
          display: block; } }
      .tweet-section #ctf .ctf-tweets:before, .tweet-section #ctf .ctf-tweets:after {
        display: table;
        content: ''; }
      .tweet-section #ctf .ctf-tweets:after {
        clear: both; }
    .tweet-section #ctf .ctf-item {
      width: 31.3333%;
      margin-right: 3%;
      margin-bottom: 1.25rem;
      padding: 2.1875rem 1.5625rem;
      float: left;
      background: #fff;
      border-radius: 6px 6px 6px 6px;
      -webkit-box-shadow: 0 3px 8px 0 #cfcfcf;
      box-shadow: 0 3px 8px 0 #cfcfcf;
      border: none;
      overflow: inherit; }
      .tweet-section #ctf .ctf-item:nth-of-type(3n) {
        margin-right: 0; }
      @media (max-width: 61.9375rem) {
        .tweet-section #ctf .ctf-item {
          padding: 1.25rem 0.9375rem; } }
      @media (max-width: 47.9375rem) {
        .tweet-section #ctf .ctf-item {
          width: 48.5%; } }
      @media (max-width: 39.9375rem) {
        .tweet-section #ctf .ctf-item {
          width: 100%;
          margin-right: 0; } }
      @media (max-width: 47.9375rem) {
        .tweet-section #ctf .ctf-item:nth-of-type(2n) {
          margin-right: 0; } }
      @media (max-width: 39.9375rem) {
        .tweet-section #ctf .ctf-item:last-child {
          margin-bottom: 0; } }
      @media (max-width: 47.9375rem) {
        .tweet-section #ctf .ctf-item:nth-of-type(2n+1) {
          clear: left; } }
      .tweet-section #ctf .ctf-item .ctf-author-box-link a {
        color: #ea1c2c !important;
        font-size: 1rem;
        font-weight: 500; }
      .tweet-section #ctf .ctf-item .ctf-author-box-link .ctf-screename-sep {
        display: none; }
      .tweet-section #ctf .ctf-item p {
        font-size: 1rem;
        line-height: 1.4375rem; }
        .tweet-section #ctf .ctf-item p a {
          color: #3080df;
          word-break: break-all; }
          .tweet-section #ctf .ctf-item p a:hover {
            color: #ea1c2c; }
    .tweet-section #ctf .ctf-author-avatar {
      border-radius: 10px 10px 10px 10px; }
    .tweet-section #ctf .ctf-tweet-content {
      padding-top: 0.3125rem; }

.blog-detail-page {
  padding: 1.875rem 0 5.625rem; }
  @media (max-width: 63.9375rem) {
    .blog-detail-page {
      padding: 1.875rem 0 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .blog-detail-page {
      padding: 1.875rem 0 2.5rem; } }
  @media (max-width: 39.9375rem) {
    .blog-detail-page {
      padding: 1.875rem 0; } }
  .blog-detail-page .featured-image {
    margin-bottom: 1.25rem; }
  .blog-detail-page p {
    margin-bottom: 1.875rem;
    line-height: 1.75rem; }
    @media (max-width: 63.9375rem) {
      .blog-detail-page p {
        margin-bottom: 1.5625rem;
        line-height: 1.4; } }
    .blog-detail-page p strong {
      font-weight: 700; }
      .blog-detail-page p strong a {
        color: #ea1c2c; }
        .blog-detail-page p strong a:hover {
          color: #30a0c4; }
  @media (max-width: 88.75rem) {
    .blog-detail-page br {
      display: none; } }
  .blog-detail-page iframe {
    -webkit-box-shadow: 0 3px 8px 0 #e0e0e0;
    box-shadow: 0 3px 8px 0 #e0e0e0; }

.asidebar .widget {
  margin-bottom: 2.5rem;
  background: #fff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #e7e7e7;
  padding: 1.5625rem 1.25rem; }
  @media (max-width: 70rem) {
    .asidebar .widget {
      padding: 1.25rem 0.9375rem;
      margin-bottom: 1.875rem; } }
  .asidebar .widget h4 {
    color: #4d4d4d;
    font-weight: 700; }
  .asidebar .widget ul {
    margin: 0;
    padding: 0; }
    .asidebar .widget ul li {
      list-style: none;
      margin-bottom: 0.3125rem; }
      .asidebar .widget ul li a {
        font-size: 1.125rem;
        line-height: 1.875rem;
        color: #30a0c4;
        font-weight: 300; }
        @media (max-width: 63.9375rem) {
          .asidebar .widget ul li a {
            line-height: 1.3; } }
        .asidebar .widget ul li a:hover {
          color: #ea1c2c; }
  .asidebar .widget.popular-posts ul li {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid rgba(48, 160, 196, 0.3); }
    @media (max-width: 63.9375rem) {
      .asidebar .widget.popular-posts ul li {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem; } }
    .asidebar .widget.popular-posts ul li:last-child {
      margin: 0;
      padding: 0;
      border: none; }
  .asidebar .widget #searchform .input-group {
    position: relative;
    display: block;
    margin: 0; }
    .asidebar .widget #searchform .input-group input[type="text"] {
      border: none;
      background: #f4f4f4;
      height: 36px;
      padding: 0.5rem 2.5rem 0.5rem 0.9375rem !important;
      color: #35333c;
      font-size: 0.875rem;
      min-height: inherit;
      width: 100%; }
  .asidebar .widget #searchform .input-group-button input[type="submit"] {
    min-height: inherit;
    height: 46px;
    background-color: transparent;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    padding: 0;
    background: url(../images/search_icon.svg);
    background-position: center center;
    background-repeat: no-repeat; }
  .asidebar .widget.widget_search {
    margin-bottom: 1.25rem; }

.asidebar .common-form .gform_wrapper input[type="text"] {
  opacity: 0.5;
  height: 38px;
  min-height: inherit !important;
  font-size: 1.125rem;
  border-radius: 6px 6px 6px 6px; }

.asidebar .common-form .gform_wrapper .gform_footer input.button[type="submit"] {
  font-size: 1.125rem;
  padding: 0.375rem 1.875rem;
  min-width: inherit; }

.breadcrumb {
  width: 100%;
  margin: 0.9375rem 0;
  color: #30a0c4;
  font-size: 0.875rem; }
  .breadcrumb a {
    color: #565459; }
    .breadcrumb a:hover {
      color: #30a0c4; }
  .breadcrumb span {
    color: #b3bdc2; }

.breadcrumb-new {
  margin-bottom: 1.875rem;
  background: #f4f4f4;
  padding: 0.5rem 0.9375rem;
  border-radius: 6px 6px 6px 6px; }
  .breadcrumb-new span {
    font-size: 0.875rem; }
  .breadcrumb-new a {
    color: #4d4d4e;
    font-size: 0.875rem; }
    .breadcrumb-new a span {
      color: #4d4d4e;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
    .breadcrumb-new a:hover span {
      color: #ea1c2c; }

.internship-module-section {
  width: 100%;
  padding: 4.375rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  position: relative;
  z-index: 9;
  color: #fff; }
  @media (max-width: 88.75rem) {
    .internship-module-section {
      padding: 3.125rem 0; } }
  @media (max-width: 39.9375rem) {
    .internship-module-section {
      text-align: center;
      padding: 2.5rem 0 1.875rem; } }
  .internship-module-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(77, 77, 77, 0.7);
    z-index: -1; }
    @media (max-width: 63.9375rem) {
      .internship-module-section:before {
        width: 100%; } }
  .internship-module-section h2 {
    color: #fff; }
  .internship-module-section p {
    color: #fff; }
  .internship-module-section .btn {
    margin-top: 1.25rem;
    display: inline-block; }
  .internship-module-section .internship-module-wrap {
    padding-right: 6.25rem; }
    @media (max-width: 88.75rem) {
      .internship-module-section .internship-module-wrap {
        padding-right: 1.25rem; } }
    @media (max-width: 39.9375rem) {
      .internship-module-section .internship-module-wrap {
        padding: 0; } }
  @media (max-width: 70rem) {
    .internship-module-section br {
      display: none; } }

.featured-module {
  width: 100%;
  padding: 4.375rem 0; }
  @media (max-width: 39.9375rem) {
    .featured-module {
      text-align: center; } }
  @media (max-width: 70rem) {
    .featured-module br {
      display: none; } }
  @media (max-width: 70rem) {
    .featured-module {
      padding: 3.125rem 0; } }
  .featured-module .thumb {
    padding-right: 1.875rem; }
    @media (max-width: 70rem) {
      .featured-module .thumb {
        padding: 0; } }
    @media (max-width: 39.9375rem) {
      .featured-module .thumb {
        margin-bottom: 1.875rem; } }
    .featured-module .thumb img {
      border-radius: 6px 6px 6px 6px; }
  .featured-module .featured-module-content {
    padding: 0 3.75rem 0 0; }
    @media (max-width: 70rem) {
      .featured-module .featured-module-content {
        padding: 0; } }
    .featured-module .featured-module-content figure {
      margin-bottom: 1.25rem; }
    .featured-module .featured-module-content h5 {
      margin-bottom: 1.25rem;
      color: #35333c; }

.search-filter-results {
  width: 100%; }
  .search-filter-results .resources-feed-section ul {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem; }
    @media (max-width: 70rem) {
      .search-filter-results .resources-feed-section ul {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
    @media (max-width: 63.9375rem) {
      .search-filter-results .resources-feed-section ul {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem; } }
    .search-filter-results .resources-feed-section ul li .resources-wrap {
      position: relative;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      @media (max-width: 39.9375rem) {
        .search-filter-results .resources-feed-section ul li .resources-wrap {
          height: auto !important; } }
      .search-filter-results .resources-feed-section ul li .resources-wrap a {
        color: #565459;
        transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out; }
      .search-filter-results .resources-feed-section ul li .resources-wrap .resources-caption span, .search-filter-results .resources-feed-section ul li .resources-wrap .resources-caption h6, .search-filter-results .resources-feed-section ul li .resources-wrap .resources-caption .excerpt p {
        color: inherit; }
      .search-filter-results .resources-feed-section ul li .resources-wrap .resources-caption span {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        display: block; }
      .search-filter-results .resources-feed-section ul li .resources-wrap .resources-caption h6 {
        font-weight: 700; }
      .search-filter-results .resources-feed-section ul li .resources-wrap .resources-caption .btn {
        margin: 1rem 0 1.5rem;
        position: absolute;
        bottom: 0; }
      .search-filter-results .resources-feed-section ul li .resources-wrap.has-btn {
        padding-bottom: 5.125rem; }
    .search-filter-results .resources-feed-section ul li:hover .resources-wrap {
      background: #30a0c4; }
      .search-filter-results .resources-feed-section ul li:hover .resources-wrap a {
        color: #fff; }
      .search-filter-results .resources-feed-section ul li:hover .resources-wrap .resources-caption .btn a {
        color: #fff;
        border-color: #fff; }

@media (max-width: 39.9375rem) {
  .content-page-section {
    margin-top: 1.875rem; } }

.content-page-section h5 {
  color: #565459;
  margin-bottom: 0.625rem;
  font-weight: 700; }

.content-page-section p {
  line-height: 1.875rem; }
  @media (max-width: 63.9375rem) {
    .content-page-section p {
      line-height: 1.5; } }

.content-page-section .open-content-section {
  padding-bottom: 3.75rem; }
  @media (max-width: 63.9375rem) {
    .content-page-section .open-content-section {
      padding-bottom: 2.5rem; } }
  @media (max-width: 47.9375rem) {
    .content-page-section .open-content-section {
      padding-bottom: 1.875rem; } }

.content-page-section .flex-video {
  margin-bottom: 2.5rem; }
  @media (max-width: 47.9375rem) {
    .content-page-section .flex-video {
      margin-bottom: 1.25rem; } }
  @media (max-width: 39.9375rem) {
    .content-page-section .flex-video {
      margin-bottom: 0; } }

.content-page-section .half-width-card-section {
  margin-bottom: 2rem; }
  .content-page-section .half-width-card-section .open-content-section {
    padding: 0; }
  @media (max-width: 61.9375rem) {
    .content-page-section .half-width-card-section .inline-block .columns {
      margin: 0; } }

.asidebar {
  width: 100%; }
  @media (max-width: 39.9375rem) {
    .asidebar {
      margin-top: 1.875rem; } }
  .asidebar .aside-block {
    margin-bottom: 2.5rem;
    background: #e7e7e7;
    border-radius: 6px 6px 6px 6px; }
    .asidebar .aside-block .heading-title {
      background: #30a0c4;
      border-radius: 6px 6px 0 0;
      padding: 0.9375rem 0;
      margin: 0; }
      @media (max-width: 47.9375rem) {
        .asidebar .aside-block .heading-title {
          padding: 0.625rem 0; } }
      .asidebar .aside-block .heading-title h5 {
        color: #fff;
        margin: 0; }
        @media (max-width: 63.9375rem) {
          .asidebar .aside-block .heading-title h5 {
            font-size: 1.25rem; } }
        @media (max-width: 47.9375rem) {
          .asidebar .aside-block .heading-title h5 {
            font-size: 1.125rem; } }
    .asidebar .aside-block .aside-block-wrap {
      padding: 1.875rem; }
      @media (max-width: 70rem) {
        .asidebar .aside-block .aside-block-wrap {
          padding: 1.25rem; } }
      .asidebar .aside-block .aside-block-wrap figure {
        margin-bottom: 1.25rem; }
      .asidebar .aside-block .aside-block-wrap h5 {
        text-align: center; }
      .asidebar .aside-block .aside-block-wrap li {
        padding: 0;
        position: relative; }
      .asidebar .aside-block .aside-block-wrap .common-form {
        padding: 0;
        margin: 0; }
    .asidebar .aside-block figure {
      max-width: 160px;
      display: block;
      margin: 0 auto; }

.common-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  background-color: transparent;
  margin: 0;
  border: none; }

.common-form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.common-form .gform_wrapper li.gfield_error textarea.textarea,
.common-form .gform_wrapper li.gfield_error select.large {
  border-color: #ea1c2c; }

.gform_confirmation_message {
  font-weight: 300;
  color: #04a74d;
  font-size: 1.25rem;
  line-height: 1.3; }

.no-padding {
  padding: 0; }

.no-padding-t {
  padding-top: 0; }

.no-padding-b {
  padding-bottom: 0; }

.validation_message,
.validation_error {
  display: none; }

.custom-select {
  display: inline-block; }
  .custom-select select {
    padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
    margin: 0;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #969696;
    color: #656569;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px; }

.messaging-solution-section {
  width: 100%; }
  .messaging-solution-section .resp-tab-content {
    padding: 0;
    border: 0; }
    .messaging-solution-section .resp-tab-content h5 {
      color: #35333c;
      margin: 3.125rem 0 1.25rem 0; }
    .messaging-solution-section .resp-tab-content ul {
      margin-bottom: 1.875rem; }
      @media (max-width: 39.9375rem) {
        .messaging-solution-section .resp-tab-content ul {
          margin: 0 auto; } }
      .messaging-solution-section .resp-tab-content ul li strong {
        color: #ea1c2c;
        font-weight: 500; }
  .messaging-solution-section .resp-tabs-container .columns {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px; }
  .messaging-solution-section .resp-tabs-container .thumb-wrap {
    padding: 0 2.5rem; }
    @media (max-width: 70rem) {
      .messaging-solution-section .resp-tabs-container .thumb-wrap {
        padding: 0 3.75rem; } }
    @media (max-width: 63.9375rem) {
      .messaging-solution-section .resp-tabs-container .thumb-wrap {
        padding: 0 3.125rem; } }
    @media (max-width: 61.9375rem) {
      .messaging-solution-section .resp-tabs-container .thumb-wrap {
        padding: 0 1.875rem; } }
    @media (max-width: 39.9375rem) {
      .messaging-solution-section .resp-tabs-container .thumb-wrap {
        padding: 0 0.9375rem; } }
    @media (max-width: 39.9375rem) {
      .messaging-solution-section .resp-tabs-container .thumb-wrap img {
        max-width: 280px;
        margin: 0 auto 10px auto;
        display: block; } }
  .messaging-solution-section .btn a {
    min-width: 250px; }
    @media (max-width: 39.9375rem) {
      .messaging-solution-section .btn a {
        min-width: inherit; } }
  .messaging-solution-section br {
    display: none; }

.resp-tabs-list.main-listing {
  display: inline-block;
  border: 1px solid #35333c;
  border-radius: 6px 6px 6px 6px;
  margin: 2.1875rem 0;
  position: absolute; }
  .resp-tabs-list.main-listing li {
    display: inline-block;
    width: auto;
    margin: 0;
    border-radius: 0 0 0 0;
    border: none;
    border-right: 1px solid #35333c; }
    .resp-tabs-list.main-listing li:hover, .resp-tabs-list.main-listing li.resp-tab-active {
      border: none;
      border-right: 1px solid #35333c;
      background: #35333c;
      color: #fff; }
    .resp-tabs-list.main-listing li:first-child {
      border-radius: 6px 0 0 6px; }
    .resp-tabs-list.main-listing li:last-child {
      border-radius: 0 6px 6px 0;
      border-right: none; }

.custom-select {
  text-align: center;
  width: 100%;
  margin-top: 3.125rem; }
  .custom-select ul {
    width: 250px;
    display: inline-block;
    margin: 0 auto;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    z-index: 99; }
    .custom-select ul li {
      z-index: 99;
      margin: 0;
      list-style: none;
      text-align: left; }
      .custom-select ul li a {
        color: #656569;
        font-weight: 300;
        display: inline-block;
        padding: 0.875rem 2.5rem 0.875rem 0.875rem;
        width: 100%; }
      .custom-select ul li:not(.init) {
        float: left;
        display: none;
        background: #ddd;
        width: 100%; }
    .custom-select ul.init {
      cursor: pointer; }

li a#submit {
  z-index: 1; }

@media (max-width: 39.9375rem) {
  br {
    display: none; } }

@media (max-width: 88.75rem) {
  .inner-banner-rotate {
    min-height: 200px; } }

@media (max-width: 47.9375rem) {
  .inner-banner-rotate {
    min-height: 1px !important; } }

@media (max-width: 1090px) {
  .inner-banner-rotate {
    position: relative;
    padding: 0 9% 0 8%;
    width: 100%;
    min-height: 200px; } }
  @media (max-width: 1090px) and (max-width: 47.9375rem) {
    .inner-banner-rotate {
      padding: 0; } }

.svg {
  height: 6.25rem; }

#partner-modal .common-form .gform_wrapper h3 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem; }

#partner-modal .common-form .gform_wrapper .gform_footer {
  text-align: right; }

#sb_instagram {
  padding-bottom: 0 !important; }

.search .pagination .current {
  vertical-align: inherit;
  line-height: inherit; }

.search .pagination a {
  line-height: 24px;
  text-align: center; }

/* Only Mac */
@media only screen and (max-width: 1900px) {
  .testimonials-section .testimonials-pattern::before {
    display: none; } }

@media only screen and (min-width: 1921px) {
  .banner-section::before {
    bottom: 32%;
    transform: skewY(-13deg);
    -moz-transform: skewY(-13deg);
    -ms-transform: skewY(-13deg);
    -webkit-transform: skewY(-13deg);
    border-width: 0 1000px 400px 0; }
  .banner-section .index-banner-section:before {
    bottom: 0;
    transform: skewY(8.3deg);
    -moz-transform: skewY(8.3deg);
    -ms-transform: skewY(8.3deg);
    -webkit-transform: skewY(8.3deg); }
  .banner-section::after {
    bottom: -67%;
    height: 67%;
    transform: skewY(9deg);
    -moz-transform: skewY(9deg);
    -ms-transform: skewY(9deg);
    -webkit-transform: skewY(9deg); }
  .solutions-section::before {
    height: 35%;
    top: -250px;
    transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg); }
  .solutions-section::after {
    bottom: -250px;
    height: -39%;
    transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -webkit-transform: skewY(5deg); }
  .solutions-section .solutions-pattern::before {
    border-width: 0 1000px 200px 0;
    top: -210px;
    transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg); }
  .solutions-section .solutions-pattern::after {
    border-width: 0 1000px 200px 0;
    bottom: -25px;
    transform: skewY(-6.5deg);
    -moz-transform: skewY(-6.5deg);
    -ms-transform: skewY(-6.5deg);
    -webkit-transform: skewY(-6.5deg); }
  .solution-cards-section::before {
    height: 46%;
    top: -45%; }
  .solution-cards-section::after {
    top: 40px;
    border-width: 0 1000px 200px 0; }
  .inner-banner-section::before {
    border-width: 0 0 200px 1350px;
    transform: skewY(8.4deg);
    -moz-transform: skewY(8.4deg);
    -ms-transform: skewY(8.4deg);
    -webkit-transform: skewY(8.4deg); }
  .inner-banner-wrap .inner-banner-section {
    transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg); }
    .inner-banner-wrap .inner-banner-section .inner-banner-rotate {
      transform: skewY(5deg);
      -moz-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
      -webkit-transform: skewY(5deg); }
  .testimonials-section {
    transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg); }
    .testimonials-section .testimonials-pattern {
      transform: skewY(5deg);
      -moz-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
      -webkit-transform: skewY(5deg); }
  .testimonials-section .testimonials-pattern::before {
    top: -211px;
    transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    border-width: 0 1000px 250px 0; }
  .video-testimonial-section::before {
    height: 500px;
    bottom: -380px; }
  .block-section.block-imageskew::before {
    transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg); }
  .picture-cards-section .picture-cards-pattern {
    padding: 13.75rem 0; }
  .picture-cards-section .picture-cards-pattern::before {
    height: 300px;
    top: -320px;
    transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg); }
  .picture-cards-section .picture-cards-pattern::after {
    height: 320px;
    bottom: -320px;
    transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg); }
  .picture-cards-section::before {
    border-width: 0 1000px 200px 0;
    top: -8px;
    transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg); }
  .media-listing.side-text-imageskew > ul > li:nth-child(2n) .media-listing-wrap {
    padding: 10.625rem 0; }
  .media-listing.side-text-imageskew > ul > li:nth-child(2n) .media-listing-wrap::before {
    height: 320px;
    top: -320px;
    transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg); }
  .media-listing.side-text-imageskew > ul > li:nth-child(2n) .media-listing-wrap::after {
    height: 320px;
    bottom: -320px;
    transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg); }
  .download-section.imageskew::before {
    bottom: -310px;
    height: 460px;
    transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg); }
  .our-partners-section::before {
    bottom: -310px;
    height: 600px;
    transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg); } }

#partner-modal .common-form .gform_wrapper ul li.gfield input[type="text"]:focus,
#partner-modal .common-form .gform_wrapper ul li.gfield input[type="email"]:focus,
#partner-modal .common-form .gform_wrapper ul li.gfield input[type="password"]:focus,
#partner-modal .common-form .gform_wrapper ul li.gfield input[type="search"]:focus,
#partner-modal .common-form .gform_wrapper ul li.gfield input[type="tel"]:focus,
#partner-modal .common-form .gform_wrapper textarea:focus {
  background-color: #fff; }

#partner-modal2 .common-form .gform_wrapper ul li.gfield input[type="text"]:focus,
#partner-modal2 .common-form .gform_wrapper ul li.gfield input[type="email"]:focus,
#partner-modal2 .common-form .gform_wrapper ul li.gfield input[type="password"]:focus,
#partner-modal2 .common-form .gform_wrapper ul li.gfield input[type="search"]:focus,
#partner-modal2 .common-form .gform_wrapper ul li.gfield input[type="tel"]:focus,
#partner-modal .common-form .gform_wrapper textarea:focus {
  background-color: #fff; }

.search-filter-results {
  margin-bottom: 2.5rem; }

.gform_confirmation_message {
  text-align: center; }

.search .input-group {
  position: relative; }
  .search .input-group input[type="text"] {
    padding-right: 170px !important; }
    @media (max-width: 39.9375rem) {
      .search .input-group input[type="text"] {
        padding-right: 100px !important; } }
  .search .input-group .input-group-button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: auto; }
    .search .input-group .input-group-button input[type="submit"].button {
      font-size: 1.25rem;
      color: #fff;
      display: inline-block;
      padding: 0.5rem 1.75rem;
      border-radius: 0;
      background: #30a0c4;
      border: 1px solid #30a0c4;
      font-weight: 500;
      min-width: 155px;
      text-align: center;
      margin: 0;
      line-height: normal !important;
      height: 45px; }
      .search .input-group .input-group-button input[type="submit"].button:hover, .search .input-group .input-group-button input[type="submit"].button:focus {
        background-color: #ea1c2c;
        border: 1px solid #ea1c2c;
        color: #fff; }
      @media (max-width: 70rem) {
        .search .input-group .input-group-button input[type="submit"].button {
          font-size: 1.25rem;
          padding: 0.625rem 1.25rem; } }
      @media (max-width: 39.9375rem) {
        .search .input-group .input-group-button input[type="submit"].button {
          min-width: inherit;
          font-size: 1.125rem;
          padding: 0.625rem 0.9375rem; } }

.search-results .section-30 {
  padding: 0.625rem 0 0 0; }
  .search-results .section-30 hr {
    margin-top: 30px !important; }

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #ea1c2c !important; }

@media (max-width: 63.9375rem) {
  .site-map-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5.625rem;
    display: inline-block;
    width: 100%; } }

.site-map-section .flexible-map {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  float: left;
  padding: 0.9375rem 0.9375rem 0 0; }
  @media (max-width: 63.9375rem) {
    .site-map-section .flexible-map {
      width: 30%;
      float: none; } }
  @media (max-width: 48rem) {
    .site-map-section .flexible-map {
      width: 50%;
      float: left; }
      .site-map-section .flexible-map:nth-child(4) {
        clear: both; } }
  @media (max-width: 30rem) {
    .site-map-section .flexible-map {
      width: 100%;
      float: none;
      padding: 0 0.9375rem; } }
  .site-map-section .flexible-map h2 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #000; }
  .site-map-section .flexible-map ul {
    list-style-type: none;
    margin: 0; }
    .site-map-section .flexible-map ul li a {
      color: #000;
      font-size: 16px; }
      .site-map-section .flexible-map ul li a:hover, .site-map-section .flexible-map ul li a:focus {
        color: #cb1725; }

.error404 .main-content {
  width: 100%; }
  .error404 .main-content .entry-content {
    max-width: 865px;
    text-align: center;
    margin: 0 auto; }
    .error404 .main-content .entry-content .error-text {
      margin: 0 0 20px 0; }
      .error404 .main-content .entry-content .error-text p {
        color: #000;
        font-weight: 300;
        line-height: 1.2;
        margin: 0 0 5px 0; }
        @media (max-width: 30rem) {
          .error404 .main-content .entry-content .error-text p {
            font-size: 0.875rem; } }
        .error404 .main-content .entry-content .error-text p a {
          color: #ea1c2c;
          margin-left: 10px;
          text-decoration: underline; }

.error404 .bottom-404-section {
  width: 100%;
  background: #81c2ea;
  height: 80px; }

.page form,
.blog form {
  width: 100% !important; }
  .page form .mktoFormRow,
  .blog form .mktoFormRow {
    width: 100% !important; }
    .page form .mktoFormRow .mktoFormCol,
    .page form .mktoFormRow .field_sublabel_below,
    .blog form .mktoFormRow .mktoFormCol,
    .blog form .mktoFormRow .field_sublabel_below {
      width: 100%; }
      .page form .mktoFormRow .mktoFormCol .mktoFieldWrap,
      .page form .mktoFormRow .mktoFormCol .field_sublabel_below,
      .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap,
      .page form .mktoFormRow .field_sublabel_below .field_sublabel_below,
      .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap,
      .blog form .mktoFormRow .mktoFormCol .field_sublabel_below,
      .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap,
      .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below {
        width: 100%; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text],
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=url],
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email],
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel],
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=number],
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date],
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=text],
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=url],
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=email],
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=tel],
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=number],
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=date],
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below textarea.mktoField,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below select.mktoField,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=text],
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=url],
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=email],
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=tel],
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=number],
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=date],
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap textarea.mktoField,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap select.mktoField,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=text],
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=url],
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=email],
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=tel],
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=number],
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=date],
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below textarea.mktoField,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below select.mktoField,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text],
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=url],
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email],
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel],
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=number],
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date],
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap select.mktoField,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=text],
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=url],
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=email],
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=tel],
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=number],
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=date],
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below textarea.mktoField,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below select.mktoField,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=text],
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=url],
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=email],
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=tel],
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=number],
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=date],
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap textarea.mktoField,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap select.mktoField,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=text],
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=url],
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=email],
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=tel],
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=number],
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=date],
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below textarea.mktoField,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below select.mktoField {
          min-height: 2.8125rem !important;
          padding: 0.625rem 0.9375rem !important;
          font-family: "museo-sans", sans-serif !important;
          font-size: 1.125rem;
          font-weight: 300;
          width: 100% !important;
          border: 1px solid #cacaca;
          color: #0a0a0a;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap ::-webkit-input-placeholder,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below ::-webkit-input-placeholder,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap ::-webkit-input-placeholder,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below ::-webkit-input-placeholder,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap ::-webkit-input-placeholder,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below ::-webkit-input-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap ::-webkit-input-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below ::-webkit-input-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap ::-moz-placeholder,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below ::-moz-placeholder,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap ::-moz-placeholder,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below ::-moz-placeholder,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap ::-moz-placeholder,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below ::-moz-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap ::-moz-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below ::-moz-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap :-ms-input-placeholder,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below :-ms-input-placeholder,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap :-ms-input-placeholder,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below :-ms-input-placeholder,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap :-ms-input-placeholder,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below :-ms-input-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap :-ms-input-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below :-ms-input-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap :-moz-placeholder,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below :-moz-placeholder,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap :-moz-placeholder,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below :-moz-placeholder,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap :-moz-placeholder,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below :-moz-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap :-moz-placeholder,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below :-moz-placeholder {
          color: #0a0a0a;
          font-family: "museo-sans", sans-serif !important;
          font-weight: 300; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text]:focus,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=url]:focus,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email]:focus,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel]:focus,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=number]:focus,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date]:focus,
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=text]:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=url]:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=email]:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=tel]:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=number]:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=date]:focus,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below textarea.mktoField:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=text]:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=url]:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=email]:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=tel]:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=number]:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=date]:focus,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap textarea.mktoField:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=text]:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=url]:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=email]:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=tel]:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=number]:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=date]:focus,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below textarea.mktoField:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=text]:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=url]:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=email]:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=tel]:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=number]:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap input[type=date]:focus,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap textarea.mktoField:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=text]:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=url]:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=email]:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=tel]:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=number]:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below input[type=date]:focus,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below textarea.mktoField:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=text]:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=url]:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=email]:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=tel]:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=number]:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap input[type=date]:focus,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap textarea.mktoField:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=text]:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=url]:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=email]:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=tel]:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=number]:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below input[type=date]:focus,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below textarea.mktoField:focus {
          background: #f4f4f4;
          border: 1px solid #f4f4f4;
          -webkit-box-shadow: none !important;
          box-shadow: none !important; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap select,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below select,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap select,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below select,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap select,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below select,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap select,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below select {
          background-position: right 0 center; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below .mktoLabel,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap .mktoLabel,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below .mktoLabel,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below .mktoLabel,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap .mktoLabel,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below .mktoLabel {
          width: 100% !important;
          padding: 0.3125rem 0;
          font-weight: 300;
          display: none; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below .mktoGutter,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap .mktoGutter,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below .mktoGutter,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below .mktoGutter,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap .mktoGutter,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below .mktoGutter {
          display: none; }
        .page form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoClear,
        .page form .mktoFormRow .mktoFormCol .field_sublabel_below .mktoClear,
        .page form .mktoFormRow .field_sublabel_below .mktoFieldWrap .mktoClear,
        .page form .mktoFormRow .field_sublabel_below .field_sublabel_below .mktoClear,
        .blog form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoClear,
        .blog form .mktoFormRow .mktoFormCol .field_sublabel_below .mktoClear,
        .blog form .mktoFormRow .field_sublabel_below .mktoFieldWrap .mktoClear,
        .blog form .mktoFormRow .field_sublabel_below .field_sublabel_below .mktoClear {
          width: 100%; }
      .page form .mktoFormRow .mktoFormCol .mktoOffset,
      .page form .mktoFormRow .field_sublabel_below .mktoOffset,
      .blog form .mktoFormRow .mktoFormCol .mktoOffset,
      .blog form .mktoFormRow .field_sublabel_below .mktoOffset {
        display: none; }
  .page form .mktoButtonRow span,
  .blog form .mktoButtonRow span {
    margin: 0 !important;
    width: 100%; }
    .page form .mktoButtonRow span .mktoButton,
    .blog form .mktoButtonRow span .mktoButton {
      border-radius: 5px 5px 5px 5px;
      padding: 0.625rem 0.625rem !important;
      font-size: 1.125rem;
      width: 100%;
      text-shadow: none;
      background: #30a0c4;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      .page form .mktoButtonRow span .mktoButton:hover,
      .blog form .mktoButtonRow span .mktoButton:hover {
        background-color: #fff;
        color: #30a0c4; }

.page input[type=checkbox],
.blog input[type=checkbox] {
  margin: 0 !important; }

.extend,
.gfield_required,
.gfield_label {
  display: none !important; }

.page-id-860 .open-content-section {
  padding-bottom: 1.25rem; }

.mfp-bg,
.mfp-wrap {
  z-index: 10000 !important; }

.page .white-popup .common-form .mktoButton {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  padding: 0.875rem 0.9375rem;
  border-radius: 5px 5px 5px 5px;
  background: #ea1c2c;
  border: 1px solid #ea1c2c;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  margin: 0; }
  @media (max-width: 63.9375rem) {
    .page .white-popup .common-form .mktoButton {
      padding: 0.75rem 1.25rem;
      font-size: 1.125rem;
      min-width: inherit; } }
  .page .white-popup .common-form .mktoButton:hover, .page .white-popup .common-form .mktoButton:focus {
    background-color: #fff;
    color: #ea1c2c; }

.simple-sitemap-container {
  width: 100%;
  margin: 0 0 1.5625rem 0;
  border: 1px solid #4d4d4d; }
  @media print, screen and (min-width: 40em) {
    .simple-sitemap-container {
      display: inline-block;
      vertical-align: top;
      margin-right: 2%;
      width: 48%; } }
  .simple-sitemap-container:nth-child(2n+1) {
    margin-right: 0; }
  .simple-sitemap-container:last-of-type {
    margin-bottom: 0; }
  .simple-sitemap-container h2 {
    border-bottom: 1px solid #4d4d4d;
    padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
    margin: 0;
    background: #e7e7e7;
    color: #565459;
    font-size: 1.75rem; }
    @media (max-width: 63.9375rem) {
      .simple-sitemap-container h2 {
        font-size: 1.625rem;
        line-height: 1.2; } }
    @media (max-width: 47.9375rem) {
      .simple-sitemap-container h2 {
        font-size: 1.5rem; } }
  .simple-sitemap-container > ul {
    margin-left: 0.9375rem;
    margin-bottom: 0;
    padding: 1.25rem; }
    .simple-sitemap-container > ul li {
      font-size: 1.125rem;
      line-height: normal; }
      .simple-sitemap-container > ul li .children {
        margin-top: 0.625rem; }
      .simple-sitemap-container > ul li ul li {
        font-size: 1rem; }
        .simple-sitemap-container > ul li ul li.page_item_has_children li {
          font-size: 0.875rem; }

@media (max-width: 47.9375rem) {
  .simple-sitemap-wrap {
    display: block !important;
    width: 100%; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

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

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

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

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

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .mobile-menu,
  .site-title-bar {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important; } }

.site-desktop-title a {
  font-weight: bold; }

.mobile-menu {
  display: none; }

.off-canvas .menu-controls {
  position: relative; }

.off-canvas .home-link {
  color: #fff;
  position: absolute;
  left: 1rem;
  top: 0.5rem; }

.off-canvas .close-button {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0; }

.off-canvas .is-accordion-submenu-parent > a::after {
  border-color: #fefefe transparent transparent; }

.off-canvas .is-accordion-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

.off-canvas .current_page_item > a {
  font-weight: 700; }

.off-canvas > ul.menu {
  height: 100vh;
  padding: 3rem 0 1rem; }
  .off-canvas > ul.menu a {
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    opacity: .75;
    padding: 1rem; }
  .off-canvas > ul.menu > li .nested {
    background-color: #000; }
    .off-canvas > ul.menu > li .nested .nested {
      background-color: #262626; }

.off-canvas .menu.nested {
  margin-left: 0; }

.off-canvas .menu li {
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .off-canvas .menu li .current-page-ancestor > a {
    font-weight: 700; }

.off-canvas .menu .active > a {
  background-color: #6f6d73; }

.off-canvas .menu :not(.active).current-menu-item > a {
  color: #fcb040;
  font-weight: 700; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #fefefe transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.main-wrap {
  max-width: 68.125rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

#main-footer {
  width: 100%; }
  @media (max-width: 39.9375rem) {
    #main-footer {
      text-align: center; } }
  #main-footer h6 {
    font-size: 1rem;
    color: #35333c;
    font-weight: 700;
    font-family: "museo-sans", sans-serif; }
  #main-footer .footer-link {
    width: 100%;
    padding: 5.625rem 0 1.875rem; }
    @media (max-width: 88.75rem) {
      #main-footer .footer-link {
        padding: 3.75rem 0 1.875rem; } }
    @media (max-width: 61.9375rem) {
      #main-footer .footer-link {
        padding: 3.125rem 0 1.25rem; } }
    #main-footer .footer-link ul {
      margin: 0 0 2.1875rem;
      padding: 0; }
      @media (max-width: 47.9375rem) {
        #main-footer .footer-link ul {
          margin: 0 0 1.5625rem; } }
      #main-footer .footer-link ul li {
        list-style: none;
        margin-bottom: 0.1875rem;
        line-height: 1.4375rem; }
        #main-footer .footer-link ul li a {
          font-size: 1rem;
          color: #35333c;
          line-height: 1.375rem; }
          #main-footer .footer-link ul li a:hover {
            color: #ea1c2c; }
        #main-footer .footer-link ul li:first-child a {
          font-weight: 700; }
        #main-footer .footer-link ul li.active a {
          color: #ea1c2c; }
    #main-footer .footer-link ul.icon-listing {
      margin: 0;
      padding: 0; }
      @media (max-width: 39.9375rem) {
        #main-footer .footer-link ul.icon-listing {
          text-align: center; } }
      #main-footer .footer-link ul.icon-listing li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.625rem; }
        @media (max-width: 39.9375rem) {
          #main-footer .footer-link ul.icon-listing li {
            float: none !important; } }
  #main-footer .copyright {
    width: 100%;
    padding: 2.5rem 0; }
    @media (max-width: 61.9375rem) {
      #main-footer .copyright {
        padding: 1.25rem 0; } }
    #main-footer .copyright span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.625rem; }
    #main-footer .copyright ul.link {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: 0; }
      #main-footer .copyright ul.link li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.9375rem;
        position: relative;
        line-height: 1;
        margin-bottom: 0; }
        #main-footer .copyright ul.link li:after {
          content: "";
          position: absolute;
          right: -10px;
          top: 50%;
          width: 1px;
          height: 15px;
          background: #4d4d4d;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
        #main-footer .copyright ul.link li:last-child:after {
          display: none; }
        #main-footer .copyright ul.link li a {
          font-size: 1rem;
          color: #4d4d4d;
          line-height: 1.375rem;
          text-decoration: underline; }
          #main-footer .copyright ul.link li a span {
            text-decoration: underline;
            margin-right: 0; }
          #main-footer .copyright ul.link li a:hover {
            color: #ea1c2c; }
    @media (max-width: 39.9375rem) {
      #main-footer .copyright .text-right {
        text-align: center; } }
  #main-footer .columns {
    float: left !important; }
    @media (max-width: 63.9375rem) {
      #main-footer .columns:nth-of-type(3n+1) {
        clear: left !important; } }
    @media (max-width: 39.9375rem) {
      #main-footer .columns:nth-of-type(3n+1) {
        clear: inherit !important; }
      #main-footer .columns:nth-of-type(2n+1) {
        clear: left !important; } }
  #main-footer .cotact-us ul li a {
    color: #cb1725;
    font-weight: 500; }
    #main-footer .cotact-us ul li a:hover {
      color: #35333c; }

body#tinymce {
  height: auto;
  max-width: 68.125rem;
  padding: 1.25rem !important; }

.navigation {
  text-align: right;
  position: relative; }
  @media (max-width: 47.9375rem) {
    .navigation {
      position: inherit;
      margin-top: 1rem; } }
  .navigation #mega-menu-wrap-top-bar-r {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    @media (max-width: 47.9375rem) {
      .navigation #mega-menu-wrap-top-bar-r {
        position: inherit;
        display: none; } }
    .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r {
      margin: 0;
      padding: 0;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      @media (max-width: 47.9375rem) {
        .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r {
          position: absolute;
          left: 100%;
          top: 100%;
          width: 100%;
          z-index: 9999;
          display: block; } }
      .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li {
        list-style: none;
        display: inline-block;
        margin-bottom: 0;
        line-height: normal; }
        @media (max-width: 47.9375rem) {
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li {
            width: 100%; } }
        .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li a {
          padding: 0;
          font-size: 1.125rem;
          font-weight: 500;
          border-radius: 5px 5px 0 0 !important;
          transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          color: #565459; }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li a:hover {
            color: #ea1c2c; }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li a:focus {
            -webkit-box-shadow: none !important;
                    box-shadow: none !important; }
        .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget {
          padding: 0 1.5625rem 0 1.875rem;
          border-left: 1px solid #b3bec2;
          text-align: center; }
          @media (max-width: 63.9375rem) {
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget {
              padding: 0 0.625rem; } }
          @media (max-width: 47.9375rem) {
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget {
              display: none; } }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget img {
            margin: 1.25rem auto; }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget p {
            font-weight: 500;
            font-size: 1.0625rem;
            line-height: 1.2; }
            @media (max-width: 63.9375rem) {
              .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget p {
                font-size: 1rem; } }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget .btn a {
            font-size: 0.9375rem;
            color: #fff;
            display: inline-block;
            padding: 0.5rem 0.625rem;
            border-radius: 6px !important;
            font-weight: 500;
            min-width: 155px;
            text-align: center;
            background: #ea1c2c;
            border: 1px solid #ea1c2c; }
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .textwidget .btn a:hover {
              background-color: transparent;
              color: #ea1c2c; }
        .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li#mega-menu-item-black-studio-tinymce-5 .textwidget {
          padding: 0 1.5625rem; }
          @media (max-width: 63.9375rem) {
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li#mega-menu-item-black-studio-tinymce-5 .textwidget {
              padding: 0 0.625rem; } }
        .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu {
          margin: 1.25rem 1.25rem 0 1.25rem; }
          @media (max-width: 63.9375rem) {
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu {
              margin: 0.625rem 0.3125rem 0 0.3125rem; } }
          @media (max-width: 47.9375rem) {
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu {
              margin: 0.625rem 0 0 0; } }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li {
            margin-bottom: 1.25rem; }
            @media (max-width: 63.9375rem) {
              .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li {
                margin-bottom: 0.625rem !important; } }
            @media (max-width: 47.9375rem) {
              .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li {
                margin-bottom: 0.9375rem; } }
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li a {
              font-size: 1.125rem;
              font-weight: 500;
              color: #565459; }
              @media (max-width: 61.9375rem) {
                .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li a {
                  font-size: 1rem; } }
              .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li a:hover {
                color: #ea1c2c; }
            .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu li:last-child {
              margin-bottom: 0; }
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li .menu.menu-healthcare-organizations {
            margin-top: 0; }
        @media screen and (min-width: 48em) {
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li#mega-menu-item-nav_menu-6 {
            position: absolute;
            bottom: 25px; } }
      .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r #mega-menu-item-nav_menu-7 {
        padding: 0 3.125rem; }
        @media (max-width: 63.9375rem) {
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r #mega-menu-item-nav_menu-7 {
            padding: 0 0.9375rem; } }
        @media (max-width: 47.9375rem) {
          .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r #mega-menu-item-nav_menu-7 {
            padding: 0; } }
      @media (max-width: 47.9375rem) {
        .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r .mega-menu-item {
          width: 100% !important;
          margin-bottom: 0.3125rem; } }
    .navigation #mega-menu-wrap-top-bar-r ul.menu li.menu-item {
      width: 100%; }
    .navigation #mega-menu-wrap-top-bar-r ul.menu ul.sub-menu {
      margin: 0 0 0 1.5625rem; }
      @media (max-width: 47.9375rem) {
        .navigation #mega-menu-wrap-top-bar-r ul.menu ul.sub-menu {
          margin: 0.3125rem 0 0 0 !important; } }
    .navigation #mega-menu-wrap-top-bar-r ul.menu#menu-healthcare-professionals ul.sub-menu {
      margin: 0.625rem 0 0 3.75rem; }
      @media (max-width: 63.9375rem) {
        .navigation #mega-menu-wrap-top-bar-r ul.menu#menu-healthcare-professionals ul.sub-menu {
          margin: 0.625rem 0 0 1.875rem; } }
      .navigation #mega-menu-wrap-top-bar-r ul.menu#menu-healthcare-professionals ul.sub-menu li {
        margin-bottom: 0.625rem; }
        @media (max-width: 61.9375rem) {
          .navigation #mega-menu-wrap-top-bar-r ul.menu#menu-healthcare-professionals ul.sub-menu li {
            margin-bottom: 0.3125rem; } }
        .navigation #mega-menu-wrap-top-bar-r ul.menu#menu-healthcare-professionals ul.sub-menu li:last-child {
          margin-bottom: 0; }
    .navigation #mega-menu-wrap-top-bar-r .product-menu-name {
      margin: 0; }
      .navigation #mega-menu-wrap-top-bar-r .product-menu-name li {
        margin-bottom: 0.9375rem !important; }
        .navigation #mega-menu-wrap-top-bar-r .product-menu-name li:last-child {
          margin-bottom: 0 !important; }
          @media (max-width: 47.9375rem) {
            .navigation #mega-menu-wrap-top-bar-r .product-menu-name li:last-child {
              margin-bottom: 0.9375rem !important; } }
      .navigation #mega-menu-wrap-top-bar-r .product-menu-name .svg {
        width: 15%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        height: 3.125rem; }
        @media (max-width: 47.9375rem) {
          .navigation #mega-menu-wrap-top-bar-r .product-menu-name .svg {
            width: 3.125rem; } }
      .navigation #mega-menu-wrap-top-bar-r .product-menu-name .icon-content {
        display: inline-block;
        vertical-align: top;
        width: 80%;
        padding-left: 3%; }
        .navigation #mega-menu-wrap-top-bar-r .product-menu-name .icon-content h6 {
          color: #565459;
          font-size: 1.0625rem;
          font-weight: 500;
          margin: 0; }
        .navigation #mega-menu-wrap-top-bar-r .product-menu-name .icon-content p {
          font-size: 0.875rem;
          font-weight: 300;
          line-height: normal; }
    .navigation #mega-menu-wrap-top-bar-r h3, .navigation #mega-menu-wrap-top-bar-r .mega-block-title {
      color: #30a0c4;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1.25rem !important;
      line-height: 1.875rem; }
      @media (max-width: 63.9375rem) {
        .navigation #mega-menu-wrap-top-bar-r h3, .navigation #mega-menu-wrap-top-bar-r .mega-block-title {
          margin-bottom: 0.625rem !important; } }
  .navigation .test4 .st1 {
    fill: #30a0c4 !important; }
  .navigation .test4 #custom-color-1 {
    fill: #30a0c4; }
  .navigation .test5 .st1 {
    fill: #fff !important; }
  .navigation .test5 #custom-color-1 {
    fill: #ea1c2c; }
  .navigation .test6 .st1 {
    fill: #fff !important; }
  .navigation .test6 #custom-color-1 {
    fill: #fcb040 !important; }
  .navigation .mega-sub-menu {
    padding: 10px; }
    .navigation .mega-sub-menu .menu-get-started-container ul {
      margin: 0; }
      .navigation .mega-sub-menu .menu-get-started-container ul li {
        margin-bottom: 1.25rem !important; }

.logo {
  margin: 2.1875rem 0 0.75rem; }
  @media (max-width: 63.9375rem) {
    .logo {
      margin: 1.25rem 0; } }
  @media (max-width: 61.9375rem) {
    .logo {
      margin: 0.9375rem 0; } }
  @media (max-width: 47.9375rem) {
    .logo {
      margin: 0.625rem 0; } }
  @media (max-width: 30rem) {
    .logo {
      width: 140px; } }

.header-top {
  width: 100%;
  text-align: right;
  margin: 1.125rem 0 0.9375rem; }
  @media (max-width: 63.9375rem) {
    .header-top {
      margin: 0.9375rem 0 0.75rem; } }
  .header-top span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #4d4d4d; }
    .header-top span a {
      font-size: 0.9375rem;
      font-weight: 500;
      color: #4d4d4d; }
      .header-top span a:hover {
        color: #ea1c2c; }
  .header-top ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .header-top ul li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.625rem;
      line-height: normal;
      margin-bottom: 0;
      position: relative; }
      @media (max-width: 61.9375rem) {
        .header-top ul li {
          margin-left: 0.375rem; } }
      .header-top ul li:last-child {
        margin-right: 0; }
      .header-top ul li a {
        display: inline-block;
        font-size: 0.875rem;
        padding: 0.1875rem 0.75rem;
        border: 1px solid #4d4d4d;
        color: #4d4d4d;
        border-radius: 3px;
        font-weight: 500; }
        .header-top ul li a:hover {
          background: #ea1c2c;
          color: #fff;
          border: 1px solid #ea1c2c; }
  @media (max-width: 47.9375rem) {
    .header-top {
      display: none; } }

.search-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: right;
  margin: 0.625rem -0.25rem 0 0.5rem; }
  @media (max-width: 70rem) {
    .search-box {
      margin: 0.6875rem 0 0 0.625rem; } }
  @media (max-width: 61.9375rem) {
    .search-box {
      margin-top: 0.3125rem; } }
  @media (max-width: 47.9375rem) {
    .search-box {
      margin: 0 0.625rem;
      display: none; } }
  @media (max-width: 30rem) {
    .search-box {
      margin: 0 0.5rem; } }
  .search-box #search-toggle {
    width: 100%;
    display: block;
    border: 0;
    font-size: 1.375rem;
    height: 1.5rem;
    cursor: pointer;
    padding: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    @media (max-width: 63.9375rem) {
      .search-box #search-toggle {
        font-size: 1.25rem; } }
    .search-box #search-toggle input[type="text"] {
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      min-width: 0;
      margin: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      min-height: auto; }
  .search-box .overlay-div {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    padding: 75px 30px 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
    height: 100vh; }
    .search-box .overlay-div .columns {
      padding: 0;
      position: relative !important; }

.search-reveal #main-header .search-box .overlay-div {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  height: 100vh; }

#siteHeader #main-header .row {
  position: relative; }
  @media (max-width: 47.9375rem) {
    #siteHeader #main-header .row {
      position: static; } }

.search-reveal .overlay-div .row {
  position: relative;
  max-width: 66.25rem !important;
  margin: 0 auto;
  overflow: visible; }

.search-reveal .overlay-div .close-btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer; }

.search-reveal .overlay-div .close-btn::after {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  position: relative; }

header .mega-search-wrap input[type="text"] {
  display: none; }

.search-reveal .overlay-div input[type="text"] {
  display: block;
  border: 1px solid #fff;
  padding: 0 60px 0 0 !important;
  height: 60px;
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  max-width: 100%;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-style: normal;
  -webkit-box-shadow: none;
          box-shadow: none; }

.overlay-div input[type="submit"] {
  position: absolute;
  top: 0;
  height: 60px;
  width: 60px;
  right: 0px;
  border: 0;
  background: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  background-size: 20px 20px;
  cursor: pointer;
  padding: 0;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

input#search-btn1:hover {
  background-color: #4597ca;
  color: #fff !important;
  background-image: url(../images/search-icon-h.svg); }

header .mega-search-wrap input[type="submit"] {
  border: 0;
  height: 2.0625rem;
  background-color: #264c59;
  background-image: url(../images/search-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto; }

#mega-menu-wrap-top-bar-r,
#mega-menu-wrap-top-bar-r #mega-menu-top-bar-r,
#mega-menu-wrap-top-bar-r #mega-menu-top-bar-r ul.mega-sub-menu,
#mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-item,
#mega-menu-wrap-top-bar-r #mega-menu-top-bar-r a.mega-menu-link {
  position: static; }

#mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item {
  margin-right: 1px; }

@media (max-width: 47.9375rem) {
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0 !important; } }

@media (max-width: 63.9375rem) {
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
    padding: 0 0.9375rem;
    line-height: 50px; } }

@media (max-width: 61.9375rem) {
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
    padding: 0 0.5rem;
    font-size: 1rem;
    height: 40px;
    line-height: 40px; } }

@media (max-width: 47.9375rem) {
  #main-header {
    position: relative; } }

@media (max-width: 47.9375rem) {
  #main-header .columns {
    position: inherit; } }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link {
  position: relative;
  z-index: 9; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link:before {
  content: '\f107';
  font-size: 20px;
  color: white;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: -1;
  margin: auto;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block !important; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on a.mega-menu-link:before {
  content: '\f106'; }

@media only screen and (max-width: 767px) {
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link::after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link::after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link::after,
  #mega-menu-wrap-top-bar-r:before,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r:before,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r ul.mega-sub-menu:before,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-item:before,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r a.mega-menu-link:before,
  #mega-menu-wrap-top-bar-r:after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r:after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r ul.mega-sub-menu:after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-item:after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r a.mega-menu-link:after {
    display: block; } }

@media (max-width: 47.9375rem) {
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link::after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link::after,
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item-has-children > a.mega-menu-link::after {
    font-size: 1.5rem; } }

#mega-menu-wrap-top-bar-r .mega-menu-toggle {
  width: 36px;
  line-height: 34px;
  height: 34px; }

#mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-megamenu > ul.mega-sub-menu {
  border-radius: 6px; }
  @media (max-width: 63.9375rem) {
    #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-megamenu > ul.mega-sub-menu {
      padding: 0.9375rem; } }
  @media (max-width: 47.9375rem) {
    #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-megamenu > ul.mega-sub-menu {
      border-radius: 0 !important; } }

@media (max-width: 47.9375rem) {
  #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; }
    #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li:last-child {
      margin-bottom: 0 !important; } }

#siteHeader {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

#siteHeader.fixed {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-animation: slide-down .7s;
          animation: slide-down .7s;
  opacity: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  position: fixed !important;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95); }
  @media (max-width: 61.9375rem) {
    #siteHeader.fixed #mega-menu-wrap-top-bar-r #mega-menu-top-bar-r > li.mega-menu-item > a.mega-menu-link {
      height: 50px;
      line-height: 50px; } }

body.darkHeader .header-fix-btn {
  opacity: 1; }

.header-fix-btn {
  position: fixed;
  right: 0;
  width: auto;
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(90deg) translate(50%, 50%);
  -ms-transform: rotate(90deg) translate(50%, 50%);
  transform: rotate(90deg) translate(50%, 50%);
  z-index: 9999; }
  .header-fix-btn .btn.red-btn a {
    padding: 0.3125rem 1.875rem;
    border-radius: 0;
    font-size: 1.375rem; }
  @media (max-width: 47.9375rem) {
    .header-fix-btn .btn.red-btn a {
      padding: 0.25rem 1rem;
      font-size: 1.25rem;
      line-height: 1; } }

#siteHeader.fixed .header-fix-btn {
  opacity: 1; }

#siteHeader.fixed .navigation {
  margin-top: 1.25rem; }
  @media (max-width: 47.9375rem) {
    #siteHeader.fixed .navigation {
      margin-top: 1rem; } }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

#siteHeader.fixed .logo {
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (max-width: 47.9375rem) {
    #siteHeader.fixed .logo {
      margin-top: 10px;
      margin-bottom: 10px; } }

#siteHeader.fixed .header-top {
  display: none; }

.menu .active > a {
  background-color: transparent !important; }

.page-id-76 .inner-banner-section .btn a,
.page-id-848 .inner-banner-section .btn a {
  position: relative;
  padding-left: 3.125rem; }
  .page-id-76 .inner-banner-section .btn a:before,
  .page-id-848 .inner-banner-section .btn a:before {
    content: "\f095";
    position: absolute;
    left: 17px;
    top: 1px;
    font-family: 'FontAwesome';
    font-size: 1.75rem;
    color: #fff;
    transform: rotate(250deg);
    -moz-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    @media (max-width: 47.9375rem) {
      .page-id-76 .inner-banner-section .btn a:before,
      .page-id-848 .inner-banner-section .btn a:before {
        top: 2px;
        font-size: 1.5rem; } }
  .page-id-76 .inner-banner-section .btn a:hover:before,
  .page-id-848 .inner-banner-section .btn a:hover:before {
    color: #ea1c2c; }

.request-demo-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  background-color: transparent;
  border: none; }

.dropdown-form {
  position: absolute;
  left: 0;
  top: -70px;
  min-width: 300px;
  padding: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none; }
  @media (max-width: 47.9375rem) {
    .dropdown-form {
      right: 0;
      top: -180px !important; } }
  .dropdown-form input[type="text"], .dropdown-form input[type="email"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    min-height: 2.25rem !important;
    padding: 0.5rem 0.9375rem !important;
    font-weight: 300;
    font-size: 0.875rem !important;
    border: 1px solid #565459;
    border-radius: 4px;
    width: 100%; }
  .dropdown-form .gform_wrapper .gform_footer {
    padding: 0; }
    .dropdown-form .gform_wrapper .gform_footer input[type="submit"] {
      padding: 0.625rem 1.25rem;
      font-size: 1rem;
      font-weight: 500;
      color: #fff;
      display: inline-block;
      margin: 0;
      min-height: inherit !important;
      line-height: normal !important;
      outline: none !important;
      background: #ea1c2c;
      border: 1px solid #ea1c2c;
      border-radius: 4px;
      width: 100%;
      height: 40px;
      cursor: pointer;
      transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
      .dropdown-form .gform_wrapper .gform_footer input[type="submit"]:hover, .dropdown-form .gform_wrapper .gform_footer input[type="submit"]:focus {
        background-color: transparent;
        color: #ea1c2c; }
  .dropdown-form .gform_wrapper .gform_anchor {
    display: none; }
  .dropdown-form .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
    width: 100%; }
  .dropdown-form form .feild {
    margin-bottom: 0.625rem; }
    .dropdown-form form .feild:last-child {
      margin-bottom: 0; }
  .dropdown-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    border: none;
    max-width: 100% !important;
    margin: 0; }
  .dropdown-form .gform_anchor {
    display: none; }

.app-form {
  position: absolute;
  right: 0;
  min-width: 300px;
  padding: 1.25rem;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none; }
  .app-form input[type="email"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 0 15px;
    min-height: 2.25rem !important;
    padding: 0.5rem 0.9375rem !important;
    font-weight: 300;
    font-size: 0.875rem !important;
    border: 1px solid #565459;
    border-radius: 4px;
    width: 100%; }
  .app-form button,
  .app-form input[type="submit"] {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin: 0;
    min-height: inherit !important;
    line-height: normal !important;
    outline: none !important;
    background: #ea1c2c;
    border: 1px solid #ea1c2c;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    .app-form button:hover, .app-form button:focus,
    .app-form input[type="submit"]:hover,
    .app-form input[type="submit"]:focus {
      background-color: transparent;
      color: #ea1c2c; }

@media only screen and (max-width: 767px) {
  #mega-menu-wrap-top-bar-r .mega-menu-toggle.mega-menu-open + #mega-menu-top-bar-r {
    left: 0; } }

/**** Menu Icon ****/
.menu-icon {
  display: block;
  cursor: pointer;
  width: inherit;
  height: inherit; }
  .menu-icon .menu-box {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0;
    padding: 0.9375rem 0.5rem;
    position: absolute;
    right: 0;
    background: transparent;
    border-radius: 2px; }
    @media (max-width: 30rem) {
      .menu-icon .menu-box {
        padding: 0.75rem 0.4375rem;
        width: 2.75rem;
        height: 2.75rem; } }
    .menu-icon .menu-box span {
      width: 100%;
      height: 0.25rem;
      margin-bottom: 0.25rem;
      background: #35333c;
      display: block;
      border-radius: 2px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .menu-icon:after {
    display: none; }
  .menu-icon[aria-expanded="true"] span:nth-child(1) {
    -ms-transform: rotate(45deg) translateY(6px) translateX(4px);
        transform: rotate(45deg) translateY(6px) translateX(4px);
    -webkit-transform: rotate(45deg) translateY(6px) translateX(4px); }
  .menu-icon[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; }
  .menu-icon[aria-expanded="true"] span:nth-child(3) {
    -ms-transform: rotate(-45deg) translateY(-7px) translateX(6px);
        transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px); }
  @media screen and (min-width: 48em) {
    .menu-icon {
      display: none; } }

#footer-main .menu > li,
#footer-main .menu.horizontal > li {
  display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

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

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

/*=============================================*/
/*               ANIMATION                     */
/*=============================================*/
/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto; }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg); }

.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg); }

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px); }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0; }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-move-from-top .mfp-content {
  vertical-align: top; }

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px; }

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg); }

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

/* 

====== "Hinge" close effect ======

*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hinge;
          animation-name: hinge; }

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

#parentHorizontalTab.resp-tabs-list {
  margin: 0;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #35333c;
  margin-bottom: 1.875rem !important;
  display: inline-block !important;
  width: auto !important; }
  #parentHorizontalTab.resp-tabs-list > li {
    float: left;
    list-style: none;
    margin: 0; }
    #parentHorizontalTab.resp-tabs-list > li > a {
      display: inline-block;
      list-style: none;
      font-size: 1.125rem;
      font-weight: 500;
      border-right: 1px solid #35333c;
      padding: 0.5rem 0.9375rem;
      color: #35333c;
      margin: 0; }
      #parentHorizontalTab.resp-tabs-list > li > a:hover {
        background: #35333c;
        color: #fff; }
    #parentHorizontalTab.resp-tabs-list > li:last-child a {
      border: none; }

.resp-tabs-list {
  margin: 0; }
  .resp-tabs-list li {
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1.375rem;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #35333c;
    border: 1px solid #fff;
    border-radius: 6px 6px 6px 6px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; }
    .resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
      border: 1px solid #35333c;
      position: relative;
      z-index: 1; }

.resp-tabs-container {
  clear: left; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 15px; }

.resp-tab-active {
  font-weight: 500 !important; }

.main-listing li.resp-tab-item.resp-tab-active,
.main-listing li.resp-tab-item:hover {
  background: #35333c !important;
  color: #fff; }

.resp-content-active,
.resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-color: #c1c1c1 !important;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px; }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-top: 100px !important; }

.resp-vtabs .resp-tabs-container {
  display: inline-block;
  vertical-align: middle;
  width: 72%;
  float: right;
  clear: none; }

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1; }

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

/*.resp-tab-content-active {
    display: block;
}*/
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1024px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 30%; }
  .resp-vtabs .resp-tabs-container {
    width: 70%; }
  .messaging-solution-section .resp-tab-content {
    padding: 20px 0; }
  .resp-tabs-list li {
    padding: 6px 11px; } }

@media only screen and (max-width: 768px) {
  .messaging-solution-section {
    margin-top: 20px; }
  h2.resp-accordion {
    font-size: 19px; }
  .resp-arrow {
    margin-top: 8px; }
  .messaging-solution-section .resp-tab-content {
    padding: 20px 15px;
    border: 1px solid #ccc; }
  .resp-vtabs ul.resp-tabs-list {
    display: none; }
  .resp-tabs-list.main-listing {
    display: none; }
  .messaging-solution-section .resp-tab-content .columns .btn,
  .messaging-solution-section .resp-tab-content .columns ul,
  .messaging-solution-section .resp-tab-content .columns h5 {
    width: 95%; }
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block; }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1 !important; }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }
  .resp-accordion-closed {
    display: none !important; }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }

@media only screen and (max-width: 639px) {
  .resp-tab-content .columns h5 {
    width: 100%; }
  .messaging-solution-section .resp-tabs-container .thumb-wrap img {
    max-width: 160px;
    margin: 0 auto 10px auto; }
  .messaging-solution-section .resp-tab-content .columns .btn,
  .messaging-solution-section .resp-tab-content .columns ul,
  .messaging-solution-section .resp-tab-content .columns h5 {
    text-align: center; }
  .messaging-solution-section .resp-tab-content .columns ul {
    list-style-position: inside; } }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

#back-to-top {
  display: none;
  position: fixed;
  bottom: 3.4375rem;
  right: 0.9375rem;
  padding: 0.9375rem;
  background: #ea1c2c;
  border-radius: 3px;
  cursor: pointer;
  z-index: 999;
  opacity: 0.8;
  transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s; }
  #back-to-top::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white; }
  #back-to-top:hover, #back-to-top:focus {
    padding-top: 0.625rem;
    padding-bottom: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      #back-to-top:hover, #back-to-top:focus {
        padding-top: 0.9375rem;
        padding-bottom: 1.5625rem; } }
  @media print, screen and (min-width: 40em) {
    #back-to-top {
      padding: 1.25rem; } }

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


header.fixed .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li.mega-menu-item-864
{
	display: none;
}
header .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li.mega-menu-item-30547
{
	display: none;
}
header.fixed .navigation #mega-menu-wrap-top-bar-r ul#mega-menu-top-bar-r li.mega-menu-item-30547
{
	display: inline-block;
}