/*!
Theme Name: Arcadia
Theme URI: http://shout-media.ca
Description: Custom WordPress theme
Author: Shout! Media
Author URI: http://shout-media.ca
Version: 1.0
*/
@font-face {
  font-family: "TTNorms";
  src: local("TTNorms-Regular"), url("fonts/TTNorms-Regular.woff2") format("woff2"), url("fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: local("TTNorms-Bold"), url("fonts/TTNorms-Bold.woff2") format("woff2"), url("fonts/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: local("TTNorms-ExtraBold"), url("fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: local("TTNorms-Light"), url("fonts/TTNorms-Light.woff2") format("woff2"), url("fonts/TTNorms-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: local("TTNorms-Medium"), url("fonts/TTNorms-Medium.woff2") format("woff2"), url("fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museosansrounded";
  src: local("museosansrounded900"), url("fonts/museosansrounded900.woff2") format("woff2"), url("fonts/museosansrounded900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "museosansrounded";
  src: local("museosansrounded700"), url("fonts/museosansrounded700.woff2") format("woff2"), url("fonts/museosansrounded700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "museosansrounded";
  src: local("museosansrounded500"), url("fonts/museosansrounded500.woff2") format("woff2"), url("fonts/museosansrounded500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*!
 *  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.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

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

.fa-blind:before {
  content: "\f29d";
}

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

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

.fa-braille:before {
  content: "\f2a1";
}

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

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

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 */
}

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

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

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

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin-left: 15px;
}
img.alignleft {
  float: left;
  margin-right: 15px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

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

textarea {
  resize: vertical;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: inherit;
}

input[type=search],
*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width:1479px) {
  .container {
    width: 1200px;
  }
}
@media (max-width:1279px) {
  .container {
    width: 960px;
  }
}
@media (max-width:1023px) {
  .container {
    width: 720px;
  }
}
@media (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

body {
  font-family: "TTNorms";
  font-feature-settings: "liga" 0;
}

h1 {
  margin: 1rem 0;
  line-height: 1.2em;
  font-family: "museosansrounded";
}

h2 {
  margin: 1rem 0;
  line-height: 1.2em;
  font-family: "museosansrounded";
}

h3 {
  margin: 1rem 0;
  line-height: 1.2em;
  font-family: "museosansrounded";
}

h4 {
  margin: 1rem 0;
  line-height: 1.2em;
  font-family: "museosansrounded";
}

h5 {
  margin: 1rem 0;
  line-height: 1.2em;
  font-family: "museosansrounded";
}

h6 {
  margin: 1rem 0;
  line-height: 1.2em;
  font-family: "museosansrounded";
}

p {
  margin: 1rem 0;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  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;
  }
}
.bg-pos-center {
  background-position: center center;
}

.bg-pos-top {
  background-position: center top;
}

.bg-pos-bottom {
  background-position: center bottom;
}

.bg-pos-top-left {
  background-position: left top;
}

.bg-pos-top-right {
  background-position: right top;
}

.bg-pos-bottom-left {
  background-position: left bottom;
}

.bg-pos-bottom-right {
  background-position: right bottom;
}

.bg-pos-fixed {
  background-position: center top;
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .bg-pos-fixed {
    background-attachment: scroll;
  }
}

.scheme-light {
  color: white;
}

.scheme-dark {
  color: #222;
}

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

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

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

.text-small {
  font-size: 0.8em;
}

.text-normal {
  font-size: 1em;
}

.text-medium {
  font-size: 1.2em;
}

.text-large {
  font-size: 1.4em;
}

.text-xlarge {
  font-size: 1.6em;
}

.text-xxlarge {
  font-size: 1.8em;
}

.text-xxxlarge {
  font-size: 2em;
}

.hidden {
  display: none;
}

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

.scheme-light .btn {
  border-color: #662F90;
  background: #662F90;
}
.scheme-light .btn:hover {
  background: #92278F;
  color: white;
  border-color: #92278F;
}

.scheme-dark .btn {
  border-color: #662F90;
  background: #662F90;
  color: white;
}
.scheme-dark .btn:hover {
  background: #92278F;
  color: white;
  border-color: #92278F;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.35em 0.75em;
  border-radius: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 0.125rem;
  border-style: solid;
  font-size: 22px;
  font-size: 1.375rem;
}
.btn.icon-after .fa {
  margin-left: 0.5em;
  order: 1;
}
.btn.icon-before .fa {
  margin-right: 0.5em;
}
.btn .btn-label {
  line-height: 1em;
}
.btn .fa {
  color: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: black;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: black;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: black;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: black;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
input[type=file],
input[type=search],
textarea,
select {
  font-family: inherit;
  padding: 15px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  width: 350px;
  border: 1px solid #c5c5c5;
  border-radius: 0;
}
@media (max-width:767px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=url],
  input[type=tel],
  input[type=file],
  input[type=search],
  textarea,
  select {
    font-size: 18px;
    padding: 12px 16px;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio]:checked + .radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: #92278F;
  border-radius: 99rem;
}
input[type=radio] + .radio {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 6px;
  cursor: pointer;
}
@media (max-width:767px) {
  input[type=radio] + .radio {
    padding-left: 34px;
  }
}
input[type=radio] + .radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #c5c5c5;
  border-radius: 99rem;
}
@media (max-width:767px) {
  input[type=radio] + .radio:before {
    width: 26px;
    height: 26px;
  }
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
  display: block;
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  padding: 0;
}
@media (max-width:767px) {
  .frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-size: 18px;
  }
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 12px;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea {
  border: 1px solid #c5c5c5;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  height: auto;
  box-shadow: none;
  font-family: "TTNorms";
  color: #222;
}
@media (max-width:767px) {
  .frm_style_formidable-style.with_frm_style input[type=text],
  .frm_style_formidable-style.with_frm_style input[type=password],
  .frm_style_formidable-style.with_frm_style input[type=email],
  .frm_style_formidable-style.with_frm_style input[type=number],
  .frm_style_formidable-style.with_frm_style input[type=url],
  .frm_style_formidable-style.with_frm_style input[type=tel],
  .frm_style_formidable-style.with_frm_style input[type=file],
  .frm_style_formidable-style.with_frm_style input[type=search],
  .frm_style_formidable-style.with_frm_style select,
  .frm_style_formidable-style.with_frm_style textarea {
    font-size: 18px;
    padding: 12px 16px;
  }
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style {
  font-family: "TTNorms";
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 20px 0 10px 0;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-color: #0A7FAE;
  background-color: #0A7FAE;
  cursor: pointer;
  border-radius: 4px;
  color: white;
}
@media (max-width:767px) {
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
  .frm_style_formidable-style.with_frm_style input[type=submit],
  .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_form_submit_style {
    font-size: 1.25rem;
  }
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover {
  background-color: rgb(7.2282608696, 91.7989130435, 125.7717391304);
  border-color: rgb(7.2282608696, 91.7989130435, 125.7717391304);
  color: white;
}

.form-row {
  padding: 6px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-row label {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
@media (max-width:767px) {
  .form-row label {
    font-size: 18px;
  }
}
.form-row input,
.form-row select {
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 0;
}
.form-row input + input,
.form-row select + input {
  margin-top: 6px;
}
.form-row .field-group {
  flex: 1;
  min-width: 300px;
}
.form-row .field-group:not(:last-child) {
  margin-right: 30px;
}
@media (max-width:767px) {
  .form-row .field-group:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width:767px) {
  .form-row .field-group:not(:first-child) {
    margin-top: 12px;
  }
}
.form-row .required {
  color: red;
}

form:not(.ely-form) button[type=submit] {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 14px;
  margin: 20px 0 10px 0;
  justify-content: center;
  position: relative;
}
@media (max-width:767px) {
  form:not(.ely-form) button[type=submit] {
    font-size: 1.25rem;
  }
}
form:not(.ely-form) button[type=submit]:hover {
  background-color: rgb(7.2282608696, 91.7989130435, 125.7717391304);
  border-color: rgb(7.2282608696, 91.7989130435, 125.7717391304);
}
form:not(.ely-form) button[type=submit].submitting span {
  opacity: 0;
}
form:not(.ely-form) button[type=submit].submitting em {
  display: block;
}
form:not(.ely-form) button[type=submit] em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  display: none;
}
form:not(.ely-form) .btn {
  transition: all 0.3s ease-in-out;
  border-color: #0A7FAE;
  background-color: #0A7FAE;
  cursor: pointer;
  border-radius: 4px;
  color: white;
}
form:not(.ely-form) .btn.btn-prev {
  border-color: transparent;
  background-color: transparent;
}
form:not(.ely-form) .btn.btn-prev:hover {
  border: 2px solid white;
}

.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 50%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
  margin-left: 0;
}

.row {
  display: flex;
  margin: 0 -1.25rem;
}
@media (max-width:1023px) {
  .row {
    display: block;
  }
}
.row .col {
  padding: 0 1.25rem;
}
.row .col.w1 {
  flex: 1;
}
.row .col.w2 {
  flex: 2;
}
.row .col.w3 {
  flex: 3;
}
.row .col.w4 {
  flex: 4;
}
.row .col.w5 {
  flex: 5;
}
.row .col.w6 {
  flex: 6;
}
.row .col.w7 {
  flex: 7;
}
.row .col.w8 {
  flex: 8;
}
.row .col.w9 {
  flex: 9;
}
.row .col.w10 {
  flex: 10;
}
.row .col.w11 {
  flex: 11;
}
.row .col.w12 {
  flex: 12;
}

.scheme-light .title {
  color: white;
}

.scheme-dark .title {
  color: #662F90;
}

.title {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.skip-link {
  position: absolute;
  left: -100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 14px;
  border-radius: 0 0 6px 6px;
}
.skip-link:focus {
  left: 50%;
  transform: translateX(-50%);
}

.video-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.validation-errors {
  border-left: 4px solid #ff0505;
  padding: 12px 16px;
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
}
.validation-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.validation-errors li:not(:first-child) {
  margin-top: 5px;
}

.card-errors {
  margin-bottom: 20px;
}

.post-success {
  border-left: 4px solid #03c72d;
  padding: 12px 16px;
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.post-success ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-success li:not(:first-child) {
  margin-top: 5px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

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

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.slick-prev:focus,
.slick-next:focus {
  top: calc(50% - 1px);
}
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: black;
  font-family: "FontAwesome";
  font-size: 2.5rem;
  line-height: 1;
}

.scheme-light .slick-prev-icon, .scheme-light .slick-next-icon {
  color: white !important;
}

.slick-prev {
  left: -25px;
}
@media (max-width:1023px) {
  .slick-prev {
    left: -5px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev {
  /*     .slick-prev-icon {
          &:before {
              content: "\f053";

              [dir="rtl"] & {
                  content: "\f054";
              }
          }
      } */
}

.slick-next {
  right: -25px;
}
@media (max-width:1023px) {
  .slick-next {
    right: -5px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next {
  /*     .slick-next-icon {
          &:before {
              content: "\f054";

              [dir="rtl"] & {
                  content: "\f053";
              }
          }
      } */
}

.slick-dotted {
  padding-bottom: 2rem;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  margin: 0 0.25rem;
  padding: 0;
}
.slick-dots li button {
  display: block;
  color: transparent;
  border: 0;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  padding: 0;
  border-radius: 999rem;
}
.slick-dots li button:focus {
  background: orange;
}
.slick-dots li.slick-active button {
  background: black;
}
.slick-dots li.slick-active button:focus {
  background: orange;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  background: none;
  border: 0;
  cursor: pointer;
  color: black;
}
.slick-autoplay-toggle-button:focus {
  color: orange;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "\f04c";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "\f04b";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.posts-listing .post {
  padding: 0.25rem 0;
}
.posts-listing .post:not(:first-child) {
  margin-top: 1.5rem;
}
.posts-listing .posted {
  border-top: 0.125rem solid black;
  border-bottom: 0.125rem solid black;
  line-height: 1rem;
  padding: 0.75rem 0;
  display: flex;
  justify-content: space-between;
}
.posts-listing .pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.posts-sidebar ul {
  margin: 0;
  padding-left: 2rem;
}
.posts-sidebar .title-block:not(:first-child) {
  margin-top: 1.5rem;
}

.footer {
  padding: 2rem 0;
  text-align: center;
  background: #efefef;
  color: black;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .nav-container {
  flex: 1;
}
@media (max-width:1279px) {
  .footer .nav-container {
    min-width: 100%;
    order: 1;
    padding: 20px 0 0 0;
  }
}
.footer .menu {
  padding-bottom: 0.5rem;
  font-size: 21px;
  font-size: 1.3125rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width:1279px) {
  .footer .menu {
    justify-content: center;
  }
}
@media (max-width:767px) {
  .footer .menu {
    display: block;
  }
}
.footer .menu-item {
  padding: 0 0.75rem;
}
@media (min-width:768px) {
  .footer .menu-item:not(:first-child) {
    border-left: 0.125rem solid #DCDDDE;
  }
}
.footer .menu-item:hover {
  color: #92278F;
}
.footer .login-nav {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.footer .logo {
  margin: 0 10px;
}
.footer .logo-secondary {
  margin: 0 10px;
  order: 1;
}
.footer .social {
  padding-bottom: 1rem;
}
.footer .social a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: white;
  line-height: 2rem;
  margin: 0 1px;
  font-size: 1.125rem;
}
.footer .social a:hover {
  background: black;
  color: white;
}
.footer .address {
  font-size: 0.8rem;
}
.footer .address a {
  font-weight: bold;
}
.footer .address p {
  margin: 0.75rem 0;
}

.header {
  padding: 2rem 0;
  background: #662F90;
  min-height: 74px;
}
.header .container {
  display: flex;
  align-items: center;
  height: 50px;
}
@media (max-width:479px) {
  .header .container {
    padding-left: 50px;
  }
}
.header .logo {
  max-width: 100px;
}
@media (max-width:1279px) {
  .header .logo {
    display: none;
  }
}
.header .nav-container {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width:1279px) {
  .header .nav-container {
    justify-content: flex-end;
  }
}
@media (max-width:1279px) {
  .header .navigation {
    display: none;
  }
}
.header .login-nav {
  text-transform: uppercase;
  font-weight: 500;
}
.header .login-nav li {
  padding: 0.5rem;
}
.header .login-nav li a {
  padding: 5px 10px;
  display: block;
  border: 0.125rem solid transparent;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width:1479px) {
  .header .login-nav li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header .navigation {
  flex: 1;
}
.header .menu-main-menu-container {
  height: 100%;
}
.header .menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  text-align: center;
}
.header .menu-item {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
}
@media (max-width:1479px) {
  .header .menu-item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header .menu-item:not(:first-child):not(.button) {
  border-left: 0.125rem solid #92278F;
}
.header a:hover {
  color: #0A7FAE;
}
.header .button a {
  transition: all 0.3s ease-in-out;
  border-color: #0A7FAE;
  background-color: #0A7FAE;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header .button a:hover {
  border-color: #92278F;
  background: #92278F;
  color: white;
}
.header .button a a:hover {
  color: white;
}
.header .button a i {
  margin-left: 5px;
}

.mobile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  z-index: 100;
  background-color: #662F90;
  position: fixed;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
}
.mobile .logo {
  position: absolute;
  top: 27px;
  right: 1.25em;
}
.mobile .logo img {
  width: 100px;
}
.mobile .mobile-container {
  color: white;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  overflow-y: auto;
}
.mobile .mobile-container .mobile-top {
  padding: 7em 70px 1em 70px;
  background-color: #662F90;
}
@media (max-width:767px) {
  .mobile .mobile-container .mobile-top {
    padding: 7em 20px 20px 20px;
  }
}
.mobile .mobile-container .menu {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1em;
}
.mobile .mobile-container .menu .menu-item {
  margin-bottom: 20px;
}
.mobile .mobile-container .menu .sub-menu {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  font-weight: 100;
}
.mobile .mobile-container .menu .sub-menu .menu-item a {
  display: block;
  line-height: 1em;
  padding: 0.25em 0;
}
.mobile .mobile-container .mobile-contact {
  padding: 1em 70px 1em 90px;
  background-color: #662F90;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width:767px) {
  .mobile .mobile-container .mobile-contact {
    padding: 20px;
  }
}
.mobile .mobile-container .mobile-contact label {
  font-size: 30px;
  font-size: 1.875rem;
}
.mobile .mobile-container .mobile-contact .social {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 20px 0;
}
.mobile .mobile-container .mobile-contact .social a {
  margin: 0 5px;
}
.mobile .mobile-container .mobile-login .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mobile .mobile-container .mobile-login .menu-item {
  margin: 0 5px;
}
.mobile.is-open {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: translateY(100%);
}

.menu-trigger {
  position: fixed;
  top: 13px;
  left: 10px;
  z-index: 101;
  background-color: #662F90;
  color: white;
  font-size: 32px;
  font-size: 2rem;
  padding: 0px 8px;
  cursor: pointer;
}
@media (min-width:1280px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger:hover {
  background-color: black;
}

.main-content {
  outline: none;
}
.main-content > * {
  position: relative;
}

.page-not-found {
  padding: 2rem 0;
  text-align: center;
}

.banner {
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media (max-width:1023px) {
  .banner {
    padding: 60px 0;
  }
}
@media (max-width:767px) {
  .banner {
    padding: 20px 0;
  }
}

.banner-default h1 {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width:1023px) {
  .banner-default h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .banner-default h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.banner-default .banner-middle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin: 40px auto;
}
@media (max-width:1023px) {
  .banner-default .banner-middle {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.banner-default .banner-middle .left, .banner-default .banner-middle .right {
  padding: 0 30px;
}
.banner-default .banner-middle .left {
  width: 57%;
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  border-right: 3px solid white;
}
@media (max-width:1023px) {
  .banner-default .banner-middle .left {
    width: 100%;
    text-align: center;
    border: none;
  }
}
.banner-default .banner-middle .left h4 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width:1023px) {
  .banner-default .banner-middle .left h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1em;
  }
}
.banner-default .banner-middle .left p {
  margin: 0;
}
.banner-default .banner-middle .right {
  width: 43%;
  text-align: left;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width:1023px) {
  .banner-default .banner-middle .right {
    width: 100%;
    text-align: center;
  }
}
.banner-default .banner-middle .right p {
  margin-top: 0;
}
.banner-default .banner-middle .right sup {
  font-size: 30px;
  font-size: 1.875rem;
}
.banner-default .banner-middle .right .text-xlarge {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1em;
}
.banner-default .banner-middle .right .regular {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width:1023px) {
  .banner-default .banner-middle .right .regular {
    justify-content: center;
  }
}
.banner-default .banner-middle .right .regular .dollar {
  margin-right: 0.25rem;
}
.banner-default .banner-middle .right .regular .decimal {
  display: none;
}
.banner-default .banner-middle .right .regular .decimal,
.banner-default .banner-middle .right .regular .cents {
  font-size: 0.5em;
  position: relative;
  top: -0.7em;
  line-height: 1em;
}
.banner-default .banner-middle .right .regular .cents {
  margin-right: 0.5rem;
}
.banner-default .banner-content {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width:1023px) {
  .banner-default .banner-content {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1em;
  }
}

.banner-home {
  padding: 0 0;
}
@media (max-width:1279px) {
  .banner-home {
    padding: 60px 0;
  }
  .banner-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width:1023px) {
  .banner-home {
    padding: 40px 0;
  }
}
@media (max-width:767px) {
  .banner-home {
    padding: 20px 0;
  }
}
.banner-home .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
@media (min-width:1480px) {
  .banner-home .container {
    width: 1600px;
  }
}
.banner-home .container > div {
  margin: 0 20px;
}
@media (max-width:1023px) {
  .banner-home .container > div {
    margin: 10px auto;
  }
}
@media (max-width:1279px) {
  .banner-home .banner-image {
    max-width: 900px;
  }
}
.banner-home .banner-content {
  display: flex;
  flex-direction: row;
  text-align: left;
}
.banner-home .banner-content h1 {
  font-size: 6.5rem;
  font-family: "museosansrounded";
  line-height: 1;
}
@media (max-width:1479px) {
  .banner-home .banner-content h1 {
    font-size: 5.5rem;
  }
}
@media (max-width:1279px) {
  .banner-home .banner-content h1 {
    font-size: 4.5rem;
  }
}
@media (max-width:1023px) {
  .banner-home .banner-content h1 {
    font-size: 3.5rem;
  }
}
@media (max-width:767px) {
  .banner-home .banner-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width:479px) {
  .banner-home .banner-content h1 {
    font-size: 1.5rem;
  }
}
.banner-home .banner-content .btn {
  background-color: #0A7FAE;
}
@media (max-width:479px) {
  .banner-home .banner-content .btn {
    font-size: 1rem;
  }
}
.banner-home .banner-content .btn:hover {
  background-color: #92278F;
}
.banner-home .content-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:767px) {
  .banner-home .content-bottom {
    display: block;
    width: 100%;
  }
}
.banner-home .description {
  padding: 0 20px 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: right;
  line-height: 1.1em;
  width: 50%;
  flex: 1;
  border-right: 2px solid #92278F;
}
@media (max-width:767px) {
  .banner-home .description {
    width: 100%;
    border: none;
    text-align: center;
  }
}
.banner-home .cost {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4em;
  padding: 0 0 0 20px;
  text-align: left;
  width: 50%;
  flex: 1;
}
@media (max-width:767px) {
  .banner-home .cost {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.banner-home .cost .regular {
  display: flex;
  align-items: flex-start;
}
@media (max-width:767px) {
  .banner-home .cost .regular {
    justify-content: center;
  }
}
.banner-home .cost .regular sup {
  line-height: 2em;
}
.banner-home .cost .regular .dollar {
  margin-right: 0.25rem;
}
.banner-home .cost .regular .decimal {
  display: none;
}
.banner-home .cost .regular .decimal,
.banner-home .cost .regular .cents {
  font-size: 0.5em;
  position: relative;
  top: -0.7em;
  line-height: 1em;
}
.banner-home .cost .regular .cents {
  margin-right: 0.5rem;
}

.banner-business {
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media (max-width:1023px) {
  .banner-business {
    padding: 0;
  }
}
.banner-business .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width:1279px) {
  .banner-business .container {
    flex-direction: column;
  }
  .banner-business .container .right {
    background-color: #0A7FAE;
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
}
@media (max-width:767px) {
  .banner-business .container .right {
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
}
.banner-business .container .left {
  width: 50%;
  align-self: flex-start;
}
@media (max-width:1023px) {
  .banner-business .container .left {
    width: 100%;
  }
}
.banner-business .container .left h1 {
  font-size: 6rem;
  text-align: left;
  text-shadow: 4px 4px 4px black;
}
@media (max-width:1023px) {
  .banner-business .container .left h1 {
    font-size: 4.5rem;
  }
}
@media (max-width:767px) {
  .banner-business .container .left h1 {
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .banner-business .container .left h1 {
    font-size: 3rem;
    align-self: center;
  }
}
.banner-business .container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  align-self: flex-start;
}
.banner-business .container .right sup {
  font-size: 1rem;
  top: 0rem;
}
.banner-business .container .right sup.dollar-sign {
  font-size: 1rem;
  top: -2rem;
}
@media (max-width:1279px) {
  .banner-business .container .right sup.dollar-sign {
    top: -1.5rem;
  }
}
.banner-business .container .right strong.text-xlarge {
  font-size: 3.5rem;
}
@media (max-width:1279px) {
  .banner-business .container .right strong.text-xlarge {
    font-size: 3rem;
  }
}
@media (max-width:767px) {
  .banner-business .container .right strong.text-xlarge {
    font-size: 2.5rem;
  }
}
.banner-business .container .right p {
  margin: 0;
  font-size: 1.5rem;
}
@media (max-width:479px) {
  .banner-business .container .right {
    align-self: center;
  }
}
@media (max-width:767px) {
  .banner-business .container .right div.regular {
    font-size: 1.5rem;
  }
  .banner-business .container .right p {
    font-size: 1rem;
  }
}
@media (min-width:1280px) {
  .banner-business .container .right {
    background-color: #0A7FAE;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    padding: 50px 50px;
  }
}
.banner-business .container .right h1 {
  text-transform: none;
  font-weight: 500;
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 1.1em;
}
@media (max-width:1279px) {
  .banner-business .container .right h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width:479px) {
  .banner-business .container .right h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.banner-business .container .right h1 strong {
  font-weight: 900;
}
@media (max-width:1023px) {
  .banner-business .container {
    padding: 40px 20px;
    align-items: center;
  }
}

.accent-image {
  background-size: cover;
}
.accent-image .bg-accent {
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  position: absolute;
  bottom: -2.5rem;
  right: calc(50% - 2.5rem);
}
.accent-image.padding-regular {
  padding: 2rem 0;
}
.accent-image.padding-large {
  padding: 100px 0;
}
@media (max-width:1023px) {
  .accent-image.padding-none {
    padding: 20px 0;
  }
}
.accent-image.width-medium .inner {
  margin: 0 auto;
  width: 80%;
}
.accent-image .inner {
  display: flex;
  align-items: center;
}
@media (max-width:1023px) {
  .accent-image .inner {
    display: block;
  }
}
@media (min-width:1024px) {
  .accent-image.align-right .accent {
    order: 1;
    padding-right: 0;
  }
  .accent-image.align-right .content {
    padding-left: 0;
  }
  .accent-image.align-left .accent {
    padding-left: 0;
  }
  .accent-image.align-left .content {
    padding-right: 0;
  }
}
.accent-image.align-bottom .accent {
  padding-top: 2rem;
  padding-bottom: 0;
  align-self: flex-end;
}
@media (min-width:1024px) {
  .accent-image .content,
  .accent-image .accent {
    padding: 0 2.5rem;
  }
}
.accent-image .content {
  flex: 8;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width:1023px) {
  .accent-image .content {
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 20px;
  }
}
@media (max-width:479px) {
  .accent-image .content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.accent-image .title {
  font-size: 60px;
  font-size: 3.75rem;
  border: none;
}
@media (max-width:1023px) {
  .accent-image .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .accent-image .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.accent-image .accent {
  flex: 4;
  text-align: center;
}

.basic-content {
  background: white;
  color: black;
  padding: 1rem 0;
}
.basic-content a {
  color: black;
}

.column-block {
  padding: 60px 0;
  background-size: cover;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width:767px) {
  .column-block {
    padding: 10px 0;
  }
}
.column-block .title-large .title {
  color: #92278F;
  line-height: 1.1em;
  font-size: 60px;
  font-size: 3.75rem;
  padding-bottom: 0;
}
.column-block .title-large .title:after {
  display: none;
}
@media (max-width:1023px) {
  .column-block .title-large .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .column-block .title-large .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.column-block .title {
  color: #662F90;
  font-size: 36px;
  font-size: 2.25rem;
  border: none;
  position: relative;
  padding-bottom: 20px;
}
.column-block .title:after {
  content: "";
  width: 20%;
  border-bottom: 2px solid #0A7FAE;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width:1023px) {
  .column-block .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width:479px) {
  .column-block .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.combo {
  background-size: cover;
}
.combo > * {
  position: relative;
}

.content-grid {
  padding: 2rem 0;
  background-size: cover;
}
.content-grid .title-block {
  text-align: center;
}
.content-grid .title {
  border-bottom: none;
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width:1023px) {
  .content-grid .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .content-grid .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.content-grid .items {
  text-align: center;
  display: flex;
}
@media (max-width:1023px) {
  .content-grid .items {
    display: block;
    text-align: left;
  }
}
.content-grid .items:not(:first-child) {
  padding-top: 2rem;
}
@media (max-width:1023px) {
  .content-grid .items:not(:first-child) {
    padding-top: 1rem;
  }
}
.content-grid .item {
  position: relative;
  margin: 0 2rem;
  padding: 30px;
  flex: 1;
  border: 4px solid white;
  border-radius: 2rem;
}
@media (max-width:1023px) {
  .content-grid .item {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
@media (max-width:1023px) and (max-width:479px) {
  .content-grid .item {
    display: block;
  }
}
@media (max-width:1023px) {
  .content-grid .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .content-grid .item > div {
    flex: 1;
    padding-left: 20px;
  }
}
.content-grid .thumbnail {
  display: block;
  margin: 0 auto 1.25rem auto;
}
.content-grid .label {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "museosansrounded";
}
@media (max-width:1023px) {
  .content-grid .label {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.content-grid .description {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media (max-width:1023px) {
  .content-grid .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.content-grid .grid-content {
  padding: 20px 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width:1023px) {
  .content-grid .grid-content {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.content-grid .grid-content .btn {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #132A32;
  border-color: #132A32;
}
@media (max-width:1023px) {
  .content-grid .grid-content .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.content-grid .grid-content .btn:hover {
  background-color: #92278F;
  border-color: #92278F;
}
.content-grid .grid-content .btn.purp {
  background: #662F90;
  border-color: #662F90;
}

.content-with-sidebar {
  padding: 2rem 0;
  background-size: cover;
}
.content-with-sidebar .container {
  display: flex;
}
@media (max-width:1023px) {
  .content-with-sidebar .container {
    display: block;
  }
}
@media (min-width:1024px) {
  .content-with-sidebar.side-left .sidebar {
    order: -1;
    padding-left: 0;
    border-right: 3px solid #662F90;
  }
  .content-with-sidebar.side-left .content {
    padding-right: 0;
  }
  .content-with-sidebar.side-right .sidebar {
    padding-right: 0;
    border-left: 3px solid #662F90;
  }
  .content-with-sidebar.side-right .content {
    padding-left: 0;
  }
}
.content-with-sidebar.side-hidden .sidebar {
  display: none;
}
.content-with-sidebar.side-hidden .content {
  padding: 0;
}
.content-with-sidebar .content,
.content-with-sidebar .sidebar {
  padding: 0 40px;
}
@media (max-width:1023px) {
  .content-with-sidebar .content,
  .content-with-sidebar .sidebar {
    padding: 0;
  }
}
.content-with-sidebar {
  /**
   * Content Blocks
   */
}
.content-with-sidebar .content {
  flex: 9;
}
.content-with-sidebar .content .title-block {
  color: #92278F;
}
.content-with-sidebar .content .columns {
  font-size: 20px;
  font-size: 1.25rem;
}
.content-with-sidebar .content {
  /* content-blocks */
}
.content-with-sidebar {
  /**
   * Sidebar
   */
}
.content-with-sidebar .sidebar {
  flex: 3;
}
.content-with-sidebar .sidebar .box {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.content-with-sidebar .sidebar .box .title {
  color: #92278F;
  font-size: 28px;
  font-size: 1.75rem;
}
.content-with-sidebar .sidebar .box p {
  margin: 0;
}
.content-with-sidebar .sidebar .links .link-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-with-sidebar .sidebar .links .link-item:not(:first-child) {
  padding-top: 0.5em;
}
.content-with-sidebar .sidebar .links .heading {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.content-with-sidebar .sidebar {
  /* sidebar-blocks */
}

.default-block {
  padding: 2rem 0;
  background-size: cover;
}

.hero-block {
  padding: 5rem 0;
  text-align: center;
  background-size: cover;
}
@media (max-width:1023px) {
  .hero-block {
    padding: 3rem 0;
  }
}
@media (max-width:479px) {
  .hero-block {
    padding: 2rem 0;
  }
}
.hero-block .title {
  font-size: 60px;
  font-size: 3.75rem;
  padding: 0 1.625em 0.625em 1.625em;
}
@media (max-width:1279px) {
  .hero-block .title {
    padding: 0;
  }
}
@media (max-width:1023px) {
  .hero-block .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .hero-block .title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.hero-block .inner {
  width: 60%;
  margin: 0 auto;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width:1023px) {
  .hero-block .inner {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width:767px) {
  .hero-block .inner {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.hero-block .btn {
  margin: 0 0.25em;
}
.hero-block.scheme-light .btn {
  background: #0A7FAE;
  border-color: #0A7FAE;
}
.hero-block.scheme-light .btn:hover {
  background: transparent;
  border-color: white;
}

.map .acf-map {
  height: 22rem;
}

.testimonials {
  padding: 2rem 0;
  background-size: cover;
}
.testimonials .container {
  display: flex;
}
@media (max-width:1023px) {
  .testimonials .container {
    display: block;
  }
}
.testimonials .content,
.testimonials .testimonials {
  padding: 50px;
}
@media (max-width:1279px) {
  .testimonials .content,
  .testimonials .testimonials {
    padding: 30px;
  }
}
@media (max-width:479px) {
  .testimonials .content,
  .testimonials .testimonials {
    padding: 15px;
  }
}
.testimonials .content {
  flex: 1;
  background-image: url("img/testimonials-bg.jpg");
  background-size: cover;
  background-position: center center;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width:1023px) {
  .testimonials .content {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width:479px) {
  .testimonials .content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.testimonials .title {
  font-size: 60px;
  font-size: 3.75rem;
  border: none;
  line-height: 1em;
}
@media (max-width:1023px) {
  .testimonials .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .testimonials .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.testimonials .testimonials {
  flex: 1;
  background-color: #F1F1F2;
  color: #222;
}
.testimonials .testimonial {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
}
@media (max-width:1023px) {
  .testimonials .testimonial {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width:479px) {
  .testimonials .testimonial {
    font-size: 16px;
    font-size: 1rem;
  }
}
.testimonials .testimonial:not(:last-child) {
  padding-bottom: 10px;
}
.testimonials .testimonial h3 {
  margin: 0;
  color: #662F90;
  font-weight: 500;
  display: inline-block;
}
.testimonials .testimonial .star-rating {
  display: inline-block;
  color: #92278F;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  margin-left: 5px;
}
.testimonials .testimonial .star-rating .stars {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials .testimonial .name strong {
  color: #92278F;
}
.testimonials .testimonial-content p {
  margin: 10px 0;
}

.sample-module {
  padding: 2rem 0;
  background-size: cover;
}
.sample-module .inner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1023px) {
  .sample-module .inner {
    width: 100%;
  }
}
.sample-module iframe {
  width: 100%;
  height: 600px;
  margin-top: -100px;
}
@media (max-width:1023px) {
  .sample-module iframe {
    margin-top: 0;
  }
}
@media (max-width:767px) {
  .sample-module iframe {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.sample-module .content {
  padding: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width:1023px) {
  .sample-module .content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width:767px) {
  .sample-module .content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.signup {
  text-align: center;
  background-color: #132a32;
}
.signup .signup-head {
  padding: 60px 0;
}
.signup .title {
  font-size: 56px;
  font-size: 3.5rem;
  padding-bottom: 40px;
  position: relative;
}
.signup .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  border-bottom: 4px solid white;
}
.signup .signup-steps .step1 {
  padding-bottom: 60px;
}
.signup .signup-steps .step2 {
  background: white;
  color: #222;
}
.signup .signup-steps .purchase {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 60px 0;
}
.signup .step .inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 0 40px 0;
}
@media (max-width:1023px) {
  .signup .step .inner {
    display: block;
    text-align: center;
  }
}
.signup .checkbox {
  border: 5px solid #0A7FAE;
  background-color: transparent;
  border-radius: 12px;
  padding: 25px 40px;
  width: 350px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  line-height: 1.2em;
  display: inline-block;
}
@media (max-width:1279px) {
  .signup .checkbox {
    width: 315px;
    padding: 25px;
  }
}
.signup .checkbox:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 22px;
  font-size: 1.375rem;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background-color: #8BC53F;
  border: 4px solid #132A32;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 38px;
}
.signup input[type=radio]:checked + .checkbox {
  background-color: #0A7FAE;
}
.signup input[type=radio]:checked + .checkbox:after {
  opacity: 1;
  transform: translate(-50%, calc(50% + 4px));
}
.signup .round {
  align-self: center;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #92278F;
  margin: 0 30px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 38px;
  font-weight: 300;
}
@media (max-width:1279px) {
  .signup .round {
    margin: 0 15px;
  }
}
@media (max-width:1023px) {
  .signup .round {
    margin: 15px auto;
  }
}
.signup .description {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  width: 40%;
  margin: 36px auto;
}
.signup .nav-btns {
  margin: 20px 0 0 0;
}
.signup .nav-btns.change-order {
  margin: 10px 0 0 0;
}
.signup .btn-next i {
  margin: 0 0 0 10px;
}
.signup .btn-prev i {
  margin: 0 10px 0 0;
}
.signup .cost-breakdown {
  border: 1px solid #c5c5c5;
  padding: 36px;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 24px;
}
.signup .cost-breakdown .cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup .cost-breakdown .cost-divider {
  flex: 1;
  border-bottom: 2px dotted #c5c5c5;
  margin: 0 5px;
  height: 24px;
}
.signup .cost-breakdown .cost-value {
  text-align: left;
}
.signup .cost-breakdown .btn-prev {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.signup .cost-breakdown .btn-prev i {
  margin: 0 0 0 2px;
  font-size: 13px;
}
.signup .row-heading {
  background: #0A7FAE;
  border-radius: 4px;
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1em;
  font-weight: 500;
  display: inline-block;
  color: white;
  margin-top: 24px;
}
.signup .field-description {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 10px;
}
.signup .sign-up-heading {
  font-size: 40px;
  font-weight: 500;
  margin: 36px 0 16px 0;
}
.signup .signup-code {
  margin-bottom: 30px;
}
.signup .payment-options {
  justify-content: flex-start;
  padding: 12px 0 24px 0;
}
.signup .payment-options .btn {
  border-color: #92278F;
  background-color: transparent;
  text-transform: none;
  font-size: 28px;
  padding: 0.5em 0.8em;
  color: #92278F;
  font-weight: 700;
  margin-right: 24px;
}
.signup .payment-options .btn.active {
  background-color: #92278F;
  color: white;
}
.signup .card-validated {
  text-align: center;
  padding: 10px 0 30px 0;
}
.signup .card-validated p {
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
}
.signup .card-validated .btn {
  font-size: 18px;
  background: none;
  color: inherit;
}
.signup .card-validated .far {
  font-size: 16px;
  margin-right: 8px;
}

.login .login-head {
  background-color: #132a32;
  padding: 60px 0;
}
.login .title {
  font-size: 56px;
  font-size: 3.5rem;
  padding-bottom: 40px;
  position: relative;
}
.login .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  border-bottom: 4px solid white;
}
.login .login-body {
  background: white;
  padding: 60px 0;
  color: black;
}
.login .login-body form {
  max-width: 900px;
  margin: 0 auto;
}
.login .form-row {
  padding: 6px 0;
}
.login label {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.login input[type=text],
.login input[type=password] {
  padding: 15px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  width: 100%;
}
.login button[type=submit] {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 14px;
  margin: 20px 0 10px 0;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0A7FAE;
  background-color: #0A7FAE;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  justify-content: center;
  position: relative;
}
.login button[type=submit]:hover {
  background-color: rgb(7.2282608696, 91.7989130435, 125.7717391304);
  border-color: rgb(7.2282608696, 91.7989130435, 125.7717391304);
}
.login button[type=submit].submitting span {
  opacity: 0;
}
.login button[type=submit].submitting em {
  display: block;
}
.login button[type=submit] em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  display: none;
}
.login .validation-errors {
  margin-bottom: 20px;
}
.login .post-success {
  margin-bottom: 20px;
}
.login .forgot {
  text-align: center;
  margin-top: 20px;
  font-size: 1.125rem;
}
.login .forgot a {
  font-weight: 500;
  color: #662f90;
}

.testimonials-list {
  padding: 2rem 0;
  background-size: cover;
}
.testimonials-list .testimonials {
  display: flex;
  flex-wrap: wrap;
}
.testimonials-list .testimonial {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  width: 50%;
  margin-bottom: 40px;
}
@media (max-width:1023px) {
  .testimonials-list .testimonial {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width:1023px) {
  .testimonials-list .testimonial {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width:479px) {
  .testimonials-list .testimonial {
    font-size: 16px;
    font-size: 1rem;
  }
}
.testimonials-list .testimonial:not(:last-child) {
  padding-bottom: 10px;
}
.testimonials-list .testimonial h3 {
  margin: 0;
  color: #662F90;
  font-weight: 500;
  display: inline-block;
}
.testimonials-list .testimonial .star-rating {
  display: inline-block;
  color: #92278F;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  margin-left: 5px;
}
.testimonials-list .testimonial .star-rating .stars {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-list .testimonial .name strong {
  color: #92278F;
}
.testimonials-list .pagination {
  display: flex;
  justify-content: center;
}
.testimonials-list .pagination > * {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px;
  padding: 2px 5px;
  border: 2px solid #92278F;
  border-radius: 5px;
  min-width: 30px;
  text-align: center;
  color: #92278F;
}
.testimonials-list .pagination > *.current, .testimonials-list .pagination > *:hover {
  background-color: #92278F;
  color: white;
}

.icon-content-grid {
  padding: 2rem 0;
  background-size: cover;
}
.icon-content-grid .bg-accent {
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  position: absolute;
  bottom: -2.5rem;
  right: calc(50% - 2.5rem);
}
.icon-content-grid .title-block {
  text-align: center;
}
.icon-content-grid .title {
  border-bottom: none;
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width:1023px) {
  .icon-content-grid .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .icon-content-grid .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.icon-content-grid .items {
  text-align: center;
  display: flex;
}
@media (max-width:1023px) {
  .icon-content-grid .items {
    display: block;
    text-align: left;
  }
}
.icon-content-grid .items:not(:first-child) {
  padding-top: 2rem;
}
@media (max-width:1023px) {
  .icon-content-grid .items:not(:first-child) {
    padding-top: 1rem;
  }
}
.icon-content-grid .item {
  position: relative;
  margin: 0 2rem;
  padding: 30px;
  flex: 1;
  border: 4px solid white;
  border-radius: 2rem;
}
@media (max-width:1023px) {
  .icon-content-grid .item {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width:479px) {
  .icon-content-grid .item {
    padding: 20px;
  }
}
.icon-content-grid .item:not(:last-child)::after {
  content: url("img/contentGridFiller.png");
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translate(65%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
}
@media (max-width:1023px) {
  .icon-content-grid .item:not(:last-child)::after {
    content: none;
  }
}
.icon-content-grid .item .fa {
  font-size: 10rem;
}
@media (max-width:767px) {
  .icon-content-grid .item .fa {
    font-size: 6rem;
  }
}
@media (max-width:479px) {
  .icon-content-grid .item .fa {
    font-size: 4rem;
  }
}
@media (max-width:1023px) {
  .icon-content-grid .item {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .icon-content-grid .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .icon-content-grid .item > div {
    flex: 1;
    padding-left: 20px;
  }
}
.icon-content-grid .thumbnail {
  display: block;
  margin: 0 auto 1.25rem auto;
}
.icon-content-grid .label {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "museosansrounded";
}
@media (max-width:1023px) {
  .icon-content-grid .label {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width:767px) {
  .icon-content-grid .label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.icon-content-grid .description p {
  margin: 0;
}
.icon-content-grid .description {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media (max-width:1023px) {
  .icon-content-grid .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width:1023px) {
  .icon-content-grid .description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.icon-content-grid .grid-content {
  padding: 20px 0;
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width:1023px) {
  .icon-content-grid .grid-content {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.icon-content-grid .grid-content .btn {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #132A32;
  border-color: #132A32;
}
@media (max-width:1023px) {
  .icon-content-grid .grid-content .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.icon-content-grid .grid-content .btn:hover {
  background-color: #92278F;
  border-color: #92278F;
}
.icon-content-grid .grid-content .btn.purp {
  background: #662F90;
  border-color: #662F90;
}
.icon-content-grid .grid-content .btn.purp:hover {
  background-color: #92278F;
}

.cutout-combo .bg-accent {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  position: absolute;
  top: -3rem;
  right: 48vw;
}
.cutout-combo h2, .cutout-combo h3 {
  font-family: "museosansrounded";
}
.cutout-combo .middle-content h2, .cutout-combo .middle-content h3 {
  color: white;
}
.cutout-combo h2 {
  font-size: 3.5rem;
  color: #662F90;
}
.cutout-combo h3 {
  font-size: 2.5rem;
}
.cutout-combo p {
  font-family: "TTNorms";
  font-weight: 500;
  font-size: 1.5rem;
}
.cutout-combo .bottom-content h3 {
  font-size: 2rem;
}
.cutout-combo .row1 > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cutout-combo .row1 > .container ul {
  list-style: none;
  text-decoration: none;
}
.cutout-combo .row1 > .container ul li::before {
  content: "\f04b";
  color: #662F90;
  font-size: 3rem;
  font-weight: 300;
  font-family: "FontAwesome" !important;
  position: absolute;
  transform: translateX(-3.5rem) translateY(-0.5rem);
}
.cutout-combo .row1 > .container .image {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.cutout-combo .row1 > .container .content {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
@media (min-width:1280px) and (max-width:1479px) {
  .cutout-combo .row1 > .container .content h2 {
    font-size: 2.5rem;
  }
  .cutout-combo .row1 > .container .content ul li h3 {
    font-size: 2rem;
  }
  .cutout-combo .row1 > .container .content ul li p {
    font-size: 1.5rem;
  }
}
@media (max-width:1279px) {
  .cutout-combo .row1 > .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .cutout-combo .row1 > .container .content {
    width: 100%;
    padding-bottom: 0;
  }
  .cutout-combo .row1 > .container .content h2 {
    font-size: 2.5rem;
  }
  .cutout-combo .row1 > .container .content ul li h3 {
    font-size: 2rem;
  }
  .cutout-combo .row1 > .container .image {
    align-items: center;
  }
  .cutout-combo .row1 > .container .image img {
    max-width: 70%;
  }
}
@media (max-width:767px) {
  .cutout-combo .row1 > .container .content ul li h3 {
    font-size: 1.5rem;
  }
}
@media (max-width:479px) {
  .cutout-combo .row1 > .container .content h2 {
    font-size: 2rem !important;
  }
  .cutout-combo .row1 > .container .content ul li::before {
    font-size: 2rem;
    transform: translateX(-2.5rem) translateY(-0.5rem);
  }
  .cutout-combo .row1 > .container .content ul li h3 {
    font-size: 1.5rem !important;
  }
  .cutout-combo .row1 > .container .content ul li p {
    font-size: 1rem;
  }
  .cutout-combo .row1 > .container .image img {
    max-width: 100%;
  }
}
@media (min-width:1480px) {
  .cutout-combo .cutout-grid > .container {
    display: grid;
    grid-template: "a b" 1.5fr "c b" 0.5fr/1fr 1fr;
  }
}
@media (max-width:1479px) {
  .cutout-combo .cutout-grid > .container {
    display: grid;
    grid-template: "a b" 1.5fr "c c" 0.5fr/1fr 1fr;
  }
}
@media (max-width:1279px) {
  .cutout-combo .cutout-grid > .container {
    display: flex;
    flex-direction: column;
  }
  .cutout-combo .cutout-grid > .container img {
    display: none;
  }
  .cutout-combo .cutout-grid > .container .middle-content {
    width: 100%;
    margin: 0;
  }
  .cutout-combo .cutout-grid > .container .middle-content * {
    max-width: 100%;
  }
  .cutout-combo .cutout-grid > .container .middle-content h2 {
    font-size: 2.5rem;
  }
  .cutout-combo .cutout-grid > .container .middle-content p {
    font-size: 1.5rem;
  }
  .cutout-combo .cutout-grid > .container .bottom-content {
    margin: 0;
  }
}
@media (max-width:479px) {
  .cutout-combo .cutout-grid > .container .middle-content {
    padding: 1rem 2rem;
  }
  .cutout-combo .cutout-grid > .container .middle-content h2 {
    font-size: 1.5rem;
  }
  .cutout-combo .cutout-grid > .container .middle-content p {
    font-size: 1rem;
  }
  .cutout-combo .cutout-grid > .container .bottom-content {
    font-size: 2.5rem;
    padding: 4rem 0;
  }
}
.cutout-combo .middle-content {
  grid-area: a;
  margin-left: 5rem;
  padding: 3rem 4rem;
  width: 150%;
  border-radius: 4rem;
}
.cutout-combo .middle-content * {
  max-width: 55%;
}
.cutout-combo .bottom-content {
  grid-area: c;
}
.cutout-combo .cutout-grid {
  margin-top: -15rem;
  padding: 0rem 2rem;
}
@media (max-width:767px) {
  .cutout-combo .cutout-grid {
    padding: 0;
  }
}
.cutout-combo .cutout-grid img {
  grid-area: b;
}
@media (max-width:1479px) {
  .cutout-combo .cutout-grid img {
    transform: scale(1.5) translateX(-5%);
  }
}
@media (min-width:1480px) {
  .cutout-combo .cutout-grid img {
    transform: scale(1.4) translate(-5%);
  }
}
.cutout-combo .cutout-grid .middle-content {
  background-color: #662F90;
  color: white;
}
.cutout-combo .cutout-grid .bottom-content {
  margin-left: 5rem;
  padding: 2rem 4rem;
  color: #662F90;
}
@media (max-width:1479px) {
  .cutout-combo .cutout-grid .bottom-content {
    text-align: center;
    align-items: center;
    padding: 6rem 0;
  }
}
.cutout-combo .cutout-grid .bottom-content .btn {
  background-color: #0A7FAE;
  color: white;
}
.cutout-combo .cutout-grid .bottom-content .btn:hover {
  background-color: #92278F;
}
.cutout-combo .row1 {
  padding: 5rem 2rem 15rem 2rem;
  background-color: #FFDB00;
}
@media (max-width:479px) {
  .cutout-combo .row1 {
    padding: 2rem 0rem 15rem 0rem;
  }
}

.slider {
  padding: 2rem 0;
  background-size: cover;
}

.testimonial-slider {
  box-sizing: unset;
}
@media (min-width:768px) {
  .testimonial-slider .container {
    display: flex;
    align-items: center;
  }
}
.testimonial-slider .centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
  width: 100%;
  height: auto;
}
.testimonial-slider .centered .prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
@media (min-width:768px) {
  .testimonial-slider .centered .prev {
    left: -1rem;
  }
}
.testimonial-slider .centered .next {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media (min-width:768px) {
  .testimonial-slider .centered .next {
    right: -1rem;
  }
}
.testimonial-slider .sidebar {
  flex: 3;
}
@media (min-width:768px) {
  .testimonial-slider .sidebar {
    padding: 0 2rem 0 0;
  }
}
.testimonial-slider .slides {
  flex: 9;
  width: 100%;
  min-height: 0;
  min-width: 0;
  padding: 0 2rem;
}
@media (min-width:768px) {
  .testimonial-slider .slides {
    padding: 0 2rem;
  }
}
.testimonial-slider .slides .slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
@media (max-width:1023px) {
  .testimonial-slider .slides .slide {
    align-items: baseline;
  }
}
.testimonial-slider .slides .slide > * {
  margin: 0.5rem;
  padding: 0;
}
.testimonial-slider .slides .slide .testimonial-content {
  width: 60%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width:1023px) {
  .testimonial-slider .slides .slide .testimonial-content {
    text-align: left;
    width: 90%;
  }
}
@media (max-width:479px) {
  .testimonial-slider .slides .slide .testimonial-content {
    font-size: 1rem;
  }
}
.testimonial-slider .slides .slide .testimonial-content p::before {
  content: '"';
}
.testimonial-slider .slides .slide .testimonial-content p::after {
  content: '"';
}
.testimonial-slider .slides .slide .testimonial-content p {
  margin: 0;
}
.testimonial-slider .slides .slide .name {
  font-size: 1.5rem;
}
@media (max-width:479px) {
  .testimonial-slider .slides .slide .name {
    align-self: flex-start;
    text-align: left;
    font-size: 1rem;
  }
}
.testimonial-slider .slides .slide .stars {
  color: #FFDB00;
  margin: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width:479px) {
  .testimonial-slider .slides .slide .stars {
    font-size: 1rem;
  }
}
.testimonial-slider .slides .slide img {
  display: inline-block;
  object-fit: contain;
  width: 160px;
  max-height: 120px;
  border-radius: 0;
}
@media (min-width:1024px) {
  .testimonial-slider .slides .slide img {
    width: 200px;
    max-height: 150px;
  }
}
.testimonial-slider .slides .slide .label {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
.testimonial-slider .slides .slide .text {
  line-height: 1em;
}
.testimonial-slider .slick-track {
  display: flex !important;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.testimonial-slider .arrows {
  display: flex;
}
.testimonial-slider .prev,
.testimonial-slider .next {
  cursor: pointer;
  transition: 0.3s all ease;
  color: black;
}
.testimonial-slider .prev:before,
.testimonial-slider .next:before {
  font-family: "FontAwesome";
  font-size: 3rem;
  font-weight: 300;
}
.testimonial-slider .scheme-light .slick-prev-icon, .testimonial-slider .scheme-light .slick-next-icon {
  color: white;
}
.testimonial-slider .slick-prev-icon {
  margin-right: 1rem;
  font-family: "FontAwesome";
}
.testimonial-slider .slick-prev-icon:before {
  content: "\f0d9";
}
.testimonial-slider .slick-next-icon {
  font-family: "FontAwesome";
}
.testimonial-slider .slick-next-icon:before {
  content: "\f0da";
}

.accent-image-content-grid {
  background-size: cover;
}
.accent-image-content-grid.width-medium .inner {
  margin: 0 auto;
  width: 80%;
}
.accent-image-content-grid .inner {
  padding-top: 6rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width:1023px) {
  .accent-image-content-grid .inner {
    flex-direction: row-reverse;
  }
}
@media (max-width:767px) {
  .accent-image-content-grid .inner {
    padding-top: 2rem;
  }
}
@media (min-width:1024px) {
  .accent-image-content-grid.align-right .accent {
    order: 1;
    padding-right: 0;
  }
  .accent-image-content-grid.align-right .content {
    padding-left: 0;
  }
  .accent-image-content-grid.align-left .accent {
    padding-left: 0;
  }
  .accent-image-content-grid.align-left .content {
    padding-right: 0;
  }
}
.accent-image-content-grid.align-bottom .accent {
  padding-top: 6rem;
  padding-bottom: 0;
  align-self: flex-end;
}
@media (min-width:1024px) {
  .accent-image-content-grid .content,
  .accent-image-content-grid .accent {
    padding: 0 2.5rem;
  }
}
@media (max-width:767px) {
  .accent-image-content-grid .accent {
    display: none;
  }
}
.accent-image-content-grid .content {
  width: 60%;
  align-items: flex-start;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width:1023px) {
  .accent-image-content-grid .content {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width:479px) {
  .accent-image-content-grid .content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width:767px) {
  .accent-image-content-grid .content {
    width: 100%;
  }
}
.accent-image-content-grid .title {
  font-size: 60px;
  font-size: 3.75rem;
  border: none;
}
@media (max-width:1023px) {
  .accent-image-content-grid .title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (max-width:479px) {
  .accent-image-content-grid .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.accent-image-content-grid .accent {
  flex: 4;
  text-align: center;
}
.accent-image-content-grid .accent img {
  width: 70rem;
}
@media (min-width:1480px) {
  .accent-image-content-grid .accent {
    position: relative;
    transform: scale(1.3) translateY(-11.4%);
  }
}
.accent-image-content-grid .items {
  position: absolute;
  top: 45rem;
  margin: -10rem 0;
  text-align: center;
  display: flex;
}
@media (max-width:1279px) {
  .accent-image-content-grid .items {
    display: flex;
    flex-direction: column;
    position: unset;
  }
  .accent-image-content-grid .items .item:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width:1479px) {
  .accent-image-content-grid .items {
    margin: -5rem 0;
    top: 40rem;
  }
}
@media (max-width:767px) {
  .accent-image-content-grid .items {
    padding: 2rem 0;
    margin: 0;
  }
  .accent-image-content-grid .items .item:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media (max-width:479px) {
  .accent-image-content-grid .items {
    position: unset;
  }
}
.accent-image-content-grid .items * {
  padding: 0.5rem 0;
}
.accent-image-content-grid .item {
  background-color: white;
  position: relative;
  margin: 0 2rem;
  padding: 30px;
  flex: 1;
  border: 4px solid white;
  border-radius: 2rem;
}
@media (max-width:767px) {
  .accent-image-content-grid .item {
    padding: 20px;
  }
  .accent-image-content-grid .item .thumbnail {
    max-width: 100px;
    max-height: auto;
  }
  .accent-image-content-grid .item .label {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .accent-image-content-grid .item .description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width:1279px) {
  .accent-image-content-grid .item {
    display: grid;
    grid-template: "a b" 0.5fr "a c" 1.5fr/1fr 1.5fr;
  }
  .accent-image-content-grid .item .thumbnail {
    grid-area: a;
    max-height: 80%;
    width: auto;
    align-self: center;
    padding: 0;
    margin: 0 auto 0 auto;
  }
  .accent-image-content-grid .item .label {
    grid-area: b;
  }
  .accent-image-content-grid .item .description {
    grid-area: c;
  }
  .accent-image-content-grid .item {
    text-align: left;
  }
}
@media (max-width:1023px) {
  .accent-image-content-grid .item {
    margin: 0;
  }
  .accent-image-content-grid .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.accent-image-content-grid .item > div {
  flex: 1;
}
@media (max-width:479px) {
  .accent-image-content-grid .item {
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
  .accent-image-content-grid .item .thumbnail {
    max-height: 100px;
  }
  .accent-image-content-grid .item .label {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .accent-image-content-grid .item .description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.accent-image-content-grid .thumbnail {
  display: block;
  margin: 0 auto 1.25rem auto;
}
@media (max-width:1479px) {
  .accent-image-content-grid .thumbnail {
    width: 40%;
  }
}
.accent-image-content-grid .label {
  color: #662F90;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "museosansrounded";
}
@media (max-width:1479px) {
  .accent-image-content-grid .label {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width:1023px) {
  .accent-image-content-grid .label {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.accent-image-content-grid .description {
  color: black;
  font-family: "museosansrounded";
  font-size: 27px;
  font-size: 1.6875rem;
}
@media (max-width:1479px) {
  .accent-image-content-grid .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width:1023px) {
  .accent-image-content-grid .description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.accent-image-content-grid .grid-content {
  padding: 20px 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width:1023px) {
  .accent-image-content-grid .grid-content {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.accent-image-content-grid .grid-content .btn {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #132A32;
  border-color: #132A32;
}
@media (max-width:1023px) {
  .accent-image-content-grid .grid-content .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.accent-image-content-grid .grid-content .btn:hover {
  background-color: #92278F;
  border-color: #92278F;
}
.accent-image-content-grid .grid-content .btn.purp {
  background: #662F90;
  border-color: #662F90;
}
.accent-image-content-grid + .padding-large {
  padding-top: 150px;
}