/* Colors */
/* Font Variables */
/* The McClatchy Serif font can use normal, 600, and bold weights */
/* The McClatchy Slab font can use normal, 600, and bold weights */
/*The McClatchy Sans Thin can be used with 200 font weight */
@font-face {
  font-family: 'Lyon';
  font-style: normal;
  font-weight: 400;
  src: local("Lyon Regular"), local("Lyon-Regular"), url(../fonts/lyon/LyonTextWeb-Regular.woff) format("woff"); }

@font-face {
  font-family: 'McClatchy Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mcclatchy-sans/McClatchySans-Regular.woff) format("woff"); }

@font-face {
  font-family: 'McClatchy Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/mcclatchy-sans/McClatchySans-Semibold.woff) format("woff"); }

/* repace the font with the final McClatchy Sans Condensed before launch */
@font-face {
  font-family: 'McClatchy Sans Cond';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mcclatchy-sans-condensed/McClatchySansCond-Semibold.woff) format("woff"); }

@font-face {
  font-family: 'McClatchy Sans Thin';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/mcclatchy-sans-thin/McClatchySans-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'McClatchy Serif';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mcclatchy-serif/McClatchySerif-Regular.woff) format("woff"); }

@font-face {
  font-family: 'McClatchy Serif';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mcclatchy-serif/McClatchySerif-Semibold.woff) format("woff"); }

@font-face {
  font-family: 'McClatchy Slab';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mcclatchy-slab/McClatchySlab-Regular.woff) format("woff"); }

