* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff; }

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "omnesmedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OmnesMedium/omnes_medium-webfont.eot");
  src: url("../fonts/OmnesMedium/omnes_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OmnesMedium/omnes_medium-webfont.svg#omnesmedium") format("svg"), url("../fonts/OmnesMedium/omnes_medium-webfont.woff") format("woff"), url("../fonts/OmnesMedium/omnes_medium-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "tradegothic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TradeGothicLTProBdCn20/TradeGothicLTPro-BdCn20.eot");
  src: url("../fonts/TradeGothicLTProBdCn20/TradeGothicLTPro-BdCn20.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTProBdCn20/TradeGothicLTPro-BdCn20.svg#tradegothic") format("svg"), url("../fonts/TradeGothicLTProBdCn20/TradeGothicLTPro-BdCn20.woff") format("woff"), url("../fonts/TradeGothicLTProBdCn20/TradeGothicLTPro-BdCn20.ttf") format("truetype"); }

@font-face {
  font-family: "tradegothicoblique";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TradeGothicLTProBdCn20Obl/TradeGothicLTPro-BdCn20Obl.eot");
  src: url("../fonts/TradeGothicLTProBdCn20Obl/TradeGothicLTPro-BdCn20Obl.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTProBdCn20Obl/TradeGothicLTPro-BdCn20Obl.svg#tradegothicoblique") format("svg"), url("../fonts/TradeGothicLTProBdCn20Obl/TradeGothicLTPro-BdCn20Obl.woff") format("woff"), url("../fonts/TradeGothicLTProBdCn20Obl/TradeGothicLTPro-BdCn20Obl.ttf") format("truetype"); }

@-webkit-keyframes navigation-transition-out-desktop {
  0% {
    left: 0;
    background-color: #1d2c4d;
    width: 300px;
    height: 100%; }
  60% {
    left: -300px;
    background-color: transparent;
    height: 100%; }
  90% {
    width: 0;
    height: 100%; }
  100% {
    width: auto;
    height: auto; } }

@-moz-keyframes navigation-transition-out-desktop {
  0% {
    left: 0;
    background-color: #1d2c4d;
    width: 300px;
    height: 100%; }
  60% {
    left: -300px;
    background-color: transparent;
    height: 100%; }
  90% {
    width: 0;
    height: 100%; }
  100% {
    width: auto;
    height: auto; } }

@keyframes navigation-transition-out-desktop {
  0% {
    left: 0;
    background-color: #1d2c4d;
    width: 300px;
    height: 100%; }
  60% {
    left: -300px;
    background-color: transparent;
    height: 100%; }
  90% {
    width: 0;
    height: 100%; }
  100% {
    width: auto;
    height: auto; } }

@-webkit-keyframes navigation-transition-out-mobile {
  0% {
    background-color: #1d2c4d;
    left: 0;
    width: 100%;
    height: 120%; }
  65% {
    left: -100%; }
  100% {
    background-color: transparent; } }

@-moz-keyframes navigation-transition-out-mobile {
  0% {
    background-color: #1d2c4d;
    left: 0;
    width: 100%;
    height: 120%; }
  65% {
    left: -100%; }
  100% {
    background-color: transparent; } }