@font-face {
  font-family: 'McClatchy Slab';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mcclatchy-slab/McClatchySlab-Semibold.woff) format("woff"); }

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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-pp:before {
  content: "\f1a7"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body,
html {
  width: 100%;
  min-height: 100%; }

body {
  font-size: 14px;
  font-family: "McClatchy Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.35;
  color: #4A4A4A; }

p {
  color: #4A4A4A; }

a {
  text-decoration: none;
  color: #4A4A4A; }
  a:hover, a:focus {
    text-decoration: none;
    color: #cccccc; }

.main-view {
  padding-bottom: 30px; }

.atomic-ui {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .atomic-ui .small-text {
    font-size: 10px;
    line-height: 1.35;
    font-weight: 400;
    color: #9E9E9E; }
    .atomic-ui .small-text .dark-gray {
      color: #4A4A4A;
      opacity: .75; }
    .atomic-ui .small-text .dark-gray-0 {
      color: #4A4A4A;
      opacity: 1; }
    .atomic-ui .small-text .market-color {
      color: #cccccc; }
    .atomic-ui .small-text .white {
      color: #fff; }
    .atomic-ui .small-text .uppercase {
      text-transform: uppercase; }
    .atomic-ui .small-text .bold {
      font-weight: 600; }
    .atomic-ui .small-text .error-color {
      color: #D0021B; }
  .atomic-ui .mid-text {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400; }
    .atomic-ui .mid-text .default {
      color: #4A4A4A;
      opacity: .75; }
    .atomic-ui .mid-text .dark-gray {
      color: #4A4A4A;
      opacity: 1; }
    .atomic-ui .mid-text .link {
      color: inherit;
      text-decoration: underline;
      cursor: pointer; }
    .atomic-ui .mid-text .bold {
      font-weight: 600; }
    .atomic-ui .mid-text .uppercase {
      text-transform: uppercase; }
    .atomic-ui .mid-text .link.undecorated {
      text-decoration: none; }
    .atomic-ui .mid-text .glyph-after:after {
      content: "\f0a9";
      color: inherit;
      font-size: 12px;
      font-family: 'FontAwesome';
      margin-left: 6px; }
  .atomic-ui .normal-text {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400; }
    .atomic-ui .normal-text.dark-gray,
    .atomic-ui .normal-text > .dark-gray {
      color: #4A4A4A; }
    .atomic-ui .normal-text.bold,
    .atomic-ui .normal-text > .bold {
      font-weight: 600; }
    .atomic-ui .normal-text.link,
    .atomic-ui .normal-text > .link {
      text-decoration: underline;
      cursor: pointer;
      color: inherit; }
      .atomic-ui .normal-text.link.undecorated,
      .atomic-ui .normal-text > .link.undecorated {
        text-decoration: none; }
    .atomic-ui .normal-text.uppercase,
    .atomic-ui .normal-text > .uppercase {
      text-transform: uppercase; }
    .atomic-ui .normal-text.inactive,
    .atomic-ui .normal-text > .inactive {
      opacity: .20; }
    .atomic-ui .normal-text.glyph-after,
    .atomic-ui .normal-text > .glyph-after {
      display: inline-block; }
    .atomic-ui .normal-text.glyph-after:after,
    .atomic-ui .normal-text > .glyph-after:after {
      content: "\f0a9";
      font-size: 16px;
      font-family: FontAwesome;
      margin-left: 6px;
      vertical-align: -1px; }
    .atomic-ui .normal-text.glyph-after.email:after,
    .atomic-ui .normal-text > .glyph-after.email:after {
      content: '\f0e0'; }
  .atomic-ui a.normal-text:focus {
    color: #4A4A4A; }
  .atomic-ui .section-callout {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 600; }
    .atomic-ui .section-callout.uppercase,
    .atomic-ui .section-callout > .uppercase {
      text-transform: uppercase; }
  .atomic-ui .sub-heading {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 600;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .atomic-ui .sub-heading {
        font-size: 22px; } }
  .atomic-ui .section-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600; }
    .atomic-ui .section-heading.default {
      color: #cccccc; }
    .atomic-ui .section-heading.dark-gray {
      color: #4A4A4A; }
    .atomic-ui .section-heading.lite {
      font-weight: 400; }
  .atomic-ui .text-highlight {
    font-size: 55px;
    font-weight: 200; }
    .atomic-ui .text-highlight .dark-gray {
      color: #4A4A4A; }
    .atomic-ui .text-highlight .market-color {
      color: #cccccc; }
  .atomic-ui .text-highlight {
    font-size: 55px;
    font-weight: 200;
    font-family: "McClatchy Sans Thin", sans-serif; }
    .atomic-ui .text-highlight.dark-gray {
      color: #4A4A4A; }
  .atomic-ui .glyph-icon .xxs {
    font-size: 10px; }
  .atomic-ui .glyph-icon .xs {
    font-size: 14px; }
  .atomic-ui .glyph-icon .sm {
    font-size: 16px; }
  .atomic-ui .glyph-icon .md {
    font-size: 22px; }
  .atomic-ui .glyph-icon .lg {
    font-size: 36px; }
  .atomic-ui .glyph-icon .xl {
    font-size: 62px; }
  .atomic-ui .glyph-icon.border {
    border: 1px solid #4A4A4A;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 8px; }
    .atomic-ui .glyph-icon.border .fa.xxs {
      height: 15px;
      width: 15px;
      line-height: 15px; }
    .atomic-ui .glyph-icon.border .fa.xs {
      height: 21px;
      width: 21px;
      line-height: 21px; }
    .atomic-ui .glyph-icon.border .fa.sm {
      height: 24px;
      width: 24px;
      line-height: 24px; }
    .atomic-ui .glyph-icon.border .fa.md {
      height: 32px;
      width: 32px;
      line-height: 32px; }
    .atomic-ui .glyph-icon.border .fa.lg {
      height: 54px;
      width: 54px;
      line-height: 54px; }
    .atomic-ui .glyph-icon.border .fa.xl {
      height: 92px;
      width: 92px;
      line-height: 92px; }
  .atomic-ui .glyph-icon.border-thick {
    border-width: 2px; }
  .atomic-ui .atomic-button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 30px 12px;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 1.25px;
    font-weight: 600;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    background-color: #cccccc; }
    .atomic-ui .atomic-button:hover {
      color: white; }
    .atomic-ui .atomic-button:disabled, .atomic-ui .atomic-button.inactive {
      background: #9E9E9E;
      color: rgba(255, 255, 255, 0.85);
      cursor: default;
      pointer-events: none; }
    .atomic-ui .atomic-button.silent {
      background: #fff;
      color: #9E9E9E;
      cursor: pointer;
      opacity: .75; }
      .atomic-ui .atomic-button.silent:hover {
        opacity: 1; }
      .atomic-ui .atomic-button.silent.market-color {
        color: #cccccc; }
    .atomic-ui .atomic-button.secondary-cta {
      background: #EBEBEB;
      color: #cccccc;
      cursor: pointer;
      padding: 13px 17px 12px; }
    .atomic-ui .atomic-button.outlined-cta {
      border: 1px solid;
      display: inline-block;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      color: #cccccc;
      border-color: #cccccc;
      background: none; }
      .atomic-ui .atomic-button.outlined-cta .fa {
        line-height: 14px;
        margin-right: 5px; }
      .atomic-ui .atomic-button.outlined-cta.glyph-icon {
        padding-left: 15px; }
  .atomic-ui button.normal-text, .atomic-ui button.link {
    background: none;
    border: none;
    padding: 0;
    margin: 0; }
  .atomic-ui .paypal-btn {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    margin: 0; }
  .atomic-ui .border {
    border: 0;
    border-bottom: 1px solid;
    margin-left: -25px;
    margin-right: -25px; }
    @media (min-width: 768px) {
      .atomic-ui .border {
        margin-right: 0;
        margin-left: 0; } }
    .atomic-ui .border.light-border {
      border-color: #EBEBEB; }
    .atomic-ui .border.dark-border {
      border-color: #9E9E9E; }
    .atomic-ui .border.error-border {
      border-color: #D0021B; }
    .atomic-ui .border.marketcolor-border {
      border-color: #cccccc; }
    .atomic-ui .border.successgreen-border {
      border-color: #00C853; }
    .atomic-ui .border.border-thick {
      border-bottom-width: 2px; }
  .atomic-ui .social-checkboxes,
  .atomic-ui .social-radios {
    display: block; }
  .atomic-ui .social-buttons {
    width: auto;
    height: auto;
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none; }
    .atomic-ui .social-buttons:hover {
      text-decoration: none; }
    .atomic-ui .social-buttons span.fa,
    .atomic-ui .social-buttons i.fa {
      padding-right: 5px;
      font-size: 17px;
      color: inherit; }
    .atomic-ui .social-buttons.facebook {
      color: #3b5998;
      border: 1px solid #3b5998; }
      .atomic-ui .social-buttons.facebook:hover {
        background: #3b5998;
        color: #fff;
        cursor: pointer; }
      .atomic-ui .social-buttons.facebook.radio, .atomic-ui .social-buttons.facebook.check {
        border: none;
        border-radius: 0; }
        .atomic-ui .social-buttons.facebook.radio:hover, .atomic-ui .social-buttons.facebook.check:hover {
          background: none;
          color: #3b5998; }
    .atomic-ui .social-buttons.twitter {
      color: #00aae5;
      border: 1px solid #00aae5; }
      .atomic-ui .social-buttons.twitter:hover {
        background: #00aae5;
        color: #fff;
        cursor: pointer; }
      .atomic-ui .social-buttons.twitter.radio, .atomic-ui .social-buttons.twitter.check {
        border: none;
        border-radius: 0; }
        .atomic-ui .social-buttons.twitter.radio:hover, .atomic-ui .social-buttons.twitter.check:hover {
          background: none;
          color: #00aae5; }
    .atomic-ui .social-buttons.google {
      color: #b82000;
      border: 1px solid #b82000; }
      .atomic-ui .social-buttons.google:hover {
        background: #b82000;
        color: #fff;
        cursor: pointer; }
      .atomic-ui .social-buttons.google.radio, .atomic-ui .social-buttons.google.check {
        border: none;
        border-radius: 0; }
        .atomic-ui .social-buttons.google.radio:hover, .atomic-ui .social-buttons.google.check:hover {
          background: none;
          color: #b82000; }
    .atomic-ui .social-buttons.radio, .atomic-ui .social-buttons.check {
      position: relative;
      z-index: 0;
      padding: 0; }
      .atomic-ui .social-buttons.radio label, .atomic-ui .social-buttons.check label {
        margin: 0;
        padding: 0;
        z-index: 2;
        position: relative;
        cursor: pointer; }
        .atomic-ui .social-buttons.radio label input, .atomic-ui .social-buttons.check label input {
          opacity: 0;
          display: none; }
          .atomic-ui .social-buttons.radio label input:checked + span, .atomic-ui .social-buttons.check label input:checked + span {
            color: #fff; }
        .atomic-ui .social-buttons.radio label span, .atomic-ui .social-buttons.check label span {
          padding: 7px 10px;
          line-height: 20px;
          display: block;
          background: none;
          font-weight: 600; }
      .atomic-ui .social-buttons.radio.facebook span, .atomic-ui .social-buttons.check.facebook span {
        border-radius: 200px;
        border: 1px solid #3b5998; }
      .atomic-ui .social-buttons.radio.facebook label input:checked + span, .atomic-ui .social-buttons.check.facebook label input:checked + span {
        background: #3b5998; }
      .atomic-ui .social-buttons.radio.twitter span, .atomic-ui .social-buttons.check.twitter span {
        border-radius: 200px;
        border: 1px solid #00aae5; }
      .atomic-ui .social-buttons.radio.twitter label input:checked + span, .atomic-ui .social-buttons.check.twitter label input:checked + span {
        background: #00aae5; }
      .atomic-ui .social-buttons.radio.google span, .atomic-ui .social-buttons.check.google span {
        border-radius: 200px;
        border: 1px solid #b82000; }
      .atomic-ui .social-buttons.radio.google label input:checked + span, .atomic-ui .social-buttons.check.google label input:checked + span {
        background: #b82000; }
  .atomic-ui .social-buttons-linked {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; }
    .atomic-ui .social-buttons-linked.facebook {
      color: #3b5998; }
    .atomic-ui .social-buttons-linked.twitter {
      color: #00aae5; }
    .atomic-ui .social-buttons-linked.google {
      color: #b82000; }
    .atomic-ui .social-buttons-linked span {
      padding-right: 5px;
      font-size: 17px;
      color: inherit; }
  .atomic-ui .social-links.inline a {
    margin-right: 20px; }
  .atomic-ui .social-links.list a {
    float: left;
    clear: both;
    margin-bottom: 10px; }
    .atomic-ui .social-links.list a:last-child {
      margin-bottom: 0; }
  .atomic-ui .social-links.list:after {
    content: '';
    display: block;
    clear: both; }
  .atomic-ui .card {
    margin: 0 0 20px;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    background: #fff; }
  .atomic-ui .flat-card {
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid;
    background: #fff; }
    .atomic-ui .flat-card:hover {
      box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.25); }
  .atomic-ui .card .card-header,
  .atomic-ui .flat-card .card-header {
    background: #EBEBEB;
    min-height: 53px;
    margin: -20px -20px 0; }
    .atomic-ui .card .card-header .section-heading,
    .atomic-ui .flat-card .card-header .section-heading {
      margin: 0;
      padding: 0 20px;
      padding-top: 16px; }
  .atomic-ui .atomic-checkbox {
    color: #4A4A4A;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
    clear: both; }
    .atomic-ui .atomic-checkbox input[type=checkbox] {
      display: none;
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .atomic-ui .atomic-checkbox input[type=checkbox]:checked ~ .check-view {
        background: #cccccc;
        border-color: #cccccc; }
        .atomic-ui .atomic-checkbox input[type=checkbox]:checked ~ .check-view:after {
          opacity: 1;
          transform: scale(1); }
      .atomic-ui .atomic-checkbox input[type=checkbox]:disabled ~ .check-view,
      .atomic-ui .atomic-checkbox input[type=checkbox]:disabled ~ span {
        opacity: .35; }
    .atomic-ui .atomic-checkbox .check-view {
      position: absolute;
      top: 0;
      left: 0;
      height: 22px;
      width: 22px;
      background: none;
      border: 1px solid #9E9E9E;
      transition: all ease-in-out .15s; }
      .atomic-ui .atomic-checkbox .check-view:after {
        content: '\f00c';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 20px;
        color: #fff;
        opacity: 0;
        text-align: center;
        vertical-align: middle;
        font-family: 'FontAwesome';
        font-size: 16px;
        transform: scale(0);
        transition: all ease-in-out .15s; }
    .atomic-ui .atomic-checkbox .help-block {
      margin-left: -30px; }
  .atomic-ui .form-group .atomic-checkbox .custom-error {
    position: relative; }
  .atomic-ui .has-error .atomic-checkbox span {
    color: #D0021B; }
  .atomic-ui .tooltip .tooltip-inner {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 13px 18px;
    background: #4A4A4A; }
  .atomic-ui .tooltip.top .tooltip-arrow {
    border-top-color: #4A4A4A; }
  .atomic-ui .tooltip.left .tooltip-arrow {
    border-left-color: #4A4A4A; }
  .atomic-ui .tooltip.right .tooltip-arrow {
    border-right-color: #4A4A4A; }
  .atomic-ui .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4A4A4A; }
  .atomic-ui .tooltip.in {
    opacity: 1; }
  .atomic-ui .popover {
    border-color: #EBEBEB;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0; }
    .atomic-ui .popover.left > .arrow {
      border-left-color: #EBEBEB; }
    .atomic-ui .popover h5 {
      color: #9E9E9E;
      font-weight: 600;
      margin-bottom: 5px;
      margin-top: 0; }
    .atomic-ui .popover p {
      margin-bottom: 0; }
  .atomic-ui .white-w-bg {
    color: #fff; }
  .atomic-ui .light-gray {
    color: #9E9E9E;
    opacity: .75; }
  .atomic-ui .medium-gray {
    color: #9E9E9E; }
  .atomic-ui .dark-gray {
    color: #4A4A4A; }
  .atomic-ui .market-color {
    color: #cccccc; }
  .atomic-ui .success-green {
    color: #00C853; }
  .atomic-ui .error-color {
    color: #D0021B; }
  .atomic-ui .bullet {
    position: relative;
    padding-left: 20px; }
    .atomic-ui .bullet:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -6px;
      height: 12px;
      width: 12px;
      border: 1px solid #9E9E9E;
      background: none;
      border-radius: 50%;
      transition: border .2s ease-out;
      will-change: border; }
    .atomic-ui .bullet.selected:before {
      border: 3px solid #9E9E9E; }

/* Import */
.atomic-ui input.border,
.atomic-ui select.border {
  margin-left: 0;
  margin-right: 0; }

.atomic-ui .form-group {
  margin-bottom: 30px; }
  .atomic-ui .form-group.has-error .control-label {
    color: #D0021B; }
  .atomic-ui .form-group.has-error .form-control {
    border-color: #D0021B; }
  .atomic-ui .form-group.has-error.update-password {
    margin-bottom: 0; }
  .atomic-ui .form-group .abs-error {
    font-size: 11px;
    color: #b82000;
    position: absolute; }
    .atomic-ui .form-group .abs-error .help-error {
      color: #b82000; }
  .atomic-ui .form-group .custom-error {
    background-color: #fff;
    border: none;
    position: absolute;
    z-index: 1;
    padding: 0;
    font-size: 10px; }
    .atomic-ui .form-group .custom-error.update-password-err {
      width: calc(100% + 78px);
      position: static; }
      @media (min-width: 768px) {
        .atomic-ui .form-group .custom-error.update-password-err {
          width: 155%; } }

.atomic-ui .control-label.failure {
  color: #D0021B; }

.atomic-ui .form-field-wrapper {
  position: relative;
  /*Form combo box - Payment Page*/ }
  .atomic-ui .form-field-wrapper label:not(.atomic-checkbox) {
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    top: 16px;
    color: #9E9E9E;
    font-weight: 400; }
  .atomic-ui .form-field-wrapper .selected {
    transform: translateY(-18px); }
  .atomic-ui .form-field-wrapper input[type="text"],
  .atomic-ui .form-field-wrapper input[type="tel"],
  .atomic-ui .form-field-wrapper input[type="password"],
  .atomic-ui .form-field-wrapper input[type="email"],
  .atomic-ui .form-field-wrapper .select-input-style,
  .atomic-ui .form-field-wrapper .input-btn {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    background: transparent;
    font-family: "McClatchy Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0; }
    .atomic-ui .form-field-wrapper input[type="text"]:focus + label,
    .atomic-ui .form-field-wrapper input[type="tel"]:focus + label,
    .atomic-ui .form-field-wrapper input[type="password"]:focus + label,
    .atomic-ui .form-field-wrapper input[type="email"]:focus + label,
    .atomic-ui .form-field-wrapper .select-input-style:focus + label,
    .atomic-ui .form-field-wrapper .input-btn:focus + label {
      top: -8px; }
    .atomic-ui .form-field-wrapper input[type="text"].filled + label,
    .atomic-ui .form-field-wrapper input[type="tel"].filled + label,
    .atomic-ui .form-field-wrapper input[type="password"].filled + label,
    .atomic-ui .form-field-wrapper input[type="email"].filled + label,
    .atomic-ui .form-field-wrapper .select-input-style.filled + label,
    .atomic-ui .form-field-wrapper .input-btn.filled + label {
      top: -8px; }
  .atomic-ui .form-field-wrapper input[type="password"]::-ms-reveal {
    display: none; }
  .atomic-ui .form-field-wrapper .select-box {
    position: relative; }
    .atomic-ui .form-field-wrapper .select-box:after {
      content: "\f107";
      font-family: FontAwesome;
      display: block;
      position: absolute;
      right: 0;
      top: 13px;
      width: 30px;
      color: #9E9E9E;
      text-align: center;
      z-index: 0; }
    .atomic-ui .form-field-wrapper .select-box select {
      position: relative;
      z-index: 1; }
  .atomic-ui .form-field-wrapper .error {
    color: #b82000;
    opacity: 1;
    text-transform: uppercase;
    font-size: 10px; }
  .atomic-ui .form-field-wrapper input[type="checkbox"] {
    border: 1px solid #999999;
    border-radius: 0;
    margin-right: 10px; }
  .atomic-ui .form-field-wrapper select {
    border: 1px solid #999;
    font-family: "McClatchy Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    padding: 7px 5px;
    min-width: 65px;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none; }
    .atomic-ui .form-field-wrapper select:focus {
      box-shadow: none; }
    .atomic-ui .form-field-wrapper select.filled + label {
      top: -16px; }
    .atomic-ui .form-field-wrapper select.select-input-style {
      border-left: 0 solid transparent;
      border-right: 0 solid transparent;
      border-top: 0 solid transparent; }
  .atomic-ui .form-field-wrapper.with-info .glyph-info {
    position: absolute;
    right: 0;
    bottom: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-bottom: -15px;
    z-index: 2;
    text-align: center;
    color: #9E9E9E; }
    .atomic-ui .form-field-wrapper.with-info .glyph-info:hover {
      color: #cccccc; }

.atomic-ui .security-block {
  position: absolute;
  top: 0;
  right: 0;
  color: #b82000; }

.atomic-ui .example-block {
  position: absolute;
  top: 10px;
  right: 0;
  color: #b82000; }
  .atomic-ui .example-block mark {
    background-color: #eee; }
  .atomic-ui .example-block .fa {
    font-size: 16px; }

.atomic-ui .custom-error ul {
  margin-bottom: 0; }
  .atomic-ui .custom-error ul li {
    display: none; }
    .atomic-ui .custom-error ul li:first-child {
      display: block; }

.atomic-ui .mpp-error {
  color: #D0021B;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px; }
  .atomic-ui .mpp-error a {
    color: inherit !important;
    text-decoration: underline; }

.atomic-ui .show-hide {
  position: relative; }
  .atomic-ui .show-hide .info {
    position: absolute;
    right: 0;
    bottom: 5px;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    z-index: 1; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slide-out-up {
  animation-name: slideOutUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slide-out-down {
  animation-name: slideOutDown; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slide-in-up {
  animation-name: slideInUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slide-in-down {
  animation-name: slideInDown; }

/* Masthead styles */
.masthead-wrapper {
  margin: 0;
  border: none;
  z-index: 999; }

#masthead {
  background-color: #ffffff;
  height: auto;
  overflow: hidden;
  margin: 0; }
  #masthead .logo {
    position: relative;
    padding: 12px 0 12px;
    margin: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13); }
    #masthead .logo a {
      display: block; }
    #masthead .logo img {
      height: 40px;
      max-width: 100%;
      min-height: 27px;
      max-height: 40px;
      width: auto;
      margin: 0 auto;
      padding: 0 20px; }
  @media (min-width: 992px) {
    #masthead .logo a {
      text-align: left; } }

.masthead-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

/* Masthead links */
.masthead-links {
  float: none;
  display: block;
  text-align: center;
  background-color: #F6F6F6;
  line-height: 40px;
  margin: 0;
  padding: 0; }
  .masthead-links li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #989898; }
    .masthead-links li:last-child {
      margin-right: 0; }
    .masthead-links li:not(:last-child):after {
      content: "|";
      margin-left: 8px;
      font-size: 15px; }
    .masthead-links li a {
      color: #989898; }
      .masthead-links li a:hover {
        color: #989898; }

@media (min-width: 992px) {
  #masthead {
    height: 64px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.13); }
    #masthead .logo {
      padding: 0;
      box-shadow: none;
      margin: 12px 0 0;
      text-align: initial; }
  .masthead-container {
    margin: 0 auto; }
  .masthead-links {
    float: right;
    list-style: none;
    position: absolute;
    right: 15px;
    bottom: 0;
    background: none;
    line-height: 34px; } }

@media (max-width: 992px) {
  .masthead-container {
    width: auto; } }

.header-bar {
  position: relative;
  background: #f6f6f6;
  padding: 18px 20px;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: inset 0 2px 0 #EBEBEB; }
  .header-bar:before, .header-bar:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 2000px;
    right: 100%;
    background: #f6f6f6;
    box-shadow: inset 0 2px 0 #EBEBEB; }
  .header-bar:after {
    right: auto;
    left: 100%; }
  .header-bar.small {
    padding-top: 11px;
    padding-bottom: 11px; }
  .header-bar .flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-bar .sub-heading,
  .header-bar .section-heading {
    margin: 0; }
    .header-bar .sub-heading span,
    .header-bar .section-heading span {
      word-break: break-all;
      -webkit-hyphens: manual;
      hyphens: auto; }
  .header-bar .header-bar-btns {
    display: flex;
    align-items: center;
    margin: 0; }
  .header-bar .atomic-button,
  .header-bar .atomic-button.silent {
    background: none;
    padding: 9px 0; }
  @media (min-width: 992px) {
    .header-bar {
      padding: 27px 30px;
      margin-left: -30px;
      margin-right: -30px;
      box-shadow: none; }
      .header-bar:before, .header-bar:after {
        display: none; } }
  .header-bar.light {
    background: #fff;
    text-align: center;
    box-shadow: none; }
    .header-bar.light:before, .header-bar.light:after {
      display: none; }
    @media (min-width: 768px) {
      .header-bar.light {
        text-align: left; } }

#logout {
  white-space: nowrap; }

.nav-tabs {
  border-bottom: 0; }

.background-arrow {
  width: 100px;
  margin-right: 4px;
  margin-bottom: 0;
  position: static; }
  @media (min-width: 768px) {
    .background-arrow {
      width: 145px; } }
  .background-arrow:last-child {
    margin-right: 0; }
  .background-arrow .arrow_box {
    position: relative;
    background: #f5f5f5;
    padding: 8px 11px 15px;
    height: 78px;
    text-align: center;
    display: block; }
  .background-arrow .arrow_box:hover,
  .background-arrow.active .arrow_box {
    background: rgba(158, 158, 158, 0.3);
    cursor: pointer; }
  .background-arrow .arrow_box:hover:after,
  .background-arrow.active .arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(158, 158, 158, 0);
    border-top-color: rgba(158, 158, 158, 0.3);
    border-width: 9px;
    margin-left: -9px; }
  .background-arrow .content .normal-text {
    padding-top: 5px;
    display: block; }

/* Highlighted tabs */
.tab-highlight.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  border: none;
  margin-bottom: 0; }

.tab-highlight li {
  padding: 0 1px;
  display: table-cell;
  width: 1%; }
  .tab-highlight li.active .tablink {
    color: #cccccc;
    background: #fff;
    padding-top: 21px;
    -webkit-box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px -3px 5px -1px rgba(0, 0, 0, 0.45);
    border: none; }
    .tab-highlight li.active .tablink:hover, .tab-highlight li.active .tablink:focus {
      border: none; }

.tab-highlight .tablink {
  color: #4A4A4A;
  background: #EBEBEB;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.25px; }
  @media (min-width: 768px) {
    .tab-highlight .tablink {
      padding: 18px; } }

/* Tabs */
.tabs {
  margin: 0 -15px 20px;
  overflow: auto; }
  @media (min-width: 768px) {
    .tabs {
      margin: 0 0 20px; } }
  .tabs ul {
    border-bottom: 1px solid #EBEBEB; }
    .tabs ul li {
      margin-bottom: -1px; }
    .tabs ul .tablink {
      border: none;
      text-transform: uppercase;
      font-size: 14px;
      padding: 13px;
      text-decoration: none;
      line-height: 1;
      letter-spacing: 1.25px;
      font-weight: 600;
      color: #9E9E9E;
      cursor: pointer;
      position: relative; }
      @media (min-width: 768px) {
        .tabs ul .tablink {
          padding: 13px 40px; } }
    .tabs ul > li,
    .tabs ul > li > a {
      margin-right: 0; }
    .tabs ul > li > a,
    .tabs ul > li > a:hover,
    .tabs ul > li > a:focus,
    .tabs ul > li.active > a,
    .tabs ul > li.active > a:hover,
    .tabs ul > li.active > a:focus {
      background: transparent;
      border: 0 solid transparent; }
    .tabs ul > li > a:hover:after,
    .tabs ul > li.active > a:after,
    .tabs ul > li.active > a:hover:after {
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px; }

.tab-content {
  overflow: hidden; }

.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999; }
  .loading-container.hidden {
    display: none; }
  .loading-container.fixed {
    position: fixed; }
  .loading-container span.loading-dot {
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    animation: loading-container;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: .25s;
    background: #cccccc;
    opacity: 0; }
    .loading-container span.loading-dot:first-child {
      margin-left: -30px;
      animation-delay: 0s; }
    .loading-container span.loading-dot:last-child {
      margin-left: 17px;
      animation-delay: .5s; }

.loading-button {
  position: relative; }
  .loading-button svg,
  .loading-button span {
    opacity: 0; }
  .loading-button span.loading-dots {
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    animation: loading-button;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: .25s;
    background: rgba(255, 255, 255, 0);
    opacity: 1; }
    .loading-button span.loading-dots:before, .loading-button span.loading-dots:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: -24px;
      background: #fff;
      border-radius: 50%;
      animation: loading-button;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-delay: 0s;
      background: rgba(255, 255, 255, 0); }
    .loading-button span.loading-dots:after {
      left: auto;
      right: -24px;
      animation-delay: .5s; }

@keyframes loading-button {
  0% {
    background: rgba(255, 255, 255, 0); }
  45% {
    background: white; }
  55% {
    background: white; }
  100% {
    background: rgba(255, 255, 255, 0); } }

@keyframes loading-container {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.atomic-ui .progress-steps {
  text-align: center; }
  .atomic-ui .progress-steps .steps-container {
    display: inline-block; }
    @media (min-width: 768px) {
      .atomic-ui .progress-steps .steps-container {
        display: block; } }
  .atomic-ui .progress-steps .step {
    float: left;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9E9E9E;
    position: relative; }
    .atomic-ui .progress-steps .step:not(:first-child) {
      margin-left: 70px; }
      @media (min-width: 992px) {
        .atomic-ui .progress-steps .step:not(:first-child) {
          margin-left: 98px; } }
      @media (min-width: 1200px) {
        .atomic-ui .progress-steps .step:not(:first-child) {
          margin-left: 124px; } }
      .atomic-ui .progress-steps .step:not(:first-child):before {
        content: '';
        width: 66px;
        height: 1px;
        background-color: #9E9E9E;
        display: block;
        position: absolute;
        right: 22px;
        top: 9px; }
        @media (min-width: 992px) {
          .atomic-ui .progress-steps .step:not(:first-child):before {
            width: 94px; } }
        @media (min-width: 1200px) {
          .atomic-ui .progress-steps .step:not(:first-child):before {
            width: 120px; } }

.modal-backdrop.in {
  background: #fff;
  opacity: 0.9; }

.modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.25); }
  .modal-content.confirm {
    text-align: center; }

.modal-body {
  padding: 20px; }

.modal-dialog {
  top: 25%; }

.modal-header .close {
  margin-right: -12px; }

.notification-container-bottom {
  width: 100%;
  height: auto;
  bottom: 0;
  background: rgba(238, 238, 238, 0.96);
  position: fixed;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.25);
  left: 0;
  z-index: 1600; }
  .notification-container-bottom .container {
    padding: 0px 45px 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .notification-container-bottom .container {
        padding: 0px 25px 20px; } }
  .notification-container-bottom .controls {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .notification-container-bottom .controls {
        right: 0; } }

.close-btn {
  height: 24px;
  width: 24px;
  position: relative;
  float: right;
  transition: all ease-in-out .2s;
  background: #fff;
  margin-top: 17px;
  margin-right: 25px;
  border-radius: 50%; }
  .close-btn:before, .close-btn:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: red;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    transition: all ease-in-out .2s; }
  .close-btn:before {
    transform: rotate(45deg); }
  .close-btn:after {
    transform: rotate(-45deg); }
  .close-btn:hover {
    background: red; }
    .close-btn:hover:before, .close-btn:hover:after {
      background-color: #fff !important; }

/* Import */
.forgot-password {
  background: none;
  border: none;
  border-radius: 0;
  color: #4A4A4A;
  font-size: 14px;
  text-decoration: none;
  display: inline-block; }
  .forgot-password:hover {
    color: #cccccc; }

.signin .mpp-error,
.create-account .mpp-error {
  margin-top: 10px;
  color: #D0021B;
  text-transform: uppercase;
  font-size: 12px; }

.steps-container {
  margin-bottom: 20px; }

.login-form-wrapper,
.register-form-wrapper {
  padding-top: 30px; }

.register-form-wrapper {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .register-form-wrapper {
      border: none;
      padding-bottom: 0; } }

.login-form-widget,
.register-form-widget {
  padding: 20px 0; }

.login-form-widget .forgot-password {
  margin-bottom: 30px;
  color: #333;
  text-transform: none;
  padding: 0; }
  .login-form-widget .forgot-password:hover {
    color: #B82000; }

.register-form-widget.super-light-border {
  border-width: 0; }
  @media (min-width: 992px) {
    .register-form-widget.super-light-border {
      padding-left: 40px;
      margin-left: -25px;
      border-left-width: 1px; } }

@media (min-width: 992px) {
  .register-form-widget {
    border-width: 1px; } }

.email-wrapper {
  position: relative; }

@media (min-width: 768px) {
  .email-wrapper {
    margin-bottom: 0; } }

.input-hint {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  opacity: .4;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  margin-top: 4px;
  display: inline-block; }
  @media (min-width: 768px) {
    .input-hint {
      position: absolute;
      left: calc(100% + 14px);
      white-space: nowrap;
      bottom: 2px; } }

.form-step-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #b82000;
  font-weight: 500;
  line-height: 20px;
  border-color: #c2c2c2;
  border-width: 1px 0 1px;
  border-style: solid;
  padding: 20px 0;
  margin: 20px 0; }
  .form-step-heading .symbol {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #b82000;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    margin-top: -4px; }
  .form-step-heading.inactive {
    color: #dcd9d9; }
    .form-step-heading.inactive .symbol {
      background: #dcd9d9; }

.login-switch {
  color: #B82000;
  margin-left: 10px;
  cursor: pointer; }

.create-account .prinsubscriber-name {
  text-transform: uppercase; }

.create-account .login-form-wrapper {
  padding-top: 15px; }

.create-account .ca-error {
  width: 155%;
  font-size: 10px; }

.create-account .display_password input {
  position: relative;
  top: 2px;
  left: -3px; }

.create-account .display_password {
  margin-top: 16px;
  width: 110px; }

.create-account .display_password label {
  margin-bottom: 0;
  top: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: none; }

.form-switcher-container {
  position: relative;
  box-sizing: content-box;
  background-color: #EBEBEB;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding-bottom: 80px; }
  .form-switcher-container.show-login .form-background-container {
    transform: translateY(-30px); }
  .form-switcher-container.show-login .login-form {
    opacity: 1;
    visibility: visible; }
  .form-switcher-container.show-login .register-form {
    opacity: 0;
    visibility: hidden; }
  .form-switcher-container.show-login .cta-login {
    display: none; }
  .form-switcher-container.show-login .cta-register {
    display: block; }

.form-background-container {
  position: absolute;
  background-color: #fff;
  top: 50px;
  bottom: 20px;
  right: -10px;
  left: -10px;
  box-shadow: 0 0 10px #9E9E9E;
  transform: translateY(0);
  transition: all 0.2s cubic-bezier(0, 0.23, 0.01, 1); }

.register-form,
.login-form {
  position: absolute;
  left: 10px;
  right: 10px;
  transition: visibility 0s linear 0s, opacity .3s linear; }

.register-form {
  top: 70px; }

.login-form {
  opacity: 0;
  visibility: hidden;
  top: 20px; }

.cta-login,
.cta-register {
  position: absolute;
  left: 10px; }
  .cta-login p,
  .cta-register p {
    margin-bottom: 0;
    padding: 5px 0; }
  .cta-login .atomic-button.secondary-cta,
  .cta-register .atomic-button.secondary-cta {
    padding-left: 0;
    display: inline; }

.cta-login {
  top: 0; }

.cta-register {
  display: none;
  bottom: 2px; }

@media (min-width: 768px) {
  .form-switcher-container {
    min-height: 507px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
    .form-switcher-container.show-login .form-background-container {
      transform: translateY(0);
      right: 20px;
      left: 30%; }
  .form-background-container {
    right: 30%;
    top: -20px;
    left: 20px;
    bottom: -20px; }
  .cta-login,
  .cta-register {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    bottom: initial; }
    .cta-login p,
    .cta-register p {
      margin-bottom: 10px;
      padding: 0; }
  .cta-login {
    left: calc(70% + 20px); }
  .register-form {
    right: calc(30% + 20px);
    left: 40px;
    top: 0; }
  .login-form {
    left: calc(30% + 20px);
    right: 40px;
    bottom: initial;
    display: flex;
    align-items: center;
    min-height: 518px; }
    .login-form > div {
      flex: 1; } }

.nextbee-checkbox-link {
  padding: 0 5px 0 0;
  margin: 0;
  border: 0; }
  .nextbee-checkbox-link i {
    padding-left: 5px; }
  .nextbee-checkbox-link p:last-child {
    margin-bottom: 0; }

.nextbee-popover-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700; }

.atomic-ui .help-block {
  font-size: 11px; }
  .atomic-ui .help-block a, .atomic-ui .help-block a:hover {
    color: #b82000; }
  .atomic-ui .help-block a {
    text-decoration: underline; }

.atomic-ui .help-error a, .atomic-ui .help-error a:hover {
  color: #b82000; }

.atomic-ui .help-error a {
  text-decoration: underline; }

.subs_mobile_description {
  display: none; }

.toggledesc {
  cursor: pointer; }

@media (max-width: 420px) {
  #subs_description {
    display: none; }
  .subs_mobile_description {
    display: block; } }

/* Purchase confirmation view */
.purchase-confirmation img {
  display: inline-block; }

.purchase-confirmation .heading {
  margin-top: 20px;
  margin-bottom: 20px; }

.purchase-confirmation .sub-heading {
  margin-top: 0;
  margin-bottom: 6px; }

.atomic-ui .cc-image {
  width: 42px;
  height: 26px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat; }

.atomic-ui .visa-image {
  background-image: url("../apps/payment/img/cc-visa.png"); }

.atomic-ui .maestro-image {
  background-image: url("../apps/payment/img/cc-maestro.png"); }

.atomic-ui .americanexpress-image {
  background-image: url("../apps/payment/img/cc-american-express.png"); }

.atomic-ui .paypal-image {
  background-image: url("../apps/payment/img/cc-paypal.png");
  width: 72px; }

.atomic-ui .discover-image {
  background-image: url("../apps/payment/img/cc-discover.png"); }

.atomic-ui .mastercard-image {
  background-image: url("../apps/payment/img/cc-mastercard.png"); }

.atomic-ui .secure-transaction {
  color: #9D9D9D;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  float: right; }
  @media (min-width: 768px) {
    .atomic-ui .secure-transaction {
      display: inline;
      padding-left: 20px; } }

.atomic-ui .payment-choice {
  display: block;
  cursor: pointer; }
  .atomic-ui .payment-choice span {
    float: left;
    display: inline-block;
    margin-right: 10px; }
  .atomic-ui .payment-choice .cc-image {
    float: left;
    display: inline-block;
    margin-top: -4px;
    margin-bottom: -4px; }

.atomic-ui .cc-update {
  display: block;
  cursor: pointer; }
  .atomic-ui .cc-update a, .atomic-ui .cc-update span {
    float: left;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer; }

.atomic-ui .form-group .exp-error {
  position: static;
  margin-bottom: 0; }

.atomic-ui select::-ms-expand {
  display: none; }

.edit-button {
  display: inline-block;
  float: right; }

.review-section {
  display: inline-block; }

.update-card-form {
  display: none; }
  .update-card-form.expanded {
    display: block; }

.management-panel .update-card-form {
  display: block; }

#paypal_name,
#paypal_image {
  float: left;
  line-height: 26px; }

.error-page {
  background: #dedede;
  position: relative; }

.error-page-container {
  padding-top: 120px;
  text-align: center; }
  @media (min-width: 768px) {
    .error-page-container {
      padding-top: 80px; } }
  .error-page-container h1 {
    color: #fff;
    font-size: 150px;
    font-weight: 600;
    margin-top: 0; }
    @media (min-width: 768px) {
      .error-page-container h1 {
        font-size: 330px; } }

.error-page-graphics {
  position: absolute;
  left: 0;
  width: 100%; }
  .error-page-graphics img {
    width: 100%;
    height: auto; }

.error-page-content {
  max-width: 520px;
  display: block;
  width: 100%;
  margin: 70px auto 0; }
  @media (min-width: 768px) {
    .error-page-content {
      margin-top: 90px; } }
  @media (min-width: 992px) {
    .error-page-content {
      margin-top: 120px; } }
  @media (min-width: 1200px) {
    .error-page-content {
      margin-top: 150px; } }
  .error-page-content .sub-heading {
    font-weight: 400; }

.atomic-ui .m-b-5 {
  margin-bottom: 5px; }

.atomic-ui .m-b-10 {
  margin-bottom: 10px; }

.atomic-ui .m-b-15 {
  margin-bottom: 15px; }

.atomic-ui .m-b-20 {
  margin-bottom: 20px; }

.atomic-ui .m-b-25 {
  margin-bottom: 25px; }

.atomic-ui .m-b-30 {
  margin-bottom: 30px; }

.atomic-ui .m-b-40 {
  margin-bottom: 40px; }

.atomic-ui .m-b-50 {
  margin-bottom: 50px; }

.atomic-ui .m-b-60 {
  margin-bottom: 60px; }

.atomic-ui .m-b-70 {
  margin-bottom: 70px; }

.atomic-ui .m-b-80 {
  margin-bottom: 80px; }

.atomic-ui .m-t-5 {
  margin-top: 5px; }

.atomic-ui .m-t-10 {
  margin-top: 10px; }

.atomic-ui .m-t-15 {
  margin-top: 15px; }

.atomic-ui .m-t-20 {
  margin-top: 20px; }

.atomic-ui .m-t-25 {
  margin-top: 25px; }

.atomic-ui .m-t-30 {
  margin-top: 30px; }

.atomic-ui .m-t-40 {
  margin-top: 40px; }

.atomic-ui .m-t-50 {
  margin-top: 50px; }

.atomic-ui .m-t-60 {
  margin-top: 60px; }

.atomic-ui .m-t-70 {
  margin-top: 70px; }

.atomic-ui .m-t-80 {
  margin-top: 80px; }

.atomic-ui .m-l-5 {
  margin-left: 5px; }

.atomic-ui .m-l-10 {
  margin-left: 10px; }

.atomic-ui .m-l-15 {
  margin-left: 15px; }

.atomic-ui .m-l-20 {
  margin-left: 20px; }

.atomic-ui .m-l-25 {
  margin-left: 25px; }

.atomic-ui .m-l-30 {
  margin-left: 30px; }

.atomic-ui .m-l-40 {
  margin-left: 40px; }

.atomic-ui .m-l-50 {
  margin-left: 50px; }

.atomic-ui .m-l-60 {
  margin-left: 60px; }

.atomic-ui .m-l-70 {
  margin-left: 70px; }

.atomic-ui .m-l-80 {
  margin-left: 80px; }

.atomic-ui .m-r-5 {
  margin-right: 5px; }

.atomic-ui .m-r-10 {
  margin-right: 10px; }

.atomic-ui .m-r-15 {
  margin-right: 15px; }

.atomic-ui .m-r-20 {
  margin-right: 20px; }

.atomic-ui .m-r-25 {
  margin-right: 25px; }

.atomic-ui .m-r-30 {
  margin-right: 30px; }

.atomic-ui .m-r-40 {
  margin-right: 40px; }

.atomic-ui .m-r-50 {
  margin-right: 50px; }

.atomic-ui .m-r-60 {
  margin-right: 60px; }

.atomic-ui .m-r-70 {
  margin-right: 70px; }

.atomic-ui .m-r-80 {
  margin-right: 80px; }

.atomic-ui .p-b-5 {
  padding-bottom: 5px; }

.atomic-ui .p-b-10 {
  padding-bottom: 10px; }

.atomic-ui .p-b-15 {
  padding-bottom: 15px; }

.atomic-ui .p-b-20 {
  padding-bottom: 20px; }

.atomic-ui .p-b-25 {
  padding-bottom: 25px; }

.atomic-ui .p-b-30 {
  padding-bottom: 30px; }

.atomic-ui .p-b-40 {
  padding-bottom: 40px; }

.atomic-ui .p-b-50 {
  padding-bottom: 50px; }

.atomic-ui .p-b-60 {
  padding-bottom: 60px; }

.atomic-ui .p-b-70 {
  padding-bottom: 70px; }

.atomic-ui .p-b-80 {
  padding-bottom: 80px; }

.atomic-ui .p-t-5 {
  padding-top: 5px; }

.atomic-ui .p-t-10 {
  padding-top: 10px; }

.atomic-ui .p-t-15 {
  padding-top: 15px; }

.atomic-ui .p-t-20 {
  padding-top: 20px; }

.atomic-ui .p-t-25 {
  padding-top: 25px; }

.atomic-ui .p-t-30 {
  padding-top: 30px; }

.atomic-ui .p-t-40 {
  padding-top: 40px; }

.atomic-ui .p-t-50 {
  padding-top: 50px; }

.atomic-ui .p-t-60 {
  padding-top: 60px; }

.atomic-ui .p-t-70 {
  padding-top: 70px; }

.atomic-ui .p-t-80 {
  padding-top: 80px; }

.atomic-ui .p-l-5 {
  padding-left: 5px; }

.atomic-ui .p-l-10 {
  padding-left: 10px; }

.atomic-ui .p-l-15 {
  padding-left: 15px; }

.atomic-ui .p-l-20 {
  padding-left: 20px; }

.atomic-ui .p-l-25 {
  padding-left: 25px; }

.atomic-ui .p-l-30 {
  padding-left: 30px; }

.atomic-ui .p-l-40 {
  padding-left: 40px; }

.atomic-ui .p-l-50 {
  padding-left: 50px; }

.atomic-ui .p-l-60 {
  padding-left: 60px; }

.atomic-ui .p-l-70 {
  padding-left: 70px; }

.atomic-ui .p-l-80 {
  padding-left: 80px; }

.atomic-ui .p-r-5 {
  padding-right: 5px; }

.atomic-ui .p-r-10 {
  padding-right: 10px; }

.atomic-ui .p-r-15 {
  padding-right: 15px; }

.atomic-ui .p-r-20 {
  padding-right: 20px; }

.atomic-ui .p-r-25 {
  padding-right: 25px; }

.atomic-ui .p-r-30 {
  padding-right: 30px; }

.atomic-ui .p-r-40 {
  padding-right: 40px; }

.atomic-ui .p-r-50 {
  padding-right: 50px; }

.atomic-ui .p-r-60 {
  padding-right: 60px; }

.atomic-ui .p-r-70 {
  padding-right: 70px; }

.atomic-ui .p-r-80 {
  padding-right: 80px; }

.atomic-ui .no-mb {
  margin-bottom: 0; }

.atomic-ui .no-mt {
  margin-top: 0; }

.atomic-ui .no-mr {
  margin-right: 0; }

.atomic-ui .no-ml {
  margin-left: 0; }

@media (min-width: 768px) {
  .atomic-ui .m-b-20-sm {
    margin-bottom: 20px; }
  .atomic-ui .m-b-30-sm {
    margin-bottom: 30px; }
  .atomic-ui .m-t-10-sm {
    margin-top: 10px; }
  .atomic-ui .m-b-40-lg {
    margin-top: 40px; } }

.atomic-ui .spacer-5 {
  display: block;
  clear: both; }

.atomic-ui .spacer-10 {
  display: block;
  clear: both; }

.atomic-ui .spacer-15 {
  display: block;
  clear: both; }

.atomic-ui .spacer-20 {
  display: block;
  clear: both; }

.atomic-ui .spacer-25 {
  display: block;
  clear: both; }

.atomic-ui .spacer-30 {
  display: block;
  clear: both; }

.atomic-ui .spacer-40 {
  display: block;
  clear: both; }

.atomic-ui .spacer-50 {
  display: block;
  clear: both; }

.atomic-ui .spacer-60 {
  display: block;
  clear: both; }

.atomic-ui .spacer-70 {
  display: block;
  clear: both; }

.atomic-ui .spacer-80 {
  display: block;
  clear: both; }

.atomic-ui .spacer-5 {
  margin-bottom: 5px; }

.atomic-ui .spacer-10 {
  margin-bottom: 10px; }

.atomic-ui .spacer-15 {
  margin-bottom: 15px; }

.atomic-ui .spacer-20 {
  margin-bottom: 20px; }

.atomic-ui .spacer-25 {
  margin-bottom: 25px; }

.atomic-ui .spacer-30 {
  margin-bottom: 30px; }

.atomic-ui .spacer-40 {
  margin-bottom: 40px; }

.atomic-ui .spacer-50 {
  margin-bottom: 50px; }

.atomic-ui .spacer-60 {
  margin-bottom: 60px; }

.atomic-ui .spacer-70 {
  margin-bottom: 70px; }

.atomic-ui .spacer-80 {
  margin-bottom: 80px; }

.atomic-ui .atomic-padding {
  padding: 0 25px; }

.atomic-ui .b-b, .atomic-ui .b-t, .atomic-ui .b-l, .atomic-ui .b-r {
  border-width: 0;
  border-style: solid; }

.atomic-ui .b-b {
  border-bottom-width: 1px; }

.atomic-ui .b-t {
  border-top-width: 1px; }

.atomic-ui .b-l {
  border-left-width: 1px; }

.atomic-ui .b-r {
  border-right-width: 1px; }

.dark-border-top {
  border-top: 1px solid #c2c2c2;
  margin: 20px 0;
  width: 100%; }

.clearboth {
  clear: both; }