@keyframes navigation-transition-out-mobile {
  0% {
    background-color: #1d2c4d;
    left: 0;
    width: 100%;
    height: 120%; }
  65% {
    left: -100%; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes navigation-transition-in-desktop {
  0% {
    left: -300px;
    background-color: #1d2c4d;
    width: 300px; }
  100% {
    left: 0;
    height: 100%; } }

@-moz-keyframes navigation-transition-in-desktop {
  0% {
    left: -300px;
    background-color: #1d2c4d;
    width: 300px; }
  100% {
    left: 0;
    height: 100%; } }

@keyframes navigation-transition-in-desktop {
  0% {
    left: -300px;
    background-color: #1d2c4d;
    width: 300px; }
  100% {
    left: 0;
    height: 100%; } }

@-webkit-keyframes navigation-transition-in-mobile {
  0% {
    left: -100%;
    background-color: #1d2c4d;
    width: 100%; }
  100% {
    left: 0;
    height: 120%; } }

@-moz-keyframes navigation-transition-in-mobile {
  0% {
    left: -100%;
    background-color: #1d2c4d;
    width: 100%; }
  100% {
    left: 0;
    height: 120%; } }

@keyframes navigation-transition-in-mobile {
  0% {
    left: -100%;
    background-color: #1d2c4d;
    width: 100%; }
  100% {
    left: 0;
    height: 120%; } }

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

@-moz-keyframes loading-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

html {
  line-height: 1;
  font-size: 16px;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif; }

body {
  -webkit-animation-name: loading-fadein;
  -moz-animation-name: loading-fadein;
  animation-name: loading-fadein;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: 0;
  background-color: white; }

main {
  display: block; }

.logo {
  background-repeat: no-repeat;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .logo {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .logo {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }
  @media screen and (max-width: 767px) {
    .logo {
      width: 81px;
      height: 85px;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .logo {
      width: 90px;
      height: 95px; } }

.menuButton {
  background: transparent;
  margin: 0;
  border: none;
  padding: 0; }
  .menuButton > i {
    width: 30px;
    height: 23px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat; }
  .menuButton > span {
    color: #FFF;
    font-size: 15px; }

.buttonBlue {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 5px;
  background-color: #1855b1;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-right: 18px;
  color: #FFF;
  text-decoration: none; }
  .buttonBlue:hover {
    background-color: #FFF;
    color: #1855b1; }

.buttonDonate {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 5px;
  background-color: #662d90;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-right: 30px;
  text-decoration: none; }
  .buttonDonate i {
    position: absolute;
    right: 7px; }
  .buttonDonate > i {
    color: #e88ee4; }

.titleLinesLeft {
  display: inline-block;
  max-width: 82px;
  height: 14px;
  background-image: url("../images/titleLinesLeft.gif");
  background-repeat: no-repeat;
  background-position: left top; }

.titleLinesRight {
  display: inline-block;
  max-width: 82px;
  height: 14px;
  background-image: url("../images/titleLinesRight.gif");
  background-repeat: no-repeat;
  background-position: right top; }

.onePurple {
  background-repeat: no-repeat;
  background-position: -363px 0;
  width: 34px;
  height: 48px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .onePurple {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .onePurple {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.twoPurple {
  background-repeat: no-repeat;
  background-position: -397px 0;
  width: 34px;
  height: 48px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .twoPurple {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .twoPurple {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.threePurple {
  background-repeat: no-repeat;
  background-position: -431px 0;
  width: 34px;
  height: 48px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .threePurple {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .threePurple {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconYouTube {
  background-repeat: no-repeat;
  background-position: -132px -135px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .iconYouTube {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconYouTube {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }
  @media screen and (max-width: 767px) {
    .iconYouTube {
      width: 48px;
      height: 33px;
      margin-top: 5px; } }
  @media screen and (min-width: 768px) {
    .iconYouTube {
      width: 50px;
      height: 35px;
      margin-top: 6px; } }

.iconFacebook {
  background-repeat: no-repeat;
  background-position: 0 -135px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .iconFacebook {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconFacebook {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }
  @media screen and (max-width: 767px) {
    .iconFacebook {
      width: 43px;
      height: 43px; } }
  @media screen and (min-width: 768px) {
    .iconFacebook {
      width: 45px;
      height: 45px; } }

.iconInstagram {
  background-repeat: no-repeat;
  background-position: -46px -135px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .iconInstagram {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconInstagram {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }
  @media screen and (max-width: 767px) {
    .iconInstagram {
      width: 35px;
      height: 35px;
      margin-top: 4px; } }
  @media screen and (min-width: 768px) {
    .iconInstagram {
      width: 37px;
      height: 37px;
      margin-top: 5px; } }

.iconTwitter {
  background-repeat: no-repeat;
  background-position: -84px -135px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .iconTwitter {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconTwitter {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }
  @media screen and (max-width: 767px) {
    .iconTwitter {
      width: 45px;
      height: 37px;
      margin-top: 4px; } }
  @media screen and (min-width: 768px) {
    .iconTwitter {
      width: 47px;
      height: 39px;
      margin-top: 4px; } }

.iconYoutubeSmall {
  background-repeat: no-repeat;
  background-position: -363px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconYoutubeSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconYoutubeSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconTwitterSmall {
  background-repeat: no-repeat;
  background-position: -380px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconTwitterSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconTwitterSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconPinterestSmall {
  background-repeat: no-repeat;
  background-position: -397px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconPinterestSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconPinterestSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconLinkedInSmall {
  background-repeat: no-repeat;
  background-position: -414px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconLinkedInSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconLinkedInSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconOtherLinkSmall {
  background-repeat: no-repeat;
  background-position: -431px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconOtherLinkSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconOtherLinkSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconGooglePlusSmall {
  background-repeat: no-repeat;
  background-position: -448px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconGooglePlusSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconGooglePlusSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.iconFacebookSmall {
  background-repeat: no-repeat;
  background-position: -465px -64px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px; }
  @media screen and (max-width: 767px) {
    .iconFacebookSmall {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .iconFacebookSmall {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }

.buttonPlay {
  background-repeat: no-repeat;
  background-position: -196px -135px;
  display: inline-block;
  padding: 0;
  border: none;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    .buttonPlay {
      background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
  @media screen and (min-width: 768px) {
    .buttonPlay {
      background-image: url("../images/sprite.png?nocache=1987123789"); } }
  @media screen and (max-width: 767px) {
    .buttonPlay {
      width: 62px;
      height: 62px; } }
  @media screen and (min-width: 768px) {
    .buttonPlay {
      width: 78px;
      height: 78px; } }

.componentHeader {
  position: relative;
  background-color: #2e94de;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px; }
  .componentHeader > .headerContent {
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .componentHeader > .headerContent {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
    .componentHeader > .headerContent:after {
      content: "";
      display: table;
      clear: both; }
    .componentHeader > .headerContent h1 {
      margin-top: 0;
      margin-bottom: 0; }
      .componentHeader > .headerContent h1 > a span {
        display: block;
        position: absolute;
        left: -9999em; }
      @media screen and (max-width: 767px) {
        .componentHeader > .headerContent h1 > .logo {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 18px; } }
      @media screen and (min-width: 768px) {
        .componentHeader > .headerContent h1:after {
          content: "";
          display: table;
          clear: both; }
        .componentHeader > .headerContent h1 > span {
          display: inline;
          float: left;
          margin-top: 47.5 + "px";
          margin-left: 35px; }
        .componentHeader > .headerContent h1 > .logo {
          float: left; } }
    @media screen and (min-width: 768px) {
      .componentHeader > .headerContent > hgroup {
        display: inline;
        float: left;
        max-width: 60%; } }
    @media screen and (max-width: 767px) {
      .componentHeader > .headerContent {
        text-align: center; } }
  .componentHeader .headerTitle {
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-style: italic; }
    @media screen and (max-width: 959px) {
      .componentHeader .headerTitle {
        display: none;
        font-size: 16px; } }
    @media screen and (min-width: 960px) {
      .componentHeader .headerTitle {
        font-size: 20px; } }
  .componentHeader .headerCountdown {
    font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .componentHeader .headerCountdown {
        width: 100%;
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .componentHeader .headerCountdown {
        display: inline;
        float: right;
        margin-right: 15px;
        position: relative;
        top: -10px;
        white-space: nowrap; } }
  .componentHeader .headerButtonGroup:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .componentHeader .headerButtonGroup {
      display: inline-block;
      padding-top: 20px; }
      .componentHeader .headerButtonGroup > * {
        width: 134px;
        display: inline;
        float: left;
        font-size: 18px; }
      .componentHeader .headerButtonGroup .buttonDonate {
        color: #FFF;
        margin-left: 5px; }
        .componentHeader .headerButtonGroup .buttonDonate i {
          font-size: 33px;
          top: 4px; } }
  @media screen and (min-width: 768px) {
    .componentHeader .headerButtonGroup {
      clear: right;
      display: inline;
      float: right;
      max-width: 60%; }
      .componentHeader .headerButtonGroup > .buttonDonate {
        color: #FFF;
        margin-left: 21px; }
        .componentHeader .headerButtonGroup > .buttonDonate i {
          font-size: 33px;
          top: 6px; }
        .componentHeader .headerButtonGroup > .buttonDonate:hover {
          background-color: #FFF;
          color: #662d90; }
          .componentHeader .headerButtonGroup > .buttonDonate:hover i {
            color: #662d90; }
      .componentHeader .headerButtonGroup > * {
        font-size: 21px; } }
  @media screen and (max-width: 767px) {
    .componentHeader .componentQuickLinks {
      position: absolute;
      top: -20px;
      right: 0; }
      .componentHeader .componentQuickLinks .componentCountryDropdown {
        display: none; } }
  @media screen and (min-width: 768px) {
    .componentHeader .componentQuickLinks {
      float: right;
      position: relative;
      top: -20px;
      min-height: 38px;
      min-width: 65px; } }
  @media screen and (min-width: 768px) and (max-width: 1110px) {
    .componentHeader .headerContent hgroup {
      padding-left: 30px; } }
  .componentHeader.landing {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px; }
    .componentHeader.landing > .headerContent h1 > .logo {
      margin-bottom: 0px !important; }

.componentQuickLinks {
  display: inline-block;
  border-bottom-left-radius: 7px;
  border-bottom: 2px solid #99d4ff;
  border-left: 2px solid #99d4ff; }
  .componentQuickLinks:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentQuickLinks {
      border-right: 2px solid #99d4ff;
      border-bottom-right-radius: 7px; } }
  .componentQuickLinks > * {
    float: left; }
    .componentQuickLinks > *:first-child {
      border-bottom-left-radius: 5px; }
    .componentQuickLinks > *:last-child {
      border-bottom-right-radius: 5px; }
  .componentQuickLinks a {
    color: #FFF;
    text-decoration: none; }
  .componentQuickLinks .componentCountryDropdown .subNavigationLink {
    padding-right: 10px; }
  .componentQuickLinks .componentCountryDropdown a {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px; }
  .componentQuickLinks > a {
    padding: 10px 16px;
    display: inline-block; }
    .componentQuickLinks > a:hover {
      background-color: #FFF;
      color: #2e94de; }

.componentCountryDropdown > .countryDropdownContent {
  padding-top: 5px;
  position: absolute;
  left: -9999em;
  z-index: 7;
  top: 31px;
  background-color: #2e94de;
  overflow: hidden;
  width: 102.56%;
  width: calc(100% + 4px);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: 2px solid #99d4ff;
  border-left: 2px solid #99d4ff;
  border-bottom: 2px solid #99d4ff; }
  .componentCountryDropdown > .countryDropdownContent > * {
    display: block; }
    .componentCountryDropdown > .countryDropdownContent > *:hover {
      background-color: #0c7ac9; }

.componentCountryDropdown > a {
  display: inline-block;
  position: relative;
  padding-right: 38px; }
  .componentCountryDropdown > a i {
    margin-left: 15px;
    position: absolute;
    top: 2px;
    right: 9px;
    font-size: 29px; }

.componentCountryDropdown > a:focus + .countryDropdownContent {
  left: auto;
  right: -2px; }

.componentCountryDropdown > a:focus i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.componentCountryDropdown:hover > .countryDropdownContent {
  left: auto;
  right: -2px; }

.componentCountryDropdown:hover > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.componentNavigation {
  top: 0;
  left: 0;
  z-index: 9; }
  .componentNavigation .navigationTriggerContainer {
    position: relative;
    z-index: 11; }
    @media screen and (max-width: 959px) {
      .componentNavigation .navigationTriggerContainer {
        padding: 15px; } }
    @media screen and (min-width: 960px) {
      .componentNavigation .navigationTriggerContainer {
        padding: 25px; } }
  .componentNavigation .donateContainer {
    margin-top: 30px; }
    .componentNavigation .donateContainer a {
      width: 100%;
      color: #FFF;
      font-size: 21px; }
      .componentNavigation .donateContainer a:after {
        content: "";
        display: table;
        clear: both; }
      .componentNavigation .donateContainer a:hover {
        background-color: #FFF;
        color: #662d90; }
        .componentNavigation .donateContainer a:hover i {
          color: #662d90; }
      .componentNavigation .donateContainer a > span {
        float: left; }
      .componentNavigation .donateContainer a > i {
        font-size: 34px;
        top: 6px; }
    @media screen and (max-width: 959px) {
      .componentNavigation .donateContainer {
        margin-left: 15px;
        margin-right: 15px; } }
    @media screen and (min-width: 960px) {
      .componentNavigation .donateContainer {
        margin-left: 25px;
        margin-right: 25px; } }
  .componentNavigation.passive {
    position: absolute; }
    .componentNavigation.passive .menuButton i {
      top: 4px;
      background-image: url("../images/menu.png");
      background-size: contain; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .componentNavigation.passive .menuButton i {
          background-image: url("../images/menumobile_2x.png");
          background-size: 100%; } }
    @media screen and (max-width: 767px) {
      .componentNavigation.passive .navigationLinksContainer {
        left: -100%; } }
    @media screen and (min-width: 768px) {
      .componentNavigation.passive .navigationLinksContainer {
        left: -300px; } }
  .componentNavigation.active {
    position: fixed; }
    .componentNavigation.active .menuButton {
      width: 100%;
      text-align: left; }
      .componentNavigation.active .menuButton i {
        background-image: url("../images/navCloseButton.gif");
        background-size: contain; }
      .componentNavigation.active .menuButton span {
        display: none; }
    .componentNavigation.active .navigationTriggerContainer {
      -webkit-transition: background-color 0.1s ease-in 0.3s;
      -moz-transition: background-color 0.1s ease-in 0.3s;
      transition: background-color 0.1s ease-in 0.3s;
      width: 100%;
      background-color: #1d2c4d; }
    .componentNavigation.active .navigationLinksContainer {
      -webkit-animation-duration: 0.2s;
      -moz-animation-duration: 0.2s;
      animation-duration: 0.2s;
      -webkit-animation-timing-function: ease-in;
      -moz-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      left: 0; }
      @media screen and (max-width: 767px) {
        .componentNavigation.active .navigationLinksContainer {
          -webkit-animation-name: navigation-transition-in-mobile;
          -moz-animation-name: navigation-transition-in-mobile;
          animation-name: navigation-transition-in-mobile; } }
      @media screen and (min-width: 768px) {
        .componentNavigation.active .navigationLinksContainer {
          -webkit-animation-name: navigation-transition-in-desktop;
          -moz-animation-name: navigation-transition-in-desktop;
          animation-name: navigation-transition-in-desktop; } }
    .componentNavigation.active + .componentOverlayNavigation {
      opacity: 0.3;
      filter: alpha(opacity=30);
      background-color: #000;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 8; }
    @media screen and (max-width: 767px) {
      .componentNavigation.active {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .componentNavigation.active {
        width: 300px; } }
  .componentNavigation .navigationLinksContainer {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background-color: #1d2c4d;
    overflow: auto;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    @media screen and (max-width: 767px) {
      .componentNavigation .navigationLinksContainer {
        -webkit-animation-name: navigation-transition-out-mobile;
        -moz-animation-name: navigation-transition-out-mobile;
        animation-name: navigation-transition-out-mobile;
        -webkit-animation-delay: 0.12s;
        -moz-animation-delay: 0.12s;
        animation-delay: 0.12s;
        width: 100%;
        padding-top: 55px;
        padding-bottom: 45%;
        height: 120%; } }
    @media screen and (min-width: 768px) {
      .componentNavigation .navigationLinksContainer {
        -webkit-animation-name: navigation-transition-out-desktop;
        -moz-animation-name: navigation-transition-out-desktop;
        animation-name: navigation-transition-out-desktop;
        height: 100%;
        width: 300px;
        max-width: 300px;
        padding-top: 77px;
        padding-bottom: 30px; } }
    .componentNavigation .navigationLinksContainer .buttonSkip {
      background-color: transparent;
      color: #FFF;
      width: 100%;
      border: none;
      font-size: 15px;
      text-align: left; }
    .componentNavigation .navigationLinksContainer > a {
      display: block;
      font-size: 23px;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-style: italic;
      text-decoration: none;
      color: #FFF; }
    @media screen and (max-width: 767px) {
      .componentNavigation .navigationLinksContainer .buttonSkip,
      .componentNavigation .navigationLinksContainer > a {
        padding: 14px 15px; } }
    @media screen and (min-width: 768px) {
      .componentNavigation .navigationLinksContainer .buttonSkip,
      .componentNavigation .navigationLinksContainer > a {
        padding: 14px 25px; } }
    .componentNavigation .navigationLinksContainer .buttonSkip:hover, .componentNavigation .navigationLinksContainer .buttonSkip.section, .componentNavigation .navigationLinksContainer .buttonSkip.current,
    .componentNavigation .navigationLinksContainer > a:hover,
    .componentNavigation .navigationLinksContainer > a.section,
    .componentNavigation .navigationLinksContainer > a.current {
      background-color: #2e94de; }
  .componentNavigation .componentListGroup {
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .componentNavigation .componentListGroup {
        margin-left: 15px;
        margin-right: 15px; } }
    @media screen and (min-width: 960px) {
      .componentNavigation .componentListGroup {
        margin-left: 25px;
        margin-right: 25px; } }
    .componentNavigation .componentListGroup.passive {
      display: none; }
  @media screen and (max-width: 1110px) {
    .componentNavigation.passive .menuButton span {
      display: none; } }

.componentSubNavigation {
  margin-top: 30px;
  background-color: #2a67c4;
  border-radius: 5px;
  overflow: hidden; }
  .componentSubNavigation > * {
    border-top: 2px solid #26539a; }
    .componentSubNavigation > *:first-child {
      border-top: none; }
  @media screen and (max-width: 767px) {
    .componentSubNavigation {
      margin-left: 15px;
      margin-right: 15px; }
      .componentSubNavigation .subNavigationAccordion {
        max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .componentSubNavigation {
      margin-left: 25px;
      margin-right: 25px; }
      .componentSubNavigation .subNavigationAccordion {
        max-width: 300px; } }
  .componentSubNavigation .subNavigationAccordion {
    width: 100%; }
    .componentSubNavigation .subNavigationAccordion > .accordionTrigger {
      position: relative;
      background-color: transparent;
      border: none;
      width: 100%;
      font-size: 16px;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      color: #FFF;
      text-align: left;
      padding: 13px; }
      .componentSubNavigation .subNavigationAccordion > .accordionTrigger i {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 29px; }
      .componentSubNavigation .subNavigationAccordion > .accordionTrigger:after {
        content: "";
        display: table;
        clear: both; }
      .componentSubNavigation .subNavigationAccordion > .accordionTrigger:hover {
        background-color: #2e94de; }
      .componentSubNavigation .subNavigationAccordion > .accordionTrigger > span {
        float: left; }
  .componentSubNavigation .subNavigationLink {
    display: block;
    font-size: 16px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFF;
    padding: 13px; }
    .componentSubNavigation .subNavigationLink:hover, .componentSubNavigation .subNavigationLink.section, .componentSubNavigation .subNavigationLink.current {
      background-color: #2e94de; }

.componentTally {
  background-color: #35174a; }
  @media screen and (max-width: 767px) {
    .componentTally {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .componentTally {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .componentTally .tallyContainer {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .componentTally .tallyContainer {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
    .componentTally .tallyContainer > .tallyText {
      color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 18px; }
      .componentTally .tallyContainer > .tallyText.lastChild {
        text-align: right; }
      @media screen and (max-width: 767px) {
        .componentTally .tallyContainer > .tallyText {
          display: none; } }
    .componentTally .tallyContainer > .tallyAmount {
      color: #FFF; }
      .componentTally .tallyContainer > .tallyAmount > .amount {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic; }
      @media screen and (max-width: 767px) {
        .componentTally .tallyContainer > .tallyAmount {
          display: inline-block;
          width: 100%;
          margin-top: 5px; }
          .componentTally .tallyContainer > .tallyAmount > .amount {
            width: 100%;
            font-size: 20px; }
          .componentTally .tallyContainer > .tallyAmount > [class*="titleLines"] {
            display: none; } }
      @media screen and (min-width: 768px) {
        .componentTally .tallyContainer > .tallyAmount > .amount {
          width: 60%;
          font-size: 25px; }
        .componentTally .tallyContainer > .tallyAmount > [class*="titleLines"] {
          width: 18%; } }
    @media screen and (max-width: 767px) {
      .componentTally .tallyContainer {
        text-align: center; }
        .componentTally .tallyContainer .amountLegend {
          display: none;
          color: #FFF;
          font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: bold;
          font-style: italic; } }
    @media screen and (min-width: 768px) {
      .componentTally .tallyContainer > .tallyText {
        display: inline-block;
        width: 29%; }
      .componentTally .tallyContainer > .tallyAmount {
        display: inline-block;
        width: 40%; }
      .componentTally .tallyContainer .amountLegend {
        display: none; } }

.componentCarousel {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .componentCarousel {
      background-color: #FFF; } }
  @media screen and (min-width: 768px) {
    .componentCarousel {
      background-color: #f5f5ee; }
      .componentCarousel.hasVideo.noCarousel,
      .componentCarousel.hasVideo .owl-stage-outer {
        padding-bottom: 50px; } }
  .componentCarousel .carouselItem {
    width: 100%;
    position: relative;
    text-align: center; }
    .componentCarousel .carouselItem img {
      width: 100%;
      display: block; }
    .componentCarousel .carouselItem .carouselItemImageContainer {
      max-height: 530px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .componentCarousel .carouselItem .carouselItemImageContainer {
          height: 327px;
          position: relative;
          min-height: 100%;
          overflow: hidden; }
          .componentCarousel .carouselItem .carouselItemImageContainer img {
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: auto;
            min-width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%; } }
    .componentCarousel .carouselItem h2 {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      width: 100%;
      color: #FFF;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      text-shadow: 5px 5px 21px #000;
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .componentCarousel .carouselItem h2 {
          bottom: 30px;
          font-size: 45px;
          letter-spacing: 2px; } }
      @media screen and (min-width: 768px) {
        .componentCarousel .carouselItem h2 {
          bottom: 160px;
          font-size: 60px;
          letter-spacing: 4px; } }
    @media screen and (max-width: 767px) {
      .componentCarousel .carouselItem .carouselRibbon {
        background-color: #FFF;
        color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 28px;
        padding: 30px 15px; } }
    @media screen and (min-width: 768px) {
      .componentCarousel .carouselItem .carouselRibbon {
        position: absolute;
        bottom: 90px;
        text-align: center;
        width: 100%; }
        .componentCarousel .carouselItem .carouselRibbon > .ribbonText {
          max-width: 645px;
          position: relative;
          display: inline-block;
          background-color: #FFF;
          padding: 10px 30px;
          color: #662d90;
          font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 28px; }
        .componentCarousel .carouselItem .carouselRibbon .ribbonMiddle {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
        .componentCarousel .carouselItem .carouselRibbon .ribbonLeft {
          height: 100%;
          width: 19px;
          position: absolute;
          top: 0;
          left: -19px;
          background-image: url("../images/whiteRibbonEndLeft.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: right top; }
        .componentCarousel .carouselItem .carouselRibbon .ribbonRight {
          position: absolute;
          top: 0;
          right: -19px;
          height: 100%;
          width: 19px;
          background-image: url("../images/whiteRibbonEndRight.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-position: left top; } }
    .componentCarousel .carouselItem .videoModal {
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .componentCarousel .carouselItem .videoModal {
          margin-bottom: 30px; } }
      @media screen and (min-width: 768px) {
        .componentCarousel .carouselItem .videoModal {
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute;
          bottom: -40px;
          left: 50%; } }

.componentCarouselShareButton {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .componentCarouselShareButton {
      max-width: 990px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentCarouselShareButton {
      display: none; } }
  @media screen and (min-width: 768px) {
    .componentCarouselShareButton {
      position: relative;
      z-index: 5; }
      .componentCarouselShareButton > .fb-share-button {
        position: absolute;
        top: -93px;
        right: 15px;
        background-color: #FFF;
        padding: 3px 8px 4px 8px;
        border-radius: 4px; } }

@media screen and (max-width: 767px) {
  .componentMainContent, .componentAffiliatePage .componentAffilateContent {
    background-color: #FFF; } }

@media screen and (min-width: 768px) {
  .componentMainContent, .componentAffiliatePage .componentAffilateContent {
    background-color: #f5f5ee; } }

.componentMainContent > .contentContainer, .componentAffiliatePage .componentAffilateContent > .contentContainer {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .componentMainContent > .contentContainer, .componentAffiliatePage .componentAffilateContent > .contentContainer {
      max-width: 805px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentMainContent > .contentContainer, .componentAffiliatePage .componentAffilateContent > .contentContainer {
      padding-bottom: 35px; }
      .componentMainContent > .contentContainer p, .componentAffiliatePage .componentAffilateContent > .contentContainer p,
      .componentMainContent > .contentContainer td,
      .componentAffiliatePage .componentAffilateContent > .contentContainer td,
      .componentMainContent > .contentContainer li,
      .componentAffiliatePage .componentAffilateContent > .contentContainer li {
        color: #444;
        font-size: 18px; }
        .componentMainContent > .contentContainer p a, .componentAffiliatePage .componentAffilateContent > .contentContainer p a,
        .componentMainContent > .contentContainer td a,
        .componentAffiliatePage .componentAffilateContent > .contentContainer td a,
        .componentMainContent > .contentContainer li a,
        .componentAffiliatePage .componentAffilateContent > .contentContainer li a {
          color: #444; }
      
      .componentMainContent > .contentContainer li,
      .componentAffiliatePage .componentAffilateContent > .contentContainer li {
        line-height: 1.4em; }
      .componentMainContent > .contentContainer p, .componentAffiliatePage .componentAffilateContent > .contentContainer p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentMainContent > .contentContainer h1, .componentAffiliatePage .componentAffilateContent > .contentContainer h1, .componentMainContent > .contentContainer h2, .componentAffiliatePage .componentAffilateContent > .contentContainer h2, .componentMainContent > .contentContainer h3, .componentAffiliatePage .componentAffilateContent > .contentContainer h3, .componentMainContent > .contentContainer h4, .componentAffiliatePage .componentAffilateContent > .contentContainer h4, .componentMainContent > .contentContainer h5, .componentAffiliatePage .componentAffilateContent > .contentContainer h5, .componentMainContent > .contentContainer h6, .componentAffiliatePage .componentAffilateContent > .contentContainer h6 {
        margin-top: 0; }
      .componentMainContent > .contentContainer h2, .componentAffiliatePage .componentAffilateContent > .contentContainer h2 {
        font-size: 35px; } }
  @media screen and (min-width: 768px) {
    .componentMainContent > .contentContainer, .componentAffiliatePage .componentAffilateContent > .contentContainer {
      padding-bottom: 90px; }
      .componentMainContent > .contentContainer p, .componentAffiliatePage .componentAffilateContent > .contentContainer p,
      .componentMainContent > .contentContainer td,
      .componentAffiliatePage .componentAffilateContent > .contentContainer td,
      .componentMainContent > .contentContainer li,
      .componentAffiliatePage .componentAffilateContent > .contentContainer li {
        color: #444;
        font-size: 26px; }
        .componentMainContent > .contentContainer p a, .componentAffiliatePage .componentAffilateContent > .contentContainer p a,
        .componentMainContent > .contentContainer td a,
        .componentAffiliatePage .componentAffilateContent > .contentContainer td a,
        .componentMainContent > .contentContainer li a,
        .componentAffiliatePage .componentAffilateContent > .contentContainer li a {
          color: #444; }
      
      .componentMainContent > .contentContainer li,
      .componentAffiliatePage .componentAffilateContent > .contentContainer li {
        line-height: 1.4em; }
      .componentMainContent > .contentContainer p, .componentAffiliatePage .componentAffilateContent > .contentContainer p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentMainContent > .contentContainer h1, .componentAffiliatePage .componentAffilateContent > .contentContainer h1, .componentMainContent > .contentContainer h2, .componentAffiliatePage .componentAffilateContent > .contentContainer h2, .componentMainContent > .contentContainer h3, .componentAffiliatePage .componentAffilateContent > .contentContainer h3, .componentMainContent > .contentContainer h4, .componentAffiliatePage .componentAffilateContent > .contentContainer h4, .componentMainContent > .contentContainer h5, .componentAffiliatePage .componentAffilateContent > .contentContainer h5, .componentMainContent > .contentContainer h6, .componentAffiliatePage .componentAffilateContent > .contentContainer h6 {
        margin-top: 0; }
      .componentMainContent > .contentContainer h2, .componentAffiliatePage .componentAffilateContent > .contentContainer h2 {
        font-size: 35px; } }

@media screen and (max-width: 767px) {
  .componentMainContent .contentLabelButtonGroup, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup {
    display: block;
    border-top: 2px solid #99d4ff;
    padding-top: 15px;
    padding-bottom: 40px; }
    .componentMainContent .contentLabelButtonGroup > *, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup > * {
      text-align: center; }
    .componentMainContent .contentLabelButtonGroup > span, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup > span {
      display: block;
      color: #2e94de;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-size: 19px;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      letter-spacing: 2px; }
    .componentMainContent .contentLabelButtonGroup a, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      text-decoration: none;
      width: 100%;
      position: relative;
      padding-right: 38px; }
      .componentMainContent .contentLabelButtonGroup a > span, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a > span {
        font-size: 29px; }
      .componentMainContent .contentLabelButtonGroup a > i, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a > i {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 49px; }
      .componentMainContent .contentLabelButtonGroup a > *, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a > * {
        color: #FFF; } }

@media screen and (min-width: 768px) {
  .componentMainContent .contentLabelButtonGroup, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup {
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px; }
    .componentMainContent .contentLabelButtonGroup:after, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup:after {
      content: "";
      display: table;
      clear: both; }
    .componentMainContent .contentLabelButtonGroup > *, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup > * {
      display: inline;
      float: left;
      height: 100%;
      min-width: 220px; }
    .componentMainContent .contentLabelButtonGroup a, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      background-color: #1855b1;
      color: #FFF;
      text-decoration: none;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      text-align: left; }
      .componentMainContent .contentLabelButtonGroup a i, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a i {
        position: absolute;
        right: 22px;
        font-size: 52px;
        line-height: 0.6;
        top: 11px; }
    .componentMainContent .contentLabelButtonGroup .buttonLabel, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup .buttonLabel {
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      font-size: 22px;
      padding: 19px 10px;
      text-transform: uppercase;
      max-width: 250px; }
    .componentMainContent .contentLabelButtonGroup a, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a {
      padding: 8px 60px 8px 37px;
      font-size: 37px; }
      .componentMainContent .contentLabelButtonGroup a:hover, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup a:hover {
        background-color: #FFF;
        color: #1855b1; }
    .componentMainContent .contentLabelButtonGroup .buttonLabel, .componentAffiliatePage .componentAffilateContent .contentLabelButtonGroup .buttonLabel {
      background-color: #99d4ff;
      color: #2754b8; } }

.componentMainContent img, .componentAffiliatePage .componentAffilateContent img {
  max-width: 100%; }

.componentHowItWorks {
  background-color: #662d90; }
  .componentHowItWorks img {
    max-width: 100%; }
  .componentHowItWorks > .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .componentHowItWorks > .contentContainer {
        max-width: 696px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .componentHowItWorks > .contentContainer {
        padding-bottom: 35px; } }
    @media screen and (min-width: 768px) {
      .componentHowItWorks > .contentContainer {
        padding-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .componentHowItWorks > .contentContainer .content p,
      .componentHowItWorks > .contentContainer .content td,
      .componentHowItWorks > .contentContainer .content li {
        color: #FFF;
        font-size: 18px; }
        .componentHowItWorks > .contentContainer .content p a,
        .componentHowItWorks > .contentContainer .content td a,
        .componentHowItWorks > .contentContainer .content li a {
          color: #FFF; }
      .componentHowItWorks > .contentContainer .content li {
        line-height: 1.4em; }
      .componentHowItWorks > .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentHowItWorks > .contentContainer .content h1, .componentHowItWorks > .contentContainer .content h2, .componentHowItWorks > .contentContainer .content h3, .componentHowItWorks > .contentContainer .content h4, .componentHowItWorks > .contentContainer .content h5, .componentHowItWorks > .contentContainer .content h6 {
        margin-top: 0; }
      .componentHowItWorks > .contentContainer .content h2 {
        font-size: 35px; } }
    @media screen and (min-width: 768px) {
      .componentHowItWorks > .contentContainer .content p,
      .componentHowItWorks > .contentContainer .content td,
      .componentHowItWorks > .contentContainer .content li {
        color: #FFF;
        font-size: 33px; }
        .componentHowItWorks > .contentContainer .content p a,
        .componentHowItWorks > .contentContainer .content td a,
        .componentHowItWorks > .contentContainer .content li a {
          color: #FFF; }
      .componentHowItWorks > .contentContainer .content li {
        line-height: 1.4em; }
      .componentHowItWorks > .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentHowItWorks > .contentContainer .content h1, .componentHowItWorks > .contentContainer .content h2, .componentHowItWorks > .contentContainer .content h3, .componentHowItWorks > .contentContainer .content h4, .componentHowItWorks > .contentContainer .content h5, .componentHowItWorks > .contentContainer .content h6 {
        margin-top: 0; }
      .componentHowItWorks > .contentContainer .content h2 {
        font-size: 35px; } }
  .componentHowItWorks .cta {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #e88ee4;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 38px;
    padding-bottom: 8px;
    padding-left: 12px;
    margin-top: 22px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px; }
    .componentHowItWorks .cta i {
      position: absolute;
      top: 2px;
      right: 10px;
      font-size: 29px; }
    .componentHowItWorks .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #662d90; }
    @media screen and (max-width: 767px) {
      .componentHowItWorks .cta {
        width: 100%; }
        .componentHowItWorks .cta > i {
          display: none; } }
    @media screen and (min-width: 768px) {
      .componentHowItWorks .cta {
        margin-left: 28px; } }
  .componentHowItWorks .blockCTA {
    display: inline-block; }
    .componentHowItWorks .blockCTA:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .componentHowItWorks .blockCTA {
        margin-top: 12px; } }
    @media screen and (min-width: 768px) {
      .componentHowItWorks .blockCTA > * {
        float: left; } }
  .componentHowItWorks .ribbonSlanted {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-backface-visibility: hidden;
    color: #35174a; }
    .componentHowItWorks .ribbonSlanted > * {
      display: inline-block; }
    .componentHowItWorks .ribbonSlanted .ribbonText {
      color: white;
      border-radius: 4px;
      position: relative;
      z-index: 7;
      overflow: hidden;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      text-overflow: ellipsis; }
      @media screen and (max-width: 767px) {
        .componentHowItWorks .ribbonSlanted .ribbonText {
          max-width: 212px;
          font-size: 35px;
          padding-top: 8px;
          padding-left: 18px;
          padding-bottom: 6px;
          padding-right: 18px; } }
      @media screen and (min-width: 768px) {
        .componentHowItWorks .ribbonSlanted .ribbonText {
          max-width: 440px;
          font-size: 50px;
          padding-top: 10px;
          padding-left: 39px;
          padding-bottom: 8px;
          padding-right: 39px; } }
    .componentHowItWorks .ribbonSlanted.nowrap .ribbonText {
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .componentHowItWorks .ribbonSlanted.nowrap .ribbonText {
          max-height: 44px; } }
      @media screen and (min-width: 768px) {
        .componentHowItWorks .ribbonSlanted.nowrap .ribbonText {
          max-height: 72px; } }
    .componentHowItWorks .ribbonSlanted .ribbonLeft {
      display: none; }
    .componentHowItWorks .ribbonSlanted .ribbonRight {
      display: none; }
    @media screen and (max-width: 767px) {
      .componentHowItWorks .ribbonSlanted .ribbonText {
        min-width: 214px; } }
    @media screen and (min-width: 768px) {
      .componentHowItWorks .ribbonSlanted .ribbonText {
        min-width: 270px; } }
  @media screen and (max-width: 767px) {
    .componentHowItWorks .contentLabelButtonGroup > * {
      text-align: center; }
    .componentHowItWorks .contentLabelButtonGroup > span {
      display: block;
      color: #FFF;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-size: 19px;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      letter-spacing: 2px; }
    .componentHowItWorks .contentLabelButtonGroup a {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      text-decoration: none;
      width: 100%;
      position: relative;
      padding-right: 38px; }
      .componentHowItWorks .contentLabelButtonGroup a > span {
        font-size: 29px; }
      .componentHowItWorks .contentLabelButtonGroup a > i {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 49px; }
      .componentHowItWorks .contentLabelButtonGroup a > * {
        color: #35174a; } }
  @media screen and (min-width: 768px) {
    .componentHowItWorks .contentLabelButtonGroup {
      display: inline-block;
      border-radius: 7px;
      overflow: hidden;
      margin-top: 50px;
      margin-bottom: 50px; }
      .componentHowItWorks .contentLabelButtonGroup > * {
        display: inline;
        float: left;
        height: 100%;
        min-width: 220px; }
      .componentHowItWorks .contentLabelButtonGroup a {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        background-color: #e88ee4;
        color: #481e67;
        text-decoration: none;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        text-align: left; }
        .componentHowItWorks .contentLabelButtonGroup a i {
          position: absolute;
          right: 22px;
          font-size: 52px;
          line-height: 0.6;
          top: 11px; }
      .componentHowItWorks .contentLabelButtonGroup .buttonLabel {
        font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
        font-size: 22px;
        padding: 19px 10px;
        text-transform: uppercase;
        max-width: 250px; }
      .componentHowItWorks .contentLabelButtonGroup a {
        padding: 14px 55px 14px 25px;
        font-size: 28px; }
        .componentHowItWorks .contentLabelButtonGroup a:hover {
          background-color: #FFF; }
      .componentHowItWorks .contentLabelButtonGroup .buttonLabel {
        background-color: #482066;
        color: #FFF; } }

.componentColumnList {
  padding-left: 15px;
  padding-right: 15px; }
  .componentColumnList:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentColumnList {
      max-width: 1005px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentColumnList p,
    .componentColumnList td,
    .componentColumnList li {
      color: #FFF;
      font-size: 16px; }
      .componentColumnList p a,
      .componentColumnList td a,
      .componentColumnList li a {
        color: #FFF; }
    .componentColumnList li {
      line-height: 1.4em; }
    .componentColumnList p {
      margin-top: 0;
      line-height: 1.4em; }
    .componentColumnList h1, .componentColumnList h2, .componentColumnList h3, .componentColumnList h4, .componentColumnList h5, .componentColumnList h6 {
      margin-top: 0; }
    .componentColumnList h2 {
      font-size: 35px; }
    .componentColumnList > * {
      border-bottom: 3px solid #946db1;
      margin-bottom: 5px;
      padding-bottom: 5px; } }
  @media screen and (min-width: 768px) {
    .componentColumnList p,
    .componentColumnList td,
    .componentColumnList li {
      color: #FFF;
      font-size: 20px; }
      .componentColumnList p a,
      .componentColumnList td a,
      .componentColumnList li a {
        color: #FFF; }
    .componentColumnList li {
      line-height: 1.4em; }
    .componentColumnList p {
      margin-top: 0;
      line-height: 1.4em; }
    .componentColumnList h1, .componentColumnList h2, .componentColumnList h3, .componentColumnList h4, .componentColumnList h5, .componentColumnList h6 {
      margin-top: 0; }
    .componentColumnList h2 {
      font-size: 35px; }
    .componentColumnList > div {
      display: inline;
      float: left;
      width: 46.288514824%; }
      .componentColumnList > div:first-child {
        margin-right: 7.4229703521%; }
    .componentColumnList h2 i {
      display: none; } }
  .componentColumnList ol {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .componentColumnList li {
    margin-bottom: 30px; }
    .componentColumnList li:after {
      content: "";
      display: table;
      clear: both; }
    .componentColumnList li > * {
      display: inline; }
  .componentColumnList h2 button {
    background: transparent;
    margin: 0;
    border: none;
    padding: 0;
    width: 100%;
    color: #FFF;
    line-height: 1.4;
    font-size: 35px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic; }
    .componentColumnList h2 button:after {
      content: "";
      display: table;
      clear: both; }
    .componentColumnList h2 button > span {
      display: inline-block;
      float: left; }
    .componentColumnList h2 button > i {
      float: right;
      color: #ff91e5;
      line-height: 0.9;
      font-size: 54px; }
  @media screen and (max-width: 767px) {
    .componentColumnList h2 {
      margin-bottom: 0; } }
  .componentColumnList p:last-child {
    margin-bottom: 0; }
  .componentColumnList .listWhen .date {
    width: 16.85144%;
    float: left;
    border: 3px solid #ff91e5;
    border-radius: 7px;
    overflow: hidden; }
    .componentColumnList .listWhen .date > .dateInt {
      border-bottom: 3px solid #ff91e5;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 5px;
      padding-bottom: 5px; }
    .componentColumnList .listWhen .date .dateText {
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      font-size: 23px;
      padding-top: 7px;
      padding-bottom: 7px; }
      .componentColumnList .listWhen .date .dateText i {
        font-size: 42px;
        line-height: 0.5; }
    .componentColumnList .listWhen .date > * {
      display: block;
      text-align: center; }
  .componentColumnList .listWhen .content {
    width: 77.16186%;
    float: right; }
  .componentColumnList .listHow li.allItemsButFirst {
    border-top: 3px solid #ff91e5;
    padding-top: 30px; }
  .componentColumnList .listHow li > span {
    width: 8.86918%;
    float: left; }
  .componentColumnList .listHow li > .content {
    width: 85.36585%;
    float: right; }

.componentNavigationAccordion.passive .accordionContent {
  overflow: hidden; }

.componentNavigationAccordion.active .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.componentAccordion.passive .accordionContent {
  height: 0;
  overflow: hidden; }

.componentAccordion.active button .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.componentFundraisingIdeas {
  background-color: #3d8928;
  padding-top: 50px; }
  .componentFundraisingIdeas .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .componentFundraisingIdeas.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .componentFundraisingIdeas.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentFundraisingIdeas.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .componentFundraisingIdeas.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .componentFundraisingIdeas.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentFundraisingIdeas.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentFundraisingIdeas.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .componentFundraisingIdeas.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentFundraisingIdeas.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .componentFundraisingIdeas.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentFundraisingIdeas.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .componentFundraisingIdeas.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .componentFundraisingIdeas.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentFundraisingIdeas.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentFundraisingIdeas.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentFundraisingIdeas.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .componentFundraisingIdeas.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentFundraisingIdeas.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .componentFundraisingIdeas.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .componentFundraisingIdeas.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentFundraisingIdeas.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentFundraisingIdeas.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentFundraisingIdeas.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentFundraisingIdeas h2 {
    font-size: 35px;
    font-style: italic; }
  .componentFundraisingIdeas > .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .componentFundraisingIdeas > .contentContainer {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto; } }
    .componentFundraisingIdeas > .contentContainer .content {
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic; }
      @media screen and (max-width: 767px) {
        .componentFundraisingIdeas > .contentContainer .content p,
        .componentFundraisingIdeas > .contentContainer .content td,
        .componentFundraisingIdeas > .contentContainer .content li {
          color: #FFF;
          font-size: 18px; }
          .componentFundraisingIdeas > .contentContainer .content p a,
          .componentFundraisingIdeas > .contentContainer .content td a,
          .componentFundraisingIdeas > .contentContainer .content li a {
            color: #FFF; }
        .componentFundraisingIdeas > .contentContainer .content li {
          line-height: 1.4em; }
        .componentFundraisingIdeas > .contentContainer .content p {
          margin-top: 0;
          line-height: 1.4em; }
        .componentFundraisingIdeas > .contentContainer .content h1, .componentFundraisingIdeas > .contentContainer .content h2, .componentFundraisingIdeas > .contentContainer .content h3, .componentFundraisingIdeas > .contentContainer .content h4, .componentFundraisingIdeas > .contentContainer .content h5, .componentFundraisingIdeas > .contentContainer .content h6 {
          margin-top: 0; }
        .componentFundraisingIdeas > .contentContainer .content h2 {
          font-size: 35px; } }
      @media screen and (min-width: 768px) {
        .componentFundraisingIdeas > .contentContainer .content p,
        .componentFundraisingIdeas > .contentContainer .content td,
        .componentFundraisingIdeas > .contentContainer .content li {
          color: #FFF;
          font-size: 25px; }
          .componentFundraisingIdeas > .contentContainer .content p a,
          .componentFundraisingIdeas > .contentContainer .content td a,
          .componentFundraisingIdeas > .contentContainer .content li a {
            color: #FFF; }
        .componentFundraisingIdeas > .contentContainer .content li {
          line-height: 1.4em; }
        .componentFundraisingIdeas > .contentContainer .content p {
          margin-top: 0;
          line-height: 1.4em; }
        .componentFundraisingIdeas > .contentContainer .content h1, .componentFundraisingIdeas > .contentContainer .content h2, .componentFundraisingIdeas > .contentContainer .content h3, .componentFundraisingIdeas > .contentContainer .content h4, .componentFundraisingIdeas > .contentContainer .content h5, .componentFundraisingIdeas > .contentContainer .content h6 {
          margin-top: 0; }
        .componentFundraisingIdeas > .contentContainer .content h2 {
          font-size: 35px; } }
  @media screen and (max-width: 767px) {
    .componentFundraisingIdeas {
      padding-bottom: 35px; } }
  @media screen and (min-width: 768px) {
    .componentFundraisingIdeas {
      padding-bottom: 90px; } }
  .componentFundraisingIdeas .ribbonSlanted {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-backface-visibility: hidden;
    color: #1d3d12; }
    .componentFundraisingIdeas .ribbonSlanted > * {
      display: inline-block; }
    .componentFundraisingIdeas .ribbonSlanted .ribbonText {
      color: white;
      border-radius: 4px;
      position: relative;
      z-index: 7;
      overflow: hidden;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      text-overflow: ellipsis; }
      @media screen and (max-width: 767px) {
        .componentFundraisingIdeas .ribbonSlanted .ribbonText {
          max-width: 212px;
          font-size: 35px;
          padding-top: 8px;
          padding-left: 18px;
          padding-bottom: 6px;
          padding-right: 18px; } }
      @media screen and (min-width: 768px) {
        .componentFundraisingIdeas .ribbonSlanted .ribbonText {
          max-width: 440px;
          font-size: 50px;
          padding-top: 10px;
          padding-left: 39px;
          padding-bottom: 8px;
          padding-right: 39px; } }
    .componentFundraisingIdeas .ribbonSlanted.nowrap .ribbonText {
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .componentFundraisingIdeas .ribbonSlanted.nowrap .ribbonText {
          max-height: 44px; } }
      @media screen and (min-width: 768px) {
        .componentFundraisingIdeas .ribbonSlanted.nowrap .ribbonText {
          max-height: 72px; } }
    .componentFundraisingIdeas .ribbonSlanted .ribbonLeft {
      display: none; }
    .componentFundraisingIdeas .ribbonSlanted .ribbonRight {
      display: none; }
  .componentFundraisingIdeas .cta {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #92c724;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 38px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic; }
    .componentFundraisingIdeas .cta i {
      position: absolute;
      top: 2px;
      right: 10px;
      font-size: 33px; }
    .componentFundraisingIdeas .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #3d8928; }
    .componentFundraisingIdeas .cta i {
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .componentFundraisingIdeas .cta {
        font-size: 18px;
        padding-left: 9px;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .componentFundraisingIdeas .cta {
        font-size: 20px;
        padding-left: 12px; } }

.componentIdeasList {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .componentIdeasList:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentIdeasList {
      max-width: 990px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentIdeasList {
      margin-bottom: 30px; }
      .componentIdeasList .ideaListItem {
        display: inline-block;
        max-width: 304px; } }
  @media screen and (min-width: 768px) {
    .componentIdeasList {
      margin-bottom: 60px; }
      .componentIdeasList > * {
        width: 31.7615656014%;
        display: inline;
        float: left; }
        .componentIdeasList > *.notLastChildInRow {
          margin-right: 2.3576515979%; } }
  .componentIdeasList img {
    max-width: 100%; }
  .componentIdeasList .ideaListItem {
    background-color: #FFF;
    overflow: hidden; }
    .componentIdeasList .ideaListItem > div,
    .componentIdeasList .ideaListItem > p {
      padding-left: 35px;
      padding-right: 35px; }
    .componentIdeasList .ideaListItem .itemTitle {
      color: #1d3d12;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 20px; }
    .componentIdeasList .ideaListItem .itemContent p,
    .componentIdeasList .ideaListItem .itemContent td,
    .componentIdeasList .ideaListItem .itemContent li {
      color: #3d8928;
      font-size: 16px; }
      .componentIdeasList .ideaListItem .itemContent p a,
      .componentIdeasList .ideaListItem .itemContent td a,
      .componentIdeasList .ideaListItem .itemContent li a {
        color: #3d8928; }
    .componentIdeasList .ideaListItem .itemContent li {
      line-height: 1.4em; }
    .componentIdeasList .ideaListItem .itemContent p {
      margin-top: 0;
      line-height: 1.4em; }
    .componentIdeasList .ideaListItem .itemContent h1, .componentIdeasList .ideaListItem .itemContent h2, .componentIdeasList .ideaListItem .itemContent h3, .componentIdeasList .ideaListItem .itemContent h4, .componentIdeasList .ideaListItem .itemContent h5, .componentIdeasList .ideaListItem .itemContent h6 {
      margin-top: 0; }
    .componentIdeasList .ideaListItem .itemContent h2 {
      font-size: 35px; }
    .componentIdeasList .ideaListItem .itemRaised {
      display: block;
      color: #662d90;
      text-transform: uppercase;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      font-size: 22px; }
  .componentIdeasList .owl-dots {
    padding-top: 15px;
    padding-bottom: 15px; }
    .componentIdeasList .owl-dots .owl-dot {
      width: 13px;
      height: 13px;
      display: inline-block;
      background-color: #92c724;
      border-radius: 100%;
      margin-left: 7px;
      margin-right: 7px; }
      .componentIdeasList .owl-dots .owl-dot.active {
        background-color: #FFF; }

.componentIdeasList4 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .componentIdeasList4:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentIdeasList4 {
      max-width: 990px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentIdeasList4 {
      margin-bottom: 30px; }
      .componentIdeasList4 .ideaListItem {
        display: inline-block;
        max-width: 304px; } }
  @media screen and (min-width: 768px) {
    .componentIdeasList4 {
      margin-bottom: 60px; }
      .componentIdeasList4 > * {
        width: 23.5%;
        display: inline;
        float: left; }
        .componentIdeasList4 > *.notLastChildInRow {
          margin-right: 2%; } }
  .componentIdeasList4 img {
    max-width: 100%; }
  .componentIdeasList4 .ideaListItem {
    background-color: #FFF;
    overflow: hidden; }
    .componentIdeasList4 .ideaListItem > div,
    .componentIdeasList4 .ideaListItem > p {
      padding-left: 35px;
      padding-right: 35px; }
    .componentIdeasList4 .ideaListItem .itemTitle {
      color: #333;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 20px; }
    .componentIdeasList4 .ideaListItem .itemContent p,
    .componentIdeasList4 .ideaListItem .itemContent td,
    .componentIdeasList4 .ideaListItem .itemContent li {
      color: #333;
      font-size: 16px; }
      .componentIdeasList4 .ideaListItem .itemContent p a,
      .componentIdeasList4 .ideaListItem .itemContent td a,
      .componentIdeasList4 .ideaListItem .itemContent li a {
        color: #333; }
    .componentIdeasList4 .ideaListItem .itemContent li {
      line-height: 1.4em; }
    .componentIdeasList4 .ideaListItem .itemContent p {
      margin-top: 0;
      line-height: 1.4em; }
    .componentIdeasList4 .ideaListItem .itemContent h1, .componentIdeasList4 .ideaListItem .itemContent h2, .componentIdeasList4 .ideaListItem .itemContent h3, .componentIdeasList4 .ideaListItem .itemContent h4, .componentIdeasList4 .ideaListItem .itemContent h5, .componentIdeasList4 .ideaListItem .itemContent h6 {
      margin-top: 0; }
    .componentIdeasList4 .ideaListItem .itemContent h2 {
      font-size: 35px; }
    .componentIdeasList4 .ideaListItem .itemRaised {
      display: block;
      color: #333;
      text-transform: uppercase;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      font-size: 22px; }
  .componentIdeasList4 .owl-dots {
    padding-top: 15px;
    padding-bottom: 15px; }
    .componentIdeasList4 .owl-dots .owl-dot {
      width: 13px;
      height: 13px;
      display: inline-block;
      background-color: #92c724;
      border-radius: 100%;
      margin-left: 7px;
      margin-right: 7px; }
      .componentIdeasList4 .owl-dots .owl-dot.active {
        background-color: #FFF; }

.componentTintUp {
  background-color: #FFF; }
  .componentTintUp .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .componentTintUp .contentContainer {
        max-width: 1155px;
        margin-left: auto;
        margin-right: auto; } }
    .componentTintUp .contentContainer h2 {
      text-align: center;
      font-size: 33px;
      margin-top: 0px; }
    .componentTintUp .contentContainer h3 {
      text-align: center;
      font-size: 25px;
      margin-top: 0px; }

.componentDonationFooter {
  background-color: #f5f5ee;
  padding-top: 50px;
  padding-bottom: 50px; }
  .componentDonationFooter .wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .componentDonationFooter .wrapper {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
  .componentDonationFooter .contentContainer {
    background-color: #FFF;
    position: relative; }
    .componentDonationFooter .contentContainer:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .componentDonationFooter .contentContainer {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .componentDonationFooter .contentContainer > * {
        display: inline;
        float: left; } }
    .componentDonationFooter .contentContainer .donationLogo {
      display: block;
      margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .componentDonationFooter .image img {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .componentDonationFooter .image {
      position: absolute;
      right: 0;
      top: 0;
      width: 59.79166%;
      height: 100%;
      overflow: hidden; }
      .componentDonationFooter .image img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%; } }
  .componentDonationFooter .content p,
  .componentDonationFooter .content td,
  .componentDonationFooter .content li {
    color: #444;
    font-size: 16px; }
    .componentDonationFooter .content p a,
    .componentDonationFooter .content td a,
    .componentDonationFooter .content li a {
      color: #444; }
  .componentDonationFooter .content li {
    line-height: 1.4em; }
  .componentDonationFooter .content p {
    margin-top: 0;
    line-height: 1.4em; }
  .componentDonationFooter .content h1, .componentDonationFooter .content h2, .componentDonationFooter .content h3, .componentDonationFooter .content h4, .componentDonationFooter .content h5, .componentDonationFooter .content h6 {
    margin-top: 0; }
  .componentDonationFooter .content h2 {
    font-size: 35px; }
  @media screen and (max-width: 767px) {
    .componentDonationFooter .content {
      padding: 20px; }
      .componentDonationFooter .content > img {
        margin-top: 10px;
        margin-bottom: 10px; }
      .componentDonationFooter .content .buttonDonation {
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .componentDonationFooter .content {
      width: 40.20834%;
      padding: 35px 45px; }
      .componentDonationFooter .content > img {
        margin-top: 25px;
        margin-bottom: 40px; } }
  .componentDonationFooter .content .donationLogo {
    max-height: 100px; }
  .componentDonationFooter .content img {
    max-width: 100%;
    display: block; }
  .componentDonationFooter .content > p:last-child {
    margin-bottom: 0; }
  .componentDonationFooter .buttonDonation {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #e88ee4;
    color: #662d90;
    border-radius: 4px;
    text-decoration: none;
    padding: 9px 32px 9px 12px;
    font-size: 20px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 15px; }
    .componentDonationFooter .buttonDonation i {
      position: absolute;
      top: 1px;
      right: 10px;
      font-size: 35px; }
    .componentDonationFooter .buttonDonation:hover {
      background-color: #e88ee4;
      color: #FFF; }

.componentFooter {
  padding-top: 65px;
  padding-bottom: 35px; }
  .componentFooter .contentContainer {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .componentFooter .contentContainer {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 768px) {
    .componentFooter .content {
      padding-bottom: 45px; }
      .componentFooter .content:after {
        content: "";
        display: table;
        clear: both; }
      .componentFooter .content > * {
        display: inline; }
      .componentFooter .content > .footerSocial {
        float: left;
        width: 47.0834%; }
      .componentFooter .content > .footerLinkGroups {
        float: right;
        width: 52.9166%; } }
  .componentFooter .buttonRegister {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #2e94de;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    text-decoration: none;
    font-size: 25px;
    min-width: 180px;
    text-align: center;
    padding-top: 16px;
    padding-left: 21px;
    padding-bottom: 16px;
    padding-right: 55px; }
    .componentFooter .buttonRegister:hover {
      background-color: #FFF;
      color: #1d2c4d; }
    .componentFooter .buttonRegister > i {
      position: absolute;
      top: 15px;
      font-size: 40px;
      right: 17px;
      line-height: 23px; }
    @media screen and (max-width: 767px) {
      .componentFooter .buttonRegister {
        width: 100%;
        text-align: center;
        margin-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    .componentFooter .listSocialLinks {
      padding-bottom: 35px; }
      .componentFooter .listSocialLinks:after {
        content: "";
        display: table;
        clear: both; }
      .componentFooter .listSocialLinks > * {
        float: left;
        width: 25%; } }
  @media screen and (min-width: 768px) {
    .componentFooter .listSocialLinks {
      padding-top: 40px; }
      .componentFooter .listSocialLinks > * {
        float: left;
        width: 80px; } }
  .componentFooter .listSocialLinks .lastchild {
    text-align: right; }
  .componentFooter .listSocialLinks .middlechild {
    text-align: center; }
  .componentFooter .listSocialLinks a {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .componentFooter .contentBottom {
      padding-top: 20px;
      text-align: center; }
      .componentFooter .contentBottom p,
      .componentFooter .contentBottom td,
      .componentFooter .contentBottom li {
        color: #8ac0e6;
        font-size: 15px; }
        .componentFooter .contentBottom p a,
        .componentFooter .contentBottom td a,
        .componentFooter .contentBottom li a {
          color: #8ac0e6; }
      .componentFooter .contentBottom li {
        line-height: 1.4em; }
      .componentFooter .contentBottom p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentFooter .contentBottom h1, .componentFooter .contentBottom h2, .componentFooter .contentBottom h3, .componentFooter .contentBottom h4, .componentFooter .contentBottom h5, .componentFooter .contentBottom h6 {
        margin-top: 0; }
      .componentFooter .contentBottom h2 {
        font-size: 35px; } }
  @media screen and (min-width: 768px) {
    .componentFooter .contentBottom {
      padding-top: 35px;
      border-top: 2px solid #3c5678; }
      .componentFooter .contentBottom p,
      .componentFooter .contentBottom td,
      .componentFooter .contentBottom li {
        color: #8ac0e6;
        font-size: 18px; }
        .componentFooter .contentBottom p a,
        .componentFooter .contentBottom td a,
        .componentFooter .contentBottom li a {
          color: #8ac0e6; }
      .componentFooter .contentBottom li {
        line-height: 1.4em; }
      .componentFooter .contentBottom p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentFooter .contentBottom h1, .componentFooter .contentBottom h2, .componentFooter .contentBottom h3, .componentFooter .contentBottom h4, .componentFooter .contentBottom h5, .componentFooter .contentBottom h6 {
        margin-top: 0; }
      .componentFooter .contentBottom h2 {
        font-size: 35px; } }
  .componentFooter .contentBottom p:last-child {
    margin-bottom: 0; }
  .componentFooter .contentBottom img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0px auto;
    display: block; }
  @media screen and (max-width: 767px) {
    .componentFooter .footerLinkGroups {
      border: 2px solid #5b80a6;
      border-radius: 7px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .componentFooter .footerLinkGroups > * {
      display: inline;
      float: left;
      width: 50%; } }
  .componentFooter .footerLinkGroups .footerLinkGroupsColumn a {
    display: block;
    color: #1d2c4d;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .componentFooter .footerLinkGroups .footerLinkGroupsColumn a {
        border-top: 2px solid #5b80a6;
        padding: 17px;
        font-size: 20px; } }
    @media screen and (min-width: 768px) {
      .componentFooter .footerLinkGroups .footerLinkGroupsColumn a {
        padding: 7px 5px; }
        .componentFooter .footerLinkGroups .footerLinkGroupsColumn a span {
          border-bottom: 2px solid #ffffff; }
        .componentFooter .footerLinkGroups .footerLinkGroupsColumn a:hover span {
          border-bottom: 2px solid #2e94de; } }
  .componentFooter .footerLinkGroups .footerLinkGroupsColumn:first-child a:first-child {
    border-top: none; }
  .componentFooter .sponsors {
    color: #1d2c4d;
    border-top: 2px solid #3c5678; }
    .componentFooter .sponsors .sponsorCategory {
      float: left;
      width: 100%;
      clear: both; }
    .componentFooter .sponsors .sponsor {
      display: block;
      float: left;
      text-align: center;
      margin-bottom: 1em; }
      .componentFooter .sponsors .sponsor img {
        display: inline;
        max-width: 90%; }
      @media screen and (max-width: 767px) {
        .componentFooter .sponsors .sponsor.primary {
          width: 33%; }
          .componentFooter .sponsors .sponsor.primary img {
            max-height: 70px; }
        .componentFooter .sponsors .sponsor.secondary {
          width: 25%; }
          .componentFooter .sponsors .sponsor.secondary img {
            max-height: 70px; }
        .componentFooter .sponsors .sponsor.tertiary {
          width: 20%; }
          .componentFooter .sponsors .sponsor.tertiary img {
            max-height: 50px; } }
      @media screen and (min-width: 768px) {
        .componentFooter .sponsors .sponsor.primary {
          width: 25%; }
          .componentFooter .sponsors .sponsor.primary img {
            max-height: 110px; }
        .componentFooter .sponsors .sponsor.secondary {
          width: 20%; }
          .componentFooter .sponsors .sponsor.secondary img {
            max-height: 80px; }
        .componentFooter .sponsors .sponsor.tertiary {
          width: 14%; }
          .componentFooter .sponsors .sponsor.tertiary img {
            max-height: 55px; } }

.componentListGroup {
  border: 2px solid #5b80a6;
  border-radius: 5px; }
  .componentListGroup a {
    display: block;
    color: #FFF;
    text-decoration: none;
    border-top: 2px solid #5b80a6;
    padding: 17px;
    font-size: 16px; }
    .componentListGroup a:first-child {
      border-top: none; }

.componentContentBlock {
  position: relative;
  overflow: hidden; }
  .componentContentBlock .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .componentContentBlock.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .componentContentBlock.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentContentBlock.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .componentContentBlock.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .componentContentBlock.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentContentBlock.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentContentBlock.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .componentContentBlock.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentContentBlock.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .componentContentBlock.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentContentBlock.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .componentContentBlock.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .componentContentBlock.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentContentBlock.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentContentBlock.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentContentBlock.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .componentContentBlock.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentContentBlock.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .componentContentBlock.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .componentContentBlock.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentContentBlock.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentContentBlock.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentContentBlock.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentContentBlock:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentContentBlock.odd .contentContainer {
      float: right; }
    .componentContentBlock.odd > img {
      right: 50%; }
    .componentContentBlock.even .contentContainer {
      float: left; }
      .componentContentBlock.even .contentContainer .content {
        float: right; }
    .componentContentBlock.even > img {
      left: 50%; }
    .componentContentBlock .contentContainer {
      display: inline;
      width: 50%; } }
  .componentContentBlock .content p,
  .componentContentBlock .content td,
  .componentContentBlock .content li {
    color: #FFF;
    font-size: 20px; }
    .componentContentBlock .content p a,
    .componentContentBlock .content td a,
    .componentContentBlock .content li a {
      color: #FFF; }
  .componentContentBlock .content li {
    line-height: 1.4em; }
  .componentContentBlock .content p {
    margin-top: 0;
    line-height: 1.4em; }
  .componentContentBlock .content h1, .componentContentBlock .content h2, .componentContentBlock .content h3, .componentContentBlock .content h4, .componentContentBlock .content h5, .componentContentBlock .content h6 {
    margin-top: 0; }
  .componentContentBlock .content h2 {
    font-size: 35px; }
  @media screen and (max-width: 767px) {
    .componentContentBlock .content {
      padding: 35px 15px; } }
  @media screen and (min-width: 768px) {
    .componentContentBlock .content {
      padding: 50px;
      max-width: 530px; } }
  .componentContentBlock .content h1, .componentContentBlock .content h2, .componentContentBlock .content h3, .componentContentBlock .content h4, .componentContentBlock .content h5, .componentContentBlock .content h6 {
    color: #FFF; }
  .componentContentBlock .cta {
    position: relative;
    padding: 9px 41px 10px 12px;
    font-size: 18px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic; }
    .componentContentBlock .cta i {
      position: absolute;
      top: 8px;
      right: 12px;
      font-size: 31px; }
    .componentContentBlock .cta > i {
      line-height: 18px;
      height: 19px; }
    @media screen and (max-width: 767px) {
      .componentContentBlock .cta {
        width: 100%;
        text-align: center;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .componentContentBlock .cta {
        margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .componentContentBlock > img {
      width: 100%;
      display: block; } }
  @media screen and (min-width: 768px) {
    .componentContentBlock > img {
      position: absolute;
      right: 50%;
      top: 0;
      min-height: 100%;
      min-width: 50%; } }

.componentGeneralContent {
  background-color: #f5f5ee;
  padding-top: 35px;
  padding-bottom: 85px; }
  .componentGeneralContent header {
    padding-left: 15px;
    padding-right: 15px;
    color: #662d90;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .componentGeneralContent header {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
    .componentGeneralContent header hgroup {
      background-image: url("../images/pinkPx.gif");
      background-repeat: repeat-x;
      background-position: left center; }
    .componentGeneralContent header h1 {
      display: inline-block;
      background-color: #f5f5ee;
      letter-spacing: 1px;
      padding-left: 28px;
      padding-right: 28px;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: normal; }
  .componentGeneralContent .contentContainer {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .componentGeneralContent .contentContainer {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
    .componentGeneralContent .contentContainer img {
      height: auto;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .componentGeneralContent .contentContainer img {
          display: block;
          max-width: 100%; } }
      @media screen and (min-width: 768px) {
        .componentGeneralContent .contentContainer img.right, .componentGeneralContent .contentContainer img.left {
          max-width: 50%;
          display: inline; }
        .componentGeneralContent .contentContainer img.left {
          float: left;
          margin-right: 50px; }
        .componentGeneralContent .contentContainer img.right {
          float: right;
          margin-left: 50px; } }
    @media screen and (max-width: 767px) {
      .componentGeneralContent .contentContainer p,
      .componentGeneralContent .contentContainer td,
      .componentGeneralContent .contentContainer li {
        color: #333;
        font-size: 16px; }
        .componentGeneralContent .contentContainer p a,
        .componentGeneralContent .contentContainer td a,
        .componentGeneralContent .contentContainer li a {
          color: #333; }
      .componentGeneralContent .contentContainer p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentGeneralContent .contentContainer li {
        line-height: 1.4em; }
      .componentGeneralContent .contentContainer h1, .componentGeneralContent .contentContainer h4, .componentGeneralContent .contentContainer h5, .componentGeneralContent .contentContainer h6 {
        margin-top: 0; }
      .componentGeneralContent .contentContainer h2 {
        font-size: 35px; }
      .componentGeneralContent .contentContainer h1 {
        font-size: 57px; }
      .componentGeneralContent .contentContainer h3 {
        margin-top: 45px;
        color: #333;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 27px; }
      .componentGeneralContent .contentContainer h1, .componentGeneralContent .contentContainer h2 {
        color: #2e94de;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic; }
      .componentGeneralContent .contentContainer h2 {
        margin-top: 65px; }
      .componentGeneralContent .contentContainer h1, .componentGeneralContent .contentContainer h2, .componentGeneralContent .contentContainer h3, .componentGeneralContent .contentContainer h4, .componentGeneralContent .contentContainer h5, .componentGeneralContent .contentContainer h6 {
        clear: both; }
      .componentGeneralContent .contentContainer p a {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #6ab1e2; }
      .componentGeneralContent .contentContainer .button-outline {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding: 4px 12px; }
        .componentGeneralContent .contentContainer .button-outline:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; }
      .componentGeneralContent .contentContainer .button-arrow {
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 38px;
        padding-bottom: 4px;
        padding-left: 12px; }
        .componentGeneralContent .contentContainer .button-arrow i {
          position: absolute;
          top: 1px;
          right: 10px;
          font-size: 31px; }
        .componentGeneralContent .contentContainer .button-arrow:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; } }
    @media screen and (min-width: 768px) {
      .componentGeneralContent .contentContainer p,
      .componentGeneralContent .contentContainer td,
      .componentGeneralContent .contentContainer li {
        color: #333;
        font-size: 20px; }
        .componentGeneralContent .contentContainer p a,
        .componentGeneralContent .contentContainer td a,
        .componentGeneralContent .contentContainer li a {
          color: #333; }
      .componentGeneralContent .contentContainer p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentGeneralContent .contentContainer li {
        line-height: 1.4em; }
      .componentGeneralContent .contentContainer h1, .componentGeneralContent .contentContainer h4, .componentGeneralContent .contentContainer h5, .componentGeneralContent .contentContainer h6 {
        margin-top: 0; }
      .componentGeneralContent .contentContainer h2 {
        font-size: 35px; }
      .componentGeneralContent .contentContainer h1 {
        font-size: 57px; }
      .componentGeneralContent .contentContainer h3 {
        margin-top: 45px;
        color: #333;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 27px; }
      .componentGeneralContent .contentContainer h1, .componentGeneralContent .contentContainer h2 {
        color: #2e94de;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic; }
      .componentGeneralContent .contentContainer h2 {
        margin-top: 65px; }
      .componentGeneralContent .contentContainer h1, .componentGeneralContent .contentContainer h2, .componentGeneralContent .contentContainer h3, .componentGeneralContent .contentContainer h4, .componentGeneralContent .contentContainer h5, .componentGeneralContent .contentContainer h6 {
        clear: both; }
      .componentGeneralContent .contentContainer p a {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #6ab1e2; }
      .componentGeneralContent .contentContainer .button-outline {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding: 4px 12px; }
        .componentGeneralContent .contentContainer .button-outline:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; }
      .componentGeneralContent .contentContainer .button-arrow {
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 38px;
        padding-bottom: 4px;
        padding-left: 12px; }
        .componentGeneralContent .contentContainer .button-arrow i {
          position: absolute;
          top: 1px;
          right: 10px;
          font-size: 31px; }
        .componentGeneralContent .contentContainer .button-arrow:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; } }
    .componentGeneralContent .contentContainer p:last-child {
      margin-bottom: 0; }

.componentVideoBlock .button {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 5px;
  background-color: #1855b1;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-right: 18px;
  color: white;
  text-decoration: none; }

.componentVideoBlock.themeBlue {
  color: #FFF;
  background-color: #2e94de; }
  .componentVideoBlock.themeBlue .cta {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #99d4fb;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none; }
    .componentVideoBlock.themeBlue .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #2e94de; }
  .componentVideoBlock.themeBlue .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: #1855b1;
    text-decoration: none; }
    .componentVideoBlock.themeBlue .button.buttonBlue {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themeBlue .button.buttonPurple {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themeBlue .button.buttonGreen {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themeBlue .button.buttonWhite {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1; }
    .componentVideoBlock.themeBlue .button.buttonPink {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
  .componentVideoBlock.themeBlue.hasBackgroundVideo .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .componentVideoBlock.themeBlue.hasBackgroundImage .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }

.componentVideoBlock.themePurple {
  color: #FFF;
  background-color: #662d90; }
  .componentVideoBlock.themePurple .cta {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #ff91e5;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none; }
    .componentVideoBlock.themePurple .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #662d90; }
  .componentVideoBlock.themePurple .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: #662d90;
    text-decoration: none; }
    .componentVideoBlock.themePurple .button.buttonBlue {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themePurple .button.buttonPurple {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themePurple .button.buttonGreen {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themePurple .button.buttonWhite {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1; }
    .componentVideoBlock.themePurple .button.buttonPink {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
  .componentVideoBlock.themePurple.hasBackgroundVideo .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #662d90;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }

.componentVideoBlock.themeGreen {
  color: #FFF;
  background-color: #3d8928; }
  .componentVideoBlock.themeGreen .cta {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #92c724;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none; }
    .componentVideoBlock.themeGreen .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #3d8928; }
  .componentVideoBlock.themeGreen .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: #3d8928;
    text-decoration: none; }
    .componentVideoBlock.themeGreen .button.buttonBlue {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themeGreen .button.buttonPurple {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themeGreen .button.buttonGreen {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentVideoBlock.themeGreen .button.buttonWhite {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1; }
    .componentVideoBlock.themeGreen .button.buttonPink {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
  .componentVideoBlock.themeGreen.hasBackgroundVideo .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #3d8928;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }

@media screen and (min-width: 768px) {
  .componentVideoBlock.odd .content {
    float: right; }
  .componentVideoBlock.odd .videoContainer {
    float: left; }
  .componentVideoBlock.even .content {
    float: left; }
  .componentVideoBlock.even .videoContainer {
    float: right; } }

.componentVideoBlock img {
  max-width: 100%; }

.componentVideoBlock .contentContainer {
  padding-left: 15px;
  padding-right: 15px; }
  .componentVideoBlock .contentContainer:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentVideoBlock .contentContainer {
      max-width: 990px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentVideoBlock .contentContainer {
      padding-top: 35px;
      padding-bottom: 35px; }
      .componentVideoBlock .contentContainer .videoContainer {
        margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .componentVideoBlock .contentContainer {
      padding-top: 45px;
      padding-bottom: 45px; }
      .componentVideoBlock .contentContainer > * {
        display: inline;
        width: 50%; } }

.componentVideoBlock .videoContainer {
  position: relative; }
  .componentVideoBlock .videoContainer .buttonPlay {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }

.componentVideoBlock .content p,
.componentVideoBlock .content td,
.componentVideoBlock .content li {
  color: #FFF;
  font-size: 20px; }
  .componentVideoBlock .content p a,
  .componentVideoBlock .content td a,
  .componentVideoBlock .content li a {
    color: #FFF; }

.componentVideoBlock .content li {
  line-height: 1.4em; }

.componentVideoBlock .content p {
  margin-top: 0;
  line-height: 1.4em; }

.componentVideoBlock .content h1, .componentVideoBlock .content h2, .componentVideoBlock .content h3, .componentVideoBlock .content h4, .componentVideoBlock .content h5, .componentVideoBlock .content h6 {
  margin-top: 0; }

.componentVideoBlock .content h2 {
  font-size: 35px; }

.componentVideoBlock .content h1, .componentVideoBlock .content h2, .componentVideoBlock .content h3, .componentVideoBlock .content h4, .componentVideoBlock .content h5, .componentVideoBlock .content h6 {
  color: #FFF; }

@media screen and (min-width: 768px) {
  .componentVideoBlock .content {
    padding-left: 45px;
    padding-right: 45px; } }

.componentVideoBlock .cta {
  position: relative;
  padding: 9px 38px 9px 12px;
  font-size: 18px;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic; }
  .componentVideoBlock .cta i {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 33px; }
  @media screen and (max-width: 767px) {
    .componentVideoBlock .cta {
      width: 100%;
      text-align: center;
      margin-top: 20px; } }
  @media screen and (min-width: 768px) {
    .componentVideoBlock .cta {
      margin-top: 50px; } }

.componentFormStandard {
  max-width: 470px; }
  .componentFormStandard fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .componentFormStandard .field {
    margin-bottom: 10px; }
    .componentFormStandard .field label {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
    .componentFormStandard .field.checkbox:after {
      content: "";
      display: table;
      clear: both; }
    .componentFormStandard .field.checkbox > input {
      display: inline-block;
      float: left;
      max-width: 25%;
      margin-top: 10px; }
    .componentFormStandard .field.checkbox > label {
      display: inline-block;
      float: left;
      margin-left: 5%;
      width: 70%; }
  .componentFormStandard .fieldgroup > label {
    color: #333;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 27px; }
  @media screen and (max-width: 767px) {
    .componentFormStandard .fieldgroup.middleColumn > * {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .componentFormStandard .fieldgroup.middleColumn:after {
      content: "";
      display: table;
      clear: both; }
    .componentFormStandard .fieldgroup.middleColumn > * {
      width: 48.93617%;
      float: left; }
    .componentFormStandard .fieldgroup.middleColumn > div:first-child {
      margin-right: 2.12766%; } }
  .componentFormStandard .fieldgroup-field label,
  .componentFormStandard .field  label {
    display: none; }
  .componentFormStandard input[type="email"], .componentFormStandard input[type="number"], .componentFormStandard input[type="password"], .componentFormStandard input[type="search"], .componentFormStandard input[type="tel"], .componentFormStandard input[type="text"], .componentFormStandard input[type="url"], .componentFormStandard input[type="color"], .componentFormStandard input[type="date"], .componentFormStandard input[type="datetime"], .componentFormStandard input[type="datetime-local"], .componentFormStandard input[type="month"], .componentFormStandard input[type="time"], .componentFormStandard input[type="week"],
  .componentFormStandard textarea {
    border: 2px solid #abab9a;
    border-radius: 5px;
    padding: 10px;
    color: #666;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    resize: none;
    font-size: 16px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    width: 100%; }
  .componentFormStandard select {
    border: 2px solid #abab9a;
    border-radius: 5px;
    padding: 10px;
    color: #666;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    width: 100%; }
  .componentFormStandard .action {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #662d90;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    border: none;
    color: #FFF;
    padding: 8px 12px;
    font-size: 19px;
    cursor: pointer; }
    .componentFormStandard .action:hover {
      background-color: #35174a; }
    .componentFormStandard .action > i {
      margin-left: 10px;
      color: #e88ee4; }

.componentTallyTicker [class*="itemPos"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.componentTallyTicker .prefixTicker,
.componentTallyTicker .suffixTicker,
.componentTallyTicker .amountTicker {
  position: relative; }

.componentTallyTicker .prefixTicker,
.componentTallyTicker .suffixTicker {
  height: 16px; }

@media screen and (max-width: 767px) {
  .componentTallyTicker .prefixTicker,
  .componentTallyTicker .suffixTicker,
  .componentTallyTicker .suffixTicker {
    display: block !important;
    text-align: center !important; } }

.componentTallyTicker .amountTicker {
  width: 100%;
  text-align: center;
  display: block;
  height: 19px; }

.componentTallyTicker .amountTickerItem {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.componentTallyTicker.passive {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0); }

.componentTallyTicker.active {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100); }
  .componentTallyTicker.active[data-active="0"] .itemPos0 {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100); }
  .componentTallyTicker.active[data-active="1"] .itemPos1 {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100); }

.componentModal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  text-align: center; }
  .componentModal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.75;
    filter: alpha(opacity=75); }
  .componentModal .content {
    display: inline-block;
    position: relative;
    width: 600px;
    max-height: 80%;
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .componentModal .content {
        margin-top: 10%;
        height: 300px; } }
    @media screen and (min-width: 768px) {
      .componentModal .content {
        margin-top: 70px;
        height: 400px; } }
  .componentModal .close {
    width: 32px;
    height: 32px;
    background-color: #1855b1;
    border: none;
    border-radius: 100%;
    color: #FFF;
    padding: 5px;
    position: absolute;
    top: -16px;
    right: -16px;
    font-size: 17px;
    line-height: 1; }

.componentAppleWatch {
  background-color: #662d90;
  min-height: 600px;
  background-color: #662d90;
  background-position: center;
  background-repeat: no-repeat; }
  .componentAppleWatch > .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .componentAppleWatch > .contentContainer {
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto; } }
    .componentAppleWatch > .contentContainer > .content:after {
      content: "";
      display: table;
      clear: both; }
  .componentAppleWatch .product {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .componentAppleWatch .formContainer,
  .componentAppleWatch .formComplete {
    float: right;
    background: #2e94de;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 2px #000; }
    @media screen and (max-width: 767px) {
      .componentAppleWatch .formContainer,
      .componentAppleWatch .formComplete {
        padding-bottom: 35px; }
        .componentAppleWatch .formContainer p,
        .componentAppleWatch .formContainer td,
        .componentAppleWatch .formContainer li,
        .componentAppleWatch .formComplete p,
        .componentAppleWatch .formComplete td,
        .componentAppleWatch .formComplete li {
          color: #FFF;
          font-size: 14px; }
          .componentAppleWatch .formContainer p a,
          .componentAppleWatch .formContainer td a,
          .componentAppleWatch .formContainer li a,
          .componentAppleWatch .formComplete p a,
          .componentAppleWatch .formComplete td a,
          .componentAppleWatch .formComplete li a {
            color: #FFF; }
        .componentAppleWatch .formContainer li,
        .componentAppleWatch .formComplete li {
          line-height: 1.4em; }
        .componentAppleWatch .formContainer p,
        .componentAppleWatch .formComplete p {
          margin-top: 0;
          line-height: 1.4em; }
        .componentAppleWatch .formContainer h1, .componentAppleWatch .formContainer h2, .componentAppleWatch .formContainer h3, .componentAppleWatch .formContainer h4, .componentAppleWatch .formContainer h5, .componentAppleWatch .formContainer h6,
        .componentAppleWatch .formComplete h1,
        .componentAppleWatch .formComplete h2,
        .componentAppleWatch .formComplete h3,
        .componentAppleWatch .formComplete h4,
        .componentAppleWatch .formComplete h5,
        .componentAppleWatch .formComplete h6 {
          margin-top: 0; }
        .componentAppleWatch .formContainer h2,
        .componentAppleWatch .formComplete h2 {
          font-size: 35px; } }
    @media screen and (min-width: 768px) {
      .componentAppleWatch .formContainer,
      .componentAppleWatch .formComplete {
        padding-bottom: 90px; }
        .componentAppleWatch .formContainer p,
        .componentAppleWatch .formContainer td,
        .componentAppleWatch .formContainer li,
        .componentAppleWatch .formComplete p,
        .componentAppleWatch .formComplete td,
        .componentAppleWatch .formComplete li {
          color: #FFF;
          font-size: 28px; }
          .componentAppleWatch .formContainer p a,
          .componentAppleWatch .formContainer td a,
          .componentAppleWatch .formContainer li a,
          .componentAppleWatch .formComplete p a,
          .componentAppleWatch .formComplete td a,
          .componentAppleWatch .formComplete li a {
            color: #FFF; }
        .componentAppleWatch .formContainer li,
        .componentAppleWatch .formComplete li {
          line-height: 1.4em; }
        .componentAppleWatch .formContainer p,
        .componentAppleWatch .formComplete p {
          margin-top: 0;
          line-height: 1.4em; }
        .componentAppleWatch .formContainer h1, .componentAppleWatch .formContainer h2, .componentAppleWatch .formContainer h3, .componentAppleWatch .formContainer h4, .componentAppleWatch .formContainer h5, .componentAppleWatch .formContainer h6,
        .componentAppleWatch .formComplete h1,
        .componentAppleWatch .formComplete h2,
        .componentAppleWatch .formComplete h3,
        .componentAppleWatch .formComplete h4,
        .componentAppleWatch .formComplete h5,
        .componentAppleWatch .formComplete h6 {
          margin-top: 0; }
        .componentAppleWatch .formContainer h2,
        .componentAppleWatch .formComplete h2 {
          font-size: 35px; } }
    .componentAppleWatch .formContainer .componentFormStandard,
    .componentAppleWatch .formComplete .componentFormStandard {
      max-width: 100%;
      text-align: center; }
      .componentAppleWatch .formContainer .componentFormStandard input[type=text],
      .componentAppleWatch .formComplete .componentFormStandard input[type=text] {
        padding: 16px;
        border: none;
        width: 40%;
        display: inline-block; }
      .componentAppleWatch .formContainer .componentFormStandard input[type=submit],
      .componentAppleWatch .formComplete .componentFormStandard input[type=submit] {
        clear: both; }
      .componentAppleWatch .formContainer .componentFormStandard .errorMessage,
      .componentAppleWatch .formComplete .componentFormStandard .errorMessage {
        font-size: 20px;
        margin: 5px;
        min-height: 30px; }
  .componentAppleWatch .formComplete {
    display: none; }
  @media screen and (max-width: 767px) {
    .componentAppleWatch h1 {
      font-size: 30px;
      line-height: 1.3em;
      color: white;
      text-shadow: 0px 4px 2px #000;
      margin: 0px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .componentAppleWatch .product {
      width: 100%;
      height: 140px; }
    .componentAppleWatch .formContainer,
    .componentAppleWatch .formComplete {
      margin-bottom: 30px; }
      .componentAppleWatch .formContainer p,
      .componentAppleWatch .formComplete p {
        text-align: center;
        line-height: 1.2em;
        margin: 25px;
        font-size: 18px; }
      .componentAppleWatch .formContainer .componentFormStandard,
      .componentAppleWatch .formComplete .componentFormStandard {
        padding-left: 30px;
        padding-right: 30px; }
        .componentAppleWatch .formContainer .componentFormStandard input[type=text],
        .componentAppleWatch .formComplete .componentFormStandard input[type=text] {
          width: 100%;
          margin-bottom: 10px; }
    .componentAppleWatch .cta {
      background-color: transparent;
      font-size: 29px;
      padding-right: 50px; }
      .componentAppleWatch .cta i {
        top: 14px;
        font-size: 49px; }
      .componentAppleWatch .cta:hover {
        background-color: #fff; } }
  @media screen and (min-width: 768px) {
    .componentAppleWatch h1 {
      font-size: 45px;
      line-height: 1.6em;
      color: white;
      text-shadow: 0px 4px 2px #000;
      margin: 0px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .componentAppleWatch .product {
      height: 480px;
      width: 30%; }
    .componentAppleWatch .formContainer,
    .componentAppleWatch .formComplete {
      max-width: 60%;
      margin-bottom: 30px;
      margin-right: 20px; }
      .componentAppleWatch .formContainer p,
      .componentAppleWatch .formComplete p {
        text-align: center;
        line-height: 1.2em;
        margin: 25px;
        font-size: 24px; }
      .componentAppleWatch .formContainer .componentFormStandard input[type=text],
      .componentAppleWatch .formComplete .componentFormStandard input[type=text] {
        margin-left: 5px;
        margin-right: 5px; }
    .componentAppleWatch .cta {
      background-color: transparent;
      font-size: 37px;
      padding-right: 50px;
      margin-top: 0px; }
      .componentAppleWatch .cta i {
        font-size: 52px;
        top: 16px; }
      .componentAppleWatch .cta:hover {
        background-color: #fff; } }
  @media (min-width: 1100px) {
    .componentAppleWatch h1 {
      font-size: 70px;
      line-height: 1.3em;
      color: white;
      text-shadow: 0px 4px 2px #000;
      margin: 0px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .componentAppleWatch .product {
      height: 480px;
      width: 400px; }
    .componentAppleWatch .formContainer,
    .componentAppleWatch .formComplete {
      width: 620px;
      height: 480px; }
      .componentAppleWatch .formContainer .vertCenter,
      .componentAppleWatch .formComplete .vertCenter {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }

.componentLandingHeader .button {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 5px;
  background-color: #1855b1;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-right: 18px;
  color: white;
  text-decoration: none; }

.componentLandingHeader.themeBlue {
  color: #FFF;
  background-color: #2e94de; }
  .componentLandingHeader.themeBlue .cta {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #99d4fb;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none; }
    .componentLandingHeader.themeBlue .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #2e94de; }
  .componentLandingHeader.themeBlue .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: #1855b1;
    text-decoration: none; }
    .componentLandingHeader.themeBlue .button.buttonBlue {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themeBlue .button.buttonPurple {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themeBlue .button.buttonGreen {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themeBlue .button.buttonWhite {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1; }
    .componentLandingHeader.themeBlue .button.buttonPink {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
  .componentLandingHeader.themeBlue.hasBackgroundVideo .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .componentLandingHeader.themeBlue.hasBackgroundImage .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }

.componentLandingHeader.themePurple {
  color: #FFF;
  background-color: #662d90; }
  .componentLandingHeader.themePurple .cta {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #ff91e5;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none; }
    .componentLandingHeader.themePurple .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #662d90; }
  .componentLandingHeader.themePurple .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: #662d90;
    text-decoration: none; }
    .componentLandingHeader.themePurple .button.buttonBlue {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themePurple .button.buttonPurple {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themePurple .button.buttonGreen {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themePurple .button.buttonWhite {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1; }
    .componentLandingHeader.themePurple .button.buttonPink {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
  .componentLandingHeader.themePurple.hasBackgroundVideo .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #662d90;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }

.componentLandingHeader.themeGreen {
  color: #FFF;
  background-color: #3d8928; }
  .componentLandingHeader.themeGreen .cta {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #92c724;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none; }
    .componentLandingHeader.themeGreen .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #3d8928; }
  .componentLandingHeader.themeGreen .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: white;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: #3d8928;
    text-decoration: none; }
    .componentLandingHeader.themeGreen .button.buttonBlue {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themeGreen .button.buttonPurple {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themeGreen .button.buttonGreen {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
    .componentLandingHeader.themeGreen .button.buttonWhite {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1; }
    .componentLandingHeader.themeGreen .button.buttonPink {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #e88ee4;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white; }
  .componentLandingHeader.themeGreen.hasBackgroundVideo .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #3d8928;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }

.componentLandingHeader:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 768px) {
  .componentLandingHeader > img {
    min-width: auto !important;
    min-height: auto !important;
    max-width: 50%;
    max-height: 90%;
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .componentLandingHeader > img {
    display: none; } }

.componentLandingHeader h1, .componentLandingHeader h2, .componentLandingHeader h3, .componentLandingHeader h4, .componentLandingHeader h5, .componentLandingHeader h6 {
  text-align: center; }

.componentLandingHeader h1 {
  font-size: 50px;
  text-shadow: 0px 4px 2px #000;
  margin: 0; }

.componentLandingHeader .contentContainer .content {
  padding: 20px 50px; }

.componentLandingHeader .formContainer,
.componentLandingHeader .formComplete {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  max-width: 460px;
  background: #662d90;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 2px #000;
  margin-bottom: 40px; }
  .componentLandingHeader .formContainer .componentFormStandard,
  .componentLandingHeader .formComplete .componentFormStandard {
    max-width: 100%;
    text-align: center; }
    .componentLandingHeader .formContainer .componentFormStandard input[type=text],
    .componentLandingHeader .formComplete .componentFormStandard input[type=text] {
      padding: 16px;
      border: none;
      margin-bottom: 10px;
      display: inline-block; }
    .componentLandingHeader .formContainer .componentFormStandard input[type=submit],
    .componentLandingHeader .formComplete .componentFormStandard input[type=submit] {
      clear: both; }
    .componentLandingHeader .formContainer .componentFormStandard .errorMessage,
    .componentLandingHeader .formComplete .componentFormStandard .errorMessage {
      font-size: 20px;
      margin: 5px;
      min-height: 30px; }
    .componentLandingHeader .formContainer .componentFormStandard .cta,
    .componentLandingHeader .formComplete .componentFormStandard .cta {
      margin-top: 15px;
      border: 2px solid #e88ee4; }
      .componentLandingHeader .formContainer .componentFormStandard .cta:hover,
      .componentLandingHeader .formComplete .componentFormStandard .cta:hover {
        color: #662d90;
        border: 2px solid white; }

.componentLandingHeader .formComplete {
  display: none; }

.componentLandingChangeYourLifestyle {
  overflow: visible; }
  .componentLandingChangeYourLifestyle .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .componentLandingChangeYourLifestyle.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .componentLandingChangeYourLifestyle.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentLandingChangeYourLifestyle.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .componentLandingChangeYourLifestyle.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .componentLandingChangeYourLifestyle.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentLandingChangeYourLifestyle.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentLandingChangeYourLifestyle.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .componentLandingChangeYourLifestyle.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentLandingChangeYourLifestyle.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .componentLandingChangeYourLifestyle.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentLandingChangeYourLifestyle.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .componentLandingChangeYourLifestyle.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .componentLandingChangeYourLifestyle.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentLandingChangeYourLifestyle.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentLandingChangeYourLifestyle.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentLandingChangeYourLifestyle.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .componentLandingChangeYourLifestyle.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .componentLandingChangeYourLifestyle.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .componentLandingChangeYourLifestyle.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .componentLandingChangeYourLifestyle.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .componentLandingChangeYourLifestyle.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .componentLandingChangeYourLifestyle.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .componentLandingChangeYourLifestyle.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .componentLandingChangeYourLifestyle:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .componentLandingChangeYourLifestyle > img {
      min-width: auto !important;
      min-height: auto !important;
      max-width: 50%;
      max-height: 100%;
      top: -40px;
      overflow: visible; } }
  .componentLandingChangeYourLifestyle .content p,
  .componentLandingChangeYourLifestyle .content td,
  .componentLandingChangeYourLifestyle .content li {
    color: #444;
    font-size: 20px; }
    .componentLandingChangeYourLifestyle .content p a,
    .componentLandingChangeYourLifestyle .content td a,
    .componentLandingChangeYourLifestyle .content li a {
      color: #444; }
  .componentLandingChangeYourLifestyle .content li {
    line-height: 1.4em; }
  .componentLandingChangeYourLifestyle .content p {
    margin-top: 0;
    line-height: 1.4em; }
  .componentLandingChangeYourLifestyle .content h1, .componentLandingChangeYourLifestyle .content h2, .componentLandingChangeYourLifestyle .content h3, .componentLandingChangeYourLifestyle .content h4, .componentLandingChangeYourLifestyle .content h5, .componentLandingChangeYourLifestyle .content h6 {
    margin-top: 0; }
  .componentLandingChangeYourLifestyle .content h2 {
    font-size: 35px; }
  @media screen and (max-width: 767px) {
    .componentLandingChangeYourLifestyle .content {
      padding: 35px 15px; } }
  .componentLandingChangeYourLifestyle .content h1, .componentLandingChangeYourLifestyle .content h2, .componentLandingChangeYourLifestyle .content h3, .componentLandingChangeYourLifestyle .content h4, .componentLandingChangeYourLifestyle .content h5, .componentLandingChangeYourLifestyle .content h6 {
    color: #2e94de; }

.componentLandingWhatIsSteptember:after {
  content: "";
  display: table;
  clear: both; }

.componentLandingWhatIsSteptember .contentContainer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    .componentLandingWhatIsSteptember .contentContainer {
      max-width: 1020px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentLandingWhatIsSteptember .contentContainer {
      padding-bottom: 35px; } }
  @media screen and (min-width: 768px) {
    .componentLandingWhatIsSteptember .contentContainer {
      padding-bottom: 90px; } }
  @media screen and (max-width: 767px) {
    .componentLandingWhatIsSteptember .contentContainer .content p,
    .componentLandingWhatIsSteptember .contentContainer .content td,
    .componentLandingWhatIsSteptember .contentContainer .content li {
      color: inherit;
      font-size: 18px; }
      .componentLandingWhatIsSteptember .contentContainer .content p a,
      .componentLandingWhatIsSteptember .contentContainer .content td a,
      .componentLandingWhatIsSteptember .contentContainer .content li a {
        color: inherit; }
    .componentLandingWhatIsSteptember .contentContainer .content li {
      line-height: 1.4em; }
    .componentLandingWhatIsSteptember .contentContainer .content p {
      margin-top: 0;
      line-height: 1.4em; }
    .componentLandingWhatIsSteptember .contentContainer .content h1, .componentLandingWhatIsSteptember .contentContainer .content h2, .componentLandingWhatIsSteptember .contentContainer .content h3, .componentLandingWhatIsSteptember .contentContainer .content h4, .componentLandingWhatIsSteptember .contentContainer .content h5, .componentLandingWhatIsSteptember .contentContainer .content h6 {
      margin-top: 0; }
    .componentLandingWhatIsSteptember .contentContainer .content h2 {
      font-size: 35px; } }
  @media screen and (min-width: 768px) {
    .componentLandingWhatIsSteptember .contentContainer .content p,
    .componentLandingWhatIsSteptember .contentContainer .content td,
    .componentLandingWhatIsSteptember .contentContainer .content li {
      color: inherit;
      font-size: 20px; }
      .componentLandingWhatIsSteptember .contentContainer .content p a,
      .componentLandingWhatIsSteptember .contentContainer .content td a,
      .componentLandingWhatIsSteptember .contentContainer .content li a {
        color: inherit; }
    .componentLandingWhatIsSteptember .contentContainer .content li {
      line-height: 1.4em; }
    .componentLandingWhatIsSteptember .contentContainer .content p {
      margin-top: 0;
      line-height: 1.4em; }
    .componentLandingWhatIsSteptember .contentContainer .content h1, .componentLandingWhatIsSteptember .contentContainer .content h2, .componentLandingWhatIsSteptember .contentContainer .content h3, .componentLandingWhatIsSteptember .contentContainer .content h4, .componentLandingWhatIsSteptember .contentContainer .content h5, .componentLandingWhatIsSteptember .contentContainer .content h6 {
      margin-top: 0; }
    .componentLandingWhatIsSteptember .contentContainer .content h2 {
      font-size: 35px; } }

.componentLandingWhatIsSteptember .content h1, .componentLandingWhatIsSteptember .content h2, .componentLandingWhatIsSteptember .content h3, .componentLandingWhatIsSteptember .content h4, .componentLandingWhatIsSteptember .content h5, .componentLandingWhatIsSteptember .content h6 {
  color: #2e94de; }

.componentLandingVideo {
  background: #662d90;
  text-align: center; }
  .componentLandingVideo:after {
    content: "";
    display: table;
    clear: both; }
  .componentLandingVideo .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px; }
    @media screen and (min-width: 768px) {
      .componentLandingVideo .contentContainer {
        max-width: 1190px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .componentLandingVideo .contentContainer {
        padding-bottom: 35px; } }
    @media screen and (min-width: 768px) {
      .componentLandingVideo .contentContainer {
        padding-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .componentLandingVideo .contentContainer .content p,
      .componentLandingVideo .contentContainer .content td,
      .componentLandingVideo .contentContainer .content li {
        color: inherit;
        font-size: 18px; }
        .componentLandingVideo .contentContainer .content p a,
        .componentLandingVideo .contentContainer .content td a,
        .componentLandingVideo .contentContainer .content li a {
          color: inherit; }
      .componentLandingVideo .contentContainer .content li {
        line-height: 1.4em; }
      .componentLandingVideo .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentLandingVideo .contentContainer .content h1, .componentLandingVideo .contentContainer .content h2, .componentLandingVideo .contentContainer .content h3, .componentLandingVideo .contentContainer .content h4, .componentLandingVideo .contentContainer .content h5, .componentLandingVideo .contentContainer .content h6 {
        margin-top: 0; }
      .componentLandingVideo .contentContainer .content h2 {
        font-size: 35px; } }
    @media screen and (min-width: 768px) {
      .componentLandingVideo .contentContainer .content p,
      .componentLandingVideo .contentContainer .content td,
      .componentLandingVideo .contentContainer .content li {
        color: inherit;
        font-size: 20px; }
        .componentLandingVideo .contentContainer .content p a,
        .componentLandingVideo .contentContainer .content td a,
        .componentLandingVideo .contentContainer .content li a {
          color: inherit; }
      .componentLandingVideo .contentContainer .content li {
        line-height: 1.4em; }
      .componentLandingVideo .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentLandingVideo .contentContainer .content h1, .componentLandingVideo .contentContainer .content h2, .componentLandingVideo .contentContainer .content h3, .componentLandingVideo .contentContainer .content h4, .componentLandingVideo .contentContainer .content h5, .componentLandingVideo .contentContainer .content h6 {
        margin-top: 0; }
      .componentLandingVideo .contentContainer .content h2 {
        font-size: 35px; } }
    .componentLandingVideo .contentContainer .content h1, .componentLandingVideo .contentContainer .content h2, .componentLandingVideo .contentContainer .content h3, .componentLandingVideo .contentContainer .content h4, .componentLandingVideo .contentContainer .content h5, .componentLandingVideo .contentContainer .content h6 {
      color: #fff; }
  .componentLandingVideo .videoContainer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .componentLandingVideo .videoContainer {
        max-width: 90%; }
        .componentLandingVideo .videoContainer img {
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .componentLandingVideo .videoContainer {
        max-width: 50%; }
        .componentLandingVideo .videoContainer img {
          width: 100%; } }
    .componentLandingVideo .videoContainer .buttonPlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }

.componentLandingPreregForm .content h1, .componentLandingPreregForm .content h2, .componentLandingPreregForm .content h3, .componentLandingPreregForm .content h4, .componentLandingPreregForm .content h5, .componentLandingPreregForm .content h6 {
  color: #2e94de; }

.componentLandingHowItWorks {
  background-color: #2e94de; }
  .componentLandingHowItWorks img {
    max-width: 100%; }
  .componentLandingHowItWorks > .contentContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .componentLandingHowItWorks > .contentContainer {
        max-width: 696px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .componentLandingHowItWorks > .contentContainer {
        padding-bottom: 35px; } }
    @media screen and (min-width: 768px) {
      .componentLandingHowItWorks > .contentContainer {
        padding-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .componentLandingHowItWorks > .contentContainer .content p,
      .componentLandingHowItWorks > .contentContainer .content td,
      .componentLandingHowItWorks > .contentContainer .content li {
        color: #FFF;
        font-size: 18px; }
        .componentLandingHowItWorks > .contentContainer .content p a,
        .componentLandingHowItWorks > .contentContainer .content td a,
        .componentLandingHowItWorks > .contentContainer .content li a {
          color: #FFF; }
      .componentLandingHowItWorks > .contentContainer .content li {
        line-height: 1.4em; }
      .componentLandingHowItWorks > .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentLandingHowItWorks > .contentContainer .content h1, .componentLandingHowItWorks > .contentContainer .content h2, .componentLandingHowItWorks > .contentContainer .content h3, .componentLandingHowItWorks > .contentContainer .content h4, .componentLandingHowItWorks > .contentContainer .content h5, .componentLandingHowItWorks > .contentContainer .content h6 {
        margin-top: 0; }
      .componentLandingHowItWorks > .contentContainer .content h2 {
        font-size: 35px; } }
    @media screen and (min-width: 768px) {
      .componentLandingHowItWorks > .contentContainer .content p,
      .componentLandingHowItWorks > .contentContainer .content td,
      .componentLandingHowItWorks > .contentContainer .content li {
        color: #FFF;
        font-size: 33px; }
        .componentLandingHowItWorks > .contentContainer .content p a,
        .componentLandingHowItWorks > .contentContainer .content td a,
        .componentLandingHowItWorks > .contentContainer .content li a {
          color: #FFF; }
      .componentLandingHowItWorks > .contentContainer .content li {
        line-height: 1.4em; }
      .componentLandingHowItWorks > .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentLandingHowItWorks > .contentContainer .content h1, .componentLandingHowItWorks > .contentContainer .content h2, .componentLandingHowItWorks > .contentContainer .content h3, .componentLandingHowItWorks > .contentContainer .content h4, .componentLandingHowItWorks > .contentContainer .content h5, .componentLandingHowItWorks > .contentContainer .content h6 {
        margin-top: 0; }
      .componentLandingHowItWorks > .contentContainer .content h2 {
        font-size: 35px; } }
  .componentLandingHowItWorks .cta {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    min-width: 117px;
    border: 2px solid #99d4fb;
    color: #FFF;
    border-radius: 4px;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 38px;
    padding-bottom: 8px;
    padding-left: 12px;
    margin-top: 22px;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px; }
    .componentLandingHowItWorks .cta i {
      position: absolute;
      top: 2px;
      right: 10px;
      font-size: 29px; }
    .componentLandingHowItWorks .cta:hover {
      background-color: #FFF;
      border-color: #FFF;
      color: #2e94de; }
    @media screen and (max-width: 767px) {
      .componentLandingHowItWorks .cta {
        width: 100%; }
        .componentLandingHowItWorks .cta > i {
          display: none; } }
    @media screen and (min-width: 768px) {
      .componentLandingHowItWorks .cta {
        margin-left: 28px; } }
  .componentLandingHowItWorks .blockCTA {
    display: inline-block; }
    .componentLandingHowItWorks .blockCTA:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .componentLandingHowItWorks .blockCTA {
        margin-top: 12px; } }
    @media screen and (min-width: 768px) {
      .componentLandingHowItWorks .blockCTA > * {
        float: left; } }
  .componentLandingHowItWorks .ribbonSlanted {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-backface-visibility: hidden;
    color: #1855b1; }
    .componentLandingHowItWorks .ribbonSlanted > * {
      display: inline-block; }
    .componentLandingHowItWorks .ribbonSlanted .ribbonText {
      color: white;
      border-radius: 4px;
      position: relative;
      z-index: 7;
      overflow: hidden;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      text-overflow: ellipsis; }
      @media screen and (max-width: 767px) {
        .componentLandingHowItWorks .ribbonSlanted .ribbonText {
          max-width: 212px;
          font-size: 35px;
          padding-top: 8px;
          padding-left: 18px;
          padding-bottom: 6px;
          padding-right: 18px; } }
      @media screen and (min-width: 768px) {
        .componentLandingHowItWorks .ribbonSlanted .ribbonText {
          max-width: 440px;
          font-size: 50px;
          padding-top: 10px;
          padding-left: 39px;
          padding-bottom: 8px;
          padding-right: 39px; } }
    .componentLandingHowItWorks .ribbonSlanted.nowrap .ribbonText {
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .componentLandingHowItWorks .ribbonSlanted.nowrap .ribbonText {
          max-height: 44px; } }
      @media screen and (min-width: 768px) {
        .componentLandingHowItWorks .ribbonSlanted.nowrap .ribbonText {
          max-height: 72px; } }
    .componentLandingHowItWorks .ribbonSlanted .ribbonLeft {
      display: none; }
    .componentLandingHowItWorks .ribbonSlanted .ribbonRight {
      display: none; }
    @media screen and (max-width: 767px) {
      .componentLandingHowItWorks .ribbonSlanted .ribbonText {
        min-width: 214px; } }
    @media screen and (min-width: 768px) {
      .componentLandingHowItWorks .ribbonSlanted .ribbonText {
        min-width: 270px; } }
  @media screen and (max-width: 767px) {
    .componentLandingHowItWorks .contentLabelButtonGroup > * {
      text-align: center; }
    .componentLandingHowItWorks .contentLabelButtonGroup > span {
      display: block;
      color: #FFF;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-size: 19px;
      font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
      letter-spacing: 2px; }
    .componentLandingHowItWorks .contentLabelButtonGroup a {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #99d4fb;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      text-decoration: none;
      width: 100%;
      position: relative;
      padding-right: 38px; }
      .componentLandingHowItWorks .contentLabelButtonGroup a > span {
        font-size: 29px; }
      .componentLandingHowItWorks .contentLabelButtonGroup a > i {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 49px; }
      .componentLandingHowItWorks .contentLabelButtonGroup a > * {
        color: #1855b1; } }
  @media screen and (min-width: 768px) {
    .componentLandingHowItWorks .contentLabelButtonGroup {
      display: inline-block;
      border-radius: 7px;
      overflow: hidden;
      margin-top: 50px;
      margin-bottom: 50px; }
      .componentLandingHowItWorks .contentLabelButtonGroup > * {
        display: inline;
        float: left;
        height: 100%;
        min-width: 220px; }
      .componentLandingHowItWorks .contentLabelButtonGroup a {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        background-color: #99d4fb;
        color: #1855b1;
        text-decoration: none;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        text-align: left; }
        .componentLandingHowItWorks .contentLabelButtonGroup a i {
          position: absolute;
          right: 22px;
          font-size: 52px;
          line-height: 0.6;
          top: 11px; }
      .componentLandingHowItWorks .contentLabelButtonGroup .buttonLabel {
        font-family: "tradegothicoblique", Arial, Helvetica, sans-serif;
        font-size: 22px;
        padding: 19px 10px;
        text-transform: uppercase;
        max-width: 250px; }
      .componentLandingHowItWorks .contentLabelButtonGroup a {
        padding: 14px 55px 14px 25px;
        font-size: 28px; }
        .componentLandingHowItWorks .contentLabelButtonGroup a:hover {
          background-color: #FFF; }
      .componentLandingHowItWorks .contentLabelButtonGroup .buttonLabel {
        background-color: #1855b1;
        color: #FFF; } }
  .componentLandingHowItWorks .onePurple {
    background-position: -363px -97px; }
  .componentLandingHowItWorks .twoPurple {
    background-position: -397px -97px; }
  .componentLandingHowItWorks .threePurple {
    background-position: -431px -97px; }

@media screen and (max-width: 767px) {
  .componentLandingHowItWorks .componentColumnList > * {
    border-bottom: 3px solid #99d4fb; } }

.componentLandingHowItWorks .componentColumnList h2 button > i {
  color: #99d4fb; }

.componentLandingHowItWorks .componentColumnList .listWhen .date {
  border: 3px solid #99d4fb; }
  .componentLandingHowItWorks .componentColumnList .listWhen .date > .dateInt {
    border-bottom: 3px solid #99d4fb; }

.componentLandingHowItWorks .componentColumnList .listHow li.allItemsButFirst {
  border-top: 3px solid #99d4fb; }

.componentLandingPreregForm:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 767px) {
  .componentLandingPreregForm p,
  .componentLandingPreregForm td,
  .componentLandingPreregForm li {
    color: #fff;
    font-size: 24px; }
    .componentLandingPreregForm p a,
    .componentLandingPreregForm td a,
    .componentLandingPreregForm li a {
      color: #fff; }
  .componentLandingPreregForm li {
    line-height: 1.4em; }
  .componentLandingPreregForm p {
    margin-top: 0;
    line-height: 1.4em; }
  .componentLandingPreregForm h1, .componentLandingPreregForm h2, .componentLandingPreregForm h3, .componentLandingPreregForm h4, .componentLandingPreregForm h5, .componentLandingPreregForm h6 {
    margin-top: 0; }
  .componentLandingPreregForm h2 {
    font-size: 35px; } }

@media screen and (min-width: 768px) {
  .componentLandingPreregForm p,
  .componentLandingPreregForm td,
  .componentLandingPreregForm li {
    color: #fff;
    font-size: 28px; }
    .componentLandingPreregForm p a,
    .componentLandingPreregForm td a,
    .componentLandingPreregForm li a {
      color: #fff; }
  .componentLandingPreregForm li {
    line-height: 1.4em; }
  .componentLandingPreregForm p {
    margin-top: 0;
    line-height: 1.4em; }
  .componentLandingPreregForm h1, .componentLandingPreregForm h2, .componentLandingPreregForm h3, .componentLandingPreregForm h4, .componentLandingPreregForm h5, .componentLandingPreregForm h6 {
    margin-top: 0; }
  .componentLandingPreregForm h2 {
    font-size: 35px; } }

.componentLandingPreregForm .contentContainer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    .componentLandingPreregForm .contentContainer {
      max-width: 1020px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .componentLandingPreregForm .contentContainer {
      padding-bottom: 35px; } }
  @media screen and (min-width: 768px) {
    .componentLandingPreregForm .contentContainer {
      padding-bottom: 90px; } }
  .componentLandingPreregForm .contentContainer .content {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .componentLandingPreregForm .contentContainer .content p,
      .componentLandingPreregForm .contentContainer .content td,
      .componentLandingPreregForm .contentContainer .content li {
        color: #444;
        font-size: 24px; }
        .componentLandingPreregForm .contentContainer .content p a,
        .componentLandingPreregForm .contentContainer .content td a,
        .componentLandingPreregForm .contentContainer .content li a {
          color: #444; }
      .componentLandingPreregForm .contentContainer .content li {
        line-height: 1.4em; }
      .componentLandingPreregForm .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentLandingPreregForm .contentContainer .content h1, .componentLandingPreregForm .contentContainer .content h2, .componentLandingPreregForm .contentContainer .content h3, .componentLandingPreregForm .contentContainer .content h4, .componentLandingPreregForm .contentContainer .content h5, .componentLandingPreregForm .contentContainer .content h6 {
        margin-top: 0; }
      .componentLandingPreregForm .contentContainer .content h2 {
        font-size: 35px; } }
    @media screen and (min-width: 768px) {
      .componentLandingPreregForm .contentContainer .content p,
      .componentLandingPreregForm .contentContainer .content td,
      .componentLandingPreregForm .contentContainer .content li {
        color: #444;
        font-size: 35px; }
        .componentLandingPreregForm .contentContainer .content p a,
        .componentLandingPreregForm .contentContainer .content td a,
        .componentLandingPreregForm .contentContainer .content li a {
          color: #444; }
      .componentLandingPreregForm .contentContainer .content li {
        line-height: 1.4em; }
      .componentLandingPreregForm .contentContainer .content p {
        margin-top: 0;
        line-height: 1.4em; }
      .componentLandingPreregForm .contentContainer .content h1, .componentLandingPreregForm .contentContainer .content h2, .componentLandingPreregForm .contentContainer .content h3, .componentLandingPreregForm .contentContainer .content h4, .componentLandingPreregForm .contentContainer .content h5, .componentLandingPreregForm .contentContainer .content h6 {
        margin-top: 0; }
      .componentLandingPreregForm .contentContainer .content h2 {
        font-size: 35px; } }

.componentLandingPreregForm .formContainer,
.componentLandingPreregForm .formComplete {
  margin-left: 20px;
  padding: 20px;
  max-width: 990px;
  background: #2e94de;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 2px #000;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto; }
  .componentLandingPreregForm .formContainer p,
  .componentLandingPreregForm .formComplete p {
    padding-left: 10%;
    padding-right: 10%; }
  .componentLandingPreregForm .formContainer .componentFormStandard,
  .componentLandingPreregForm .formComplete .componentFormStandard {
    max-width: 100%;
    text-align: center; }
    .componentLandingPreregForm .formContainer .componentFormStandard input[type=text],
    .componentLandingPreregForm .formComplete .componentFormStandard input[type=text] {
      padding: 16px;
      border: none;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .componentLandingPreregForm .formContainer .componentFormStandard input[type=text],
        .componentLandingPreregForm .formComplete .componentFormStandard input[type=text] {
          width: 30%; } }
    .componentLandingPreregForm .formContainer .componentFormStandard input[type=submit],
    .componentLandingPreregForm .formComplete .componentFormStandard input[type=submit] {
      clear: both; }
    .componentLandingPreregForm .formContainer .componentFormStandard .errorMessage,
    .componentLandingPreregForm .formComplete .componentFormStandard .errorMessage {
      font-size: 20px;
      margin: 5px;
      min-height: 30px; }
    .componentLandingPreregForm .formContainer .componentFormStandard .cta,
    .componentLandingPreregForm .formComplete .componentFormStandard .cta {
      margin-top: 15px; }
      .componentLandingPreregForm .formContainer .componentFormStandard .cta:hover,
      .componentLandingPreregForm .formComplete .componentFormStandard .cta:hover {
        color: #2e94de; }

.componentLandingPreregForm .formComplete {
  display: none; }

.componentAffiliatePage {
  background: #f5f5ee;
  padding: 20px 15px; }
  .componentAffiliatePage:after {
    content: "";
    display: table;
    clear: both; }
  .componentAffiliatePage h1, .componentAffiliatePage h2 {
    font-style: italic; }
  .componentAffiliatePage .componentAffilateContent {
    max-width: 960px;
    clear: both;
    margin: 0px auto; }
    .componentAffiliatePage .componentAffilateContent:after {
      content: "";
      display: table;
      clear: both; }
    .componentAffiliatePage .componentAffilateContent .affiliateContent:after {
      content: "";
      display: table;
      clear: both; }
    .componentAffiliatePage .componentAffilateContent .affiliateContent .affiliateLeft {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .componentAffiliatePage .componentAffilateContent .affiliateContent .affiliateLeft {
          width: 40%;
          float: left; } }
    .componentAffiliatePage .componentAffilateContent .affiliateContent .affiliateLogo {
      display: block;
      width: 100%;
      background: white;
      padding: 20px;
      margin-bottom: 20px; }
    .componentAffiliatePage .componentAffilateContent .affiliateContent .affiliateRaised {
      width: 100%;
      background: #35174a;
      padding: 30px 20px; }
      .componentAffiliatePage .componentAffilateContent .affiliateContent .affiliateRaised .label {
        color: #e88ee4;
        margin: 0;
        margin-bottom: 5px; }
      .componentAffiliatePage .componentAffilateContent .affiliateContent .affiliateRaised .amount {
        color: white;
        font-size: 1.6em;
        margin: 0; }
    .componentAffiliatePage .componentAffilateContent .affiliateRight {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .componentAffiliatePage .componentAffilateContent .affiliateRight {
          width: 60%;
          float: left; } }
      .componentAffiliatePage .componentAffilateContent .affiliateRight > div {
        margin-left: 20px;
        background: white;
        padding: 20px; }
        .componentAffiliatePage .componentAffilateContent .affiliateRight > div h1 {
          color: #1855b1;
          font-size: 2em;
          line-height: 1;
          margin: 0; }
  .componentAffiliatePage .affiliateOtherContent {
    clear: both;
    background: white;
    padding: 30px; }
    .componentAffiliatePage .affiliateOtherContent:after {
      content: "";
      display: table;
      clear: both; }

.collectionLeaderboard {
  background-color: #f5f5ee;
  padding-top: 35px;
  padding-bottom: 85px;
  padding-bottom: 0; }
  .collectionLeaderboard:after {
    content: "";
    display: table;
    clear: both; }
  .collectionLeaderboard .contentContainer {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .collectionLeaderboard .contentContainer {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto; } }
    .collectionLeaderboard .contentContainer img {
      height: auto;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .collectionLeaderboard .contentContainer img {
          display: block;
          max-width: 100%; } }
      @media screen and (min-width: 768px) {
        .collectionLeaderboard .contentContainer img.right, .collectionLeaderboard .contentContainer img.left {
          max-width: 50%;
          display: inline; }
        .collectionLeaderboard .contentContainer img.left {
          float: left;
          margin-right: 50px; }
        .collectionLeaderboard .contentContainer img.right {
          float: right;
          margin-left: 50px; } }
    @media screen and (max-width: 767px) {
      .collectionLeaderboard .contentContainer p,
      .collectionLeaderboard .contentContainer td,
      .collectionLeaderboard .contentContainer li {
        color: #333;
        font-size: 16px; }
        .collectionLeaderboard .contentContainer p a,
        .collectionLeaderboard .contentContainer td a,
        .collectionLeaderboard .contentContainer li a {
          color: #333; }
      .collectionLeaderboard .contentContainer p {
        margin-top: 0;
        line-height: 1.4em; }
      .collectionLeaderboard .contentContainer li {
        line-height: 1.4em; }
      .collectionLeaderboard .contentContainer h1, .collectionLeaderboard .contentContainer h4, .collectionLeaderboard .contentContainer h5, .collectionLeaderboard .contentContainer h6 {
        margin-top: 0; }
      .collectionLeaderboard .contentContainer h2 {
        font-size: 35px; }
      .collectionLeaderboard .contentContainer h1 {
        font-size: 57px; }
      .collectionLeaderboard .contentContainer h3 {
        margin-top: 45px;
        color: #333;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 27px; }
      .collectionLeaderboard .contentContainer h1, .collectionLeaderboard .contentContainer h2 {
        color: #2e94de;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic; }
      .collectionLeaderboard .contentContainer h2 {
        margin-top: 65px; }
      .collectionLeaderboard .contentContainer h1, .collectionLeaderboard .contentContainer h2, .collectionLeaderboard .contentContainer h3, .collectionLeaderboard .contentContainer h4, .collectionLeaderboard .contentContainer h5, .collectionLeaderboard .contentContainer h6 {
        clear: both; }
      .collectionLeaderboard .contentContainer p a {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #6ab1e2; }
      .collectionLeaderboard .contentContainer .button-outline {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding: 4px 12px; }
        .collectionLeaderboard .contentContainer .button-outline:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; }
      .collectionLeaderboard .contentContainer .button-arrow {
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 38px;
        padding-bottom: 4px;
        padding-left: 12px; }
        .collectionLeaderboard .contentContainer .button-arrow i {
          position: absolute;
          top: 1px;
          right: 10px;
          font-size: 31px; }
        .collectionLeaderboard .contentContainer .button-arrow:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; } }
    @media screen and (min-width: 768px) {
      .collectionLeaderboard .contentContainer p,
      .collectionLeaderboard .contentContainer td,
      .collectionLeaderboard .contentContainer li {
        color: #333;
        font-size: 20px; }
        .collectionLeaderboard .contentContainer p a,
        .collectionLeaderboard .contentContainer td a,
        .collectionLeaderboard .contentContainer li a {
          color: #333; }
      .collectionLeaderboard .contentContainer p {
        margin-top: 0;
        line-height: 1.4em; }
      .collectionLeaderboard .contentContainer li {
        line-height: 1.4em; }
      .collectionLeaderboard .contentContainer h1, .collectionLeaderboard .contentContainer h4, .collectionLeaderboard .contentContainer h5, .collectionLeaderboard .contentContainer h6 {
        margin-top: 0; }
      .collectionLeaderboard .contentContainer h2 {
        font-size: 35px; }
      .collectionLeaderboard .contentContainer h1 {
        font-size: 57px; }
      .collectionLeaderboard .contentContainer h3 {
        margin-top: 45px;
        color: #333;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 27px; }
      .collectionLeaderboard .contentContainer h1, .collectionLeaderboard .contentContainer h2 {
        color: #2e94de;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic; }
      .collectionLeaderboard .contentContainer h2 {
        margin-top: 65px; }
      .collectionLeaderboard .contentContainer h1, .collectionLeaderboard .contentContainer h2, .collectionLeaderboard .contentContainer h3, .collectionLeaderboard .contentContainer h4, .collectionLeaderboard .contentContainer h5, .collectionLeaderboard .contentContainer h6 {
        clear: both; }
      .collectionLeaderboard .contentContainer p a {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #6ab1e2; }
      .collectionLeaderboard .contentContainer .button-outline {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding: 4px 12px; }
        .collectionLeaderboard .contentContainer .button-outline:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; }
      .collectionLeaderboard .contentContainer .button-arrow {
        position: relative;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        min-width: 117px;
        border: 2px solid #2e94de;
        color: #2e94de;
        border-radius: 4px;
        text-decoration: none;
        padding-top: 4px;
        padding-right: 38px;
        padding-bottom: 4px;
        padding-left: 12px; }
        .collectionLeaderboard .contentContainer .button-arrow i {
          position: absolute;
          top: 1px;
          right: 10px;
          font-size: 31px; }
        .collectionLeaderboard .contentContainer .button-arrow:hover {
          background-color: #2e94de;
          border-color: #2e94de;
          color: #FFF; } }
    .collectionLeaderboard .contentContainer p:last-child {
      margin-bottom: 0; }
  .collectionLeaderboard .contentContainer h1 {
    text-align: center; }
  .collectionLeaderboard .contentContainer h3 {
    color: #1855b1;
    font-family: "tradegothic", Arial, sans-serif;
    font-style: italic;
    font-size: 27px;
    text-transform: uppercase; }
  .collectionLeaderboard .ribbonSlanted {
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-backface-visibility: hidden;
    color: #FFF; }
    .collectionLeaderboard .ribbonSlanted > * {
      display: inline-block; }
    .collectionLeaderboard .ribbonSlanted .ribbonText {
      color: white;
      border-radius: 4px;
      position: relative;
      z-index: 7;
      overflow: hidden;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      text-overflow: ellipsis; }
      @media screen and (max-width: 767px) {
        .collectionLeaderboard .ribbonSlanted .ribbonText {
          max-width: 212px;
          font-size: 35px;
          padding-top: 8px;
          padding-left: 18px;
          padding-bottom: 6px;
          padding-right: 18px; } }
      @media screen and (min-width: 768px) {
        .collectionLeaderboard .ribbonSlanted .ribbonText {
          max-width: 440px;
          font-size: 50px;
          padding-top: 10px;
          padding-left: 39px;
          padding-bottom: 8px;
          padding-right: 39px; } }
    .collectionLeaderboard .ribbonSlanted.nowrap .ribbonText {
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .collectionLeaderboard .ribbonSlanted.nowrap .ribbonText {
          max-height: 44px; } }
      @media screen and (min-width: 768px) {
        .collectionLeaderboard .ribbonSlanted.nowrap .ribbonText {
          max-height: 72px; } }
    .collectionLeaderboard .ribbonSlanted .ribbonLeft {
      display: none; }
    .collectionLeaderboard .ribbonSlanted .ribbonRight {
      display: none; }
    @media screen and (max-width: 767px) {
      .collectionLeaderboard .ribbonSlanted .ribbonText {
        min-width: 214px; } }
    @media screen and (min-width: 768px) {
      .collectionLeaderboard .ribbonSlanted .ribbonText {
        min-width: 283px; } }
  .collectionLeaderboard .tabContent {
    background: white;
    padding: 80px 10px; }
    @media screen and (max-width: 767px) {
      .collectionLeaderboard .tabContent {
        padding: 30px 0; }
        .collectionLeaderboard .tabContent .rankingDetails {
          padding: 0 15px; } }
  .collectionLeaderboard .tabs {
    max-width: 860px; }
    .collectionLeaderboard .tabs a {
      background: #D4D4CE;
      color: #555555;
      display: inline-block;
      font-family: "tradegothic", Arial, Helvetica, sans-serif;
      font-size: 25px;
      font-style: italic;
      padding: 30px 10px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      width: 50%;
      cursor: pointer; }
      .collectionLeaderboard .tabs a.active {
        background: white;
        color: #1855b1; }
      @media screen and (max-width: 767px) {
        .collectionLeaderboard .tabs a {
          width: 40%;
          vertical-align: bottom; }
          .collectionLeaderboard .tabs a i {
            display: none; }
          .collectionLeaderboard .tabs a.team i {
            background-repeat: no-repeat;
            background-position: leaderboardNavTeam 0; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .collectionLeaderboard .tabs a.team i {
        background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .collectionLeaderboard .tabs a.team i {
        background-image: url("../images/sprite.png?nocache=1987123789"); } }
      @media screen and (max-width: 767px) {
          .collectionLeaderboard .tabs a.organisation i {
            background-repeat: no-repeat;
            background-position: leaderboardNavOrganisation 0; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .collectionLeaderboard .tabs a.organisation i {
        background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .collectionLeaderboard .tabs a.organisation i {
        background-image: url("../images/sprite.png?nocache=1987123789"); } }
      @media screen and (max-width: 767px) {
          .collectionLeaderboard .tabs a span {
            font-size: 15px; }
          .collectionLeaderboard .tabs a.active {
            width: 60%; }
            .collectionLeaderboard .tabs a.active i {
              display: none; }
            .collectionLeaderboard .tabs a.active span {
              font-size: 25px;
              display: inline-block; } }
  .collectionLeaderboard .componentLeaderboardRankings {
    margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .collectionLeaderboard .componentLeaderboard .contentContainer {
      padding: 0 !important; } }

.componentLeaderboard .leaderboardNav {
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .componentLeaderboard .leaderboardNav {
      margin-bottom: 20px; } }
  .componentLeaderboard .leaderboardNav:after {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    content: '';
    display: block;
    height: 2px;
    background: #6DB4E8;
    z-index: 0; }

.componentLeaderboard .leaderboardFilter {
  margin-bottom: 70px; }

.componentLeaderboard .tabsTriggers {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 7px;
  border: 2px solid #6DB4E8;
  display: inline-block;
  min-width: 35%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .componentLeaderboard .tabsTriggers {
      min-width: 90%; } }
  .componentLeaderboard .tabsTriggers > li {
    display: inline;
    float: left;
    width: 50%;
    border-left: 2px solid #6DB4E8; }
    .componentLeaderboard .tabsTriggers > li:first-child {
      border-left: none; }
  .componentLeaderboard .tabsTriggers a {
    border-radius: 7px;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: white;
    color: #2754b8 !important;
    display: block;
    font-size: 17px;
    width: 100%;
    padding: 12px 5px;
    line-height: 1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    white-space: nowrap; }
    .componentLeaderboard .tabsTriggers a.active span {
      position: absolute;
      bottom: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 42px;
      height: 16px;
      background-repeat: no-repeat;
      background-position: 0 -185px;
      background-color: white;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .componentLeaderboard .tabsTriggers a.active span {
          background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
      @media screen and (min-width: 768px) {
        .componentLeaderboard .tabsTriggers a.active span {
          background-image: url("../images/sprite.png?nocache=1987123789"); } }
      @media screen and (max-width: 767px) {
        .componentLeaderboard .tabsTriggers a.active span {
          width: 38px; } }

.componentLeaderboard .componentRadioGroup {
  text-align: center; }
  .componentLeaderboard .componentRadioGroup .groupContainer {
    border: 2px solid #99d4ff;
    overflow: hidden; }
  .componentLeaderboard .componentRadioGroup select {
    display: none; }
  .componentLeaderboard .componentRadioGroup a {
    color: #1855b1;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .componentLeaderboard .componentRadioGroup a {
        border-left: 1px solid #99d4ff;
        border-right: 1px solid #99d4ff; }
        .componentLeaderboard .componentRadioGroup a.first {
          border-left: none; }
        .componentLeaderboard .componentRadioGroup a.last {
          border-right: none; } }
    @media screen and (max-width: 767px) {
      .componentLeaderboard .componentRadioGroup a {
        border-top: 1px solid #99d4ff;
        border-bottom: 1px solid #99d4ff; }
        .componentLeaderboard .componentRadioGroup a.first {
          border-top: none; }
        .componentLeaderboard .componentRadioGroup a.last {
          border-bottom: none; } }
    .componentLeaderboard .componentRadioGroup a.active {
      background: #1855b1;
      color: white; }
  @media screen and (max-width: 767px) {
    .componentLeaderboard .componentRadioGroup {
      max-width: 70%;
      margin: 0 auto 30px auto; }
      .componentLeaderboard .componentRadioGroup .groupContainer {
        display: none; }
      .componentLeaderboard .componentRadioGroup select {
        display: inline-block; } }

.componentLeaderboard .componentPagination ul {
  border: 1px solid #99d4ff;
  border-radius: 10px; }
  .componentLeaderboard .componentPagination ul li {
    border-color: #99d4ff; }
    .componentLeaderboard .componentPagination ul li a {
      color: #2e94de;
      text-decoration: none; }
    .componentLeaderboard .componentPagination ul li.current a {
      color: white; }

.componentLeaderboard.corporate .leaderboardFilter {
  text-align: center; }
  .componentLeaderboard.corporate .leaderboardFilter span {
    vertical-align: middle;
    margin-right: 10px; }

.componentLeaderboardRankings {
  max-width: 600px;
  margin: auto; }
  .country_tr .componentLeaderboardRankings {
    max-width: 670px; }
  .country_nl .componentLeaderboardRankings {
    max-width: 635px; }
  .componentLeaderboardRankings h4 {
    font-style: italic;
    font-weight: bold !important;
    text-align: center; }
  .componentLeaderboardRankings .containerRankings {
    position: relative; }
  .componentLeaderboardRankings .title {
    position: absolute;
    right: 50%;
    bottom: 10px; }
  .componentLeaderboardRankings .swiper-container {
    height: 110px;
    overflow: hidden; }
  .componentLeaderboardRankings .swiper-slide {
    width: 100%;
    height: 110px; }
  .componentLeaderboardRankings .swiper-pagination-switch {
    background: #B3B3AE; }
  .componentLeaderboardRankings .swiper-active-switch {
    background-color: #3d8928; }
  .componentLeaderboardRankings .swiper-pagination {
    text-align: left;
    text-indent: 60%; }
  @media screen and (max-width: 767px) {
    .componentLeaderboardRankings .swiper-container, .componentLeaderboardRankings .swiper-slide {
      height: 170px; } }

.listLeaderboardTeam {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .listLeaderboardTeam li {
    padding: 35px 0; }
    .listLeaderboardTeam li:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .listLeaderboardTeam li {
        padding: 30px 0; } }
    .listLeaderboardTeam li + li {
      border-top: 1px solid #99d4ff; }
  .listLeaderboardTeam span {
    display: inline-block;
    vertical-align: middle; }
  .listLeaderboardTeam .left {
    float: left;
    white-space: nowrap; }
  .listLeaderboardTeam .right {
    float: right; }
  .listLeaderboardTeam .content {
    color: #555555;
    font-size: 14px; }
    .listLeaderboardTeam .content i {
      vertical-align: middle;
      margin-right: 5px; }
  .listLeaderboardTeam .rank, .listLeaderboardTeam .steps, .listLeaderboardTeam .funds {
    font-family: "tradegothic", Arial, Helvetica, sans-serif;
    font-style: italic; }
  .listLeaderboardTeam .rank {
    font-size: 20px;
    min-width: 78px;
    margin-right: 5px; }
  .listLeaderboardTeam .country {
    margin-right: 35px; }
  .listLeaderboardTeam .steps, .listLeaderboardTeam .funds {
    color: #1855b1;
    text-transform: uppercase; }
  .listLeaderboardTeam .name {
    color: #1855b1;
    font-size: 18px; }
  .listLeaderboardTeam .organisationName {
    margin-right: 20px; }
    .listLeaderboardTeam .organisationName i {
      background-repeat: no-repeat;
      background-position: "leaderboardOrganisation" 0; }
      @media screen and (max-width: 767px) {
        .listLeaderboardTeam .organisationName i {
          background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
      @media screen and (min-width: 768px) {
        .listLeaderboardTeam .organisationName i {
          background-image: url("../images/sprite.png?nocache=1987123789"); } }
  .listLeaderboardTeam .charityName i {
    background-repeat: no-repeat;
    background-position: "leaderboardCharity" 0; }
    @media screen and (max-width: 767px) {
      .listLeaderboardTeam .charityName i {
        background-image: url("../images/sprite_mobile.png?nocache=1987123789"); } }
    @media screen and (min-width: 768px) {
      .listLeaderboardTeam .charityName i {
        background-image: url("../images/sprite.png?nocache=1987123789"); } }
  .team .listLeaderboardTeam .steps, .team .listLeaderboardTeam .funds {
    font-size: 18px;
    display: block;
    text-align: right;
    margin-bottom: 8px; }
  .corporate .listLeaderboardTeam .step, .corporate .listLeaderboardTeam .funds {
    font-size: 25px; }
  .corporate .listLeaderboardTeam .corporateLogo img {
    display: block;
    max-height: 40px;
    max-width: 140px;
    margin: 0 !important; }
  @media screen and (max-width: 959px) {
    .listLeaderboardTeam .content span {
      display: block; } }
  @media screen and (min-width: 768px) {
    .listLeaderboardTeam .left {
      padding-top: 14px; }
    .team .listLeaderboardTeam .content {
      margin-left: 160px;
      margin-right: 265px; }
    .corporate .listLeaderboardTeam .right {
      padding-top: 10px;
      text-align: right;
      width: 30%; }
    .corporate .listLeaderboardTeam .funds, .corporate .listLeaderboardTeam .steps {
      margin-top: 3px; }
    .corporate .listLeaderboardTeam .corporateLogo {
      float: left; }
    .corporate .listLeaderboardTeam .content {
      margin-left: 85px;
      margin-right: 30%; } }
  @media screen and (max-width: 767px) {
    .listLeaderboardTeam li {
      position: relative; }
    .listLeaderboardTeam .country, .listLeaderboardTeam .corporateLogo {
      position: absolute;
      right: 0px;
      bottom: 30px;
      margin-right: 0; }
    .listLeaderboardTeam .organisationName {
      margin-right: 0; }
    .listLeaderboardTeam .content {
      clear: both;
      padding-right: 36px; }
      .listLeaderboardTeam .content .name, .listLeaderboardTeam .content span:first-child {
        margin-bottom: 5px; }
    .listLeaderboardTeam .checkpoints {
      display: none; } }

.landing2018 .landing2018Form p,
.landing2018 .landing2018Form td,
.landing2018 .landing2018Form li,
.landing2018 .landing2018VideoBackground p,
.landing2018 .landing2018VideoBackground td,
.landing2018 .landing2018VideoBackground li,
.landing2018 .landing2018VideoFrame p,
.landing2018 .landing2018VideoFrame td,
.landing2018 .landing2018VideoFrame li,
.landing2018 .landing2018VideoContentCenter p,
.landing2018 .landing2018VideoContentCenter td,
.landing2018 .landing2018VideoContentCenter li,
.landing2018 .landing2018HeaderAndButton p,
.landing2018 .landing2018HeaderAndButton td,
.landing2018 .landing2018HeaderAndButton li,
.landing2018 .landing2018ContentCenter p,
.landing2018 .landing2018ContentCenter td,
.landing2018 .landing2018ContentCenter li,
.landing2018 .landing2018ContentGrid p,
.landing2018 .landing2018ContentGrid td,
.landing2018 .landing2018ContentGrid li {
  color: #333;
  font-size: 20px; }
  .landing2018 .landing2018Form p a,
  .landing2018 .landing2018Form td a,
  .landing2018 .landing2018Form li a,
  .landing2018 .landing2018VideoBackground p a,
  .landing2018 .landing2018VideoBackground td a,
  .landing2018 .landing2018VideoBackground li a,
  .landing2018 .landing2018VideoFrame p a,
  .landing2018 .landing2018VideoFrame td a,
  .landing2018 .landing2018VideoFrame li a,
  .landing2018 .landing2018VideoContentCenter p a,
  .landing2018 .landing2018VideoContentCenter td a,
  .landing2018 .landing2018VideoContentCenter li a,
  .landing2018 .landing2018HeaderAndButton p a,
  .landing2018 .landing2018HeaderAndButton td a,
  .landing2018 .landing2018HeaderAndButton li a,
  .landing2018 .landing2018ContentCenter p a,
  .landing2018 .landing2018ContentCenter td a,
  .landing2018 .landing2018ContentCenter li a,
  .landing2018 .landing2018ContentGrid p a,
  .landing2018 .landing2018ContentGrid td a,
  .landing2018 .landing2018ContentGrid li a {
    color: #333; }

.landing2018 .landing2018Form p,
.landing2018 .landing2018VideoBackground p,
.landing2018 .landing2018VideoFrame p,
.landing2018 .landing2018VideoContentCenter p,
.landing2018 .landing2018HeaderAndButton p,
.landing2018 .landing2018ContentCenter p,
.landing2018 .landing2018ContentGrid p {
  margin-top: 0;
  line-height: 1.4em; }

.landing2018 .landing2018Form li,
.landing2018 .landing2018VideoBackground li,
.landing2018 .landing2018VideoFrame li,
.landing2018 .landing2018VideoContentCenter li,
.landing2018 .landing2018HeaderAndButton li,
.landing2018 .landing2018ContentCenter li,
.landing2018 .landing2018ContentGrid li {
  line-height: 1.4em; }

.landing2018 .landing2018Form h1, .landing2018 .landing2018Form h4, .landing2018 .landing2018Form h5, .landing2018 .landing2018Form h6,
.landing2018 .landing2018VideoBackground h1,
.landing2018 .landing2018VideoBackground h4,
.landing2018 .landing2018VideoBackground h5,
.landing2018 .landing2018VideoBackground h6,
.landing2018 .landing2018VideoFrame h1,
.landing2018 .landing2018VideoFrame h4,
.landing2018 .landing2018VideoFrame h5,
.landing2018 .landing2018VideoFrame h6,
.landing2018 .landing2018VideoContentCenter h1,
.landing2018 .landing2018VideoContentCenter h4,
.landing2018 .landing2018VideoContentCenter h5,
.landing2018 .landing2018VideoContentCenter h6,
.landing2018 .landing2018HeaderAndButton h1,
.landing2018 .landing2018HeaderAndButton h4,
.landing2018 .landing2018HeaderAndButton h5,
.landing2018 .landing2018HeaderAndButton h6,
.landing2018 .landing2018ContentCenter h1,
.landing2018 .landing2018ContentCenter h4,
.landing2018 .landing2018ContentCenter h5,
.landing2018 .landing2018ContentCenter h6,
.landing2018 .landing2018ContentGrid h1,
.landing2018 .landing2018ContentGrid h4,
.landing2018 .landing2018ContentGrid h5,
.landing2018 .landing2018ContentGrid h6 {
  margin-top: 0; }

.landing2018 .landing2018Form h2,
.landing2018 .landing2018VideoBackground h2,
.landing2018 .landing2018VideoFrame h2,
.landing2018 .landing2018VideoContentCenter h2,
.landing2018 .landing2018HeaderAndButton h2,
.landing2018 .landing2018ContentCenter h2,
.landing2018 .landing2018ContentGrid h2 {
  font-size: 35px; }

.landing2018 .landing2018Form h1,
.landing2018 .landing2018VideoBackground h1,
.landing2018 .landing2018VideoFrame h1,
.landing2018 .landing2018VideoContentCenter h1,
.landing2018 .landing2018HeaderAndButton h1,
.landing2018 .landing2018ContentCenter h1,
.landing2018 .landing2018ContentGrid h1 {
  font-size: 57px; }

.landing2018 .landing2018Form h3,
.landing2018 .landing2018VideoBackground h3,
.landing2018 .landing2018VideoFrame h3,
.landing2018 .landing2018VideoContentCenter h3,
.landing2018 .landing2018HeaderAndButton h3,
.landing2018 .landing2018ContentCenter h3,
.landing2018 .landing2018ContentGrid h3 {
  margin-top: 45px;
  color: #333;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 27px; }

.landing2018 .landing2018Form h1, .landing2018 .landing2018Form h2,
.landing2018 .landing2018VideoBackground h1,
.landing2018 .landing2018VideoBackground h2,
.landing2018 .landing2018VideoFrame h1,
.landing2018 .landing2018VideoFrame h2,
.landing2018 .landing2018VideoContentCenter h1,
.landing2018 .landing2018VideoContentCenter h2,
.landing2018 .landing2018HeaderAndButton h1,
.landing2018 .landing2018HeaderAndButton h2,
.landing2018 .landing2018ContentCenter h1,
.landing2018 .landing2018ContentCenter h2,
.landing2018 .landing2018ContentGrid h1,
.landing2018 .landing2018ContentGrid h2 {
  color: #2e94de;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic; }

.landing2018 .landing2018Form h2,
.landing2018 .landing2018VideoBackground h2,
.landing2018 .landing2018VideoFrame h2,
.landing2018 .landing2018VideoContentCenter h2,
.landing2018 .landing2018HeaderAndButton h2,
.landing2018 .landing2018ContentCenter h2,
.landing2018 .landing2018ContentGrid h2 {
  margin-top: 65px; }

.landing2018 .landing2018Form h1, .landing2018 .landing2018Form h2, .landing2018 .landing2018Form h3, .landing2018 .landing2018Form h4, .landing2018 .landing2018Form h5, .landing2018 .landing2018Form h6,
.landing2018 .landing2018VideoBackground h1,
.landing2018 .landing2018VideoBackground h2,
.landing2018 .landing2018VideoBackground h3,
.landing2018 .landing2018VideoBackground h4,
.landing2018 .landing2018VideoBackground h5,
.landing2018 .landing2018VideoBackground h6,
.landing2018 .landing2018VideoFrame h1,
.landing2018 .landing2018VideoFrame h2,
.landing2018 .landing2018VideoFrame h3,
.landing2018 .landing2018VideoFrame h4,
.landing2018 .landing2018VideoFrame h5,
.landing2018 .landing2018VideoFrame h6,
.landing2018 .landing2018VideoContentCenter h1,
.landing2018 .landing2018VideoContentCenter h2,
.landing2018 .landing2018VideoContentCenter h3,
.landing2018 .landing2018VideoContentCenter h4,
.landing2018 .landing2018VideoContentCenter h5,
.landing2018 .landing2018VideoContentCenter h6,
.landing2018 .landing2018HeaderAndButton h1,
.landing2018 .landing2018HeaderAndButton h2,
.landing2018 .landing2018HeaderAndButton h3,
.landing2018 .landing2018HeaderAndButton h4,
.landing2018 .landing2018HeaderAndButton h5,
.landing2018 .landing2018HeaderAndButton h6,
.landing2018 .landing2018ContentCenter h1,
.landing2018 .landing2018ContentCenter h2,
.landing2018 .landing2018ContentCenter h3,
.landing2018 .landing2018ContentCenter h4,
.landing2018 .landing2018ContentCenter h5,
.landing2018 .landing2018ContentCenter h6,
.landing2018 .landing2018ContentGrid h1,
.landing2018 .landing2018ContentGrid h2,
.landing2018 .landing2018ContentGrid h3,
.landing2018 .landing2018ContentGrid h4,
.landing2018 .landing2018ContentGrid h5,
.landing2018 .landing2018ContentGrid h6 {
  clear: both; }

.landing2018 .landing2018Form p a,
.landing2018 .landing2018VideoBackground p a,
.landing2018 .landing2018VideoFrame p a,
.landing2018 .landing2018VideoContentCenter p a,
.landing2018 .landing2018HeaderAndButton p a,
.landing2018 .landing2018ContentCenter p a,
.landing2018 .landing2018ContentGrid p a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #6ab1e2; }

.landing2018 .landing2018Form .button-outline,
.landing2018 .landing2018VideoBackground .button-outline,
.landing2018 .landing2018VideoFrame .button-outline,
.landing2018 .landing2018VideoContentCenter .button-outline,
.landing2018 .landing2018HeaderAndButton .button-outline,
.landing2018 .landing2018ContentCenter .button-outline,
.landing2018 .landing2018ContentGrid .button-outline {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #2e94de;
  color: #2e94de;
  border-radius: 4px;
  text-decoration: none;
  padding: 4px 12px; }
  .landing2018 .landing2018Form .button-outline:hover,
  .landing2018 .landing2018VideoBackground .button-outline:hover,
  .landing2018 .landing2018VideoFrame .button-outline:hover,
  .landing2018 .landing2018VideoContentCenter .button-outline:hover,
  .landing2018 .landing2018HeaderAndButton .button-outline:hover,
  .landing2018 .landing2018ContentCenter .button-outline:hover,
  .landing2018 .landing2018ContentGrid .button-outline:hover {
    background-color: #2e94de;
    border-color: #2e94de;
    color: #FFF; }

.landing2018 .landing2018Form .button-arrow,
.landing2018 .landing2018VideoBackground .button-arrow,
.landing2018 .landing2018VideoFrame .button-arrow,
.landing2018 .landing2018VideoContentCenter .button-arrow,
.landing2018 .landing2018HeaderAndButton .button-arrow,
.landing2018 .landing2018ContentCenter .button-arrow,
.landing2018 .landing2018ContentGrid .button-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #2e94de;
  color: #2e94de;
  border-radius: 4px;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 38px;
  padding-bottom: 4px;
  padding-left: 12px; }
  .landing2018 .landing2018Form .button-arrow i,
  .landing2018 .landing2018VideoBackground .button-arrow i,
  .landing2018 .landing2018VideoFrame .button-arrow i,
  .landing2018 .landing2018VideoContentCenter .button-arrow i,
  .landing2018 .landing2018HeaderAndButton .button-arrow i,
  .landing2018 .landing2018ContentCenter .button-arrow i,
  .landing2018 .landing2018ContentGrid .button-arrow i {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 31px; }
  .landing2018 .landing2018Form .button-arrow:hover,
  .landing2018 .landing2018VideoBackground .button-arrow:hover,
  .landing2018 .landing2018VideoFrame .button-arrow:hover,
  .landing2018 .landing2018VideoContentCenter .button-arrow:hover,
  .landing2018 .landing2018HeaderAndButton .button-arrow:hover,
  .landing2018 .landing2018ContentCenter .button-arrow:hover,
  .landing2018 .landing2018ContentGrid .button-arrow:hover {
    background-color: #2e94de;
    border-color: #2e94de;
    color: #FFF; }

.landing2018 .landing2018Form.themeBlue p,
.landing2018 .landing2018Form.themeBlue td,
.landing2018 .landing2018Form.themeBlue li,
.landing2018 .landing2018VideoBackground.themeBlue p,
.landing2018 .landing2018VideoBackground.themeBlue td,
.landing2018 .landing2018VideoBackground.themeBlue li,
.landing2018 .landing2018VideoFrame.themeBlue p,
.landing2018 .landing2018VideoFrame.themeBlue td,
.landing2018 .landing2018VideoFrame.themeBlue li,
.landing2018 .landing2018VideoContentCenter.themeBlue p,
.landing2018 .landing2018VideoContentCenter.themeBlue td,
.landing2018 .landing2018VideoContentCenter.themeBlue li,
.landing2018 .landing2018HeaderAndButton.themeBlue p,
.landing2018 .landing2018HeaderAndButton.themeBlue td,
.landing2018 .landing2018HeaderAndButton.themeBlue li,
.landing2018 .landing2018ContentCenter.themeBlue p,
.landing2018 .landing2018ContentCenter.themeBlue td,
.landing2018 .landing2018ContentCenter.themeBlue li,
.landing2018 .landing2018ContentGrid.themeBlue p,
.landing2018 .landing2018ContentGrid.themeBlue td,
.landing2018 .landing2018ContentGrid.themeBlue li {
  color: #fff;
  font-size: 20px; }
  .landing2018 .landing2018Form.themeBlue p a,
  .landing2018 .landing2018Form.themeBlue td a,
  .landing2018 .landing2018Form.themeBlue li a,
  .landing2018 .landing2018VideoBackground.themeBlue p a,
  .landing2018 .landing2018VideoBackground.themeBlue td a,
  .landing2018 .landing2018VideoBackground.themeBlue li a,
  .landing2018 .landing2018VideoFrame.themeBlue p a,
  .landing2018 .landing2018VideoFrame.themeBlue td a,
  .landing2018 .landing2018VideoFrame.themeBlue li a,
  .landing2018 .landing2018VideoContentCenter.themeBlue p a,
  .landing2018 .landing2018VideoContentCenter.themeBlue td a,
  .landing2018 .landing2018VideoContentCenter.themeBlue li a,
  .landing2018 .landing2018HeaderAndButton.themeBlue p a,
  .landing2018 .landing2018HeaderAndButton.themeBlue td a,
  .landing2018 .landing2018HeaderAndButton.themeBlue li a,
  .landing2018 .landing2018ContentCenter.themeBlue p a,
  .landing2018 .landing2018ContentCenter.themeBlue td a,
  .landing2018 .landing2018ContentCenter.themeBlue li a,
  .landing2018 .landing2018ContentGrid.themeBlue p a,
  .landing2018 .landing2018ContentGrid.themeBlue td a,
  .landing2018 .landing2018ContentGrid.themeBlue li a {
    color: #fff; }

.landing2018 .landing2018Form.themeBlue p,
.landing2018 .landing2018VideoBackground.themeBlue p,
.landing2018 .landing2018VideoFrame.themeBlue p,
.landing2018 .landing2018VideoContentCenter.themeBlue p,
.landing2018 .landing2018HeaderAndButton.themeBlue p,
.landing2018 .landing2018ContentCenter.themeBlue p,
.landing2018 .landing2018ContentGrid.themeBlue p {
  margin-top: 0;
  line-height: 1.4em; }

.landing2018 .landing2018Form.themeBlue li,
.landing2018 .landing2018VideoBackground.themeBlue li,
.landing2018 .landing2018VideoFrame.themeBlue li,
.landing2018 .landing2018VideoContentCenter.themeBlue li,
.landing2018 .landing2018HeaderAndButton.themeBlue li,
.landing2018 .landing2018ContentCenter.themeBlue li,
.landing2018 .landing2018ContentGrid.themeBlue li {
  line-height: 1.4em; }

.landing2018 .landing2018Form.themeBlue h1, .landing2018 .landing2018Form.themeBlue h4, .landing2018 .landing2018Form.themeBlue h5, .landing2018 .landing2018Form.themeBlue h6,
.landing2018 .landing2018VideoBackground.themeBlue h1,
.landing2018 .landing2018VideoBackground.themeBlue h4,
.landing2018 .landing2018VideoBackground.themeBlue h5,
.landing2018 .landing2018VideoBackground.themeBlue h6,
.landing2018 .landing2018VideoFrame.themeBlue h1,
.landing2018 .landing2018VideoFrame.themeBlue h4,
.landing2018 .landing2018VideoFrame.themeBlue h5,
.landing2018 .landing2018VideoFrame.themeBlue h6,
.landing2018 .landing2018VideoContentCenter.themeBlue h1,
.landing2018 .landing2018VideoContentCenter.themeBlue h4,
.landing2018 .landing2018VideoContentCenter.themeBlue h5,
.landing2018 .landing2018VideoContentCenter.themeBlue h6,
.landing2018 .landing2018HeaderAndButton.themeBlue h1,
.landing2018 .landing2018HeaderAndButton.themeBlue h4,
.landing2018 .landing2018HeaderAndButton.themeBlue h5,
.landing2018 .landing2018HeaderAndButton.themeBlue h6,
.landing2018 .landing2018ContentCenter.themeBlue h1,
.landing2018 .landing2018ContentCenter.themeBlue h4,
.landing2018 .landing2018ContentCenter.themeBlue h5,
.landing2018 .landing2018ContentCenter.themeBlue h6,
.landing2018 .landing2018ContentGrid.themeBlue h1,
.landing2018 .landing2018ContentGrid.themeBlue h4,
.landing2018 .landing2018ContentGrid.themeBlue h5,
.landing2018 .landing2018ContentGrid.themeBlue h6 {
  margin-top: 0; }

.landing2018 .landing2018Form.themeBlue h2,
.landing2018 .landing2018VideoBackground.themeBlue h2,
.landing2018 .landing2018VideoFrame.themeBlue h2,
.landing2018 .landing2018VideoContentCenter.themeBlue h2,
.landing2018 .landing2018HeaderAndButton.themeBlue h2,
.landing2018 .landing2018ContentCenter.themeBlue h2,
.landing2018 .landing2018ContentGrid.themeBlue h2 {
  font-size: 35px; }

.landing2018 .landing2018Form.themeBlue h1,
.landing2018 .landing2018VideoBackground.themeBlue h1,
.landing2018 .landing2018VideoFrame.themeBlue h1,
.landing2018 .landing2018VideoContentCenter.themeBlue h1,
.landing2018 .landing2018HeaderAndButton.themeBlue h1,
.landing2018 .landing2018ContentCenter.themeBlue h1,
.landing2018 .landing2018ContentGrid.themeBlue h1 {
  font-size: 57px; }

.landing2018 .landing2018Form.themeBlue h3,
.landing2018 .landing2018VideoBackground.themeBlue h3,
.landing2018 .landing2018VideoFrame.themeBlue h3,
.landing2018 .landing2018VideoContentCenter.themeBlue h3,
.landing2018 .landing2018HeaderAndButton.themeBlue h3,
.landing2018 .landing2018ContentCenter.themeBlue h3,
.landing2018 .landing2018ContentGrid.themeBlue h3 {
  margin-top: 45px;
  color: #fff;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 27px; }

.landing2018 .landing2018Form.themeBlue h1, .landing2018 .landing2018Form.themeBlue h2,
.landing2018 .landing2018VideoBackground.themeBlue h1,
.landing2018 .landing2018VideoBackground.themeBlue h2,
.landing2018 .landing2018VideoFrame.themeBlue h1,
.landing2018 .landing2018VideoFrame.themeBlue h2,
.landing2018 .landing2018VideoContentCenter.themeBlue h1,
.landing2018 .landing2018VideoContentCenter.themeBlue h2,
.landing2018 .landing2018HeaderAndButton.themeBlue h1,
.landing2018 .landing2018HeaderAndButton.themeBlue h2,
.landing2018 .landing2018ContentCenter.themeBlue h1,
.landing2018 .landing2018ContentCenter.themeBlue h2,
.landing2018 .landing2018ContentGrid.themeBlue h1,
.landing2018 .landing2018ContentGrid.themeBlue h2 {
  color: #fff;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic; }

.landing2018 .landing2018Form.themeBlue h2,
.landing2018 .landing2018VideoBackground.themeBlue h2,
.landing2018 .landing2018VideoFrame.themeBlue h2,
.landing2018 .landing2018VideoContentCenter.themeBlue h2,
.landing2018 .landing2018HeaderAndButton.themeBlue h2,
.landing2018 .landing2018ContentCenter.themeBlue h2,
.landing2018 .landing2018ContentGrid.themeBlue h2 {
  margin-top: 65px; }

.landing2018 .landing2018Form.themeBlue h1, .landing2018 .landing2018Form.themeBlue h2, .landing2018 .landing2018Form.themeBlue h3, .landing2018 .landing2018Form.themeBlue h4, .landing2018 .landing2018Form.themeBlue h5, .landing2018 .landing2018Form.themeBlue h6,
.landing2018 .landing2018VideoBackground.themeBlue h1,
.landing2018 .landing2018VideoBackground.themeBlue h2,
.landing2018 .landing2018VideoBackground.themeBlue h3,
.landing2018 .landing2018VideoBackground.themeBlue h4,
.landing2018 .landing2018VideoBackground.themeBlue h5,
.landing2018 .landing2018VideoBackground.themeBlue h6,
.landing2018 .landing2018VideoFrame.themeBlue h1,
.landing2018 .landing2018VideoFrame.themeBlue h2,
.landing2018 .landing2018VideoFrame.themeBlue h3,
.landing2018 .landing2018VideoFrame.themeBlue h4,
.landing2018 .landing2018VideoFrame.themeBlue h5,
.landing2018 .landing2018VideoFrame.themeBlue h6,
.landing2018 .landing2018VideoContentCenter.themeBlue h1,
.landing2018 .landing2018VideoContentCenter.themeBlue h2,
.landing2018 .landing2018VideoContentCenter.themeBlue h3,
.landing2018 .landing2018VideoContentCenter.themeBlue h4,
.landing2018 .landing2018VideoContentCenter.themeBlue h5,
.landing2018 .landing2018VideoContentCenter.themeBlue h6,
.landing2018 .landing2018HeaderAndButton.themeBlue h1,
.landing2018 .landing2018HeaderAndButton.themeBlue h2,
.landing2018 .landing2018HeaderAndButton.themeBlue h3,
.landing2018 .landing2018HeaderAndButton.themeBlue h4,
.landing2018 .landing2018HeaderAndButton.themeBlue h5,
.landing2018 .landing2018HeaderAndButton.themeBlue h6,
.landing2018 .landing2018ContentCenter.themeBlue h1,
.landing2018 .landing2018ContentCenter.themeBlue h2,
.landing2018 .landing2018ContentCenter.themeBlue h3,
.landing2018 .landing2018ContentCenter.themeBlue h4,
.landing2018 .landing2018ContentCenter.themeBlue h5,
.landing2018 .landing2018ContentCenter.themeBlue h6,
.landing2018 .landing2018ContentGrid.themeBlue h1,
.landing2018 .landing2018ContentGrid.themeBlue h2,
.landing2018 .landing2018ContentGrid.themeBlue h3,
.landing2018 .landing2018ContentGrid.themeBlue h4,
.landing2018 .landing2018ContentGrid.themeBlue h5,
.landing2018 .landing2018ContentGrid.themeBlue h6 {
  clear: both; }

.landing2018 .landing2018Form.themeBlue p a,
.landing2018 .landing2018VideoBackground.themeBlue p a,
.landing2018 .landing2018VideoFrame.themeBlue p a,
.landing2018 .landing2018VideoContentCenter.themeBlue p a,
.landing2018 .landing2018HeaderAndButton.themeBlue p a,
.landing2018 .landing2018ContentCenter.themeBlue p a,
.landing2018 .landing2018ContentGrid.themeBlue p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #6ab1e2; }

.landing2018 .landing2018Form.themeBlue .button-outline,
.landing2018 .landing2018VideoBackground.themeBlue .button-outline,
.landing2018 .landing2018VideoFrame.themeBlue .button-outline,
.landing2018 .landing2018VideoContentCenter.themeBlue .button-outline,
.landing2018 .landing2018HeaderAndButton.themeBlue .button-outline,
.landing2018 .landing2018ContentCenter.themeBlue .button-outline,
.landing2018 .landing2018ContentGrid.themeBlue .button-outline {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 4px 12px; }
  .landing2018 .landing2018Form.themeBlue .button-outline:hover,
  .landing2018 .landing2018VideoBackground.themeBlue .button-outline:hover,
  .landing2018 .landing2018VideoFrame.themeBlue .button-outline:hover,
  .landing2018 .landing2018VideoContentCenter.themeBlue .button-outline:hover,
  .landing2018 .landing2018HeaderAndButton.themeBlue .button-outline:hover,
  .landing2018 .landing2018ContentCenter.themeBlue .button-outline:hover,
  .landing2018 .landing2018ContentGrid.themeBlue .button-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FFF; }

.landing2018 .landing2018Form.themeBlue .button-arrow,
.landing2018 .landing2018VideoBackground.themeBlue .button-arrow,
.landing2018 .landing2018VideoFrame.themeBlue .button-arrow,
.landing2018 .landing2018VideoContentCenter.themeBlue .button-arrow,
.landing2018 .landing2018HeaderAndButton.themeBlue .button-arrow,
.landing2018 .landing2018ContentCenter.themeBlue .button-arrow,
.landing2018 .landing2018ContentGrid.themeBlue .button-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 38px;
  padding-bottom: 4px;
  padding-left: 12px; }
  .landing2018 .landing2018Form.themeBlue .button-arrow i,
  .landing2018 .landing2018VideoBackground.themeBlue .button-arrow i,
  .landing2018 .landing2018VideoFrame.themeBlue .button-arrow i,
  .landing2018 .landing2018VideoContentCenter.themeBlue .button-arrow i,
  .landing2018 .landing2018HeaderAndButton.themeBlue .button-arrow i,
  .landing2018 .landing2018ContentCenter.themeBlue .button-arrow i,
  .landing2018 .landing2018ContentGrid.themeBlue .button-arrow i {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 31px; }
  .landing2018 .landing2018Form.themeBlue .button-arrow:hover,
  .landing2018 .landing2018VideoBackground.themeBlue .button-arrow:hover,
  .landing2018 .landing2018VideoFrame.themeBlue .button-arrow:hover,
  .landing2018 .landing2018VideoContentCenter.themeBlue .button-arrow:hover,
  .landing2018 .landing2018HeaderAndButton.themeBlue .button-arrow:hover,
  .landing2018 .landing2018ContentCenter.themeBlue .button-arrow:hover,
  .landing2018 .landing2018ContentGrid.themeBlue .button-arrow:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FFF; }

.landing2018 .landing2018Form.themeGreen p,
.landing2018 .landing2018Form.themeGreen td,
.landing2018 .landing2018Form.themeGreen li,
.landing2018 .landing2018VideoBackground.themeGreen p,
.landing2018 .landing2018VideoBackground.themeGreen td,
.landing2018 .landing2018VideoBackground.themeGreen li,
.landing2018 .landing2018VideoFrame.themeGreen p,
.landing2018 .landing2018VideoFrame.themeGreen td,
.landing2018 .landing2018VideoFrame.themeGreen li,
.landing2018 .landing2018VideoContentCenter.themeGreen p,
.landing2018 .landing2018VideoContentCenter.themeGreen td,
.landing2018 .landing2018VideoContentCenter.themeGreen li,
.landing2018 .landing2018HeaderAndButton.themeGreen p,
.landing2018 .landing2018HeaderAndButton.themeGreen td,
.landing2018 .landing2018HeaderAndButton.themeGreen li,
.landing2018 .landing2018ContentCenter.themeGreen p,
.landing2018 .landing2018ContentCenter.themeGreen td,
.landing2018 .landing2018ContentCenter.themeGreen li,
.landing2018 .landing2018ContentGrid.themeGreen p,
.landing2018 .landing2018ContentGrid.themeGreen td,
.landing2018 .landing2018ContentGrid.themeGreen li {
  color: #fff;
  font-size: 20px; }
  .landing2018 .landing2018Form.themeGreen p a,
  .landing2018 .landing2018Form.themeGreen td a,
  .landing2018 .landing2018Form.themeGreen li a,
  .landing2018 .landing2018VideoBackground.themeGreen p a,
  .landing2018 .landing2018VideoBackground.themeGreen td a,
  .landing2018 .landing2018VideoBackground.themeGreen li a,
  .landing2018 .landing2018VideoFrame.themeGreen p a,
  .landing2018 .landing2018VideoFrame.themeGreen td a,
  .landing2018 .landing2018VideoFrame.themeGreen li a,
  .landing2018 .landing2018VideoContentCenter.themeGreen p a,
  .landing2018 .landing2018VideoContentCenter.themeGreen td a,
  .landing2018 .landing2018VideoContentCenter.themeGreen li a,
  .landing2018 .landing2018HeaderAndButton.themeGreen p a,
  .landing2018 .landing2018HeaderAndButton.themeGreen td a,
  .landing2018 .landing2018HeaderAndButton.themeGreen li a,
  .landing2018 .landing2018ContentCenter.themeGreen p a,
  .landing2018 .landing2018ContentCenter.themeGreen td a,
  .landing2018 .landing2018ContentCenter.themeGreen li a,
  .landing2018 .landing2018ContentGrid.themeGreen p a,
  .landing2018 .landing2018ContentGrid.themeGreen td a,
  .landing2018 .landing2018ContentGrid.themeGreen li a {
    color: #fff; }

.landing2018 .landing2018Form.themeGreen p,
.landing2018 .landing2018VideoBackground.themeGreen p,
.landing2018 .landing2018VideoFrame.themeGreen p,
.landing2018 .landing2018VideoContentCenter.themeGreen p,
.landing2018 .landing2018HeaderAndButton.themeGreen p,
.landing2018 .landing2018ContentCenter.themeGreen p,
.landing2018 .landing2018ContentGrid.themeGreen p {
  margin-top: 0;
  line-height: 1.4em; }

.landing2018 .landing2018Form.themeGreen li,
.landing2018 .landing2018VideoBackground.themeGreen li,
.landing2018 .landing2018VideoFrame.themeGreen li,
.landing2018 .landing2018VideoContentCenter.themeGreen li,
.landing2018 .landing2018HeaderAndButton.themeGreen li,
.landing2018 .landing2018ContentCenter.themeGreen li,
.landing2018 .landing2018ContentGrid.themeGreen li {
  line-height: 1.4em; }

.landing2018 .landing2018Form.themeGreen h1, .landing2018 .landing2018Form.themeGreen h4, .landing2018 .landing2018Form.themeGreen h5, .landing2018 .landing2018Form.themeGreen h6,
.landing2018 .landing2018VideoBackground.themeGreen h1,
.landing2018 .landing2018VideoBackground.themeGreen h4,
.landing2018 .landing2018VideoBackground.themeGreen h5,
.landing2018 .landing2018VideoBackground.themeGreen h6,
.landing2018 .landing2018VideoFrame.themeGreen h1,
.landing2018 .landing2018VideoFrame.themeGreen h4,
.landing2018 .landing2018VideoFrame.themeGreen h5,
.landing2018 .landing2018VideoFrame.themeGreen h6,
.landing2018 .landing2018VideoContentCenter.themeGreen h1,
.landing2018 .landing2018VideoContentCenter.themeGreen h4,
.landing2018 .landing2018VideoContentCenter.themeGreen h5,
.landing2018 .landing2018VideoContentCenter.themeGreen h6,
.landing2018 .landing2018HeaderAndButton.themeGreen h1,
.landing2018 .landing2018HeaderAndButton.themeGreen h4,
.landing2018 .landing2018HeaderAndButton.themeGreen h5,
.landing2018 .landing2018HeaderAndButton.themeGreen h6,
.landing2018 .landing2018ContentCenter.themeGreen h1,
.landing2018 .landing2018ContentCenter.themeGreen h4,
.landing2018 .landing2018ContentCenter.themeGreen h5,
.landing2018 .landing2018ContentCenter.themeGreen h6,
.landing2018 .landing2018ContentGrid.themeGreen h1,
.landing2018 .landing2018ContentGrid.themeGreen h4,
.landing2018 .landing2018ContentGrid.themeGreen h5,
.landing2018 .landing2018ContentGrid.themeGreen h6 {
  margin-top: 0; }

.landing2018 .landing2018Form.themeGreen h2,
.landing2018 .landing2018VideoBackground.themeGreen h2,
.landing2018 .landing2018VideoFrame.themeGreen h2,
.landing2018 .landing2018VideoContentCenter.themeGreen h2,
.landing2018 .landing2018HeaderAndButton.themeGreen h2,
.landing2018 .landing2018ContentCenter.themeGreen h2,
.landing2018 .landing2018ContentGrid.themeGreen h2 {
  font-size: 35px; }

.landing2018 .landing2018Form.themeGreen h1,
.landing2018 .landing2018VideoBackground.themeGreen h1,
.landing2018 .landing2018VideoFrame.themeGreen h1,
.landing2018 .landing2018VideoContentCenter.themeGreen h1,
.landing2018 .landing2018HeaderAndButton.themeGreen h1,
.landing2018 .landing2018ContentCenter.themeGreen h1,
.landing2018 .landing2018ContentGrid.themeGreen h1 {
  font-size: 57px; }

.landing2018 .landing2018Form.themeGreen h3,
.landing2018 .landing2018VideoBackground.themeGreen h3,
.landing2018 .landing2018VideoFrame.themeGreen h3,
.landing2018 .landing2018VideoContentCenter.themeGreen h3,
.landing2018 .landing2018HeaderAndButton.themeGreen h3,
.landing2018 .landing2018ContentCenter.themeGreen h3,
.landing2018 .landing2018ContentGrid.themeGreen h3 {
  margin-top: 45px;
  color: #fff;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 27px; }

.landing2018 .landing2018Form.themeGreen h1, .landing2018 .landing2018Form.themeGreen h2,
.landing2018 .landing2018VideoBackground.themeGreen h1,
.landing2018 .landing2018VideoBackground.themeGreen h2,
.landing2018 .landing2018VideoFrame.themeGreen h1,
.landing2018 .landing2018VideoFrame.themeGreen h2,
.landing2018 .landing2018VideoContentCenter.themeGreen h1,
.landing2018 .landing2018VideoContentCenter.themeGreen h2,
.landing2018 .landing2018HeaderAndButton.themeGreen h1,
.landing2018 .landing2018HeaderAndButton.themeGreen h2,
.landing2018 .landing2018ContentCenter.themeGreen h1,
.landing2018 .landing2018ContentCenter.themeGreen h2,
.landing2018 .landing2018ContentGrid.themeGreen h1,
.landing2018 .landing2018ContentGrid.themeGreen h2 {
  color: #fff;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic; }

.landing2018 .landing2018Form.themeGreen h2,
.landing2018 .landing2018VideoBackground.themeGreen h2,
.landing2018 .landing2018VideoFrame.themeGreen h2,
.landing2018 .landing2018VideoContentCenter.themeGreen h2,
.landing2018 .landing2018HeaderAndButton.themeGreen h2,
.landing2018 .landing2018ContentCenter.themeGreen h2,
.landing2018 .landing2018ContentGrid.themeGreen h2 {
  margin-top: 65px; }

.landing2018 .landing2018Form.themeGreen h1, .landing2018 .landing2018Form.themeGreen h2, .landing2018 .landing2018Form.themeGreen h3, .landing2018 .landing2018Form.themeGreen h4, .landing2018 .landing2018Form.themeGreen h5, .landing2018 .landing2018Form.themeGreen h6,
.landing2018 .landing2018VideoBackground.themeGreen h1,
.landing2018 .landing2018VideoBackground.themeGreen h2,
.landing2018 .landing2018VideoBackground.themeGreen h3,
.landing2018 .landing2018VideoBackground.themeGreen h4,
.landing2018 .landing2018VideoBackground.themeGreen h5,
.landing2018 .landing2018VideoBackground.themeGreen h6,
.landing2018 .landing2018VideoFrame.themeGreen h1,
.landing2018 .landing2018VideoFrame.themeGreen h2,
.landing2018 .landing2018VideoFrame.themeGreen h3,
.landing2018 .landing2018VideoFrame.themeGreen h4,
.landing2018 .landing2018VideoFrame.themeGreen h5,
.landing2018 .landing2018VideoFrame.themeGreen h6,
.landing2018 .landing2018VideoContentCenter.themeGreen h1,
.landing2018 .landing2018VideoContentCenter.themeGreen h2,
.landing2018 .landing2018VideoContentCenter.themeGreen h3,
.landing2018 .landing2018VideoContentCenter.themeGreen h4,
.landing2018 .landing2018VideoContentCenter.themeGreen h5,
.landing2018 .landing2018VideoContentCenter.themeGreen h6,
.landing2018 .landing2018HeaderAndButton.themeGreen h1,
.landing2018 .landing2018HeaderAndButton.themeGreen h2,
.landing2018 .landing2018HeaderAndButton.themeGreen h3,
.landing2018 .landing2018HeaderAndButton.themeGreen h4,
.landing2018 .landing2018HeaderAndButton.themeGreen h5,
.landing2018 .landing2018HeaderAndButton.themeGreen h6,
.landing2018 .landing2018ContentCenter.themeGreen h1,
.landing2018 .landing2018ContentCenter.themeGreen h2,
.landing2018 .landing2018ContentCenter.themeGreen h3,
.landing2018 .landing2018ContentCenter.themeGreen h4,
.landing2018 .landing2018ContentCenter.themeGreen h5,
.landing2018 .landing2018ContentCenter.themeGreen h6,
.landing2018 .landing2018ContentGrid.themeGreen h1,
.landing2018 .landing2018ContentGrid.themeGreen h2,
.landing2018 .landing2018ContentGrid.themeGreen h3,
.landing2018 .landing2018ContentGrid.themeGreen h4,
.landing2018 .landing2018ContentGrid.themeGreen h5,
.landing2018 .landing2018ContentGrid.themeGreen h6 {
  clear: both; }

.landing2018 .landing2018Form.themeGreen p a,
.landing2018 .landing2018VideoBackground.themeGreen p a,
.landing2018 .landing2018VideoFrame.themeGreen p a,
.landing2018 .landing2018VideoContentCenter.themeGreen p a,
.landing2018 .landing2018HeaderAndButton.themeGreen p a,
.landing2018 .landing2018ContentCenter.themeGreen p a,
.landing2018 .landing2018ContentGrid.themeGreen p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #6ab1e2; }

.landing2018 .landing2018Form.themeGreen .button-outline,
.landing2018 .landing2018VideoBackground.themeGreen .button-outline,
.landing2018 .landing2018VideoFrame.themeGreen .button-outline,
.landing2018 .landing2018VideoContentCenter.themeGreen .button-outline,
.landing2018 .landing2018HeaderAndButton.themeGreen .button-outline,
.landing2018 .landing2018ContentCenter.themeGreen .button-outline,
.landing2018 .landing2018ContentGrid.themeGreen .button-outline {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 4px 12px; }
  .landing2018 .landing2018Form.themeGreen .button-outline:hover,
  .landing2018 .landing2018VideoBackground.themeGreen .button-outline:hover,
  .landing2018 .landing2018VideoFrame.themeGreen .button-outline:hover,
  .landing2018 .landing2018VideoContentCenter.themeGreen .button-outline:hover,
  .landing2018 .landing2018HeaderAndButton.themeGreen .button-outline:hover,
  .landing2018 .landing2018ContentCenter.themeGreen .button-outline:hover,
  .landing2018 .landing2018ContentGrid.themeGreen .button-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FFF; }

.landing2018 .landing2018Form.themeGreen .button-arrow,
.landing2018 .landing2018VideoBackground.themeGreen .button-arrow,
.landing2018 .landing2018VideoFrame.themeGreen .button-arrow,
.landing2018 .landing2018VideoContentCenter.themeGreen .button-arrow,
.landing2018 .landing2018HeaderAndButton.themeGreen .button-arrow,
.landing2018 .landing2018ContentCenter.themeGreen .button-arrow,
.landing2018 .landing2018ContentGrid.themeGreen .button-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 38px;
  padding-bottom: 4px;
  padding-left: 12px; }
  .landing2018 .landing2018Form.themeGreen .button-arrow i,
  .landing2018 .landing2018VideoBackground.themeGreen .button-arrow i,
  .landing2018 .landing2018VideoFrame.themeGreen .button-arrow i,
  .landing2018 .landing2018VideoContentCenter.themeGreen .button-arrow i,
  .landing2018 .landing2018HeaderAndButton.themeGreen .button-arrow i,
  .landing2018 .landing2018ContentCenter.themeGreen .button-arrow i,
  .landing2018 .landing2018ContentGrid.themeGreen .button-arrow i {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 31px; }
  .landing2018 .landing2018Form.themeGreen .button-arrow:hover,
  .landing2018 .landing2018VideoBackground.themeGreen .button-arrow:hover,
  .landing2018 .landing2018VideoFrame.themeGreen .button-arrow:hover,
  .landing2018 .landing2018VideoContentCenter.themeGreen .button-arrow:hover,
  .landing2018 .landing2018HeaderAndButton.themeGreen .button-arrow:hover,
  .landing2018 .landing2018ContentCenter.themeGreen .button-arrow:hover,
  .landing2018 .landing2018ContentGrid.themeGreen .button-arrow:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FFF; }

.landing2018 .landing2018Form.themePurple p,
.landing2018 .landing2018Form.themePurple td,
.landing2018 .landing2018Form.themePurple li,
.landing2018 .landing2018VideoBackground.themePurple p,
.landing2018 .landing2018VideoBackground.themePurple td,
.landing2018 .landing2018VideoBackground.themePurple li,
.landing2018 .landing2018VideoFrame.themePurple p,
.landing2018 .landing2018VideoFrame.themePurple td,
.landing2018 .landing2018VideoFrame.themePurple li,
.landing2018 .landing2018VideoContentCenter.themePurple p,
.landing2018 .landing2018VideoContentCenter.themePurple td,
.landing2018 .landing2018VideoContentCenter.themePurple li,
.landing2018 .landing2018HeaderAndButton.themePurple p,
.landing2018 .landing2018HeaderAndButton.themePurple td,
.landing2018 .landing2018HeaderAndButton.themePurple li,
.landing2018 .landing2018ContentCenter.themePurple p,
.landing2018 .landing2018ContentCenter.themePurple td,
.landing2018 .landing2018ContentCenter.themePurple li,
.landing2018 .landing2018ContentGrid.themePurple p,
.landing2018 .landing2018ContentGrid.themePurple td,
.landing2018 .landing2018ContentGrid.themePurple li {
  color: #fff;
  font-size: 20px; }
  .landing2018 .landing2018Form.themePurple p a,
  .landing2018 .landing2018Form.themePurple td a,
  .landing2018 .landing2018Form.themePurple li a,
  .landing2018 .landing2018VideoBackground.themePurple p a,
  .landing2018 .landing2018VideoBackground.themePurple td a,
  .landing2018 .landing2018VideoBackground.themePurple li a,
  .landing2018 .landing2018VideoFrame.themePurple p a,
  .landing2018 .landing2018VideoFrame.themePurple td a,
  .landing2018 .landing2018VideoFrame.themePurple li a,
  .landing2018 .landing2018VideoContentCenter.themePurple p a,
  .landing2018 .landing2018VideoContentCenter.themePurple td a,
  .landing2018 .landing2018VideoContentCenter.themePurple li a,
  .landing2018 .landing2018HeaderAndButton.themePurple p a,
  .landing2018 .landing2018HeaderAndButton.themePurple td a,
  .landing2018 .landing2018HeaderAndButton.themePurple li a,
  .landing2018 .landing2018ContentCenter.themePurple p a,
  .landing2018 .landing2018ContentCenter.themePurple td a,
  .landing2018 .landing2018ContentCenter.themePurple li a,
  .landing2018 .landing2018ContentGrid.themePurple p a,
  .landing2018 .landing2018ContentGrid.themePurple td a,
  .landing2018 .landing2018ContentGrid.themePurple li a {
    color: #fff; }

.landing2018 .landing2018Form.themePurple p,
.landing2018 .landing2018VideoBackground.themePurple p,
.landing2018 .landing2018VideoFrame.themePurple p,
.landing2018 .landing2018VideoContentCenter.themePurple p,
.landing2018 .landing2018HeaderAndButton.themePurple p,
.landing2018 .landing2018ContentCenter.themePurple p,
.landing2018 .landing2018ContentGrid.themePurple p {
  margin-top: 0;
  line-height: 1.4em; }

.landing2018 .landing2018Form.themePurple li,
.landing2018 .landing2018VideoBackground.themePurple li,
.landing2018 .landing2018VideoFrame.themePurple li,
.landing2018 .landing2018VideoContentCenter.themePurple li,
.landing2018 .landing2018HeaderAndButton.themePurple li,
.landing2018 .landing2018ContentCenter.themePurple li,
.landing2018 .landing2018ContentGrid.themePurple li {
  line-height: 1.4em; }

.landing2018 .landing2018Form.themePurple h1, .landing2018 .landing2018Form.themePurple h4, .landing2018 .landing2018Form.themePurple h5, .landing2018 .landing2018Form.themePurple h6,
.landing2018 .landing2018VideoBackground.themePurple h1,
.landing2018 .landing2018VideoBackground.themePurple h4,
.landing2018 .landing2018VideoBackground.themePurple h5,
.landing2018 .landing2018VideoBackground.themePurple h6,
.landing2018 .landing2018VideoFrame.themePurple h1,
.landing2018 .landing2018VideoFrame.themePurple h4,
.landing2018 .landing2018VideoFrame.themePurple h5,
.landing2018 .landing2018VideoFrame.themePurple h6,
.landing2018 .landing2018VideoContentCenter.themePurple h1,
.landing2018 .landing2018VideoContentCenter.themePurple h4,
.landing2018 .landing2018VideoContentCenter.themePurple h5,
.landing2018 .landing2018VideoContentCenter.themePurple h6,
.landing2018 .landing2018HeaderAndButton.themePurple h1,
.landing2018 .landing2018HeaderAndButton.themePurple h4,
.landing2018 .landing2018HeaderAndButton.themePurple h5,
.landing2018 .landing2018HeaderAndButton.themePurple h6,
.landing2018 .landing2018ContentCenter.themePurple h1,
.landing2018 .landing2018ContentCenter.themePurple h4,
.landing2018 .landing2018ContentCenter.themePurple h5,
.landing2018 .landing2018ContentCenter.themePurple h6,
.landing2018 .landing2018ContentGrid.themePurple h1,
.landing2018 .landing2018ContentGrid.themePurple h4,
.landing2018 .landing2018ContentGrid.themePurple h5,
.landing2018 .landing2018ContentGrid.themePurple h6 {
  margin-top: 0; }

.landing2018 .landing2018Form.themePurple h2,
.landing2018 .landing2018VideoBackground.themePurple h2,
.landing2018 .landing2018VideoFrame.themePurple h2,
.landing2018 .landing2018VideoContentCenter.themePurple h2,
.landing2018 .landing2018HeaderAndButton.themePurple h2,
.landing2018 .landing2018ContentCenter.themePurple h2,
.landing2018 .landing2018ContentGrid.themePurple h2 {
  font-size: 35px; }

.landing2018 .landing2018Form.themePurple h1,
.landing2018 .landing2018VideoBackground.themePurple h1,
.landing2018 .landing2018VideoFrame.themePurple h1,
.landing2018 .landing2018VideoContentCenter.themePurple h1,
.landing2018 .landing2018HeaderAndButton.themePurple h1,
.landing2018 .landing2018ContentCenter.themePurple h1,
.landing2018 .landing2018ContentGrid.themePurple h1 {
  font-size: 57px; }

.landing2018 .landing2018Form.themePurple h3,
.landing2018 .landing2018VideoBackground.themePurple h3,
.landing2018 .landing2018VideoFrame.themePurple h3,
.landing2018 .landing2018VideoContentCenter.themePurple h3,
.landing2018 .landing2018HeaderAndButton.themePurple h3,
.landing2018 .landing2018ContentCenter.themePurple h3,
.landing2018 .landing2018ContentGrid.themePurple h3 {
  margin-top: 45px;
  color: #fff;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 27px; }

.landing2018 .landing2018Form.themePurple h1, .landing2018 .landing2018Form.themePurple h2,
.landing2018 .landing2018VideoBackground.themePurple h1,
.landing2018 .landing2018VideoBackground.themePurple h2,
.landing2018 .landing2018VideoFrame.themePurple h1,
.landing2018 .landing2018VideoFrame.themePurple h2,
.landing2018 .landing2018VideoContentCenter.themePurple h1,
.landing2018 .landing2018VideoContentCenter.themePurple h2,
.landing2018 .landing2018HeaderAndButton.themePurple h1,
.landing2018 .landing2018HeaderAndButton.themePurple h2,
.landing2018 .landing2018ContentCenter.themePurple h1,
.landing2018 .landing2018ContentCenter.themePurple h2,
.landing2018 .landing2018ContentGrid.themePurple h1,
.landing2018 .landing2018ContentGrid.themePurple h2 {
  color: #fff;
  font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic; }

.landing2018 .landing2018Form.themePurple h2,
.landing2018 .landing2018VideoBackground.themePurple h2,
.landing2018 .landing2018VideoFrame.themePurple h2,
.landing2018 .landing2018VideoContentCenter.themePurple h2,
.landing2018 .landing2018HeaderAndButton.themePurple h2,
.landing2018 .landing2018ContentCenter.themePurple h2,
.landing2018 .landing2018ContentGrid.themePurple h2 {
  margin-top: 65px; }

.landing2018 .landing2018Form.themePurple h1, .landing2018 .landing2018Form.themePurple h2, .landing2018 .landing2018Form.themePurple h3, .landing2018 .landing2018Form.themePurple h4, .landing2018 .landing2018Form.themePurple h5, .landing2018 .landing2018Form.themePurple h6,
.landing2018 .landing2018VideoBackground.themePurple h1,
.landing2018 .landing2018VideoBackground.themePurple h2,
.landing2018 .landing2018VideoBackground.themePurple h3,
.landing2018 .landing2018VideoBackground.themePurple h4,
.landing2018 .landing2018VideoBackground.themePurple h5,
.landing2018 .landing2018VideoBackground.themePurple h6,
.landing2018 .landing2018VideoFrame.themePurple h1,
.landing2018 .landing2018VideoFrame.themePurple h2,
.landing2018 .landing2018VideoFrame.themePurple h3,
.landing2018 .landing2018VideoFrame.themePurple h4,
.landing2018 .landing2018VideoFrame.themePurple h5,
.landing2018 .landing2018VideoFrame.themePurple h6,
.landing2018 .landing2018VideoContentCenter.themePurple h1,
.landing2018 .landing2018VideoContentCenter.themePurple h2,
.landing2018 .landing2018VideoContentCenter.themePurple h3,
.landing2018 .landing2018VideoContentCenter.themePurple h4,
.landing2018 .landing2018VideoContentCenter.themePurple h5,
.landing2018 .landing2018VideoContentCenter.themePurple h6,
.landing2018 .landing2018HeaderAndButton.themePurple h1,
.landing2018 .landing2018HeaderAndButton.themePurple h2,
.landing2018 .landing2018HeaderAndButton.themePurple h3,
.landing2018 .landing2018HeaderAndButton.themePurple h4,
.landing2018 .landing2018HeaderAndButton.themePurple h5,
.landing2018 .landing2018HeaderAndButton.themePurple h6,
.landing2018 .landing2018ContentCenter.themePurple h1,
.landing2018 .landing2018ContentCenter.themePurple h2,
.landing2018 .landing2018ContentCenter.themePurple h3,
.landing2018 .landing2018ContentCenter.themePurple h4,
.landing2018 .landing2018ContentCenter.themePurple h5,
.landing2018 .landing2018ContentCenter.themePurple h6,
.landing2018 .landing2018ContentGrid.themePurple h1,
.landing2018 .landing2018ContentGrid.themePurple h2,
.landing2018 .landing2018ContentGrid.themePurple h3,
.landing2018 .landing2018ContentGrid.themePurple h4,
.landing2018 .landing2018ContentGrid.themePurple h5,
.landing2018 .landing2018ContentGrid.themePurple h6 {
  clear: both; }

.landing2018 .landing2018Form.themePurple p a,
.landing2018 .landing2018VideoBackground.themePurple p a,
.landing2018 .landing2018VideoFrame.themePurple p a,
.landing2018 .landing2018VideoContentCenter.themePurple p a,
.landing2018 .landing2018HeaderAndButton.themePurple p a,
.landing2018 .landing2018ContentCenter.themePurple p a,
.landing2018 .landing2018ContentGrid.themePurple p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #6ab1e2; }

.landing2018 .landing2018Form.themePurple .button-outline,
.landing2018 .landing2018VideoBackground.themePurple .button-outline,
.landing2018 .landing2018VideoFrame.themePurple .button-outline,
.landing2018 .landing2018VideoContentCenter.themePurple .button-outline,
.landing2018 .landing2018HeaderAndButton.themePurple .button-outline,
.landing2018 .landing2018ContentCenter.themePurple .button-outline,
.landing2018 .landing2018ContentGrid.themePurple .button-outline {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 4px 12px; }
  .landing2018 .landing2018Form.themePurple .button-outline:hover,
  .landing2018 .landing2018VideoBackground.themePurple .button-outline:hover,
  .landing2018 .landing2018VideoFrame.themePurple .button-outline:hover,
  .landing2018 .landing2018VideoContentCenter.themePurple .button-outline:hover,
  .landing2018 .landing2018HeaderAndButton.themePurple .button-outline:hover,
  .landing2018 .landing2018ContentCenter.themePurple .button-outline:hover,
  .landing2018 .landing2018ContentGrid.themePurple .button-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FFF; }

.landing2018 .landing2018Form.themePurple .button-arrow,
.landing2018 .landing2018VideoBackground.themePurple .button-arrow,
.landing2018 .landing2018VideoFrame.themePurple .button-arrow,
.landing2018 .landing2018VideoContentCenter.themePurple .button-arrow,
.landing2018 .landing2018HeaderAndButton.themePurple .button-arrow,
.landing2018 .landing2018ContentCenter.themePurple .button-arrow,
.landing2018 .landing2018ContentGrid.themePurple .button-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  min-width: 117px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 38px;
  padding-bottom: 4px;
  padding-left: 12px; }
  .landing2018 .landing2018Form.themePurple .button-arrow i,
  .landing2018 .landing2018VideoBackground.themePurple .button-arrow i,
  .landing2018 .landing2018VideoFrame.themePurple .button-arrow i,
  .landing2018 .landing2018VideoContentCenter.themePurple .button-arrow i,
  .landing2018 .landing2018HeaderAndButton.themePurple .button-arrow i,
  .landing2018 .landing2018ContentCenter.themePurple .button-arrow i,
  .landing2018 .landing2018ContentGrid.themePurple .button-arrow i {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 31px; }
  .landing2018 .landing2018Form.themePurple .button-arrow:hover,
  .landing2018 .landing2018VideoBackground.themePurple .button-arrow:hover,
  .landing2018 .landing2018VideoFrame.themePurple .button-arrow:hover,
  .landing2018 .landing2018VideoContentCenter.themePurple .button-arrow:hover,
  .landing2018 .landing2018HeaderAndButton.themePurple .button-arrow:hover,
  .landing2018 .landing2018ContentCenter.themePurple .button-arrow:hover,
  .landing2018 .landing2018ContentGrid.themePurple .button-arrow:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FFF; }

.landing2018 .button {
  font-size: 18px !important; }

.landing2018 .wrapper {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .landing2018 .wrapper {
      max-width: 990px;
      margin-left: auto;
      margin-right: auto; } }
  .landing2018 .wrapper:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (min-width: 768px) {
  .landing2018 .hasBackgroundVideo {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%; }
    .landing2018 .hasBackgroundVideo .wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); } }

@media screen and (max-width: 767px) {
  .landing2018 .hasBackgroundVideo {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 768px) {
  .landing2018 .hasBackgroundImage {
    position: relative;
    height: 0;
    width: 100%;
    min-height: 500px; }
    .landing2018 .hasBackgroundImage .wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); } }

@media screen and (max-width: 767px) {
  .landing2018 .hasBackgroundImage {
    padding-top: 80px;
    padding-bottom: 80px; } }

.landing2018 .backgroundVideo {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .landing2018 .backgroundVideo {
      display: none; } }

.landing2018 .landing2018Form {
  background-size: cover;
  background-position: center; }
  .landing2018 .landing2018Form .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018Form.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018Form.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018Form.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018Form.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018Form.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018Form.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018Form.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018Form.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018Form.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018Form.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018Form.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018Form.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018Form.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018Form.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018Form.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018Form.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018Form.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018Form.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018Form.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018Form.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018Form.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018Form.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018Form.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .landing2018 .landing2018Form .landingForm_content {
      width: 50%;
      float: left;
      padding: 20px; }
    .landing2018 .landing2018Form .landingForm_form {
      width: 50%;
      float: left;
      padding: 20px; } }
  .landing2018 .landing2018Form input {
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .landing2018 .landing2018Form.layoutLeft .landingForm_content {
      width: 50%;
      float: left;
      padding: 20px; }
    .landing2018 .landing2018Form.layoutLeft .landingForm_form {
      width: 50%;
      float: left;
      padding: 20px; }
    .landing2018 .landing2018Form.layoutRight .landingForm_content {
      width: 50%;
      float: right;
      padding: 20px; }
    .landing2018 .landing2018Form.layoutRight .landingForm_form {
      width: 50%;
      float: right;
      padding: 20px; }
    .landing2018 .landing2018Form.layoutCenter .landingForm_content {
      width: 50%;
      float: none;
      margin: 0px auto;
      padding: 20px; }
    .landing2018 .landing2018Form.layoutCenter .landingForm_form {
      width: 50%;
      float: none;
      margin: 0px auto;
      padding: 20px; } }

.landing2018 .landing2018VideoBackground {
  background-size: cover;
  background-position: center;
  padding-top: 1px;
  min-height: 500px; }
  .landing2018 .landing2018VideoBackground .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018VideoBackground.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018VideoBackground.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoBackground.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018VideoBackground.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018VideoBackground.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoBackground.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoBackground.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018VideoBackground.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoBackground.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018VideoBackground.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoBackground.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018VideoBackground.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018VideoBackground.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoBackground.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoBackground.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoBackground.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018VideoBackground.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoBackground.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018VideoBackground.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018VideoBackground.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoBackground.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoBackground.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoBackground.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .landing2018 .landing2018VideoBackground .landing2018VideoBackground_content {
      max-width: 65%; }
    .landing2018 .landing2018VideoBackground.layoutLeft .landing2018VideoBackground_content {
      float: left; }
    .landing2018 .landing2018VideoBackground.layoutRight .landing2018VideoBackground_content {
      float: right; }
    .landing2018 .landing2018VideoBackground.layoutCenter .landing2018VideoBackground_content {
      margin: 0px auto; } }

.landing2018 .landing2018VideoFrame {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center; }
  .landing2018 .landing2018VideoFrame .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018VideoFrame.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018VideoFrame.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoFrame.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018VideoFrame.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018VideoFrame.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoFrame.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoFrame.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018VideoFrame.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoFrame.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018VideoFrame.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoFrame.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018VideoFrame.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018VideoFrame.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoFrame.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoFrame.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoFrame.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018VideoFrame.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoFrame.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018VideoFrame.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018VideoFrame.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoFrame.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoFrame.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoFrame.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .landing2018 .landing2018VideoFrame .landing2018VideoFrame_content {
      width: 50%;
      padding: 0px 20px; }
    .landing2018 .landing2018VideoFrame .landing2018VideoFrame_frame {
      width: 50%;
      height: 0;
      padding-bottom: 28.125%;
      position: relative; }
      .landing2018 .landing2018VideoFrame .landing2018VideoFrame_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .landing2018 .landing2018VideoFrame.layoutLeft .landing2018VideoFrame_content {
      float: left; }
    .landing2018 .landing2018VideoFrame.layoutLeft .landing2018VideoFrame_frame {
      float: left; }
    .landing2018 .landing2018VideoFrame.layoutRight .landing2018VideoFrame_content {
      float: right; }
    .landing2018 .landing2018VideoFrame.layoutRight .landing2018VideoFrame_frame {
      float: right; }
    .landing2018 .landing2018VideoFrame.layoutCenter .landing2018VideoFrame_content {
      width: 65%;
      float: none;
      clear: both;
      margin: 20px auto; }
    .landing2018 .landing2018VideoFrame.layoutCenter .landing2018VideoFrame_frame {
      float: none;
      clear: both;
      margin: 0px auto; } }
  @media screen and (max-width: 767px) {
    .landing2018 .landing2018VideoFrame .landing2018VideoFrame_frame {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      .landing2018 .landing2018VideoFrame .landing2018VideoFrame_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.landing2018 .landing2018VideoContentCenter {
  background-size: cover;
  background-position: center;
  padding-top: 1px;
  min-height: 500px; }
  .landing2018 .landing2018VideoContentCenter .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018VideoContentCenter.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018VideoContentCenter.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoContentCenter.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018VideoContentCenter.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018VideoContentCenter.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoContentCenter.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoContentCenter.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018VideoContentCenter.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoContentCenter.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018VideoContentCenter.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoContentCenter.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018VideoContentCenter.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018VideoContentCenter.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoContentCenter.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoContentCenter.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoContentCenter.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018VideoContentCenter.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018VideoContentCenter.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018VideoContentCenter.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018VideoContentCenter.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018VideoContentCenter.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018VideoContentCenter.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018VideoContentCenter.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018VideoContentCenter .button {
    font-size: 32px;
    padding-top: 24px;
    padding-bottom: 28px;
    padding-left: 36px;
    padding-right: 36px; }
  @media screen and (min-width: 768px) {
    .landing2018 .landing2018VideoContentCenter .landing2018VideoContentCenter_content {
      max-width: 65%; }
    .landing2018 .landing2018VideoContentCenter.layoutLeft .landing2018VideoContentCenter_content {
      float: left; }
    .landing2018 .landing2018VideoContentCenter.layoutRight .landing2018VideoContentCenter_content {
      float: right; }
    .landing2018 .landing2018VideoContentCenter.layoutCenter .landing2018VideoContentCenter_content {
      margin: 0px auto; } }

.landing2018 .landing2018HeaderAndButton {
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
  padding-top: 1px; }
  .landing2018 .landing2018HeaderAndButton * {
    text-align: center; }
  .landing2018 .landing2018HeaderAndButton .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018HeaderAndButton.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018HeaderAndButton.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018HeaderAndButton.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018HeaderAndButton.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018HeaderAndButton.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018HeaderAndButton.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018HeaderAndButton.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018HeaderAndButton.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018HeaderAndButton.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018HeaderAndButton.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018HeaderAndButton.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018HeaderAndButton.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018HeaderAndButton.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018HeaderAndButton.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018HeaderAndButton.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018HeaderAndButton.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018HeaderAndButton.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018HeaderAndButton.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018HeaderAndButton.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018HeaderAndButton.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018HeaderAndButton.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018HeaderAndButton.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018HeaderAndButton.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018HeaderAndButton .button {
    font-size: 32px;
    padding-top: 24px;
    padding-bottom: 28px;
    padding-left: 36px;
    padding-right: 36px; }
  .landing2018 .landing2018HeaderAndButton h2 {
    margin-top: 25px; }

.landing2018 .landing2018ContentCenter {
  padding-top: 40px;
  padding-bottom: 40px; }
  .landing2018 .landing2018ContentCenter .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018ContentCenter.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018ContentCenter.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018ContentCenter.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018ContentCenter.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018ContentCenter.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018ContentCenter.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018ContentCenter.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018ContentCenter.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018ContentCenter.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018ContentCenter.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018ContentCenter.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018ContentCenter.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018ContentCenter.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018ContentCenter.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018ContentCenter.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018ContentCenter.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018ContentCenter.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018ContentCenter.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018ContentCenter.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018ContentCenter.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentCenter.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018ContentCenter.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018ContentCenter.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018ContentCenter .button {
    margin: 20px 0px; }
  .landing2018 .landing2018ContentCenter img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .landing2018 .landing2018ContentCenter.layoutLeft {
      text-align: left; }
    .landing2018 .landing2018ContentCenter.layoutRight {
      text-align: right; }
    .landing2018 .landing2018ContentCenter.layoutCenter {
      text-align: center; } }

.landing2018 .landing2018ContentGrid {
  padding-top: 80px;
  padding-bottom: 80px; }
  .landing2018 .landing2018ContentGrid * {
    text-align: center; }
  .landing2018 .landing2018ContentGrid img {
    max-width: 100%;
    height: auto; }
  .landing2018 .landing2018ContentGrid table {
    width: 100%; }
  .landing2018 .landing2018ContentGrid .button {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: #1855b1;
    font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    color: white;
    text-decoration: none; }
  .landing2018 .landing2018ContentGrid.themeBlue {
    color: #FFF;
    background-color: #2e94de; }
    .landing2018 .landing2018ContentGrid.themeBlue .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #99d4fb;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018ContentGrid.themeBlue .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #2e94de; }
    .landing2018 .landing2018ContentGrid.themeBlue .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #1855b1;
      text-decoration: none; }
      .landing2018 .landing2018ContentGrid.themeBlue .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themeBlue .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themeBlue .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themeBlue .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018ContentGrid.themeBlue .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018ContentGrid.themeBlue.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
    .landing2018 .landing2018ContentGrid.themeBlue.hasBackgroundImage .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #1855b1;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018ContentGrid.themePurple {
    color: #FFF;
    background-color: #662d90; }
    .landing2018 .landing2018ContentGrid.themePurple .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #ff91e5;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018ContentGrid.themePurple .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #662d90; }
    .landing2018 .landing2018ContentGrid.themePurple .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #662d90;
      text-decoration: none; }
      .landing2018 .landing2018ContentGrid.themePurple .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themePurple .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themePurple .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themePurple .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018ContentGrid.themePurple .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018ContentGrid.themePurple.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #662d90;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018ContentGrid.themeGreen {
    color: #FFF;
    background-color: #3d8928; }
    .landing2018 .landing2018ContentGrid.themeGreen .cta {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      min-width: 117px;
      border: 2px solid #92c724;
      color: #FFF;
      border-radius: 4px;
      text-decoration: none; }
      .landing2018 .landing2018ContentGrid.themeGreen .cta:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #3d8928; }
    .landing2018 .landing2018ContentGrid.themeGreen .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: white;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: #3d8928;
      text-decoration: none; }
      .landing2018 .landing2018ContentGrid.themeGreen .button.buttonBlue {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #1855b1;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themeGreen .button.buttonPurple {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #662d90;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themeGreen .button.buttonGreen {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #3d8928;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
      .landing2018 .landing2018ContentGrid.themeGreen .button.buttonWhite {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: white;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: #1855b1; }
      .landing2018 .landing2018ContentGrid.themeGreen .button.buttonPink {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        border: none;
        border-radius: 5px;
        background-color: #e88ee4;
        font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        padding-bottom: 14px;
        padding-left: 18px;
        padding-right: 18px;
        color: white; }
    .landing2018 .landing2018ContentGrid.themeGreen.hasBackgroundVideo .button {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: relative;
      border: none;
      border-radius: 5px;
      background-color: #3d8928;
      font-family: "omnes-pro", "omnesmedium", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-style: italic;
      padding-top: 12px;
      padding-bottom: 14px;
      padding-left: 18px;
      padding-right: 18px;
      color: white;
      text-decoration: none; }
  .landing2018 .landing2018ContentGrid .button {
    margin: 20px 0px; }

.alternateHeader {
  background: #662d90; }
  .alternateHeader img {
    display: block;
    max-width: 100%;
    margin: 0px auto; }

html.placeholder .field .fieldgroup-field label, html.placeholder .field.dropdown label, html.placeholder .field.text label, html.placeholder .field.textarea label {
  display: none; }
